| RenderingHints doesnt seem to disable the Java2D dithering, how can this be stopped?! |
|
 |
Index ‹ java-programmer
|
- Previous
- 1
- graphical calendar viewHello,
It seems that the standard Java library doesn't include a graphical
calendar component so I was wondering if anyone happens to know of a
free one, preferably one that is big enough that would allow text to be
readable on the individual days (to list daily tasks, etc.)?
If there isn't one, any ideas on how I'd go about creating my own based
on the info from the existing java.util.Calendar object? I assume I
would probably need to have a JTable created at the least. Any
suggestions on doing that are appreciated.
thanks
Brandon
- 1
- write a fileje veux savoir comment je peux cree un fichier et ecrire sur lui le
resultats des tableau.......
merci
- 2
- ASM Help
I am trying to convert some asm to c. Learning asm as I go...
LINIT: .DB 38H ;
.DB 0CH ;
.DB 06H ;
LSIZZ .EQU $-LINIT ;
My question what is the LSOZZ equal?
- 2
- 2
- good wysiwyg editor?Hello,
knows someone a good and easy to use wysiwyg editor for gui creating in
java? Or is it better to selfCode?
thanks for help
Patrick
- 9
- Applet and browser pageHello, all !!!
I have HTML page with radio buttons.
And there is an applet on this page.
How can applet find out, radio selection ?
Thanx.
- 10
- Problem setting Policy using Policy.setPolicyHi,
I'm trying to create my own Policy class and then set the policy to it
using Policy.setPolicy. Doing this doesn't seem to set the policy
correctly. However, if I call setPolicy twice instead of once it seems
to work correctly.
My test consists of trying to create a policy that will only allow
writing to a subdirectory and not to its parent directory. If I only
call setPolicy once, I can write to both the subdirectory and to the
parent directory. If I call setPolicy twice, then writing to the
parent directory causes a SecurityException as it should. The code
that I'm using is included below.
Is there something that I'm doing incorrectly?
Thanks in advance for your help,
Aaron
(I'm also posting this to Sun's "Security General" java forum)
----------
import java.io.IOException;
import java.io.File;
import java.io.FilePermission;
import java.security.CodeSource;
import java.security.PermissionCollection;
import java.security.Permissions;
import java.security.Policy;
import java.security.ProtectionDomain;
import java.io.FileWriter;
public class PT {
public static void main(String[] args) {
PT t2 = new PT();
}
public PT() {
// set up policy and security manager
MyPolicy mp = new MyPolicy();
// If you only set the policy once, for some reason it doesn't
// seem to really set the policy and lets you write to both
// the parent and sub directories. If you set the policy twice
// then it seems to work and does not let you write to the
// parent directory.
Policy.setPolicy(mp);
// uncomment the following line to get it to work
//Policy.setPolicy(mp);
System.setSecurityManager(new SecurityManager());
try {
// replace mydir with some appropriate directory
String name = "/mydir/test.txt";
System.out.println("trying to write to "+name);
File f2 = new File(name);
System.out.println("can write? "+f2.canWrite());
FileWriter fw = new FileWriter(name);
fw.write("abc");
fw.close();
System.out.println("wrote to "+name);
}
catch (Exception e) {
e.printStackTrace();
}
try {
// replace mydir and subdir with appropriate directories
String name = "/mydir/subdir/test.txt";
System.out.println("trying to write to "+name);
File f2 = new File(name);
System.out.println("can write? "+f2.canWrite());
FileWriter fw = new FileWriter(name);
fw.write("abc");
fw.close();
System.out.println("wrote to "+name);
}
catch (Exception e) {
e.printStackTrace();
}
}
private class MyPolicy extends Policy {
private Permissions p;
public MyPolicy() {
p = new Permissions();
// make mydir and subdir match the choices above
FilePermission fp = new FilePermission("/mydir/subdir/-",
"read,write,delete");
p.add(fp);
}
public PermissionCollection getPermissions(CodeSource cs) {
return p;
}
public void refresh() {
}
}
}
- 10
- ATL - Sr. Java Developers @ www.StatCom.com - Hospital Patient Flow Logistics SoftwareSr. Java Technical Lead
Do you enjoy working with the best of the best software developers? How
about working on one of the hospital industries most important
technological innovations?
SEND RESUME & COVER LETTER TO : email***@***.com
OR call 770.643.5640
StatCom http://www.statcom.com - a division of Jackson Healthcare
Solutions - , located in Alpharetta, GA is seeking a senior Java
Software development professional with an in depth knowledge of complex
application development using the latest tools and techniques Java
offers.
StatCom is a leading developer of real-time, web-based healthcare
software. We have an excellent opportunity for a Sr. Java
Developer/Technical Lead who is a self starter who thrives in an
entrepreneurial and creative development environment.
Required Skills
?Sr. Java Developer with a minimum of 5+ years of Java development
experience.
?Candidates should have excellent technical expertise with Java along
with excellent written and verbal communication skills.
?You must be comfortable in a dynamic, fast paced, high tech,
entrepreneurial environment.
?You will do hands on development and technical mentoring.
?You must be comfortable working with loose specifications.
?Healthcare industry experience is a plus.
?Complex distributed application development experience is desirable.
________________________________________________________
Technical Environment:
Operating systems:
?Windows, UNIX, Linux
Programming languages:
?Java, JSP, J2EE, Servlets, HTML, Javascript, XML; Actionscript
Development tools:
?Oracle, SQL
JOB DESCRIPTION:
1. The ideal candidate will be responsible for designing and writing
production code for the Statcom applications and is expected to be able
to analyze requirements and take responsibility for implementing the
features to completion.
2. Our working environment encourages discussion to figure out the
right way to get the job done, but also how to move quickly when
necessary.
3. Will be working on highly multi-threaded server applications and MVC
based GUIs.
4. Will get opportunities to upgrade expertise and skills through
mentoring and training.
5. Will learn the latest software development practices, methods
conventions and standards as executed within the company.
6. Our use of technologies include our own real-time messaging system,
rules engine, dynamic display and forms technology written in server
side java with the presentation layer using flash and jsp.
7. This position is based in Atlanta.
About StatCom http://www.statcom.com:
Because StatCom is Web-based, only Internet Explorer and Macromedia
Flash plug-ins are required on the client side. StatCom monitors data
in real-time from information systems such as HIS, scheduling, asset
tracking and ADT. It also acquires event, location and date/time data
from an array of input devices:
StatCom Web displays, located on
?Plasma displays
?Workstations
?Tablet PCs
StatCom WIBUT
StatCom TIP
Barcode scanners and RFID
Telephone/IVR
PDAs
Other devices customized to the client's specifications
StatCom takes the acquired data and uses its rules-based workflow
engine and message router to drive two actions critical to patient
flow: instant communication and automated workflow. In other words, it
determines to whom or where to send the data (instant communication),
as well as the correct message to facilitate the next action (automated
workflow).
RECENT NEWS ABOUT US
Jackson Healthcare Solutions Hits $100 Million in Revenue
Some of the milestones JHS has achieved in the past year are:
?September 2005 JHS ranked in the Top 10 A+Employers and best places
to work , according to the Atlanta Business Chronicle.
?April 2005 JHS is one of the Top 25 fastest growth Atlanta based
companies in 2005, according to the Atlanta Business Chronicle.
?December 2004 JHS is one of the Top 10 privately held Atlanta
Healthcare Companies in 2005, according to INC 500 magazine.
?From 2000-2005, Jackson Healthcare Solutions revenues have
skyrocketed from $20,000,000 to $137,000,000.
?May 2005 - JHS unveiled our technology vision center - HI-TECH
Virtual hospital simulation suite
Benefits
We provide competitive compensation and an attractive benefits package,
offering:
Medical, dental and vision care insurance
Health Care and Dependent Care Personal Spending Accounts
Life Insurance
Short and Long-Term Disability Insurance
401(K) plan with company match
Paid Vacation
Paid Holidays
- 12
- cocoon : execute generated JSPHi folks,
I'm using cocoon-2.1.7 with Tomcat-5.5.9 on MacOS X
I created an XSP page that uses a logicsheet I wrote to generate JSP. I
need to get this JSP executed, but so far all I've been able to do is
have the JSP code outputed in the HTML doc.
My pipeline looks like this :
<map:match pattern="*.view">
<map:generate src="{1}.xsp" type="serverpages"/>
<map:serialize/>
</map:match>
After generating from my xsp source, I have a JSP doc ... how do I get
it executed before I serialize to HTML ? There are plenty of examples
when you generate with a JSP as a source doc, but not when I end up
with JSP in the pipeline.
[I trying to use java beans from within XSP. Since there's no
equivalent to <jsp:useBean> in xsp, I wrote a logicsheet that generates
and outputs the JSP tags I need.]
many thanks,
galpi
- 13
- simple java question b=((1|2)^3)&5
acording to java cert book ans b =0
according to calculator b=1
does any one know why
ur answers will be highly apreciated
- 13
- HTTP/1.1 persistent connections
(Sorry, can't post any complete example code for this at the minute
which is really annoying, I know.)
AFAIK, when java is using HttpURLConnections with HTTP/1.1 (as it is in
my situation), repeated connections to the same host will re-use an
existing established HTTP connection. This appears to be the case for
normal HTTP URLS - I'm doing something like this:
URL url = new URL("http://guff.here.etc/");
HttpURLConnection urlConn = url.openConnection();
urlConn.setDoInput(true);
urlConn.setDoOutput(true);
osw = new OutputStreamWriter(httpURLConn.getOutputStream());
bw = new BufferedWriter(osw);
.. etc..
while I'm do this repeatedly in java, I can see by running 'netstat -a'
(windows 2000 machine) that there is indeed only one connection being used:
$ netstat -a | grep 199
TCP localhost:2282 remote.host.name:80 ESTABLISHED
$
..despite the fact that I'm doing many GETs from this URL. this is
desirable, only having one connection, as it uses less resources
(connector threads) in tomcat.
Now, if I have an https (SSL) link: (connecting to tomcat running an SSL
connector on port 19929)
URL url = new URL("https://guff.here.etc:19929/");
HttpURLConnection urlConn = url.openConnection();
// call setDefaultSSLSocketFactory(...) here...
// set the HostVerifier here...
urlConn.setDoInput(true);
urlConn.setDoOutput(true);
osw = new OutputStreamWriter(httpURLConn.getOutputStream());
bw = new BufferedWriter(osw);
...etc.
... it works, but each GET is spawning a new connection, and a new
connector thread on tomcat.
e.g. netstat gives me the following:
$ netstat -a | grep 199
TCP localhost:2049 remote.host.name:19929 ESTABLISHED
TCP localhost:2051 remote.host.name:19929 ESTABLISHED
TCP localhost:knetd remote.host.name:19929 ESTABLISHED
TCP localhost:2055 remote.host.name:19929 ESTABLISHED
TCP localhost:2057 remote.host.name:19929 ESTABLISHED
TCP localhost:2059 remote.host.name:19929 ESTABLISHED
TCP localhost:2061 remote.host.name:19929 ESTABLISHED
..[snipped many more lines like this!]....
Because the link isn't persistent like HTTP, tomcat soon runs out of
threads as it is using a thread for each connection, and I start getting
refused requests as a result of this.
I searched around in the usual places, and found someone with the same
problem, and it turned out the cause in his case was that he wasn't
calling close() on his OutputStreamWriter that was being used to feed
his query into his GET. I am calling close() here, however, so that's
not the problem...
Just on the offchance that someone is familiar with this problem!
thanks,
alex
- 13
- java parserHello,
I am new to programming and I need to create a parser for an
application using java. I am using J++ to complete this task. Any
help or advice would be greatly appreciated.
Also, Can anyone assist me in creating a simple progress bar?
Thanks,
Brad
- 13
- Icon designOn Fri, 23 Jul 2004 20:00:28 GMT, The Ghost In The Machine
<email***@***.com> wrote or quoted :
>Firefox has a fox circling the world
>but is visually slightly confusing, at least to me.
the small Firefox icon looks like a curled salamander.
Icon design is something I am battling on the current project I'm on.
I'm by far the oldest, and I like icons that are simple and
distinctive without a lot of fussy detail. I don't care if they are
abstract. I can learn what they mean with the hoverhelp and use even
peripheral vision to find them. The others are young. They like "cool"
icons that are highly representational. Yet to me, the icons all look
like complicated little miniature paintings. You can't tell what they
mean without squinting at them. I keep hitting the wrong one. The
product is aimed at grandmothers, but I think the others imagine
grandmothers are doddering and need the more literal icons rather than
having poor eyesight.
I would really like it if icons were configurable in all programs so
that if the authors make icons that all look alike to me, e.g. Funduc
Search/replace, I could fix them. The Opera people seem to have that
down to a science. I wish other companies would follow suit.
see http://mindprod.com/jgloss/opera.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- 14
- Broken? <error-page> in web.xm under tomcat 4.xHello,
I am running Tomcat 4.x and have tried to set global error handling
using the following kind of entries in the web.xml file. But there is
no redirection and I always end up with the tomcat generated error
page in the browser.
Does anyone have a solution to this problem?
<error-page>
<error-code>500</error-code>
<location>/weberror.jsp</location>
</error-page>
<error-page>
<exception-type>java.lang.Exception</exception-type>
<location>/weberror.jsp</location>
</error-page>
Thanks
Bruce Sams
- 15
- GMailHi all,
Does anyone has invitation quota to GMail?
Seems it's a good webmail.
If you still have quota left, would you give me one?
My email is email***@***.com
Thanks.
|
| Author |
Message |
andreas.ryland

|
Posted: 2006-6-20 8:16:00 |
Top |
java-programmer, RenderingHints doesnt seem to disable the Java2D dithering, how can this be stopped?!
I have seen this question being posted before, and some workarounds
suggested, however it always seemed to be in an applet context and as
such the worarounds were not usable to me.
Using the code pasted below, I draw a directcolormodel image on a
indexcolormodel image, with a ready-calculated indexcolormodel
provided.
But the images have problems and the quality is not good because solid
filled areas are dithered into half tones when half tones are available
in the palette in the indexcolormodel provided. I try to stop java from
changing the colors of the pixels in my image by setting the dither
disble rendering hint but this has no effect.
Is this a bug or do I have to take and special steps to make the
rendring hint count ?
BufferedImage newImage = new
BufferedImage(image.getWidth(),image.getHeight(),BufferedImage.TYPE_BYTE_INDEXED,(IndexColorModel)cm);
gfx.setRenderingHint(RenderingHints.KEY_DITHERING,RenderingHints.VALUE_DITHER_DISABLE);
gfx.drawImage(image,0,0,null);
gfx.dispose();
|
| |
|
| |
 |
| |
 |
Index ‹ java-programmer |
- Next
- 1
- JDialog, close 'x' icon, with L&F decorationwhen you setDefaultLookAndFeelDecorated on a JDialog, you lose the native
title decoration and gain a nice L&F one.
Unfortunately you also lose the close icon and action.
I want it back, anyone know if this is possible?
--
Mike W
- 2
- problem with reading and wrting to fileHi,
How to read large file and display it into a JTextPane.I am using
a BufferedReder(using readLine()), but it is taking very much time to
read the entire content from the file and i felt it hanging the
system.Is there any better way to read from the file?
same way i would like to know how to write large data to a
file.
thanks in advance for any response.
thank you.
- 3
- Struts validation without popups?I want to use the Struts validation, but I can't figure out how to
overcome (what I consider to be) a UI limitation:
I want to:
* Present the user with a form
* On Submit, I want the form validated using Struts validation
* Instead of a modal popup, I want the errors to be presented on top of
the re-posted form, so that the user can correct multiple errors (while
referring to the error list) and re-Submit
I'm sure there's some solution to this but am too new to Struts to
figure this out... any advice?
Thanks in advance for your help.
- 4
- Eclipse 3.0 + Native JDK 1.4Thanks everyone for the help building jdk 1.4. I've got Eclipse 3.0
built but it's throwing this error on startup then crashes:
!SESSION Aug 07, 2004 17:32:49.61
----------------------------------------------
eclipse.buildId=200406251208
java.version=1.4.2-p6
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=freebsd, ARCH=x86, WS=gtk, NL=en
!ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.63
!MESSAGE Startup error
!STACK 1
java.lang.IllegalStateException: Bundle
initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
was not resolved.
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:824)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:439)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
!ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.80
!MESSAGE Bundle
initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
[1] was not resolved.
!ENTRY org.eclipse.osgi Aug 07, 2004 17:32:49.82
!MESSAGE Bundle
initial@reference:file:/usr/local/eclipse/plugins/org.eclipse.update.configurator_3.0.0/
[2] was not resolved.
.
.
.
.
.
And it goes on like that for quite some time. Has anyone else run into
this one? I can't find anything in the list archive.
Thanks
- Fred McCann
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
- 5
- <jsp:forward> tag cannot change the current URL?I want to ask if <jsp:forward> tag cannot change the current URL? What
if I want the URL changed?
I hava a jsp page to forward to different pages based on conditions as
follows:
<%
if (cond1)
{
%>
<jsp:forward page="page1.jsp"/>
<% }
else if (cond2)
{
%>
<jsp:forward page="page2.jsp"/>
<% }
else
{
%>
<jsp:forward page="page3.jsp"/>
<% } %>
Any suggestions? Please advise. Thanks!!
- 6
- please don't laugh! sun certification via Mac OS X?????I know that Macs are supposed to be the laughing stock of the world,
but hopefully they are on their way out of that, now that they have
a unix-based OS, which I feel gives them some claim to respectibility.
In any case, is there anyone who can give me advice on preparing for
the sun java certification exam from mac os?
"Transcender" - which is supposed to be the best exam simulation company -
makes no products for mac, and this is very disturbing.
Is my only hope to get windows simulation for my mac, and then
proceed? Perhaps...
Thanks for your help.
Doug
- 7
- [ANN] M7 NitroX for JSP & Struts - Now avail for Linux and Caucho Resin
Info at:http://www.m7.com/cljn.do
M7?NitroX?for Red Hat Linux and Caucho Resin Now Available
New Operating System Platform and Application Server Expand
Development Flexibility
CUPERTINO, CA ?XXXX, 2004 ?M7 Corporation, Inc., the leader in web
application development tools based on open source and open standard
technologies, today announced the availability of NitroX for Red Hat
Linux and support for development for the Caucho Resin application
server.
"NitroX was created to be the most comprehensive tool to meet web
application development needs" said Andy Simmons, VP Marketing and
Product Management, M7 Corporation. "The addition of the Linux
platform and Caucho Resin give our customers more choices and expanded
capability in developing and deploying their applications."
NitroX is now available for Red Hat 9 and Fedora Core 2, and adds
development and debugging support for Caucho Resin 3.0 application
server.
"We are happy to see a tool of the caliber of NitroX provide support
for the Resin server. The combined development and deployment
platforms truly offer a high performance environment for development
and deployment of web applications" said Steve Montal,Caucho
Co-Founder.
About NitroX
NitroX is the premier Web Integrated Development Environment offering
unparalleled capabilities for the development of JSP and Struts based
web applications. NitroX uniquely offers AppXRay, a technology, which
provides detailed knowledge of all the artifacts that make up a web
application, and makes it available throughout the NitroX environment.
NitroX supports Eclipse 2.1/3.0 an IBM WSAD/WSSD 5.1.x. NitroX is
available on Windows?2000/XP, RedHat?9 and supports Apache Jakarta
Tomcat, BEA WebLogic? Caucho Resin? IBM WebSphere?and JBoss?
Pricing and Availability
NitroX for JSP and Struts are priced at $299 and $499 respectively.
The Struts Edition includes all the features of the JSP Edition. A
new purchase includes a one-year subscription for product updates, bug
fixes and includes major version upgrades of the product that become
available during the term of the subscription. No version games, just
pure productivity. To learn more about NitroX, please visit:
www.m7.com or contact M7 Sales at email***@***.com (1-866-770-9770).
About M7 Corporation
M7 Corporation, Inc, the leader in web application tools based on open
source and open standard technologies, is exclusively focused on
improving the development of web applications for serious developers
who want to avoid platform lock-in. M7 draws on its long history of
experience in understanding the complexity of web application
development ?the proliferation of J2EE platforms, web containers, web
application frameworks such as Struts and public and custom tag
libraries. Drawing on this depth of understanding, M7 develops
innovative products, such as NitroX, which fuel an incredibly high
level of productivity in creating, editing, or debugging any part of a
complex web application.
Based in Cupertino, CA, M7 is privately held and venture backed by
Highland Capital Partners, Redpoint Ventures, CIR Ventures and
Genevest. For additional information, visit the company's web site at
www.m7.com.
###
- 8
- What is Anti-Spam Filter.(thunderbird spam filter)thunderbird spam filter,
Spam is unsolicited and unwanted email. Other common names of spam are
spam mail, bulk email or just junk mail. Today, spam has reached such
monumental proportions that almost every other message we receive is
spam. Protecting the inbox with anti-spam filter has become one of the
barest necessities for almost all PC users.
In a few words, anti-spam software helps detect spam. It is a program
that detects unsolicited and unwanted e-mails, and doesn't let them
slipping into your inbox. The anti-spam program is installed onto your
computer and filters your inbound emails. The email filtering is
carried out based on a number of criteria. These can be specific words
in the subject line or in the body of the message, type of files
attached to the message, images embedded into the message. You could
set the filter to check the sender's email address out. If you have
your own whitelist or address book with trusted email addresses, you
could arrange the anti-spam filter to refer to that whitelist. It also
can detect known spammers by checking a blacklist of habitual
spam.......more
need more information visit at :
http://thunderbird-spam-filter.blogspot.com
http://thunderbird-spam-filter.blogspot.com
see also :
-------------------------------------------------------------------------------
P/s :If you want read something more about "Spam Filter","Search
Articles",and more information
i just come accross this site which may help you :
"Spam"
http://the-spam-blockers.blogspot.com
http://the-barracuda-spam.blogspot.com
"search articles"
http://www.syubrawi.com
http://www.fantastic-galleries.net
-thunderbird spam filter-
- 9
- opening for java professionals with 5+ expHello everybody,
We are a professional recruitment firm looking for candidates with the
following skill set for one of our MNC Client.Its an urgent
requirement. Pls mail me your Cv ASAP at email***@***.com and cc
it to email***@***.com.
Java Application Developer
Requirement:
1.At least 5 years strong development experience with OO languages,
specifically on complex enterprise systems using 2.Java J2EE
Broad understanding of the Java API, including but not limited to JMS,
EJB, JSP, Servlets
3.Strong knowledge of design patterns, refactoring and unit testing
4.Agile Methodology knowledge, such as Extreme Programming (XP) is
desirable
5.Leadership experience in assessing staff skill levels, assigning work
appropriately, directing team in specific project activities,
estimation, and facilitating career development
6.Experience with relational databases is a plus
7.Delivery experience with C#, ADO.NET or ASP.NET is a huge plus
Thanks and Regards,
Pallavi
- 10
- diablo-jdk1.5.0_07 coredumped on 6.1R
wsk wrote:
> libmap the libthr.so.2 and running server-vm arg it coredump while my
> apps runing <7hrs.
> and now I will use default libpthread.so.2 and runing server-vm and take
> care of it.
> hope it work fine for me . thx.
So the problem is with the libthr?
Thank you,
-Arabian
- 11
- Hibernate 3.0 rc1: loading the mapping is soo slow, what can I do?Hello
I am a new hibernate user and I noticed that the loading of the
mapping takes currently ages. I have only 30 mapped classes and every
time running my test application takes approx. 2-3 mins just to load
the mapping. This is currently not really acceptable if you like to do
some rapid devlopment. Are there any similiar experiences and some
workarounds?
I saw that the same question had been asked for hinernate 2.0 (see at
the end of the message). There was the solution to use another
cglib.jar , I tried with the newest one v2.1 which is available at
cglib.sf.net but this did not change the behaviour.
Has someone other experience and find a solution for this problem?
Thank you
regards
Mark Egloff
My current java code for loading the configuration
--------------------------------------------------
public static void main(String[] args) throws Exception
{
Configuration config = new Configuration().configure(new
File("hibernate.cfg.xml"));
sf = config.buildSessionFactory();
session = sf.openSession();
System.out.println("start...");
...
}
copy from the other FAQ Hibernate 2.0
--------------------------------------
Hibernate startup is slow, what can I do?
I just discovered the new cglib version available at cglib.sf.net.
Using the new library has cut my Hibernate startup configuration times
from sometimes 3 minutes (I had over 70 persistent classes) to nearly
nothing. This has been a godsend, given the nature of the app is that
it has to be restarted for every code change -- debugging could be a
nightmare.
If not allready done could you (Gavin) start packaging this newer
version with Hibernate -- it's a real time saver.
Luke Monahan
You need to remove bcel.jar from classpath and use asm.jar for
performance ( BCEL has priority in cglib 1.0 ). We will drop BCEL in
the next version.
Juozas Baliuka
- 12
- Why do I get "no focused view" error on startup?On my Mac OSX-10.3 box, with Java 1.4.1, every java app I write starts
up with a message on the console:
Java couldn't paint in Java_apple_awt_CRenderer_doRect, no focused view.
Other than printing that message once on startup, everything seems to
work fine. What's causing the message? Is this a bug in my code, i.e.
should I be explicitly doing something to ensure that some view has
focus before the app starts running?
So far, I'm just building some toy apps that put up various combinations
of swing widgets in a window to explore the functionality.
- 13
- Java for QNXHas Java been ported to QNX, what version of the OS, and where can one
find the vm?
- 14
- Java InstallerHello, I wonder if anyone could recommend a java installer based on
this wish list (in order of importance!):
1. It must be able to install everything from CD.
2. It must handle unsigned jar files.
3. It must be free or low cost.
4. It must be pretty straightforward to use.
I'm finding that webstart really needs the jars to be signed & I don't
really want to do this.
Many thanks!
Kevin.
- 15
- Validator error . . .. . . since having started using Validator, I'm getting an error when
I install my webapp. Does anyone know why this could be? I'm sure I've
done everything I need to in order to set up Validator.
Here's my error:
29-Apr-2004 13:23:32 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:23:33 org.apache.catalina.core.ContainerBase log
INFO: Removing web application at context path /DistributorWebsite
29-Apr-2004 13:23:36 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:/C:/DevTools/Development/DistributorWebsite/build/WEB-INF/context.x
ml
29-Apr-2004 13:23:36 org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application from URL file:/C:/DevTools/Tomcat
5.0/webapps/DistributorWebsite.war
29-Apr-2004 13:23:39 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
29-Apr-2004 13:23:39 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
29-Apr-2004 13:23:41 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='resources.application', returnNull=true
29-Apr-2004 13:23:41 org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from
'/WEB-INF/validator-rules.xml'
29-Apr-2004 13:23:41 org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
29-Apr-2004 13:24:02 org.apache.struts.validator.ValidatorPlugIn
initResources
SEVERE: Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:320)
at sun.net.www.http.HttpClient.New(HttpClient.java:315)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:510)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:487)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:615)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown
Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.commons.validator.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:259)
at org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:222)
at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:161)
at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1044)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:887)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3959)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4284)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:638)
at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:839)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)
at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
at org.apache.commons.digester.Rule.end(Rule.java:276)
at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:123)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:519)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:906)
at org.apache.catalina.manager.ManagerServlet.deploy(ManagerServlet.java:856)
at org.apache.catalina.manager.ManagerServlet.doGet(ManagerServlet.java:373)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:587)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688)
at java.lang.Thread.run(Thread.java:534)
29-Apr-2004 13:24:02 org.apache.catalina.core.StandardHostDeployer
remove
INFO: Removing web application at context path /DistributorWebsite
29-Apr-2004 13:24:02 org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:C:\DevTools\Tomcat
5.0\conf\Catalina\localhost\DistributorWebsite.x
ml
29-Apr-2004 13:24:03 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
29-Apr-2004 13:24:03 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
29-Apr-2004 13:24:03 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='resources.application', returnNull=true
29-Apr-2004 13:24:03 org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from
'/WEB-INF/validator-rules.xml'
29-Apr-2004 13:24:03 org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
29-Apr-2004 13:24:24 org.apache.struts.validator.ValidatorPlugIn
initResources
SEVERE: Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:306)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:267)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:320)
at sun.net.www.http.HttpClient.New(HttpClient.java:315)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:510)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:487)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:615)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
Source)
at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown
Source)
at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.commons.validator.ValidatorResourcesInitializer.initialize(ValidatorResourcesInitializer.java:259)
at org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:222)
at org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:161)
at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1044)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:887)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3959)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4284)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:866)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:638)
at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:839)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)
at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
at org.apache.commons.digester.Rule.end(Rule.java:276)
at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:123)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:519)
at org.apache.catalina.core.StandardHost.install(StandardHost.java:906)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:527)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
at org.apache.catalina.startup.HostConfig.checkContextLastModified(HostConfig.java:826)
at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1075)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:372)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)
at org.apache.catalina.core.StandardHost.backgroundProcess(StandardHost.java:843)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1671)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1651)
at java.lang.Thread.run(Thread.java:534)
29-Apr-2004 13:25:21 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.actions.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.logic.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:25:23 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
*********************************************
SELECT DSWEB_USER_TITLE,DSWEB_USER_FIRSTNAME,DSWEB_USER_SURNAME,DSWEB_USER_PASSWORD,DSWEB_USER_ACTIVE,DSWEB_USER_TYPE,DS
WEB_USER_EMAIL,DSWEB_USER_PHONE,DSWEB_USER_NOTES,DSWEB_USER_SUPERVISOR
FROM DSWEB_USER WHERE DSWEB_USER_USERNAME=''
*********************************************
*********************************************
SELECT DSWEB_USER_TITLE,DSWEB_USER_FIRSTNAME,DSWEB_USER_SURNAME,DSWEB_USER_PASSWORD,DSWEB_USER_ACTIVE,DSWEB_USER_TYPE,DS
WEB_USER_EMAIL,DSWEB_USER_PHONE,DSWEB_USER_NOTES,DSWEB_USER_SUPERVISOR
FROM DSWEB_USER WHERE DSWEB_USER_USERNAME=''
*********************************************
java.sql.SQLException: Exhausted Resultset
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
at oracle.jdbc.driver.OracleStatement.prepare_for_new_get(OracleStatement.java:3378)
at oracle.jdbc.driver.OracleStatement.getStringValue(OracleStatement.java:3627)
at oracle.jdbc.driver.OracleResultSetImpl.getString(OracleResultSetImpl.java:460)
at oracle.jdbc.driver.OracleResultSet.getString(OracleResultSet.java:1482)
at org.apache.commons.dbcp.DelegatingResultSet.getString(DelegatingResultSet.java:216)
at database.DSWebUser.Select(DSWebUser.java:176)
at app.LogonAction.validateLogon(LogonAction.java:44)
at app.LogonAction.execute(LogonAction.java:100)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:257)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688)
at java.lang.Thread.run(Thread.java:534)
29-Apr-2004 13:25:26 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings',
returnNull=true
29-Apr-2004 13:25:27 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:25:27 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.bean.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.logic.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
29-Apr-2004 13:31:44 org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.taglib.html.LocalStrings',
returnNull=true
Needless to say, nothing is being validated and is currently going
straight through to the action . . .
Any ideas greatly appreciated as I've been trying to figure this all
day!
Thanks, Claire
|
|
|