Hi All,
I´m using JBoss 4.0sp1 and J2EE 1.4. I have a Servlet who creates a
Session Bean ant this SB creates other Entity Bean.
The Servlet creates perfectly the Session Bean. But the SB cannot
create the Entity Bean because it doesn't find in the context.
But with the same code I can create the Entity Bean from the Servlet. I
think the problem is a change of context.
Would be anybody so kind to help me? I would apprecite your comments?
Thanks
Rodolfo
Big Jim - 30 May 2005 20:47 GMT
Hi All,
I´m using JBoss 4.0sp1 and J2EE 1.4. I have a Servlet who creates a
Session Bean ant this SB creates other Entity Bean.
The Servlet creates perfectly the Session Bean. But the SB cannot
create the Entity Bean because it doesn't find in the context.
But with the same code I can create the Entity Bean from the Servlet. I
think the problem is a change of context.
Would be anybody so kind to help me? I would apprecite your comments?
Thanks
Rodolfo
Can we see the code?