Michal Wroblewski [
http://community.jboss.org/people/michal.wroblewski] created the
discussion
"Re: getPort() call takes too long"
To view the discussion, visit:
http://community.jboss.org/message/584497#584497
--------------------------------------------------------------
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
[
http://community.jboss.org/message/584497#584497]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]