Hi All,
 
I am trying to use xmlbeans and muse2.0 and receive the below exception
when the service is deployed.
 
The dev steps I am following are:
1. Use wsdl2java in Muse2.0 binary dist, to generate the Capability
classes.
2. Use xmlbeans scomp.cmd utility to generate the custom types I have.
3. Add the following lines in build.xml (generated by wsdl2java) to
build the xbeans jar file
    
<echo>Starting xbeans packaging.....</echo>
  <jar destfile="${XBEANS_JAR}">
   <fileset dir="${RESOURCES_DIR}">
    <include name="**/*"/>
   </fileset>
  </jar>
 
4. I then copy the war file to by Tomcat webapps.
5. Start tomcat.
 
I have written a very simple client to access this service. Below is the
server side logs for the service.
 
I am stuck and cant seem to find any thing usefull in the mailing lists.
Please help. 
Thanks a lot in advance,
Subhro.
 
<Exception>
Dec 27, 2007 10:38:15 PM com.cisco.csm.nbi.xsd.MyCapability createDevice

<snip>
Dec 27, 2007 10:38:15 PM org.apache.muse.util.LoggingUtils logError
INFO: There was an error while processing a request:
 
null
 
 sun.misc.Unsafe.ensureClassInitialized(Native Method)
 
sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAcces
sorFactory.java:25)
 
sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:12
2)
 java.lang.reflect.Field.acquireFieldAccessor(Field.java:917)
 java.lang.reflect.Field.getFieldAccessor(Field.java:898)
 java.lang.reflect.Field.get(Field.java:357)
 
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:770)
 com.cisco.csm.nbi.xsd.Device.<clinit>(Unknown Source)
 com.cisco.csm.nbi.xsd.Device$Factory.newInstance(Unknown Source)
 com.cisco.csm.nbi.xsd.MyCapability.createDevice(Unknown Source)
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39)
 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
 java.lang.reflect.Method.invoke(Method.java:585)
 org.apache.muse.core.SimpleResource.invoke(SimpleResource.java:373)
 28 more...
 
</Exception>

Reply via email to