Re: [JBoss-user] embedded tomcat 4 issue

2002-04-17 Thread Dennis Muhlestein
Thank you for your input. I'm making much progress in this area and most of my application works with tomcat locally now. I have got everything to work at this point except for one Entity Bean (CMP 2.0). I have other Entity Beans that work fine. So this is really tricky. I can lookup the bean

Re: [JBoss-user] embedded tomcat 4 issue

2002-04-17 Thread Scott M Stark
> I haven't found any Entity Bean tests in the test suite so I couldn't > compare. This problem may not have anything to do with Session/Entity > and may just be a configuration issue with the beans - I don't know. There are now and accessing them from a servlet works fine. > 1. Is there any big

Re: [JBoss-user] embedded tomcat 4 issue

2002-04-16 Thread Dmitri Colebatch
ead.jsp?forum=50&thread=4046&message=384447 cheers dim - Original Message - From: "Dennis Muhlestein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 8:48 AM Subject: RE: [JBoss-user] embedded tomcat 4 issue

RE: [JBoss-user] embedded tomcat 4 issue

2002-04-16 Thread Dennis Muhlestein
I agree, this is becomming a pain. I went back to the basics with my App. I did exactly what the jbosstest-web.ear does to deploy and lookup ejbs. After I made a couple modifications to my web.xml Most of my session beans started working fine. I started getting NullPointerExceptions (Below)