JBoss Community

Re: getPort() call takes too long

created by Michal Wroblewski in JBoss Web Services - View the full discussion

In my situation it was problem with version of stax jar. It is located in JBoss lib directory. I had to add this dependency to my pom.xml

 

     <dependency>

        <groupId>stax</groupId>

        <artifactId>stax</artifactId>

        <version>1.2.0</version>

        <scope>provided</scope>

    </dependency>

 

It resolved my problem.

 

All works fine.

 

Regards

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community