Hi,
I'm using JBPM BPEL for the first time and when I try to use the doXslTransform function I'm getting this exception:
14:07:45,676 ERROR [XPathExpressionEvaluator] expression evaluation failed
org.jaxen.UnresolvableException: No Such Function {http://docs.oasis-open.org/wsbpel/2.0/process/executable}:doXslTransform
at org.jaxen.SimpleFunctionContext.getFunction(SimpleFunctionContext.java:127)
at org.jaxen.ContextSupport.getFunction(ContextSupport.java:242)
at org.jaxen.Context.getFunction(Context.java:216)
Am I doing something wrong or jbpm-bpel-1.1.1 doesn't support it?
Regards,
Alejandro
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256933#4256933
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256933
Hi,
as I understand, an application client is authenticated not until the next EJB call.
But http://www.jboss.org/community/wiki/SecurityFAQ Q3 hints
"This example is for a scenario where a calling client is using the LoginContext directly and requires feedback from the LoginContext.login() method if authentication using the users username and password was successful."
But this does not work for me with JBoss 4.3, LoginContext.login() returns immediately without going to the server.
How can you authenticate a client without doing an EJB call? Ideally this should return a token you can use for the next EJB call.
Thanks,
Juergen
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256919#4256919
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256919