Hi,

have you tried to define it in your pom.xml using:

<build>
  <plugins>
    <plugin>
      <groupId>org.apache.servicemix.tooling</groupId>
      <artifactId>jbi-maven-plugin</artifactId>
      <configuration>
        <classLoaderDelegation>self-first</classLoaderDelegation>
      </configuration>
    </plugin>
  </plugins>
</build>

Regards
JB

dulanov wrote:
Hello,

As I undestand Camel SU doesn't XBean based service units
(http://servicemix.apache.org/classloaders.html). How can I set self-first
delegation classLoaderDelegation for it (<import inverse="true" />)? Is it
possible to use jbi-maven-plugin Maven plugin to do it?

--
Jean-Baptiste Onofré
---------------------------------
 HomePage
http://www.nanthrax.net
---------------------------------
 Contacts
[email protected]
[email protected]
---------------------------------
 OpenSource
BuildProcess/AutoDeploy
http://buildprocess.sourceforge.net
Apache ServiceMix
http://servicemix.apache.org
-----------------------------------
PGP : 17D4F086

Reply via email to