Glad to hear !
On 10/26/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
Guillaume,
First let me say that including commons-digester in the SU worked!!
The classpath that I posted was from the transform method of the
AbstractTransformComponent.
Could you please let me know why I need to include the commons-digester in
the SU when it is already in the lib directory?
I guess this comes from a problem in the rule used. Which digester rule
do you use in this case ? I suspect that it does not try to load using
the thread context classloader. In which case, the rule would try to load
the class from the classloader that loads xstream, which is the container
classloader (unless you embed it in your SU and use self-first delegation).
Maybe the following post could help:
http://www.mail-archive.com/[email protected]/msg02790.html
When I use the inverse
classloader, should I define the hidden or nonOverridable elements?
No. inverse, nonOverridable, hidden are notions that can be used
independently.
Thank you VERY much for your help.
Doug
On 10/26/06 11:28 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
> Did the classpath you post was extracted in one of the method of this
> stack trace
> (for example
> com._3eti.infomatics.components.sos.parser.transform.AbstractTransformCompon
> ent.transform) ? Or was it printed when the component was created or started ?
> There may be a classloader difference here.
>
> Btw, I suspect you should be able to work around the problem by including
> commons-digester in your SU and using an inverse classloader.
>
> On 10/26/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>> Sure, here it is.
>>
>> Thanks,
>> Doug
>>
>> javax.jbi.messaging.MessagingException: Parsing document
>> at
>> com._3eti.infomatics.components.sos.parser.transform.AbstractTransformCompon
>> ent.transform(AbstractTransformComponent.java:48)
>> at
>> org.apache.servicemix.components.util.TransformComponentSupport.onMessageExc
>> hange(TransformComponentSupport.java:66)
>> at
>> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(Deliv
>> eryChannelImpl.java:623)
>> at
>> org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:
>> 169)
>> at
>> org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:177
>> )
>> at
>> org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:227)
>> at
>> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>> at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>> Source)
>> at java.lang.Thread.run(Unknown Source)
>> Caused by: com._3eti.infomatics.core.xml.ParserException: Unable to parse :
>> java.lang.ClassNotFoundException:
>> com._3eti.infomatics.components.domain.sos.describe.DescribeSensorRequest
>> at
>> com._3eti.infomatics.core.xml.digester.DefaultDigester.parseXml(DefaultDiges
>> ter.java:55)
>> at
>> com._3eti.infomatics.core.xml.digester.DefaultDigester.parse(DefaultDigester
>> .java:76)
>> at
>> com._3eti.infomatics.components.sos.parser.transform.AbstractTransformCompon
>> ent.transform(AbstractTransformComponent.java:43)
>> ... 8 more
>> Caused by: java.lang.ClassNotFoundException:
>> com._3eti.infomatics.components.domain.sos.describe.DescribeSensorRequest
>> at
>> org.apache.commons.digester.Digester.createSAXException(Digester.java:2792)
>> at
>> org.apache.commons.digester.Digester.createSAXException(Digester.java:2818)
>> at org.apache.commons.digester.Digester.startElement(Digester.java:1289)
>> at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
>> Source)
>> at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown
>> Source)
>> at
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unkno
>> wn Source)
>> at
>> org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElem
>> entHook(Unknown Source)
>> at
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatc
>> her.dispatch(Unknown Source)
>> at
>> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
>> Source)
>> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
>> at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>> at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
>> at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
>> Source)
>> at org.apache.commons.digester.Digester.parse(Digester.java:1610)
>> at
>> com._3eti.infomatics.core.xml.digester.DefaultDigester.parseXml(DefaultDiges
>> ter.java:47)
>> ... 10 more
>>
>>
>>
>> On 10/26/06 11:14 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
>>
>>> It really depends who try to load the class and when.
>>> Could you post the stack trace associated with this
>>> classloader, i think the previous one you posted was
>>> using another SU.
>>>
>>> On 10/26/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>> Guillaume,
>>>>
>>>> Thank you. Now I am REALLY confused. It appears to me that the jar file
>>>> that contains the class that is causing the CNFE is in the classpath, in
>>>> common-domain-fuse-3.0.1.jar. Below you will find the log message for the
>>>> classpath.
>>>>
>>>> Any idea what I am doing wrong? I am guessing that it is a problem on my
>>>> end, I just can't find it.
>>>>
>>>> Thanks again,
>>>> Doug
>>>>
>>>> ClassLoader: [
>>>> org.apache.xbean.classloader.JarFileClassLoader: name=servicemix urls=
>>>> [file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/service-assemblies/SOS-sa/versi>>>>
o
>>>> n_1/sus/servicemix-lwcontainer/SOS-parser-su/,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/service-assemblies/SOS-sa/versi>>>>
o
>>>>
n_1/sus/servicemix-lwcontainer/SOS-parser-su/lib/common-domain-fuse-3.0.1.j>>>>
a
>>>> r,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/service-assemblies/SOS-sa/versi>>>>
o
>>>>
n_1/sus/servicemix-lwcontainer/SOS-parser-su/lib/infomatics-core-fuse-3.0.1>>>>
.
>>>> jar]
>>>> parents=[[org.apache.xbean.classloader.JarFileClassLoader:
>>>> name=Component ClassLoader urls=[
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/components/servicemix-lwcontain>>>>
e
>>>> r/version_1/lib/servicemix-lwcontainer-fuse-3.0.1.jar]
>>>> parents=[[org.apache.xbean.classloader.JarFileClassLoader:
>>>> name=servicemix-shared urls=[
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/servicemix-shared-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/servicemix-soap-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/opensaml-1.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/xmlsec-1.3.0.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/servicemix-common-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/bcprov-jdk14-124.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/data/servicemix/sharedlibs/servicemix-shared/ve>>>>
r
>>>> sion_1/lib/wss4j-1.5.0.jar]
>>>> parents=[[org.apache.xbean.classloader.NamedClassLoader:
>>>> name=activemq/servicemix.ClassLoader urls=[
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/isorelax-200>>>>
5
>>>> 0913.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jaxb-api-2.0>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jaxb-impl-2.>>>>
0
>>>> .1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jaxb-xjc-2.0>>>>
.
>>>> 1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jaxws-api-ea>>>>
3
>>>> .jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jaxws-rt-ea3>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jsr-223-1.0->>>>
p
>>>> r.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jsr181-api-2>>>>
.
>>>> 0-20051126.094100.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/jsr250-api-1>>>>
.
>>>> 0-20051126.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/lingo-1.0.ja>>>>
r
>>>> ,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/msv-20050913>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/relaxngDatat>>>>
y
>>>> pe-20050913.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/saaj-api-ea3>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/saaj-impl-ea>>>>
3
>>>> .jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/servicemix-b>>>>
e
>>>> anflow-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/servicemix-c>>>>
o
>>>> mponents-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/servicemix-c>>>>
o
>>>> re-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/servicemix-j>>>>
b
>>>> i-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/servicemix-s>>>>
e
>>>> rvices-fuse-3.0.1.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/stax-api-1.0>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/stax-utils-2>>>>
0
>>>> 060502.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/wsdl4j-1.5.2>>>>
.
>>>> jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/wstx-asl-2.0>>>>
.
>>>> 3.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/xmlpull-1.1.>>>>
3
>>>> .4d_b4_min.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/xsdlib-20050>>>>
9
>>>> 13.jar,
>>>> file:/C:/Program
>>>>
Files/FUSE-1.2.1/FUSE-1.2.1/components/activemq/servicemix/lib/xstream-1.1.>>>>
2
>>>> .jar
>>>> ]]]]]]]]
>>>>
>>>>
>>>> On 10/26/06 10:24 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
>>>>
>>>>> On 10/26/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>>>> Guillaume,
>>>>>>
>>>>>> Is there any way that I would be able to log the classpath for a
>>>>>> serviceunit? I attempted to simply log DEBUG level hoping that I would
>>>>>> be
>>>>>> able to at least see that the jar files that I had defined in
>>>>>> classpath/location elements of the servicemix.xml file were being read,
>>>>>> however I did not seem to have any luck with that. I could not find one
>>>>>> place in the log that they were referenced.
>>>>>
>>>>> Inside you code, you could try:
>>>>> log.debug("ClassLoader: "+ getClass().getClassLoader().toString());
>>>>>
>>>>> IIRC, the toString statement should print the url of jars included in this
>>>>> classloader, but will not print the full hierachy.
>>>>>
>>>>>>
>>>>>> I have also been trying to find a schema that the classpath element is
>>>>>> defined in, I have looked in the servicemix schema, the spring dtd, and
>>>>>> the
>>>>>> xbean-server / classloader schemas, but have not been able to find it.
>>>>>
>>>>> There's no schema defined for that.
>>>>> The parsing code is available at:
>>>>> http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-server/src/main/ja
>>>>> va
>>>>> /o
>>>>> rg/apache/xbean/server/spring/configuration/ClassLoaderXmlPreprocessor.jav
>>>>> a?
>>>>> re
>>>>> vision=437782&view=markup
>>>>>
>>>>> It follows the following syntax:
>>>>> <classpath [inverse="boolean"]>
>>>>> [<hidden> ... </hidden>]*
>>>>> [<nonOverridable> ... </nonOverridable>]*
>>>>> [<location> ... </location>]*
>>>>> </classpath>
>>>>>
>>>>>
>>>>>>
>>>>>> Thank you for your assistance,
>>>>>> Doug
>>>>>>
>>>>>>
>>>>>> On 10/25/06 10:56 AM, "Doug Fischer" <[EMAIL PROTECTED]> wrote:
>>>>>>
>>>>>>> Guillaume,
>>>>>>>
>>>>>>> I have tried to with the inverse classloader to no avail. Thank you for
>>>>>>> your help.
>>>>>>> Doug
>>>>>>>
>>>>>>>
>>>>>>> On 10/25/06 10:30 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
>>>>>>>
>>>>>>>> We are investigating the issue.
>>>>>>>> Btw, have you tried with the inverse classloader on the SU ?
>>>>>>>>
>>>>>>>> On 10/25/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>>>>>>> Guillaume,
>>>>>>>>>
>>>>>>>>> I was just wondering if you had a chance to look at my service
>>>>>>>>> assembly
>>>>>>>>> that
>>>>>>>>> I sent to you and to see if you had any ideas about the problem or how
>>>>>>>>> to
>>>>>>>>> fix it. I am still struggling with this and hope that you may be able
>>>>>>>>> to
>>>>>>>>> offer some assistance.
>>>>>>>>>
>>>>>>>>> Thank you very much,
>>>>>>>>> Doug
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 10/20/06 9:33 AM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
>>>>>>>>>
>>>>>>>>>> Mmh, not sure. If the class the references the ibatis classes are
>>>>>>>>>> all
>>>>>>>>>> inside your SU, it won't change much.
>>>>>>>>>>
>>>>>>>>>> Anyway, you should be able to use self-first delegation on the SU
>>>>>>>>>> if you need.
>>>>>>>>>> <classpath inverse="true">
>>>>>>>>>> <location>lib/...</location>
>>>>>>>>>> ...
>>>>>>>>>> </classpath>
>>>>>>>>>>
>>>>>>>>>> Else, raise a JIRA and attach your SA (or send it to me if you
>>>>>>>>>> prefer).
>>>>>>>>>>
>>>>>>>>>> On 10/20/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>>>>>>>>> Guillaume,
>>>>>>>>>>>
>>>>>>>>>>> I was just reading this thread
>>>>>>>>>>>
>>>>>>>
>>>>>> http://www.nabble.com/Pojo-components--the-lwcontainer--classloading---mo
>>>>>> re
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> -
>>>>>>>>>>> clarification-please-tf2352151.html#a6550705
>>>>>>>>>>>
>>>>>>>>>>> It looks like using self-first delegation may solve my issue, is
>>>>>>>>>>> this
>>>>>>>>>>> correct?
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Doug
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 10/19/06 2:18 PM, "Doug Fischer" <[EMAIL PROTECTED]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> It is just the SU that is trying to use the iBatis dependency.
>>>>>>>>>>>> There
>>>>>>>>>>>> is
>>>>>>>>>>>> only one SU defined in this SA. All of the classes that use iBatis
>>>>>>>>>>>> are
>>>>>>>>>>>> defined inside the servicemix.xml outside of the <sm:servicemix
>>>>>>>>>>>> id="jbi">
>>>>>>>>>>>> element. Maybe I am misunderstanding your question, please
>>>>>>>>>>>> elaborate
>>>>>>>>>>>> so
>>>>>>>>>>>> that I may be able to provide you with additional information if
>>>>>>>>>>>> necessary.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> Doug
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 10/19/06 1:02 PM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> You may hit some class loader problems if the bean that try to load
>>>>>>>>>>>> this class is defined in a classloader which is a parent of the SU
>>>>>>>>>>>> classloader. Do you know from which class the ibatis classes are
>>>>>>>>>>>> referenced
>>>>>>>>>>>> ?
>>>>>>>>>>>> Is this class only in the SU classloader (not in one of the
>>>>>>>>>>>> parents)
>>>>>>>>>>>> ?
>>>>>>>>>>>>
>>>>>>>>>>>> On 10/19/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>>>>>>>>>> Philip,
>>>>>>>>>>>>
>>>>>>>>>>>> This may help you more then my previous post. Here is the error
>>>>>>>>>>>> that
>>>>>>>>>>>> I
>>>>>>>>>>>> am
>>>>>>>>>>>> getting when I try to deploy my persistence service assembly that
>>>>>>>>>>>> uses
>>>>>>>>>>>> iBatis. The iBatis jar files exist in the lib directory and they
>>>>>>>>>>>> are
>>>>>>>>>>>> listed
>>>>>>>>>>>> in the classpath element of the service unit.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> Doug
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR - AutoDeploymentService.updateArchive(308) | Failed to update
>>>>>>>>>>>> Service
>>>>>>>>>>>> Assembly: persistece-service-assembly
>>>>>>>>>>>> java.lang.Exception: <?xml version="1.0" encoding="UTF-8"?>
>>>>>>>>>>>> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message"
>>>>>>>>>>>> version="1.0">
>>>>>>>>>>>> <jbi-task-result>
>>>>>>>>>>>> <frmwk-task-result>
>>>>>>>>>>>> <frmwk-task-result-details>
>>>>>>>>>>>> <task-result-details>
>>>>>>>>>>>> <task-id>deploy</task-id>
>>>>>>>>>>>> <task-result>FAILED</task-result>
>>>>>>>>>>>> <message-type>ERROR</message-type>
>>>>>>>>>>>> </task-result-details>
>>>>>>>>>>>> </frmwk-task-result-details>
>>>>>>>>>>>> </frmwk-task-result>
>>>>>>>>>>>> <component-task-result
>>>>>>>>>>>> xmlns="http://java.sun.com/xml/ns/jbi/management-message">
>>>>>>>>>>>> <component-name>servicemix-lwcontainer</component-name>
>>>>>>>>>>>> <component-task-result-details>
>>>>>>>>>>>> <task-result-details>
>>>>>>>>>>>> <task-id>deploy</task-id>
>>>>>>>>>>>> <task-result>FAILED</task-result>
>>>>>>>>>>>> <message-type>ERROR</message-type>
>>>>>>>>>>>> <task-status-msg>
>>>>>>>>>>>> <msg-loc-info>
>>>>>>>>>>>> <loc-token/>
>>>>>>>>>>>> <loc-message>Could not deploy xbean service unit</loc-message>
>>>>>>>>>>>> </msg-loc-info>
>>>>>>>>>>>> </task-status-msg>
>>>>>>>>>>>> <exception-info>
>>>>>>>>>>>> <nesting-level>1</nesting-level>
>>>>>>>>>>>> <msg-loc-info>
>>>>>>>>>>>> <loc-token/>
>>>>>>>>>>>> <loc-message>java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient</loc-message>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>
>>>>>> <stack-trace><![CDATA[org.apache.xbean.kernel.ServiceRegistrationExceptio
>>>>>> n>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>>>>>
>>>>>>>>> :
>>>>>>>>>>>> java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Se
>>>>>>>>>>>> rv
>>>>>>>>>>>> iceManagerRegistry.java:424)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.StandardKernel.registerService(Standar>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> d
>>>>>>>>>>>> Ke
>>>>>>>>>>>> rn
>>>>>>>>>>>> el.java:220)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.loader.SpringLoader.load(SpringLoader.ja>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> v
>>>>>>>>>>>> a:
>>>>>>>>>>>> 15
>>>>>>>>>>>> 4)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(Abstrac>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> XB
>>>>>>>>>>>> ea
>>>>>>>>>>>> nDeployer.java:81)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServic>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Un
>>>>>>>>>>>> it
>>>>>>>>>>>> Manager.java:88)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceU>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> it
>>>>>>>>>>>> Ma
>>>>>>>>>>>> nager.java:69)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAsse>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> m
>>>>>>>>>>>> bl
>>>>>>>>>>>> y(
>>>>>>>>>>>> DeploymentService.java:527)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Au
>>>>>>>>>>>> to
>>>>>>>>>>>> DeploymentService.java:295)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDep>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oy
>>>>>>>>>>>> me
>>>>>>>>>>>> ntService.java:592)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> :
>>>>>>>>>>>> 29
>>>>>>>>>>>> 1)
>>>>>>>>>>>> at
>>>>>>>>>>>> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.lang.Thread.run(Unknown Source)
>>>>>>>>>>>> Caused by: java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient
>>>>>>>>>>>> at java.lang.Class.getDeclaredMethods0(Native Method)
>>>>>>>>>>>> at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
>>>>>>>>>>>> at java.lang.Class.getDeclaredMethods(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector$1.run(Unknown Source)
>>>>>>>>>>>> at java.security.AccessController.doPrivileged(Native Method)
>>>>>>>>>>>> at java.beans.Introspector.getPublicDeclaredMethods(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.beans.Introspector.getTargetMethodInfo(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector.getBeanInfo(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector.getBeanInfo(Unknown Source)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanQNameHelper.getBeanInfo(XBeanQN>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> a
>>>>>>>>>>>> me
>>>>>>>>>>>> He
>>>>>>>>>>>> lper.java:78)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanQNameHelper.coerceNamespaceAwar>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Pr
>>>>>>>>>>>> op
>>>>>>>>>>>> ertyValues(XBeanQNameHelper.java:54)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2b.XBeanBeanDefinitionParserDelegate.p>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> a
>>>>>>>>>>>> rs
>>>>>>>>>>>> eB
>>>>>>>>>>>> eanDefinitionElement(XBeanBeanDefinitionParserDelegate.java:62)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.pars>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> DefinitionElement(BeanDefinitionParserDelegate.java:398)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.pars>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> DefinitionElement(BeanDefinitionParserDelegate.java:367)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> pa
>>>>>>>>>>>> rseDefaultElement(DefaultBeanDefinitionDocumentReader.java:162)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> pa
>>>>>>>>>>>> rseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:138)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.pa>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> r
>>>>>>>>>>>> se
>>>>>>>>>>>> Be
>>>>>>>>>>>> anDefinitions(XBeanBeanDefinitionDocumentReader.java:39)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> re
>>>>>>>>>>>> gisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerB>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> an
>>>>>>>>>>>> De
>>>>>>>>>>>> finitions(XmlBeanDefinitionReader.java:496)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registe>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> r
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> Definitions(XBeanXmlBeanDefinitionReader.java:79)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBea>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> De
>>>>>>>>>>>> fi
>>>>>>>>>>>> nitions(XmlBeanDefinitionReader.java:406)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanD>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> fi
>>>>>>>>>>>> ni
>>>>>>>>>>>> tions(XmlBeanDefinitionReader.java:360)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanD>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> fi
>>>>>>>>>>>> ni
>>>>>>>>>>>> tions(XmlBeanDefinitionReader.java:335)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:126)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:142)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:168)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractXmlApplicationContext.loadB>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> an
>>>>>>>>>>>> De
>>>>>>>>>>>> finitions(AbstractXmlApplicationContext.java:113)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.FileSystemXmlApplicationContext.loadBea>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> De
>>>>>>>>>>>> fi
>>>>>>>>>>>> nitions(FileSystemXmlApplicationContext.java:168)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractRefreshableApplicationConte>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> x
>>>>>>>>>>>> t.
>>>>>>>>>>>> re
>>>>>>>>>>>> freshBeanFactory(AbstractRefreshableApplicationContext.java:94)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractApplicationContext.refresh(>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> A
>>>>>>>>>>>> bs
>>>>>>>>>>>> tr
>>>>>>>>>>>> actApplicationContext.java:294)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.configuration.SpringConfiguration.<init>>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Sp
>>>>>>>>>>>> ri
>>>>>>>>>>>> ngConfiguration.java:63)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.configuration.SpringConfigurationService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> F
>>>>>>>>>>>> ac
>>>>>>>>>>>> to
>>>>>>>>>>>> ry.createService(SpringConfigurationServiceFactory.java:106)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManager.start(ServiceManager.ja>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> v
>>>>>>>>>>>> a:
>>>>>>>>>>>> 42
>>>>>>>>>>>> 0)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManager.initialize(ServiceManag>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> ja
>>>>>>>>>>>> va:200)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.RegistryFutureTask$RegisterCallable.ca>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> l(
>>>>>>>>>>>> Re
>>>>>>>>>>>> gistryFutureTask.java:110)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTas>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> k
>>>>>>>>>>>> .j
>>>>>>>>>>>> av
>>>>>>>>>>>> a:176)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Se
>>>>>>>>>>>> rv
>>>>>>>>>>>> iceManagerRegistry.java:409)
>>>>>>>>>>>> ... 11 more
>>>>>>>>>>>> ]]></stack-trace>
>>>>>>>>>>>> </msg-loc-info>
>>>>>>>>>>>> </exception-info>
>>>>>>>>>>>> </task-result-details>
>>>>>>>>>>>> </component-task-result-details>
>>>>>>>>>>>> </component-task-result>
>>>>>>>>>>>> </jbi-task-result>
>>>>>>>>>>>> </jbi-task>
>>>>>>>>>>>>
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.ManagementSupport.failure(Managemen>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> Su
>>>>>>>>>>>> pp
>>>>>>>>>>>> ort.java:121)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.ManagementSupport.failure(Managemen>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> Su
>>>>>>>>>>>> pp
>>>>>>>>>>>> ort.java:107)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAsse>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> m
>>>>>>>>>>>> bl
>>>>>>>>>>>> y(
>>>>>>>>>>>> DeploymentService.java:563)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Au
>>>>>>>>>>>> to
>>>>>>>>>>>> DeploymentService.java:295)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDep>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oy
>>>>>>>>>>>> me
>>>>>>>>>>>> ntService.java:592)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> :
>>>>>>>>>>>> 29
>>>>>>>>>>>> 1)
>>>>>>>>>>>> at
>>>>>>>>>>>> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.lang.Thread.run(Unknown Source)
>>>>>>>>>>>> WARN - AutoDeploymentService$2.run(596) | Directory: hotdeploy:
>>>>>>>>>>>> Automatic
>>>>>>>>>>>> install of C:\Program
>>>>>>>>>>>>
>>>>>> Files\FUSE-1.2.1\FUSE-1.2.1\hotdeploy\infomatics-persistence-0.0.1-SNAP>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> S
>>>>>>>>>>>> HO
>>>>>>>>>>>> T-
>>>>>>>>>>>> sa.zip failed
>>>>>>>>>>>> javax.jbi.management.DeploymentException: Failed to update Service
>>>>>>>>>>>> Assembly:
>>>>>>>>>>>> persistece-service-assembly
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Au
>>>>>>>>>>>> to
>>>>>>>>>>>> DeploymentService.java:309)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDep>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oy
>>>>>>>>>>>> me
>>>>>>>>>>>> ntService.java:592)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> :
>>>>>>>>>>>> 29
>>>>>>>>>>>> 1)
>>>>>>>>>>>> at
>>>>>>>>>>>> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.lang.Thread.run(Unknown Source)
>>>>>>>>>>>> Caused by: java.lang.Exception: <?xml version="1.0"
>>>>>>>>>>>> encoding="UTF-8"?>
>>>>>>>>>>>> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message"
>>>>>>>>>>>> version="1.0">
>>>>>>>>>>>> <jbi-task-result>
>>>>>>>>>>>> <frmwk-task-result>
>>>>>>>>>>>> <frmwk-task-result-details>
>>>>>>>>>>>> <task-result-details>
>>>>>>>>>>>> <task-id>deploy</task-id>
>>>>>>>>>>>> <task-result>FAILED</task-result>
>>>>>>>>>>>> <message-type>ERROR</message-type>
>>>>>>>>>>>> </task-result-details>
>>>>>>>>>>>> </frmwk-task-result-details>
>>>>>>>>>>>> </frmwk-task-result>
>>>>>>>>>>>> <component-task-result
>>>>>>>>>>>> xmlns="http://java.sun.com/xml/ns/jbi/management-message">
>>>>>>>>>>>> <component-name>servicemix-lwcontainer</component-name>
>>>>>>>>>>>> <component-task-result-details>
>>>>>>>>>>>> <task-result-details>
>>>>>>>>>>>> <task-id>deploy</task-id>
>>>>>>>>>>>> <task-result>FAILED</task-result>
>>>>>>>>>>>> <message-type>ERROR</message-type>
>>>>>>>>>>>> <task-status-msg>
>>>>>>>>>>>> <msg-loc-info>
>>>>>>>>>>>> <loc-token/>
>>>>>>>>>>>> <loc-message>Could not deploy xbean service unit</loc-message>
>>>>>>>>>>>> </msg-loc-info>
>>>>>>>>>>>> </task-status-msg>
>>>>>>>>>>>> <exception-info>
>>>>>>>>>>>> <nesting-level>1</nesting-level>
>>>>>>>>>>>> <msg-loc-info>
>>>>>>>>>>>> <loc-token/>
>>>>>>>>>>>> <loc-message>java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient</loc-message>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>
>>>>>> <stack-trace><![CDATA[org.apache.xbean.kernel.ServiceRegistrationExceptio
>>>>>> n>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>>>>>
>>>>>>>>> :
>>>>>>>>>>>> java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Se
>>>>>>>>>>>> rv
>>>>>>>>>>>> iceManagerRegistry.java:424)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.StandardKernel.registerService(Standar>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> d
>>>>>>>>>>>> Ke
>>>>>>>>>>>> rn
>>>>>>>>>>>> el.java:220)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.loader.SpringLoader.load(SpringLoader.ja>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> v
>>>>>>>>>>>> a:
>>>>>>>>>>>> 15
>>>>>>>>>>>> 4)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.xbean.AbstractXBeanDeployer.deploy(Abstrac>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> XB
>>>>>>>>>>>> ea
>>>>>>>>>>>> nDeployer.java:81)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.BaseServiceUnitManager.doDeploy(BaseServic>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Un
>>>>>>>>>>>> it
>>>>>>>>>>>> Manager.java:88)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.common.BaseServiceUnitManager.deploy(BaseServiceU>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> it
>>>>>>>>>>>> Ma
>>>>>>>>>>>> nager.java:69)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAsse>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> m
>>>>>>>>>>>> bl
>>>>>>>>>>>> y(
>>>>>>>>>>>> DeploymentService.java:527)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Au
>>>>>>>>>>>> to
>>>>>>>>>>>> DeploymentService.java:295)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDep>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oy
>>>>>>>>>>>> me
>>>>>>>>>>>> ntService.java:592)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> :
>>>>>>>>>>>> 29
>>>>>>>>>>>> 1)
>>>>>>>>>>>> at
>>>>>>>>>>>> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.lang.Thread.run(Unknown Source)
>>>>>>>>>>>> Caused by: java.lang.NoClassDefFoundError:
>>>>>>>>>>>> com/ibatis/sqlmap/client/SqlMapClient
>>>>>>>>>>>> at java.lang.Class.getDeclaredMethods0(Native Method)
>>>>>>>>>>>> at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
>>>>>>>>>>>> at java.lang.Class.getDeclaredMethods(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector$1.run(Unknown Source)
>>>>>>>>>>>> at java.security.AccessController.doPrivileged(Native Method)
>>>>>>>>>>>> at java.beans.Introspector.getPublicDeclaredMethods(Unknown
>>>>>>>>>>>> Source)
>>>>>>>>>>>> at java.beans.Introspector.getTargetMethodInfo(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector.getBeanInfo(Unknown Source)
>>>>>>>>>>>> at java.beans.Introspector.getBeanInfo(Unknown Source)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanQNameHelper.getBeanInfo(XBeanQN>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> a
>>>>>>>>>>>> me
>>>>>>>>>>>> He
>>>>>>>>>>>> lper.java:78)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanQNameHelper.coerceNamespaceAwar>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Pr
>>>>>>>>>>>> op
>>>>>>>>>>>> ertyValues(XBeanQNameHelper.java:54)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2b.XBeanBeanDefinitionParserDelegate.p>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> a
>>>>>>>>>>>> rs
>>>>>>>>>>>> eB
>>>>>>>>>>>> eanDefinitionElement(XBeanBeanDefinitionParserDelegate.java:62)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.pars>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> DefinitionElement(BeanDefinitionParserDelegate.java:398)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.pars>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> DefinitionElement(BeanDefinitionParserDelegate.java:367)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> pa
>>>>>>>>>>>> rseDefaultElement(DefaultBeanDefinitionDocumentReader.java:162)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> pa
>>>>>>>>>>>> rseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:138)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanBeanDefinitionDocumentReader.pa>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> r
>>>>>>>>>>>> se
>>>>>>>>>>>> Be
>>>>>>>>>>>> anDefinitions(XBeanBeanDefinitionDocumentReader.java:39)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentRead>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> re
>>>>>>>>>>>> gisterBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:93)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerB>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> an
>>>>>>>>>>>> De
>>>>>>>>>>>> finitions(XmlBeanDefinitionReader.java:496)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.v2.XBeanXmlBeanDefinitionReader.registe>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> r
>>>>>>>>>>>> Be
>>>>>>>>>>>> an
>>>>>>>>>>>> Definitions(XBeanXmlBeanDefinitionReader.java:79)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBea>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> De
>>>>>>>>>>>> fi
>>>>>>>>>>>> nitions(XmlBeanDefinitionReader.java:406)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanD>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> fi
>>>>>>>>>>>> ni
>>>>>>>>>>>> tions(XmlBeanDefinitionReader.java:360)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanD>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> fi
>>>>>>>>>>>> ni
>>>>>>>>>>>> tions(XmlBeanDefinitionReader.java:335)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:126)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:142)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.beans.factory.support.AbstractBeanDefinitionReader.>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> oa
>>>>>>>>>>>> dB
>>>>>>>>>>>> eanDefinitions(AbstractBeanDefinitionReader.java:168)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractXmlApplicationContext.loadB>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> an
>>>>>>>>>>>> De
>>>>>>>>>>>> finitions(AbstractXmlApplicationContext.java:113)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.spring.context.FileSystemXmlApplicationContext.loadBea>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> n
>>>>>>>>>>>> De
>>>>>>>>>>>> fi
>>>>>>>>>>>> nitions(FileSystemXmlApplicationContext.java:168)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractRefreshableApplicationConte>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> x
>>>>>>>>>>>> t.
>>>>>>>>>>>> re
>>>>>>>>>>>> freshBeanFactory(AbstractRefreshableApplicationContext.java:94)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.springframework.context.support.AbstractApplicationContext.refresh(>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> A
>>>>>>>>>>>> bs
>>>>>>>>>>>> tr
>>>>>>>>>>>> actApplicationContext.java:294)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.configuration.SpringConfiguration.<init>>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Sp
>>>>>>>>>>>> ri
>>>>>>>>>>>> ngConfiguration.java:63)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.server.spring.configuration.SpringConfigurationService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> F
>>>>>>>>>>>> ac
>>>>>>>>>>>> to
>>>>>>>>>>>> ry.createService(SpringConfigurationServiceFactory.java:106)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManager.start(ServiceManager.ja>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> v
>>>>>>>>>>>> a:
>>>>>>>>>>>> 42
>>>>>>>>>>>> 0)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManager.initialize(ServiceManag>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> e
>>>>>>>>>>>> r.
>>>>>>>>>>>> ja
>>>>>>>>>>>> va:200)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.RegistryFutureTask$RegisterCallable.ca>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> l
>>>>>>>>>>>> l(
>>>>>>>>>>>> Re
>>>>>>>>>>>> gistryFutureTask.java:110)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTas>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> k
>>>>>>>>>>>> .j
>>>>>>>>>>>> av
>>>>>>>>>>>> a:176)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.xbean.kernel.standard.ServiceManagerRegistry.registerService>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Se
>>>>>>>>>>>> rv
>>>>>>>>>>>> iceManagerRegistry.java:409)
>>>>>>>>>>>> ... 11 more
>>>>>>>>>>>> ]]></stack-trace>
>>>>>>>>>>>> </msg-loc-info>
>>>>>>>>>>>> </exception-info>
>>>>>>>>>>>> </task-result-details>
>>>>>>>>>>>> </component-task-result-details>
>>>>>>>>>>>> </component-task-result>
>>>>>>>>>>>> </jbi-task-result>
>>>>>>>>>>>> </jbi-task>
>>>>>>>>>>>>
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.ManagementSupport.failure(Managemen>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> Su
>>>>>>>>>>>> pp
>>>>>>>>>>>> ort.java:121)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.ManagementSupport.failure(Managemen>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> t
>>>>>>>>>>>> Su
>>>>>>>>>>>> pp
>>>>>>>>>>>> ort.java:107)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAsse>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> m
>>>>>>>>>>>> bl
>>>>>>>>>>>> y(
>>>>>>>>>>>> DeploymentService.java:563)
>>>>>>>>>>>> at
>>>>>>>>>>>>
>>>>>> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive>>
>>>>>> >>
>>>>>>>>
>>>>>>>>
>>>>>> (
>>>>>>>>>>>> Au
>>>>>>>>>>>> to
>>>>>>>>>>>> DeploymentService.java:295)
>>>>>>>>>>>> ... 4 more
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 10/19/06 11:22 AM, "Philip Dodds" <[EMAIL PROTECTED]>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Can you provide the details of the CNFE ?
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> P
>>>>>>>>>>>>
>>>>>>>>>>>> On 10/19/06, Doug Fischer <[EMAIL PROTECTED]> wrote:
>>>>>>>>>>>> I have a number of working service assemblies that I have deployed
>>>>>>>>>>>> in
>>>>>>>>>>>> a
>>>>>>>>>>>> standalone version of ServiceMix. I have now installed FUSE and
>>>>>>>>>>>> attempted
>>>>>>>>>>>> to install these same assemblies to run inside of FUSE. For some
>>>>>>>>>>>> reason,
>>>>>>>>>>>> I
>>>>>>>>>>>> am not getting ClassNotFoundExceptions thrown. Is the classpath
>>>>>>>>>>>> defined
>>>>>>>>>>>> differently in FUSE then in a standalone ServiceMix instance?
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you,
>>>>>>>>>>>> Doug
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>
--
Cheers,
Guillaume Nodet