I have solved the error of incompatibility but when I wan to deploy
any project (examples included) I got the next error:
+-- SipInvite-DU-1.0.0.jar
+-- depends on ResourceAdaptorTypeID[JAIN SIP#javax.sip#1.2]
MISSING!
It is caused by the resource adaptor type binding on sbb-jar.xml
<resource-adaptor-type-binding>
<resource-adaptor-type-ref>
<resource-adaptor-type-name>JAIN SIP</resource-adaptor-
type-name>
<resource-adaptor-type-vendor>javax.sip</resource-
adaptor-type-vendor>
<resource-adaptor-type-version>1.2</resource-adaptor-
type-version>
</resource-adaptor-type-ref>
<activity-context-interface-factory-name>slee/resources/
jainsip/1.2/acifactory</activity-context-interface-factory-name>
<resource-adaptor-entity-binding>
<resource-adaptor-object-name>slee/resources/jainsip/
1.2/provider</resource-adaptor-object-name>
<resource-adaptor-entity-link>SipRA</resource-adaptor-
entity-link>
</resource-adaptor-entity-binding>
</resource-adaptor-type-binding>
I am going crazy with this project !!
Regards
On Nov 20, 11:36 am, Eduardo Martins <
emmart...@gmail.com> wrote:
> David, if your sbb code depends on the sip ra type then you need to add it
> as a dependency, in the module that compiles the sbb (I will guess it is the
> one you have named sbb). Now dependencies in the du/pom.xml are collected
> and packed in the deployable unit jar, in your sbb it should probably just
> be the sbb module, if you declare the sip ra type there the maven plugin
> will pack it in the sbb deployable unit...
>
> Look at examples such as sip11-b2bua in the svn, sounds like the kind of
> maven project you want...
>
> -- Eduardo
>
> On Fri, Nov 20, 2009 at 9:48 AM, Bartosz Baranowski <
baran...@gmail.com>wrote:
>
>
>
> > I would follow this hint You get from mvn/jslee:
>
> > *"Unable to install (project) DU has incompatible components. SBB which
> > depend on RAs contained in the DU. Please split them"*
>
> > Really, those are there for reason. Ratype and events should be declared I
> > think.
>