1 Reply Latest reply on Oct 1, 2003 5:30 PM by juha

    JBoss application client container

    martin.buechi

      All,

      I was looking for documentation on the JBoss application client container. To be more specific, I have a Swing application that connects to EJBs in JBoss. It runs just fine with me adding jbossall-client.jar to the classpath and setting the JNDI properties (through jndi.properties or manually), but I understand that the portable way would be to use the application client container and the deployment descriptor application-client.xml (Chapter 9 of the J2EE 1.3 specification).

      I cannot find any documentation on JBoss's implementation of the application client container, e.g., how to launch it. I also have the paid documentation for JBoss 3.0.4 (I am running 3.2.1). Any pointer would be greatly appreciated.

      Regards,

      Martin

      P.S. I am also setting the location of java.security.auth.login.config with the URL of my jaas.conf with the org.jboss.security.ClientLoginModule manually. If there is a portable solution for this, a pointer would also be appreciated.