Kannan,
I suppose you deployed the servicemix web distribution on JBoss. If it
started correctly, you can access the ServiceMix web console using a
browser (e.g. using URL http://localhost:8080/servicemix-web/ or
something like that). You can then use the web console to deploy JBI
components and service assemblies.
Not sure what you mean by a *-sa.xml file. A SA has a jbi.xml file to
describe its contents (mainly SUs), a SU has an xbean.xml for describing
the services. Where did you find a reference to the *-sa.xml file?
Recently, some new work has been done on ServiceMix-Geronimo integration
and this will be available with ServiceMix 3.2. Not sure if the
documentation is already updated for this version though. For
JBoss/WebLogic/Tomcat, you can currently still use the web distribution...
Gert
kxkannan wrote:
Hello,
I have successfully deployed ServiceMix on JBoss 4.0.5. Now I am trying to
figure out how I can deploy the examples that came with ServiceMix to SM
under JBoss.
1. Do you need to package the examples in a specific file (.sar, .jar, .ear
etc) ?
2. Some of the questions here refer to a *-sa.xml file but I couldn't find
any such in the ServiceMix 3.1.2 examples. Do I have to create it ?
3. Are there any instructions that talk about deploying in ServiceMix under
an app server (JBoss, Geronimo, Weblogic etc - I have browsed the artciles
on the ServiceMix site but they seem to be incomplete or I am not able to
figure out how to deploy from those instructions).
Thanks,
Kannan