JBoss Community

Problem running ejb3 tutorial examples

reply from jaikiran pai in EJB 3.0 - View the full discussion

Hmm, that attached log file is missing the logs that I was looking for. Did you forget to edit the pom.xml to add that additional -verbose:class property:


<properties>
    <ejb3.tutorial.client>org.jboss.tutorial.stateless.client.Client</ejb3.tutorial.client>
    <jboss.ejb3.tutorial.client.jvmargs>-verbose:class</jboss.ejb3.tutorial.client.jvmargs>
  </properties>

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community