Thursday, 6 December 2012

Weblogic integration with Sterling Selling and Fulfillment Suite



·         Step1 : For Weblogic initial context factory include the following jars wlclient.jar,wljmsclient,wls-api.jar (bea\weblogic92\server\lib)


·         Don’t add jars other than these three jar files

·         Copy those jars in sterling  extensions\customjars  folder 

Step2: Run below third party jar commands to Add the jar files.


install3rdParty.cmd jboss 4.2.3 -j F:\Sterling\Foundation\extensions\customjars\wlclient.jar -targetJVM APP

install3rdParty.cmd jboss 4.2.3 -j F:\Sterling\Foundation\extensions\customjars\wljmsclient.jar -targetJVM APP
  
install3rdParty.cmd jboss 4.2.3 -j F:\Sterling\Foundation\extensions\customjars\wls-api.jar -targetJVM APP 

Step 3:   Add jars path in properties folder/AGENTDynamicclasspath file like

VENDOR_JAR=F:\Sterling\Foundation\jar\jboss\4.2.3\wlclient.jar

VENDOR_JAR=F:\Sterling\Foundation\jar\jboss\4.2.3\wls-api.jar

VENDOR_JAR=F:\Sterling\Foundation\jar\jboss\4.2.3\wljmsclient.jar

·       Step 4 : Run setupfiles.cmd

·      Step 5 : Build smcfs and deploy in jboss 
Step 6 : Configure the Service like below...


 
 

S         QCF Lookup Name and Queue Names should be JNDI names given at Weblogic for Connection Factory and Queue .
 
Step 7: Run the Service through Http API Tester and check.
      
    Have fun!!!!!
 

No comments:

Post a Comment