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
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
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
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:/
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