Jason,
I think you already had these tags in the jbi.xml that you posted earlier.
Have you already copied the required components into the install/
directory? If so, can you post the logging output between
INFO - AutoDeploymentService - Directory: deploy: Archive
changed: processing xxx-sa-3.2-incubating-SNAPSHOT.zip ..
and
INFO - AutoDeploymentService - Directory: deploy: Finished
installation of archive: xxx-sa-3.2-incubating-SNAPSHOT.zip
Gert
kiwisurfer wrote:
So far it appears that the jbi.xml in the SA requires there to be the tags:
<service-units>
</service-units>
Between which the service units are defined. This seems to allow the service
assembly to register. This is not clearly described in the documentation. I
am running ServiceMix 3.1.1.
However, the components defined in the SUs are not registering either for my
SA, or even the loan-broker SA, that was built using the default ant build
file (that ships as part of the examples).
Any ideas?