stax-api jar file is in \{CXF-home}\lib

unpackage it, you will find the javax.xml.namespace.QName class.

delete it, and re-package the file.

try it.



chengas123 wrote:
> 
> Hi,
> I was getting a "java.lang.NoSuchMethodError:
> javax.jws.WebService.portName()Ljava/lang/String;" error on WebLogic 9.2,
> but seemed to have solved it by following a post
> (http://forums.bea.com/thread.jspa?threadID=600009031) I found and adding
> -Djavax.xml.stream.XMLInputFactory=com.ctc.wstx.stax.WstxInputFactory to
> my WebLogic startup.
> However, I'm now getting:
> java.lang.RuntimeException: [was class java.net.ConnectException] Tried
> all: '1' addresses, but could not connect over HTTP to server:
> 'java.sun.com', port: '80'
> My only guess is it's trying to validate a DTD or something and is being
> blocked by our corporate firewall.  I have no idea how to tell weblogic
> about our proxy.  Configuring the proxy would be a good short-term
> solution since it would allow development to move forward.  However,
> ultimately I'm probably going to need another solution since I'm not sure
> this would fly in our production environment.
> 
> Thanks,
> Ben
> 
> 

-- 
View this message in context: 
http://www.nabble.com/CXF-on-WebLogic-9.2-tp15193763p15213281.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to