Hello,
Unfortunately the lookup for the Home object of my SessionBeans do not work
anymore. I cannot figure out what the problem is. I deployed my ear archive.
According to the JMX JNDI console, my beans are deployed correctly (see below
the snippet of the JMX JNDI console).
When I now deploy
Thanks a lot for this fast reply :) and even better you are correct and fixed
my error :)
The problem is that I use AndroMDA (MDA generator) to create my beans and this
tool creates a stateful session bean if attributes are given to the class.
Unfortunately I removed all attributes (because I d
Hello,
I have a problem with the getCallerPrincipal method with Jboss 3.2.6. When I
try to call this method the container throws an IllegalStateException saying
that no security context was set. I already searched the internet and saw that
other people also have the same problem. Is this a bug
"chiba" wrote : As you know, you cannot unload a class from
| the JVM.
*hmm* that's bad. I thought that this is perhaps also possible. Thanks a lot for your
answers :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847787#3847787
Reply to the post :
http:
Hi Chiba,
Yes exactly like that. I have a class A that contains a reference to an instance of
class B and a class B which has a refence to A. Thanks for your answer, I think it
could do it like that.
One final question:
Is is possible to unload created classes later on? I just ask as I also wo