Alessandro D'Ottavio [
https://community.jboss.org/people/alesky78] created the
discussion
"ejb3 client with spring and maven, java.io.StreamCorruptedException: invalid stream
header"
To view the discussion, visit:
https://community.jboss.org/message/732739#732739
--------------------------------------------------------------
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>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/732739#732739]
Start a new discussion in EJB3 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]