[jboss-user] [EJB 3.0] - Re: problems working with XA datasource

2007-08-14 Thread mreis
I forgot to list my environment: JBoss 4.0.5.GA (with EJB3.0 RC9 Patch 1) JDK 1.5_06 Jackrabbit 1.3.1 I also read about the following limitation for EJB3 embedded (http://docs.jboss.org/ejb3/embedded/embedded.html): anonymous wrote : | XA Connection pool is not available yet. | May this aff

[jboss-user] [EJB 3.0] - problems working with XA datasource

2007-08-14 Thread mreis
Dear all, in my EJB3 SLSB (exposed as a WebService) I'd like to contact a Jackrabbit XA datasource, operate on it, and commit changes. The datasource is configured in server/default/deploy/jcr-ds.xml: | | |jcr/local | |jackrabbit-jca-1.

[jboss-user] [JBoss jBPM] - Howto debug bpel process execution

2007-07-05 Thread mreis
what is the best way to debug an executing (complex) bpel processes (including loops and branches) easily (modify log parameters, system.outs, "breakpoints")? ... any suggestions are highly appreciated ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060915

[jboss-user] [JBoss jBPM] - Error invoking doc/lit/wrapped (EJB3 POJO SLSB) endpoints fr

2007-07-04 Thread mreis
We have problems to invoke doc/lit/wrapped (EJB3 POJO SLSB) endpoints from a bpel process (if we however publish the endpoint as rpc/lit everything works fine). the bpel process definition: | http://schemas.xmlsoap.org/ws/2004/03/business-process/"; | xmlns:tns="urn:samples:review" |

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread mreis
After some more research I'm pretty sure that in the case of a truly dynamic client (i.e. no client-side stub generation from a remote WSDL before running the client that then invokes the WebService call) that should interact with a WebService operation, that has one or more custom complex input

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-22 Thread mreis
Hi, isn't @WebServiceProvider something that acts on the server side, that receives SOAP (or XML/HTTP in the case of RESTful services) messages, does something with the incoming message (and probably returns a result as a SOAP or XML/HTTP message)? I thought that I wouldn't have to bother abo

[jboss-user] [JBossWS] - dynamic clients for JBossWS/JAX-WS endpoints

2007-03-22 Thread mreis
Hi, can anyone tell me whether it is possible to create dynamic clients (i.e. clients that do not rely on any "stub artefacts" at compile time) for JBossWS/JAX-WS based endpoints and if possible, point out the best way(s) to do that? The dynamic client must also work with custom complex datat

[jboss-user] [JBossWS] - JBossWS and UDDI

2006-10-18 Thread mreis
i tried to setup a UDDI service following the example on http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIExample; The example works on JBossAS-4.0.3RC2, but does not seem to work with JBossAS-4.0.4GA (although i thought it should do due to the "+" following "JBossAS-4.0.3RC2") - my impression (see