Difference in environments?

2008-09-05 Thread ericp56

Hello,

I am running Windows XP, Geronimo 2.1.2 and Eclipse Ganymede.

I have some applications playing nicely together:

ProjectEJB - contains my EJBs
ProjectWeb - contains Web services and web pages, injecting the Project
EJBs.

I export the EJB Jar and Web War, and deploy them on my Geronimo 2.1.2
servers on RHEL 4.

Now, I'm getting NullPointerExceptions for my @EJB objects.

Any suggestions?

Eric
-- 
View this message in context: 
http://www.nabble.com/Difference-in-environments--tp19334659s134p19334659.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Difference in environments?

2008-09-05 Thread David Blevins


On Sep 5, 2008, at 9:17 AM, ericp56 wrote:



Hello,

I am running Windows XP, Geronimo 2.1.2 and Eclipse Ganymede.

I have some applications playing nicely together:

ProjectEJB - contains my EJBs
ProjectWeb - contains Web services and web pages, injecting the  
Project

EJBs.

I export the EJB Jar and Web War, and deploy them on my Geronimo 2.1.2
servers on RHEL 4.

Now, I'm getting NullPointerExceptions for my @EJB objects.


Hi Eric,

Give the suggestion in the other email a try and see if that doesn't  
clear up your @EJB ref issues.


-David