Bug 780990 (SOA-3466) - Dynapartner quickstart fails to invoke dynamically assigned endpoint reference.
Summary: Dynapartner quickstart fails to invoke dynamically assigned endpoint reference.
Keywords:
Status: VERIFIED
Alias: SOA-3466
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: Examples
Version: 5.2.0.ER4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ER1
: 5.3.0 GA
Assignee: Nobody
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On: 781096
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-07 09:22 UTC by Marek Baluch
Modified: 2021-09-15 11:50 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-07 12:00:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
DynPartnerMain.bpel (5.55 KB, application/octet-stream)
2011-10-31 16:01 UTC, Gary Brown
no flags Details
NewDynPartnerMain.bpel (6.05 KB, application/octet-stream)
2011-11-01 10:14 UTC, Ivo Bek
no flags Details
bpel_dynpartner.zip (15.54 KB, application/zip)
2011-11-01 11:43 UTC, Ivo Bek
no flags Details
dynpartner_sample.zip (9.02 KB, application/zip)
2011-11-01 12:59 UTC, Ivo Bek
no flags Details
SOA-3466-patch.txt (1.61 KB, text/plain)
2011-11-14 18:17 UTC, Kurt Stam
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 780541 0 high CLOSED Check that fix for assigning EPR is incorporated into EAP version to be used in SOA-P 5.2 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker RIFTSAW-462 0 Major Closed Avoid creating a WebserverBaseUrl with a double slash during rewriting the URL 2014-02-10 22:38:55 UTC
Red Hat Issue Tracker SOA-3466 0 Blocker Closed Dynapartner quickstart fails to invoke dynamically assigned endpoint reference. 2014-02-10 22:38:55 UTC

Internal Links: 780541

Description Marek Baluch 2011-10-07 09:22:14 UTC
Affects: Interactive Demo/Tutorial, Release Notes
Steps to Reproduce: ant deploy
ant runtest
Workaround: Workaround Exists
Workaround Description: Set properties

bpel.uddi.registration=false
bpel.uddi.lookup=false

in ${server.home}/server/${server.config}/deploy/riftsaw.sar/bpel.properties
project_key: SOA

Invoke fails with the following exception:

{noformat}
2011-10-07 11:08:43,833 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/dynpartner/DynResponderService].[Endpoint-58b9dfee-734e-4c6a-a2a2-916edb2acc64]] (http-127.0.0.1-8080-2) Servlet.service() for servlet Endpoint-58b9dfee-734e-4c6a-a2a2-916edb2acc64 threw exception
javax.servlet.ServletException: Cannot obtain destination for: //dynpartner/DynResponderService
	at org.jboss.wsf.stack.cxf.ServletControllerExt.findDestination(ServletControllerExt.java:114)
	at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:168)
	at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61)
	at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
	at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
	at java.lang.Thread.run(Thread.java:619)
2011-10-07 11:08:43,894 WARNING [org.apache.cxf.phase.PhaseInterceptorChain] (ODEServer-2) Interceptor for {http://ode/bpel/responder.wsdl}DynResponderService#{http://cxf.apache.org/jaxws/dispatch}Invoke has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType.  Incoming portion of HTML stream: <html><head><title>JBoss Web/2.1.11.GA - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling this request.</u></p><p><b>exception</b> <pre>javax.servlet.ServletException: Cannot obtain destination for: //dynpartner/DynResponderService
	org.jboss.wsf.stack.cxf.ServletControllerExt.findDestination(ServletControllerExt.java:114)
	org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:168)
	org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61)
	org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185)
	org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)
	org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:103)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
	org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:159)
	org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is available in the JBoss Web/2.1.11.GA logs.</u></p><HR size="1" noshade="noshade"><h3>JBoss Web/2.1.11.GA</h3></body></html>
	at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:79)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:755)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:2408)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:2278)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:2121)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:695)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:243)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:516)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:313)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:265)
	at org.apache.cxf.endpoint.ClientImpl.invokeWrapped(ClientImpl.java:300)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:332)
	at org.apache.cxf.jaxws.DispatchImpl.invoke(DispatchImpl.java:218)
	at org.jboss.soa.bpel.runtime.ws.WebServiceClient$TwoWayCallable$1.call(WebServiceClient.java:274)
	at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:294)
	at org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:251)
	at org.jboss.soa.bpel.runtime.ws.WebServiceClient$TwoWayCallable.call(WebServiceClient.java:213)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
2011-10-07 11:08:43,909 WARN  [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-2) Fault response: faultType=(unknown)
2011-10-07 11:08:43,973 ERROR [org.apache.ode.bpel.runtime.INVOKE] (ODEServer-1) Failure during invoke: Unspecified
2011-10-07 11:08:43,982 INFO  [org.apache.ode.bpel.engine.BpelRuntimeContextImpl] (ODEServer-1) ActivityRecovery: Registering activity 9, failure reason: Unspecified on channel 18
{noformat}

This exception is most probably related to SOA-3406 (see Kurt's comment from 27/Sep/11 10:42 AM).

Comment 1 Gary Brown 2011-10-31 08:38:13 UTC
Looks similar to https://issues.jboss.org/browse/JBWS-2174 although this was fixed in jbossws-cxf 3.0.2.


Comment 2 Gary Brown 2011-10-31 16:01:05 UTC
Updated version of the dynpartner main BPEL process, which uses an explicit URL assignment for the first interaction.

Currently there is a bug in riftsaw (https://issues.jboss.org/browse/SOA-3535) where the EPR is essentially cached with the partner link, so any subsequent changes after the first invoke would not take effect - so this updated version of the example ensures an explicit EPR is used.

This can be used for two tests (relevant to both stacks) - (a) just to check that an explicitly provided EPR works fine, to call the responder service, and (b) by modifying the URL (e.g. adding XXX at the end), to check that a HTTP 404 response is received, to ensure that it is attempting to use the invalid URL.


Comment 3 Gary Brown 2011-10-31 16:01:05 UTC
Attachment: Added: DynPartnerMain.bpel


Comment 4 Gary Brown 2011-10-31 16:36:56 UTC
When using this attached example against riftsaw 2.3.1.Final with jbossws-native 3.4.0.SP1 and the modified xalan.jar attached to RIFTSAW-325, the example runs fine.

However when run on ER4, it results in the following:

6:36:32,500 ERROR [WebServiceClient] WS invocation failed
javax.xml.ws.WebServiceException: Cannot find port: null
	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.getEndpointMetaData(ServiceDelegateImpl.java:356)
	at org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:530)
	at javax.xml.ws.Service.createDispatch(Service.java:437)
	at org.jboss.soa.bpel.runtime.ws.WebServiceClient.getDispatcher(WebServiceClient.java:467)

This is the same behaviour seen with riftsaw+jbossws-native 3.1.2 (i.e. default native stack). So not sure whether all of the patches/changes made in 3.4.0.SP1 have been applied to SOA-P 5.2?



Comment 5 Gary Brown 2011-10-31 16:39:27 UTC
Link: Added: This issue is related to SOA-2974


Comment 6 Gary Brown 2011-11-01 09:37:29 UTC
This problem also exists with ER6 running jbossws-native. The problem appears to be that the EPR does not contain the ServiceName metadata element with the EndpointName attribute (i.e. port):

2011-11-01 09:34:43,235 DEBUG [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-2) EPR = <?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/dynpartner/DynResponderService</Address><ReferenceParameters/><Metadata/></EndpointReference>

This EPR is built using javax.xml.ws.wsaddressing.W3CEndpointReferenceBuilder utility, which delegates the task to the underlying provider implementation: org.jboss.ws.core.jaxws.spi.ProviderImpl


Comment 7 Ivo Bek 2011-11-01 10:13:41 UTC
Without use CXF I have some another issues. Log says:

09:54:08,525 WARN  [EndpointFactory] Couldnt create any endpoint for element <?xml version="1.0" encoding="UTF-8"?>
<service-ref xmlns="http://docs.oasis-open.org/wsbpel/2.0/serviceref"><url xmlns="http://ode/bpel/responder.wsdl">http://localhost:8080/dynpartner/DynResponderService</url></service-ref>
09:54:08,526 ERROR [BpelRuntimeContextImpl] Couldn't find endpoint for partner EPR <?xml version="1.0" encoding="UTF-8"?>
<service-ref xmlns="http://docs.oasis-open.org/wsbpel/2.0/serviceref"><url xmlns="http://ode/bpel/responder.wsdl">http://localhost:8080/dynpartner/DynResponderService</url></service-ref>
09:54:08,528 ERROR [INVOKE] Failure during invoke: UnknownEndpoint

for previous partnerlink invoke test, all other tests passes (wsa and serviceref) - I'm going to add new process definition...

Comment 8 Ivo Bek 2011-11-01 10:14:45 UTC
Attachment: Added: NewDynPartnerMain.bpel


Comment 9 Gary Brown 2011-11-01 10:18:32 UTC
ER6 with jbossws-cxf results in what appears to be a correct EPR:

2011-11-01 10:05:35,007 DEBUG [org.jboss.soa.bpel.runtime.ws.WebServiceClient] (ODEServer-2) EPR = <?xml version="1.0" encoding="UTF-8" standalone="yes"?><EndpointReference xmlns="http://www.w3.org/2005/08/addressing"><Address>http://localhost:8080/dynpartner/DynResponderService</Address><ReferenceParameters/><Metadata><wsam:ServiceName EndpointName="DynResponderPort" xmlns:ns2="http://ode/bpel/responder.wsdl" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">ns2:DynResponderService</wsam:ServiceName></Metadata></EndpointReference>

but for some reason, even though the called service is available, it appears to be using an invalid URL:

2011-11-01 10:05:39,788 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/dynpartner/DynResponderService].[Endpoint-8ec961e5-605c-4912-84ec-539afe3e0784]] (http-127.0.0.1-8080-2) Servlet.service() for servlet Endpoint-8ec961e5-605c-4912-84ec-539afe3e0784 threw exception
javax.servlet.ServletException: Cannot obtain destination for: //dynpartner/DynResponderService
	at org.jboss.wsf.stack.cxf.ServletControllerExt.findDestination(ServletControllerExt.java:114)
	at org.jboss.wsf.stack.cxf.ServletControllerExt.invoke(ServletControllerExt.java:168)
	at org.jboss.wsf.stack.cxf.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:61)
	at org.jboss.wsf.stack.cxf.CXFServletExt.invoke(CXFServletExt.java:185)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:179)


Comment 10 Gary Brown 2011-11-01 11:24:17 UTC
Hi Ivo

This updated process appears to require a different responder process, as it uses information in the payload to determine what EPR to use?

Can you also include any instructions on how to reproduce the problem, or will the responder process be setup to automatically request the EPR that is failing?


Comment 11 Ivo Bek 2011-11-01 11:43:12 UTC
I added whole test. Yes It uses information in the payload to determine what EPR to use. There is DynamicPartnerLinkTest which contains how to reproduce issue in testPreviousInvoke() method. Request messages are in test/resources/messages

Comment 12 Ivo Bek 2011-11-01 11:43:12 UTC
Attachment: Added: bpel_dynpartner.zip


Comment 13 Ivo Bek 2011-11-01 12:59:08 UTC
Added bpel_dynpartner sample for easy reproduce my issue with ant deploy, ant runtest.

Comment 14 Ivo Bek 2011-11-01 12:59:08 UTC
Attachment: Added: dynpartner_sample.zip


Comment 15 Gary Brown 2011-11-01 13:42:36 UTC
Ok thanks Ivo - could you also raise a jira against riftsaw with this example.

Comment 16 Ivo Bek 2011-11-01 14:15:35 UTC
np Gary, I created new jira issue here RIFTSAW-459.

Comment 17 Gary Brown 2011-11-02 10:16:44 UTC
Further info: ER6 with cxf - when using the simple_invoke_assignment_error example from RIFTSAW-325, it works. However the modified dynpartner main process (attached to this jira) still causes the error in the original information.


Comment 18 Gary Brown 2011-11-02 10:43:04 UTC
ER6 with native, when using the simple_invoke_assignment_error has the same problem as with the dynpartner example - Port Not Found: null.


Comment 19 Gary Brown 2011-11-02 11:08:24 UTC
The original stack trace reported for this issue is possibly uddi related. With ER6+cxf, if uddi lookup/registration is set to false in bpel.properties, the modified dynpartner example works.

So will create a separate issue for the ER6/native port not found problem.


Comment 20 Kurt Stam 2011-11-04 16:57:16 UTC
Fixed on the trunk, not yet committed to the prod branch (waiting for approval)

Comment 21 Kurt Stam 2011-11-04 16:57:16 UTC
Link: Added: This issue Cloned to RIFTSAW-426


Comment 22 Kurt Stam 2011-11-04 16:58:30 UTC
Link: Removed: This issue Cloned to RIFTSAW-426 


Comment 23 Kurt Stam 2011-11-04 16:58:57 UTC
Link: Added: This issue Cloned to RIFTSAW-462


Comment 24 Anne-Louise Tangring 2011-11-04 19:00:02 UTC
This issue is approved for the SOA 5.2 release. It is deemed low risk. 

Comment 25 David Le Sage 2011-11-07 22:37:27 UTC
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage


Comment 26 Ivo Bek 2011-11-14 09:15:32 UTC
Hello Gary and Kurt, We still have the issue in SOA 5.2.CR1. How did you fix it? I think we should reopen it, because of RIFTSAW-462, which is dependency and still open.
Thanks

Comment 27 Gary Brown 2011-11-14 10:09:49 UTC
The change definitely was included in tag Riftsaw-2.3.1.Final.

Comment 29 Gary Brown 2011-11-14 12:20:49 UTC
Tested with CR1+CXF and problem does still occur. If uddi lookup/registration properties set to false, then works - so if cannot be resolved for release, then this could be a workaround.


Comment 30 Marek Baluch 2011-11-14 12:34:40 UTC
Workaround Description: Added: Set properties

bpel.uddi.registration=false
bpel.uddi.lookup=false

in ${server.home}/server/${server.config}/deploy/riftsaw.sar/bpel.properties
Workaround: Added: Workaround Exists


Comment 31 Marek Baluch 2011-11-14 12:35:21 UTC
Gary - thanks for checking this out

Comment 32 Marek Baluch 2011-11-14 15:14:35 UTC
Release Notes Docs Status: Removed: Not Required Added: Not Yet Documented
Affects: Removed: Interactive Demo/Tutorial Added: Interactive Demo/Tutorial,Release Notes


Comment 33 Marek Baluch 2011-11-14 15:15:15 UTC
Workaround confirmed.

Hi David - can you please put the workaroung into the release notes? Thanks. Regards Marek

Comment 34 Kurt Stam 2011-11-14 18:17:06 UTC
second attempt

Comment 35 Kurt Stam 2011-11-14 18:17:06 UTC
Attachment: Added: SOA-3466-patch.txt


Comment 36 Kurt Stam 2011-11-14 18:18:53 UTC
Hi guys,

Not sure why this broke again, but I have attached a patch.

--Kurt

Comment 37 Marek Baluch 2011-11-14 19:06:31 UTC
Hi Kurt,

we will test and confirm ASAP.

Regards
Marek

Comment 39 David Le Sage 2011-11-15 01:21:21 UTC
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Known Issue
Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3466

The dynapartner quick start fails to invoke dynamically-assigned endpoint references. Currently there is a bug in the BPEL engine where the EPR is essentially cached with the partner link, so any subsequent changes after the first invoke do not take effect  As a workaround, users should set the UDDI lookup/registration properties to false. It will then work. 

If the workaround is not employed, the user will not be able to use the UDDI register to look up partner web-services from a BPEL process, but  will still be able to call local/remote web-services by including the WSDL of the service in the Java archive deployed on the server. Also, If a user wants to reuse a BPEL process as a web-service he or she must manually register the end-point in the UDDI as the engine will not do it automatically.


Comment 40 Gary Brown 2011-11-15 08:58:47 UTC
Hi David

The bug is that an incorrect URL is stored in UDDI, when registering the BPEL process, not the caching problem.

Also in the second para, it should start: "If the workaround is employed......"



Comment 41 Ivo Bek 2011-11-15 11:32:01 UTC
Hello Kurt, I tested your patch on bpel_dynpartner qs and It *works* in SOA 5.2.CR1 with CXF.

Comment 42 Len DiMaggio 2011-11-15 12:59:03 UTC
Link: Added: This issue depends SOA-3588


Comment 43 Kurt Stam 2011-11-15 15:02:41 UTC
Thanks Ivo, I have now committed the patch to the RiftSaw-2.3.x branch as well. --Kurt


Note You need to log in before you can comment on or make changes to this bug.