Thanks for ur instructions. But I follow ur instructions which still can't
got servicemix deployed in Geronimo.
I deploy the generated plan.xml with geronimo deployer,and find the error:
------------------
Invalid configId ${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/car
Illegal character in path at index 1:
${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/car
---------------------
I think it's the plan.xml file includes dependencies error,so I change the
generated plan.xml to a new one,the changes are below:
-----------
<include>
<groupId>incubator-servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
<version>3.0-M1</version>
</include>
------------
I changed the groupId "servicemix" to "incubator-servicemix",still it get
error as below
--------------------
org.apache.geronimo.gbean.InvalidConfigurationException: Could not load
class org.servicemix.gbean.ServiceMixGBean
Could not load class org.servicemix.gbean.ServiceMixGBean
org.servicemix.gbean.ServiceMixGBean
-----------------------------
y there are org.servicemix.gbean while not o.a.s.gbean package then?
--
View this message in context:
http://www.nabble.com/ServiceMix-Geronimo-Deployment-t1250760.html#a3342228
Sent from the servicemix - user forum at Nabble.com.