| Thread | Last Post | Replies |
|
| Axis 1.3 WSDL2Java exception | 14 Oct 2005 19:11 GMT | 2 |
I am trying to use WSDL2Java to build client stubs from a wsdl file for a webservice and I am getting this exception: [java] java.lang.NoClassDefFoundError: javax.xml.transform.Source [java] at
|
| Difference between String & new String | 14 Oct 2005 17:28 GMT | 6 |
Hi.., What is the difference between String abc = "abc"; &
|
| Please advise. Thanks!! | 14 Oct 2005 16:20 GMT | 5 |
"Please advise. Thanks!!" seems to have become a popular closing line. Quite boring, folks..
|
| Merging XML | 14 Oct 2005 15:16 GMT | 7 |
I would like to merge two or more XML documents. But we need to make sure that merging is not appending. All common tags should be at one place etc etc. ANyone has written something similar? Any open source for this? Thanks and regards,
|
| Servlet to Servlet Communication | 14 Oct 2005 14:43 GMT | 11 |
My application uses 2 Servlets - ServletMain and ServletPoll. ServletMain is the main Servlet for my MVC application. ServletPoll is responsible for polling for data files. The idea is that every 10 minutes ServletPoll will "wake up" and check to see if there are any
|
| training? | 14 Oct 2005 13:55 GMT | 4 |
I have a person that reports to me that has never been a programmer. This person's responsibilities now include administration of WebSphere Application Server. Can someone recommend a company that provides java training?
|
| how to redirect 404 error to custom error page? | 14 Oct 2005 12:47 GMT | 3 |
I want to know how to redirect 404 error to custom error page? For example, if test.html doesn't exist and the user type http://www.myserver.com/test.html, it will show my custom error page, instead of the default "The page cannot be found" error page generated
|
| How to store object when we have two-dimensional chessboard | 14 Oct 2005 11:20 GMT | 3 |
Assume you want to store field object that a chess board consist of. A chess board consist of 64 fields where each field is either white or black. Now to my question how should I implement this putFieldAt below when I have
|
| Trying to add JNDI entry in JBoss | 14 Oct 2005 10:56 GMT | 7 |
i have followed the instructions on the following url. But I still could not create a JNDI entry that points to my local MSSQL Server DB. http://forum.java.sun.com/thread.jspa?threadID=626778&tstart=-1 I received the following error message after i start up JBoss. Any idea
|
| Deploying a EJB with lomboz-eclipse-emf-gef-jem-3.1RC2 and jboss-4.0.2 | 14 Oct 2005 09:33 GMT | 1 |
I have successfully tested lomboz-eclipse-emf-gef-jem-3.1RC2 with jboss-4.0.2 with the simple ejb tutorial (ZooWeb) on the welcome screen. I wanted to deploy it as a EAR so I rebuilt the project to produce the EAR. When I try to deploy it, it tell me that there is
|
| Any known bugs autodetecting proxy settings? | 14 Oct 2005 07:44 GMT | 1 |
I'm not sure where else to post this. This question is from a midsize k-12 school district in Oregon. Are there any known bugs with the 1.5.0 Java VM autodetecting the browser proxy settings? This is the default setting when installed on a workstation, and it does not work correctly
|
| Tomcat JDBC setup: DataSource invalid: "java.lang.NullPointerException" | 14 Oct 2005 01:45 GMT | 7 |
I am trying to configure JDBC connecting to MS SQL 2000 in Tomcat 5.5.9. I have tried using JDBC drivers from both Microsoft and JTDS. I copied JDBC jar files to [Tomcat_home]shared\lib" in both cases. However, I am getting the following error message from both cases( I am
|
| Quick Cash in Weeks! | 13 Oct 2005 23:13 GMT | 1 |
READING THIS COULD CHANGE YOUR LIFE! IT DOES WORK! I found this on a bulletin board and decided to try it. A little while back, I was browsing through newsgroups, just like you are now, and came across an article
|
| Dynamically overwriting methods prevents Serialization | 13 Oct 2005 22:39 GMT | 12 |
I have the following problem: I have a base class Foo public class Foo implements Serializable { public int a = 0;
|
| Tomcat PersistentManager NoSuchFieldError | 13 Oct 2005 19:09 GMT | 3 |
Sorry for Double Post, but I put this in the Tomcat Group and got no responses. I have recently been trying to implement the PersistentManager for a Tomcat 4.1 installation. I have tried it with both the "FileStore" and
|