Hi, Guys!
I have 2 applications declared in the server.xml file. App1 and App2. And App1 ist parent of App2.
So wenn I try to instantiate a Bean of App1 in a JSP-page of App2. with the following code:
(new InitialContext()).lookup("java:comp/env/ejb/Bean1"
The AppServer crush with a coredump . And this is the message that I become:
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
Somebody can help me?
Thanx in advance
Michael
I have 2 applications declared in the server.xml file. App1 and App2. And App1 ist parent of App2.
So wenn I try to instantiate a Bean of App1 in a JSP-page of App2. with the following code:
(new InitialContext()).lookup("java:comp/env/ejb/Bean1"
The AppServer crush with a coredump . And this is the message that I become:
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
exception system: exiting due to multiple internal errors:
exception dispatch or unwind stuck in infinite loop
exception dispatch or unwind stuck in infinite loop
Somebody can help me?
Thanx in advance
Michael