Thanks Gnodet for your quick reply. Actually i guess the JBI container was able to recognize my zip file, was parsing for information on the zip file and was able to locate the files inside the zip, i guess thats why it was able to print a INFO message of "....com.sun.httpsoapbc-1.0-2, com.sun.bpelse-1.0-2 are not installed yet - > adding ServiceAssembly SynchronousSampleTestApplication to pending > list..." with the two filenames.
Anyway i tried dropping those two jar files inside deploy directory and restarted the server. Still the same :( No changes. Can you see whether somethingelse is wrong with the attached files. Thanks, Sat gnodet wrote: > > Maybe i missed your points, but I think you have the solution. > The "INFO > [org.apache.servicemix.jbi >> >> .framework.AutoDeploymentService] Components >> com.sun.httpsoapbc-1.0-2, com.sun.bpelse-1.0-2 are not installed yet - >> adding ServiceAssembly SynchronousSampleTestApplication to pending list". > > > message is the important one. > If you want to deploy a Service Assembly to a JBI container, the > requirement > is > that the needed JBI components are previously installed. > It seems this is not the case here as the log statement indicates. > > You need to find the components zips for the two listed components and > *try* to install them in ServiceMix (just drop them in the deploy dir of > jboss). > If you are lucky it will work. Well, there' s no luck here. It will work > if > the > components are not tied to openesb. > > > > On 8/23/06, Sat <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> Have followed the bewlo steps in creating my BPEL project >> >> 1. Installed JDK 1.5.0_07 >> 2. Installed JBoss 4.0.4.GA AS >> 3. Integrated the ServiceMix 3.0 M2 with JBoss AS by using >> jboss-deployer-3.0-incubating-SNAPSHOT.sar and server starts with no >> errors. >> That means i can see the the message in my logs as "ServiceMix JBI >> Container >> (http://servicemix.org/) name: ServiceMix running version: >> 3.0-incubating-SNAPSHOT" >> 4. Now i followed the link >> http://www.netbeans.org/kb/55/synchronousample.html >> http://www.netbeans.org/kb/55/synchronousample.html and created the >> simple >> synchronous BPEL Process using the NetBeans IDE 5.5 beta (enterprise >> pack). >> 5. I tried deploying into Sun Application Server and it worked. But when >> i >> tried to deploy the BPEL process created to my JBoss AS through the IDE, >> i >> got the error stating "Retrieving settings from C:\Documents and >> >> Settings\sdeenadayalan.354100952JEB1\.netbeans\5.5beta2/config/J2EE/InstalledServers/.nbattrs >> /n java.lang.NumberFormatException: For input string: "\jboss-4.0.4.GA" >> " >> 6. I thought it would be some configuration problem, so tried to copy the >> dist\SynchronousSampleApplication.zip >> file created as part of the build process and deployed to the deploy >> directory of JBoss. >> 7. Restarted the JBoss and there was no errors except that i could find a >> INFO message saying that "INFO >> [org.apache.servicemix.jbi.framework.AutoDeploymentService] Components >> com.sun.httpsoapbc-1.0-2, com.sun.bpelse-1.0-2 are not installed yet - >> adding ServiceAssembly SynchronousSampleTestApplication to pending list". >> 8. I understand that the file that i dropped was picked up by the JBI >> container by "INFO [org.servicemix.jboss.deployment.JBIDeployer] >> ServiceMix >> deployer passing deployment to JBI container >> [file:/C:/jboss- >> 4.0.4.GA/server/default/tmp/deploy/tmp61422SynchronousSampleApplication.zip-contents/com.sun.httpsoapbc-1.0-2.jar] >> ", >> But later for some reasons it was not able to deploy. >> 9. I have attached a zip file containing the following items for your >> review. >> >> SynchronousSampleApplication.zip - Application Sample generated through >> NetBeans >> Jboss_SM_NB.txt - containing the snippet of the server.log file after >> JBoss >> starts. >> >> It would be great help and would appreciate if i can get a solution for >> this. >> >> Thanks, Sat >> >> http://www.nabble.com/user-files/235730/BPEL_Analysis.zipBPEL_Analysis.zip >> -- >> View this message in context: >> http://www.nabble.com/ServiceMix%2BJboss---Unable-to-run-BPEL-project-created-using-netbeans-tf2155124.html#a5953389 >> Sent from the ServiceMix - User forum at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/ServiceMix%2BJboss---Unable-to-run-BPEL-project-created-using-netbeans-tf2155124.html#a5953860 Sent from the ServiceMix - User forum at Nabble.com.
