Some BPEL 2 stuff definitely works, but the examples supplied are broken. See
here for info about getting up-to-date examples.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133268
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152026#4152026
Repl
I'm trying to write a BPEL process which receives callbacks from a third-party
service. I can successfully invoke synchronous calls to/from that service. It
has published a separate WSDL for its callbacks. I have (after some problems)
managed to get jBPM to use this WSDL and it can successfully
I have just found some older posts which explain that the BPEL 2 examples are
not correct, but that newer example code is available.
Look here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128592
and here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130891
I haven't act
I have installed jbpm-bpel-1.1.GA and jboss-4.2.2.GA. I have got it up and
running, and I have successfully run the BPEL examples (hello, trip, purchase,
and ATM).
However, I notice that the build scripts for these are using the .bpel and
.swdl files from the 'bpel' subdirectory, not the 'bpel2
Looks like you probably want to look at Password Hashing described here:
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html#d0e18837
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999114#3999114
Reply to the post :
http://www.jboss.com/index
I am using JBoss 4.02, and I am in the process of enabling security
authentication for all EJB methods.
I have got the various security domain stuff working, and I can now
successfully authenticate a client connection (and successfully fail an
incorrect client).
I am using various different rol
I am trying to register a listener on a remote instance of JBoss.
I've looked in the FAQ, and found this article:
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAddANotificationListenerToARemoteMBeanServer
Is there really nothing simpler than this?
I don't want to do all this stuff which uses JB