The plan was not really uptodate. You should use the latest version in
svn head.
But you can just replace the class names with the right packages for now.
Btw, the plan need to be preprocessed and this step is done when you run
maven
in the gplan project. The ready to use plan can be found in
target\plan\plan.xml.
Cheers,
Guillaume Nodet
kahon wrote:
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.