[java ee programming] LAB-4005

2009-03-09 Thread ketul . jee
*Please anyone can help me what is wrong in my code *I am getting error CODE i have pasted below line *Appreciate in advance java.lang.NullPointerException at mypackage.MyOwnEventListener.attributeAdded (MyOwnEventListener.java:33) at org.apache.catalina.session.StandardSession.

[java ee programming] Lab-4005 Need Help on Lab Servlet Advanced to fix pasted Errors

2009-03-09 Thread ketul
Please if anyone can help me to solve below errors ! - *Errors: java.lang.NullPointerException at mypackage.MyOwnEventListener.attributeAdded (MyOwnEventListener.java:33) at org

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-09 Thread Mick Timony
There was an earlier post about this, see the 2nd message on this thread: http://groups.google.com/group/java-ee-j2ee-programming-with-passion/browse_thread/thread/f9bc162c718d3c10/adb92482dc05f823?lnk=gst&q=JDK_1.5#adb92482dc05f823 Luck Mick On Sat, Mar 7, 2009 at 8:01 PM, supriya khare wrote:

[java ee programming] Re: Lab-1020 Version problem with the JDBCSample

2009-03-09 Thread fredrik
Yes, I had the same problem. Right-click the project node and choose Properties. Select Libraries. At the top, select JDK 1.6 as Java Platform in the drop-down menu. This should do it. /Fredrik On 8 Mar, 01:01, "supriya khare" wrote: > Hi > > I have JDK6.0  installed and after downloading the la

[java ee programming] Re: LAB-4005

2009-03-09 Thread mayer horna
Hi, I did the following: 1st, verifies that the Class "MyOwnEventListener" implement HttpSessionAttributeListener and override methods : attributeRemoved(HttpSessionBindingEvent se) { /*print log*/ } and attributeReplaced(HttpSessionBindingEvent se) {/*print log*/} 2d, in the GreetingServlet:

[java ee programming] Fix problem with Spring Lab 4916 (Spring and Hibernate)

2009-03-09 Thread VAN Thanh Trung
Dear all, I don't know if you have the same problem, but hope that this may help someone :-) I'm using NetBeans 6.5 under Windows. I got the same problem as indicated at the beginning of this lab (see error below). I resolved the problem by manually removing pre-imported libraries (right cli

[java ee programming] EJB BMP Architecture

2009-03-09 Thread Krits0
Hello, I have a doubt I am building a WebApp that interact with an EJB (BMP), but I have somme doubts about my architecture: 1) I have a WebApp project that basically list and manage users from my DBMS. 2) I have an EJB-BMP named 'user' that maps an user from DB and allow update/insert/d

[java ee programming] LAB-4005

2009-03-09 Thread SureshReddy
HI I have a problem in executing Myhello2 project because attributeAdded(HttpSessionBindingEvent se) and attributeRemoved(HttpSessionBindingEvent se) are never invoked plz help me thanks in advance --~--~-~--~~~---~--~~ You received this message because you are sub