[jboss-user] [JBoss jBPM] - Re: BPEL - beta2
KVAK_TNT
do-not-reply at jboss.com
Wed Sep 27 16:51:14 EDT 2006
Problem found and solved.
I have forgotten to add my new wsdl to the bpel-application.xml
(This file can be found at \doc\atm\src\main\bpel\resources\WEB-INF\classes\)
By the way:
A question to this file:
In beta 1 there was more data in this file:
<partnerLinks>
|
| <partnerLink name="ticketRelation">
| <partnerRole>
| <wsa:EndpointReference>
| <wsa:Address>USE_ACTUAL_URI_FROM_CATALOG</wsa:Address>
| <wsa:ServiceName xmlns:serviceNS="urn:samples:ticket">serviceNS:ticketService</wsa:ServiceName>
| </wsa:EndpointReference>
| </partnerRole>
| </partnerLink>
|
| <partnerLink name="accountRelation">
| <partnerRole>
| <wsa:EndpointReference>
| <wsa:Address>USE_ACTUAL_URI_FROM_CATALOG</wsa:Address>
| <wsa:ServiceName xmlns:serviceNS="urn:samples:account">serviceNS:accountService</wsa:ServiceName>
| </wsa:EndpointReference>
| </partnerRole>
| </partnerLink>
|
| <partnerLink name="agilproRelation">
| <partnerRole>
| <wsa:EndpointReference>
| <wsa:Address>USE_ACTUAL_URI_FROM_CATALOG</wsa:Address>
| <wsa:ServiceName xmlns:serviceNS="urn:samples:agilpro">serviceNS:agilproService</wsa:ServiceName>
| </wsa:EndpointReference>
| </partnerRole>
| </partnerLink>
|
| </partnerLinks>
Isn't this code needed anymore?
Greetings
Claus
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974684#3974684
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974684
More information about the jboss-user
mailing list