In my previous mail, i said that you will find them in the open esb
distribution.
 https://open-esb.dev.java.net/
But dropping them inside ServiceMix won' t work (i' ve tried).
You will need to solve CNFEs and put jars in ServiceMix sar
or jboss classpath until it works.
Note that the end result is uncertain ... up to you ;)

On 8/24/06, Sat <[EMAIL PROTECTED]> wrote:



I think i got it...So you mean to install the two components from Open ESB
distribution into ServiceMix JBI container. Am i right? If thats the case,
can you please let me know in which jar files these JBI components will be
there and is it enough if i copy those files and drop it in deploy
directory? If there any other configurations required. Sorry for buzzing
again.

Thanks, Sat


gnodet wrote:
>
> Not sure to understand your question,
> but the container is just, well, the container.
> You should be able to deploy any jbi compliant
> components on it.
> But if you want to deploy the SA that you have created,
> it depends on the openesb jbi components.  It' s not
> a problem by itself, you just need to tweak ServiceMix
> sar or jboss classpath to include stuff needed by
> these components (if ever possible).
>
> On 8/24/06, Sat <[EMAIL PROTECTED]> wrote:
>>
>>
>> Gnodet,
>>
>> Correct me if i am wrong! If downloading Open ESB distribution and
>> deploying
>> it in Jboss, does it make as my ServiceMix ESB replacement? Tell me if
we
>> are just going to use JBI container of ServiceMix ESB for routing and
>> transformations and use Open ESB for webservices/BPEL processing?
>>
>> Thanks, Sat
>>
>>
>> gnodet wrote:
>> >
>> > Mmh, I guess you misunderstood me.
>> > Before trying to deploy this service assembly, you need to install
>> > the needed JBI components which are:
>> >    * com.sun.bpelse-1.0-2
>> >    * com.sun.httpsoapbc-1.0-2
>> > The jars SynchronousSampleApplication.zip are service units targeted
to
>> > these components.  You need to find the JBI components installers for
>> > these components, but I' m not sure where you can find them.
>> > Try to look for these files in your glassfish distribution or in
>> openesb
>> > one
>> > ...
>> >
>> > On 8/24/06, Sat <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> Yes it does have the JBI descriptors. I have uploaded the files at
>> >> http://www.esnips.com/web/TechDoubts
>> http://www.esnips.com/web/TechDoubts
>> >> for your review. Please let me know your comments. The same zip file
>> was
>> >> used to deploy in Sun Application Server and it worked.
>> >>
>> >> Thanks, Sat
>> >>
>> >>
>> >> gnodet wrote:
>> >> >
>> >> > Could you check if the httpsoapbc and bpelse jars have a jbi
>> descriptor
>> >> > in METAF-INF/jbi.xml ?
>> >> >
>> >> > I can not download the jar :(
>> >> > Do you have any url where i could download them without having to
>> >> download
>> >> > the
>> >> > full glashfish server ?
>> >> >
>> >> > On 8/24/06, Sat <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >>
>> >> >> 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.logfile
>> >> 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.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >> > --
>> >> > Cheers,
>> >> > Guillaume Nodet
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>>
http://www.nabble.com/ServiceMix%2BJboss---Unable-to-run-BPEL-project-created-using-netbeans-tf2155124.html#a5954364
>> >> 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#a5963885
>> 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#a5965058
Sent from the ServiceMix - User forum at Nabble.com.




--
Cheers,
Guillaume Nodet

Reply via email to