Here is what I'm using listed below: I have these same following jars too. spring-1.2.6.jar stax-api-1.0.1.jar wsdl4j-1.6.1.jar wstx-asl-3.2.0.jar xbean-2.2.0.jar xmlsec-1.3.0.jar xfire-jsr181-api-1.0-M1.jar
I'm using a different jar for these. xbean-spring-2.8.jar instead of xbean-spring-2.7.jar wss4j-1.5.1.jar instead of wss4j-1.5.0.jar xercesImpl-2.6.2.jar instead of xercesImpl.jar xfire-all-1.2.5.jar instead of xfire-*1.2.4.jar's xml-apis-1.0.b2.jar instead of xml-apis.jar Notice I'm using xfire 1.2.5 not 1.2.4. I don't have these two jars. xalan.jar xmlentitymgr.jar Maybe it might make a difference. Thanks, Daniel King, R2D2, C3P0 Application Engineer Web Team Nemours Office: (904) 288-5643 Fax: (904) 288-5758 *** Call me Daniel *** NOTICE...This electronic transmission is intended only for the person(s) named. It may contain information that is (i) proprietary to the sender, and/or (ii) privileged, confidential and/or otherwise exempt from disclosure under applicable State and Federal law, including, but not limited to, privacy standards imposed pursuant to the federal Health Insurance Portability and Accountability Act of 1996 (HIPAA). Receipt by anyone other than the named recipient(s) is not a waiver of any applicable privilege. If you received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message from your system. -----Original Message----- From: Dragos Pavel [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 10:15 AM To: [email protected] Subject: RE: [xfire-user] XMLBeans bindings I specifically checked if I use wsdl4j-1.6.+ because I found a jira ( XFIRE-783 ) stating there is an issue with ResolverWSDLLocator class: http://jira.codehaus.org/browse/XFIRE-783 These is what I use: spring-1.2.6.jar stax-api-1.0.1.jar wsdl4j-1.6.1.jar wss4j-1.5.0.jar wstx-asl-3.2.0.jar xalan.jar xbean-2.2.0.jar xbean-spring-2.7.jar xercesImpl.jar xfire-aegis-1.2.4.jar xfire-annotations-1.2.4.jar xfire-core-1.2.4.jar xfire-generator-1.2.4.jar xfire-java5-1.2.4.jar xfire-jaxws-1.2.4.jar xfire-jsr181-api-1.0-M1.jar xfire-spring-1.2.4.jar xfire-ws-security-1.2.4.jar xfire-xmlbeans-1.2.4.jar xml-apis.jar xmlentitymgr.jar xmlsec-1.3.0.jar Doesn't look like a library problem ... On Thu, 2007-17-05 at 09:46 -0400, Dragos Pavel wrote: > Yes, I have it in the same directory. > > Thanks Daniel. > > On Thu, 2007-17-05 at 09:36 -0400, Daniel King wrote: > > Do you have the spring-1.2.6.jar? > > > > Daniel King, R2D2, C3P0 > > Application Engineer > > Web Team > > Nemours > > Office: (904) 288-5643 > > Fax: (904) 288-5758 > > > > *** Call me Daniel *** > > > > NOTICE...This electronic transmission is intended only for the person(s) > > named. It may contain information that is (i) proprietary to the > > sender, and/or (ii) privileged, confidential and/or otherwise exempt > > from disclosure under applicable State and Federal law, including, but > > not limited to, privacy standards imposed pursuant to the federal Health > > Insurance Portability and Accountability Act of 1996 (HIPAA). Receipt > > by anyone other than the named recipient(s) is not a waiver of any > > applicable privilege. If you received this confidential communication > > in error, please notify the sender immediately by reply e-mail message > > and permanently delete the original message from your system. > > > > -----Original Message----- > > From: Dragos Pavel [mailto:[EMAIL PROTECTED] > > Sent: Thursday, May 17, 2007 9:17 AM > > To: [email protected] > > Subject: Re: [xfire-user] XMLBeans bindings > > > > Hi All, > > > > I have the xfire-xmlbeans-1.2.4.jar in the /WEB-INF/lib directory of the > > deployed war. > > Can you help me understand why org.codehaus.xfire.spring.ServiceBean can > > not be created properly ? > > > > Thanks, much appreciated. > > > > > > > > On Wed, 2007-16-05 at 23:14 -0400, Dragos Pavel wrote: > > > I re-coded my project using XMLBeans bindings (instead of JAXB2 like > > > first time). > > > > > > Environment: > > > XFire - 1.2.4 > > > XMLBeans bindings > > > JBoss > > > org.codehaus.xfire.transport.http.XFireConfigurableServlet > > > > > > I deployed and I run into the following error: > > > > > > 23:04:50,038 ERROR [XFireServlet] Error initializing XFireServlet. > > > org.springframework.beans.factory.BeanCreationException: Error > > creating > > > bean with name 'org.codehaus.xfire.spring.ServiceBean' defined in > > class > > > path resource [META-INF/xfire/services.xml]: Initialization of bean > > > failed; nested exception is java.lang.ExceptionInInitializerError: > > null > > > java.lang.ExceptionInInitializerError > > > at sun.misc.Unsafe.ensureClassInitialized(Native Method) > > > at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor > > > (UnsafeFieldAccessorFactory.java:25) > > > at sun.reflect.ReflectionFactory.newFieldAccessor > > > (ReflectionFactory.java:122) > > > at java.lang.reflect.Field.acquireFieldAccessor(Field.java:917) > > > at java.lang.reflect.Field.getFieldAccessor(Field.java:898) > > > at java.lang.reflect.Field.get(Field.java:357) > > > at org.apache.xmlbeans.XmlBeans.typeForClass(XmlBeans.java:844) > > > at > > > org.codehaus.xfire.xmlbeans.XmlBeansType.<init>(XmlBeansType.java:73) > > > at > > org.codehaus.xfire.xmlbeans.XmlBeansTypeCreator.createXmlBeanType > > > (XmlBeansTypeCreator.java:59) > > > at org.codehaus.xfire.xmlbeans.XmlBeansTypeCreator.createType > > > (XmlBeansTypeCreator.java:49) > > > at > > org.codehaus.xfire.aegis.AegisBindingProvider.getSuggestedName > > > (AegisBindingProvider.java:248) > > > at > > > > > org.codehaus.xfire.service.binding.DefaultServiceConfiguration.getInPara > > meterName(DefaultServiceConfiguration.java:160) > > > at > > > > > org.codehaus.xfire.service.binding.ObjectServiceFactory.getInParameterNa > > me(ObjectServiceFactory.java:1044) > > > at > > org.codehaus.xfire.service.binding.ObjectServiceFactory.addOperation > > > (ObjectServiceFactory.java:798) > > > at > > > > > org.codehaus.xfire.service.binding.ObjectServiceFactory.initializeOperat > > ions(ObjectServiceFactory.java:742) > > > at > > org.codehaus.xfire.service.binding.ObjectServiceFactory.create > > > (ObjectServiceFactory.java:426) > > > at org.codehaus.xfire.spring.ServiceBean.afterPropertiesSet > > > (ServiceBean.java:176) > > > > > > > > > Any suggestions please ? is urgent, thanks in advance. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe from this list please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
