Plz check your environment...did you upgrade the wsdl4j jar (to 1.5.1)? older jars have a broken QName class. Same case with old Axis1.1's jaxrpc.jar
thanks, dims On 9/20/05, Tom Jordahl <[EMAIL PROTECTED]> wrote: > > Have to run right now but I am getting this strange error. Dims, the > SVN "Blame.." command says you added the code to do backslash-y things. > > Any thoughts? I made sure I had a jaxrpc.jar with the getPrefix() API > in it (not that it hasn't always been there). Any other place that we > might be getting a bad QName class from? > > -- > Tom Jordahl > > > > javax.xml.namespace.QName.getPrefix()Ljava/lang/String; > java.lang.NoSuchMethodError: > javax.xml.namespace.QName.getPrefix()Ljava/lang/String; > at > org.apache.axis.wsdl.symbolTable.BackslashUtil.getQNameWithDifferentL > ocal(BackslashUtil.java:62) > at > org.apache.axis.wsdl.symbolTable.BackslashUtil.getQNameWithBackslashl > essLocal(BackslashUtil.java:39) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.populateServices(SymbolT > able.java:3078) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav > a:745) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.add(SymbolTable.java:543 > ) > at > org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.jav > a:518) > at org.apache.axis.wsdl.gen.Parser.run(Parser.java:399) > at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:620) > > -- > Tom Jordahl > Macromedia Server Development > > > -----Original Message----- > > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 20, 2005 2:38 PM > > To: Axis developer list > > Subject: [VOTE] Release Axis 1.3 > > > > Folks, > > > > It's been a while since 1.2.1 release and many, many bug fixes are in > > latest SVN. Also, Geronimo needs a named release. Just checked both > > the TCK's. All's well.There were a few items as blockers in JIRA this > > morning, There was nothing we could fix in a hurry. Check the JIRA > > notifications in the archives for a list of the issues i downgraded > > this morning. > > > > Could we please make a release? Here's my +1. > > > > Thanks, > > dims > > > > -- > > Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service > Platform > -- Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform
