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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to