Do
you face this problem during implementing BPEL?
ERROR
[DeploymentPoller] Deployment of BPEL_yourbpelfilename failed, aborting for
now.
org.apache.ode.bpel.iapi.ContextException:
Could not activate endpoint for service {http://pick.bpel.tps}PickService
and port PickPort
at org.apache.ode.axis2.BindingContextImpl.activateMyRoleEndpoint(BindingContextImpl.java:82)
To solve it make sure there
are no problems in the following:
- Redefine your ode server, and add your bpel files to it from add/remove.
- In “bpelfilename.bpel” make sure that you made the assign, reply, say good bye, and say hello right in properties view.
- In “yourfilename.wsdl” make sure in ‘PickSamplePort’ you typed ‘ode/processes’ as follow:
- http://localhost:8080/ode/processes/nameofyourbpelfile
- Restart Eclipse.
Comments
Post a Comment