[JBoss-user] [Beginners Corner] - JBossIDE Trail - How do I package and deploy the client

2005-10-28 Thread KidJava
I followed the instruction for the servlet and that worked fine, but there are no examples of how to package / deploy / run the client. I want to now: 1. Package the client 2. Test the client in the IDE while the JBoss server is running The trail has a app client, but the trail does not show wh

[JBoss-user] [Beginners Corner] - Re: JBossIDE Trail - How do I package and deploy the client

2005-10-28 Thread KidJava
Actually it's running but I get: org.jboss.proxy.ejb.EJBMetaDataImpl (no security manager: RMI class loader disabled ) I tried: if( System.getSecurityManager() == null ) { System.setSecurityManager( new RMISecurityManager() ) } but it's not working. Any suggestions? View the original po

[JBoss-user] [Beginners Corner] - Re: JBossIDE Trail - How do I package and deploy the client

2005-11-03 Thread KidJava
Oh yeah the rmi secrurity manager stuff has nothing to do with it, I removed all that bunk. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905311#3905311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905311

[JBoss-user] [Beginners Corner] - Re: JBossIDE Trail - How do I package and deploy the client

2005-11-03 Thread KidJava
when running the client add jbossall-client.jar to the classpath. Mine works with that. I really feel the Trailblazer is incomplete though. In the source the have a java client, but in the trailblazer they don't show you how to impliment it. That's half ass. View the original post : http:/

[JBoss-user] [Beginners Corner] - Re: JBossIDE Trail - How do I package and deploy the client

2005-11-03 Thread KidJava
One last note. Just adding the jbossall-client.jar to the classpath worked, but I got log4j message warnings when running. I then juilt a client.jar and included the jbossall-clients.jar in that. Then when I ran packaging and ran the app it ran clean. View the original post : http://www.jb