[jboss-user] [JBoss Web Services] - Re: getPort() call takes too long

Michal Wroblewski do-not-reply at jboss.com
Tue Feb 1 00:49:30 EST 2011


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&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110201/12a907b4/attachment-0001.html 


More information about the jboss-user mailing list