[ http://jira.codehaus.org/browse/XFIRE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_87612 ]
Tomasz Sztelak commented on XFIRE-820: -------------------------------------- Sure Source repository is described here : http://xfire.codehaus.org/Source+Repository and building here : http://xfire.codehaus.org/Building after downloading source code you should : 1. cd xfire-core 2. mvn install -Dmaven.test.skip=true if you use separated packages ( xfire-* ) then ,thats it, just rebuild your project. But if you use xfire-all, then you need to copy classes from builded jar ( inside target dir ) to your xfire-all jar. > BEA WebLogic > ------------ > > Key: XFIRE-820 > URL: http://jira.codehaus.org/browse/XFIRE-820 > Project: XFire > Issue Type: Bug > Affects Versions: 1.2.3 > Environment: Windows XP professional, BEA Weblogic 8.1.6.0, Sun JDK > 1.4.2_11-b06 OR BEA JRockit(R) Version > R26.3.0-32_CR283061-63465-1.4.2_10-20060620-1811-win-ia32 > Reporter: Sohail Sikora > Assigned To: Tomasz Sztelak > Fix For: 1.2.4 > > Attachments: xfire-book-1.2.3.war > > > The Xfire book example shows the stacktrace: > Error 500--Internal Server Error > java.lang.NoSuchMethodError: > org.w3c.dom.Element.setTextContent(Ljava/lang/String;)V > at > org.codehaus.xfire.wsdl11.builder.WSDLBuilder.createElement(WSDLBuilder.java:281) > at > org.codehaus.xfire.wsdl11.builder.WSDLBuilder.createAbstractInterface(WSDLBuilder.java:221) > at > org.codehaus.xfire.wsdl11.builder.WSDLBuilder.write(WSDLBuilder.java:161) > at > org.codehaus.xfire.wsdl11.builder.WSDLBuilderAdapter.write(WSDLBuilderAdapter.java:40) > at org.codehaus.xfire.DefaultXFire.generateWSDL(DefaultXFire.java:104) > at > org.codehaus.xfire.transport.http.XFireServletController.generateWSDL(XFireServletController.java:377) > at > org.codehaus.xfire.transport.http.XFireServletController.doService(XFireServletController.java:126) > at > org.codehaus.xfire.transport.http.XFireServlet.doGet(XFireServlet.java:107) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465) > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348) > at > weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047) > at > weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) > at > weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) > at > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902) > at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773) > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183) > I have made the qname.jar adjustments as detailed in the XFire docs. I keep > getting this error. I have attached the WAR being used as built by maven and > modified to add qname.jar and weblogic.xml -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email