cancel
Showing results for 
Search instead for 
Did you mean: 

Problem deploying in the J2EE - .sda for jms configuration

Former Member
0 Kudos

Hi,

We are trying to deploy the file aii_af_jmsproviderlibs.sda for configuring the jms adapters in the adapter framework. The point is preparing the adapter framework for support jms adapters to connect to an MQ.

The .sda file was configurated from the next .zip:

<a href="http://img174.imageshack.us/img174/9446/screenhunter1vt9.png">aii_af_jmsproviderlibs.zip</a>

The error log:

<a href="http://img95.imageshack.us/img95/8867/deploysdmrn2.png">Error log</a>

Does anybody knows how to solve the problem?

Regards

Gonzalo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

we have this estructure in the file

aii_af_jmsproviderlib.sda:

|

|- META-INF

ooooo|--- MANIFEST.MF

ooooo|--- SAP_MANIFEST.MF

ooooo|--- sda_primlib.xml

|

|- server

ooooo|

ooooo|--- provider.xml

|

|- com.ibm.mq.jar

|- com.ibm.mqbind.jar

|- com.ibm.mqjms.jar

|- connector.jar

I think, this is correct, isn't it?

Kind Regards,

Gonzalo

Former Member
0 Kudos

Hi,

The sda file you should be of the following structure

aii_af_jmsproviderlib-->META-INF,server and the jars to be added. I think you have changed the struture by directly putting all the files directly under the folder

aii_af_jmsproviderlib.So the folders server and META-INF should be under aii_af_jmsproviderlib.You have to add the jars in provider.xml file.

provider.xml should be in folder server.

MANIFEST.MF,SAP_MANIFEST.MF,sda_primlib.xml should be in META-INF folder.

The jars should be directly under aii_af_jmsproviderlib.

Thanks and Regards,

Sudheer.