Hi Jeff! Well, I created a NetBeans 5.5 application (fooApplication.zip) using a JBI module (foo.jar) with wsdls and bpel and all cool stuff. I copied first the .zip in the deploy directory and I get:
INFO - AutoDeploymentService - Directory: deploy: Archive changed: processing SynchronousSampleApplication.zip ... WARN - AutoDeploymentService - Components com.sun.httpsoapbc-1.0-2, are not installed yet: the service assembly fooApplication deployment is suspended and will be resumed once the listed components are installed INFO - AutoDeploymentService - Directory: deploy: Finished installation of archive: SynchronousSampleApplication.zip Hmm, later I will try to install thesun httpsoap, but I don't know if I am doing the right thing. After I tried to install only the jbi module. INFO - AutoDeploymentService - Directory: deploy: Archive changed: processing foo.jar ... INFO - AutoDeploymentService - Directory: deploy: Finished installation of archive: foo.jar But, as I said, I am not doing the right thing, I guess. I think that "THE FERGUNET FINAL QUESTION" is: Where can I found info for dummies to create an easy deployment with the SU and SAs (or other technique) step by step and how to test it? Thank you very much ;) jpuro wrote: > > You can create something like an HTTP endpoint who's target service is > the service name of the "receive" endpoint in your bpel file. Remember > that your receive endpoint in the BPEL file actually gets created as a > JBI endpoint which you can invoke using standard JBI exchanges. > > Now as far as deployment goes, how are you planning on deploying this? > Using service units/service assemblies or using the older method (e.g. > appcontext-sm.xml)? > > -Jeff > > -----Original Message----- > From: fergunet [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 03, 2006 2:40 PM > To: [email protected] > Subject: Re: Deploying a BPEL in ServiceMix > > > Did you resolve your problem? 'Cause I've the same : ) I don't know how > to > deploy a bpel process and how to invoke it. > > Sivashanmuganathan, Sundaranathan (Cognizant) wrote: >> >> >> Hi All, >> >> >> I am really sorry if this is a repost. I am new to this space and > i >> would like to deploy a bpel file in servicemix. How do i do that? I >> checked with the bpel sample that is available with the servicemix but >> that seems to be a JMSClient. I searched for a bpel file but i > couldn't >> find. >> >> >> >> I would like to know the following.I have created a bpel and wsdl > file, >> now how do i deploy this in servicemix and how do i use it? >> >> >> thanks, >> -Sundar. >> >> > > -- > View this message in context: > http://www.nabble.com/Deploying-a-BPEL-in-ServiceMix-tf2062195s12049.htm > l#a7666365 > Sent from the ServiceMix - User mailing list archive at Nabble.com. > > > > > > > > > > > > > > > > > This email (and any attachments) is intended only for the use of the > individual or entity named above and may contain information that is > privileged and confidential. If you are not the intended recipient, or > have unauthorized access, you are hereby notified that copying, > disseminating, distributing or taking any action in reliance on this email > is strictly prohibited<br /> > > <br /> > > Opinions, conclusions and other information in this message that do not > relate to the official business of our firm shall be understood as neither > given nor endorsed by it. > > > > -- View this message in context: http://www.nabble.com/Deploying-a-BPEL-in-ServiceMix-tf2062195s12049.html#a7697521 Sent from the ServiceMix - User mailing list archive at Nabble.com.
