Skip to Content
0
Former Member
Jul 09, 2007 at 12:23 PM

[Deployment] Error in dependencies

29 Views

Hi,

created the Jabber-adapter from XI-Programming book of SAP Press. Now I tried to deployed it on J2EE server, but one dependency is wrong:

[code]

[sdm] Deploying on server:SOPERAPCK:50118 file:C:\xiAdapter\eclipseProjekte\JabberAdapter\$build\archives\sda\JabberAdapter.sda ...

[sdm] Deployed!

[sdm] ResultText:Unresolved dependencies found for the following SDAs:

[sdm]

[sdm] 1.: development component 'de.cdiag.xi.pck.jabber'/'cdiag.de'/'de.cdiag'/'3.0.1420070709140421.000'/'0'

[sdm] dependency:

[sdm] name: 'com.echomine.muse'

[sdm] vendor: 'sap.com'

[sdm]

[sdm] There is no component either in SDM repository or in Deployment batch that resolves the dependency.

[sdm]

[sdm] Deployment will be aborted. class $Proxy6

[info] Finished deployment on server SOPERAPCK

[/code]

So I think I have to deploy this muse libary first, but how to do that?

How to create an SDA or EAR file (without NWDS)?

Is it not possible to deploy this dependency on-the-fly?

thanks

chris