First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83
JBoss EJB MessageContext Exception
I start JBoss and run my application. Everything is running correctly. I close and exit my application and leave JBoss running (I am using JBossIDE). After a while JBoss throws this exception: "22:29:38,406 INFO [STDOUT] Exception in thread "Timer-4" 22:29:38,406 INFO [STDOUT] java.lang.NoClassDefFoundError: java... 25 Apr 2007 18:40
onclick of row of table the value should be in textbox in jsp
Hello All, I am new to jsp , trying very hard ,bot to no avail. Onclick of row of table (html table) on first jsp the value in the row should be displayed in the textbox on second page in jsp. The table consists of records from database. Is it that we have to get the rowindex of table and the pass the c... 13 Apr 2007 08:47
exercise that uses hidden forms for session tracking
Hello all, I am working on an exercise ( yes, it is an exercise) that has the following requirements: -Create a new servlet called RemoveItemsFromCart.java. -Get it working with ReviewShoppingCart.java and AddToShoppingCart.java. -You will need to edit ReviewShoppingCart.java to add another button that c... 11 Apr 2007 22:13
Can't create/deploy ejb-based webservice to WebLogic 10 with Netbeans 5.5
All, I've used NetBeans 5.5.1 rc1 to successfully create an "ejb-based" web service that I am able to successfully deploy to both JBoss 4.x and Sun's application server 9.2 - but whenever I try to deploy it to WebLogic 10.0 I get an error: [HTTP:101216]Servlet: "WSEE_SERVLET" failed to preload on startup in W... 11 Apr 2007 14:23
web.xml syntax error?
I'm trying to deploy a web app from an "exploded directory" in Weblogic 9. The app worked just fine in Weblogic 8. I'm getting this message: [J2EE:160177]The application at "D:\bea9\user_projects\domains\local-idcfD\servers\idcfD1\stage\Freqs\app" was not recognized as a valid application type. If this is an EAR... 5 Apr 2007 14:28
Null Pointer Exception
I am working on a homework problem and I have run into a brick wall. I am receving a java.lang.NullPointerException at InputGrades.main(InputGrades.java:15) Error message when trying to run the program, it compiles just fine. As far as I can tell everything looks fine. The problem calls for me to create thre... 7 Feb 2007 11:57
Cannot create a session after the response has been committed
Hi all, I have a servlet filter that only allows http://localhost/webapp/restricted to be access via localhost This piece of code in the doFilter() is giving me problem if(!req.getLocalAddr().equals("127.0.0.1")){ res.sendError(res.SC_NOT_FOUND, req.getRequestURI()); } chain.doFilter(request, respon... 7 Dec 2006 05:01
How to prevent sun.reflect.GeneratedSerializationConstructorAccessor from being unloaded at full gc
Experts, in an application I'm using serialization of big data structures. For deserialization purpose, the VM seems to generate and load classes (see subject), which takes it some 100 milliseconds. Unfortunately, when a full gc occurs, these classes get unloaded, resulting in the need of regenerating and loadin... 1 Nov 2006 10:27
Calling web service from oracle stored procedure
We are trying to call a simple java web service from a oracle stroed proecedure. It works fine with our any parameters and able to return a value back. But when we try to pass arguments we are getting the following exception. Any ideas? faultCode: Server.generalException faultString: org.xml.sax.SAXExceptio... 25 Aug 2006 12:16
J2EE vs. PHP
We do use both J2EE and .NET. I was jiust trying to keep up to date THANKS ! ... 1 Aug 2006 07:41
First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83