[JBoss-user] [Beginners Corner] - JNDI lookup does not work anymore *confused*

2004-11-17 Thread Bug-C
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

[JBoss-user] [Security & JAAS/JBoss] - Re: getCallerPrincipal() throws IllegalStateException: No se

2004-11-16 Thread Bug-C
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

[JBoss-user] [Security & JAAS/JBoss] - getCallerPrincipal() throws IllegalStateException: No securi

2004-11-16 Thread Bug-C
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

[JBoss-user] [Javassist user questions] - Re: Possible to refer to classes that will be generated late

2004-09-10 Thread Bug-C
"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:

[JBoss-user] [Javassist user questions] - Re: Possible to refer to classes that will be generated late

2004-09-08 Thread Bug-C
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