[jboss-user] [EJB3] - Re: JBoss AS 7.1 - How to create application Client that uses a deployed EJB

Stefan Daurer do-not-reply at jboss.com
Thu Jul 19 04:53:51 EDT 2012


Stefan Daurer [https://community.jboss.org/people/sdaurer] created the discussion

"Re: JBoss AS 7.1 - How to create application Client that uses a deployed EJB"

To view the discussion, visit: https://community.jboss.org/message/748969#748969

--------------------------------------------------------------
Try the following:

- Check if there is a line with your user really exists in standalone/configuration/application-users.properties

- Create the file *jboss-ejb-client.properties* in your classpath root with the following content:

+remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false+
+remote.connections=default+
+remote.connection.default.host=localhost+
+remote.connection.default.port = 4447+
+remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false+
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/748969#748969]

Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120719/c053a040/attachment.html 


More information about the jboss-user mailing list