[jboss-user] [Beginners Corner] - Re: Custom Classloader from Database

2008-09-11 Thread ChrJacob
Hi Dave, this looks very promising. Many thanks for your hint! Regards, Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176027#4176027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176027 ___

[jboss-user] [JNDI/Naming/Network] - Re: connecting not with localhost, but with real IP name

2008-09-05 Thread ChrJacob
Hi Jaikiran, I use JBoss 4.2.2.GA . To start it with the option -b 0.0.0.0 really helped. Many thanks for your help! Kind regards, Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174591#4174591 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JNDI/Naming/Network] - connecting not with localhost, but with real IP name

2008-09-05 Thread ChrJacob
Hi there, I've got the following problem: I want to call me session bean remotely. During development time, I have no problems in looking up the bean with the URL "jnp://localhost:1099". But, if I used the real IP name of my PC, I get the following exception: javax.naming.CommunicationException

[jboss-user] [Beginners Corner] - Custom Classloader from Database

2008-08-20 Thread ChrJacob
Hi there, I'm relative new to JBoss and have a question: The purpose of my application is to run some Java classes that have been built by a 3rd party tool. My EJB offers a service that the byte code can be uploaded to the server and another service to execute the byte code later. I found a sol