Hi guys
i'm try to create a simple client application that is able to call ejb3 deployed in jboss
but i get this exception and until now in not able this figure out the reason
my actual environment is this
Jboss AS: jboss-as-7.1.1.Final
jboss-as-ejb-client-bom version 7.1.1.FINAL
dependences used fo the generation of the client has advised in the jboss distribution (exaclty jboss-as-7.1.1.Final\bin\client\readme.txt file)
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-ejb-client-bom</artifactId>
<type>pom</type>
<version>7.1.1.FINAL</version>
</dependency>