You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jean-Baptiste Onofré <jb...@nanthrax.net> on 2009/09/02 17:35:34 UTC

Re: HELLO-WORLD-SE DON'T WORK

Hi Dani,

could you provide at least:
- your pom.xml
- the your component entry class (as defined in the <component/> 
attribute of the jbi-maven-plugin)
?

I move this thread in the user mailing list (it's not really dev thread).

Thanks
Regards
JB

silgurd wrote:
> Hello!!
> 
> I has followed the Hello-World-SE tutorial step by step, but when I am
> trying to deploy it into Service Mix, I get the following error:
> java.lang.ClassNotFoundException:
> org.apache.servicemix.samples.helloworld.se.MyBootstrap in classloader
> org.apache.servicemix.samples.helloworld.se.MyBootstrap
> 
> Can anybody help me??
> 
> Dani

Re: HELLO-WORLD-SE DON'T WORK

Posted by silgurd <si...@hotmail.com>.


Hi JB:
 
About jbi-maven-plugin, I don't know what are you mean. I am novice in it.
 
I have made no changes in the pom.xml that the tutorial provides:
 
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>org.apache.servicemix.samples.helloworld</groupId>
      <artifactId>hello-world-smx</artifactId>
      <packaging>pom</packaging>
      <version>1.0-SNAPSHOT</version>
      <name>Hello World JBI Component</name>
      <modules>
           <module>hello-world-sa</module>
           <module>hello-world-su</module>
           <module>hello-world-http-su</module>
           <module>hello-world-se</module>
      </modules>
</project>
 
-------------------------------------------

Jean-Baptiste Onofré wrote:
> 
> Hi Dani,
> 
> could you provide at least:
> - your pom.xml
> - the your component entry class (as defined in the <component/> 
> attribute of the jbi-maven-plugin)
> ?
> 
> I move this thread in the user mailing list (it's not really dev thread).
> 
> Thanks
> Regards
> JB
> 
> silgurd wrote:
>> Hello!!
>> 
>> I has followed the Hello-World-SE tutorial step by step, but when I am
>> trying to deploy it into Service Mix, I get the following error:
>> java.lang.ClassNotFoundException:
>> org.apache.servicemix.samples.helloworld.se.MyBootstrap in classloader
>> org.apache.servicemix.samples.helloworld.se.MyBootstrap
>> 
>> Can anybody help me??
>> 
>> Dani
> 
> 

-- 
View this message in context: http://www.nabble.com/Re%3A-HELLO-WORLD-SE-DON%27T-WORK-tp25259978p25274208.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.