Duplicate ejb exception when building application with a web service client
Hello,
I am quite a new user to Java CAPS and since I have added a new collaboration to my connectivity map I am having a strange problem of duplicated ejb when I build my project.
My new collaboration is simply listening to a topic and when a message arrives, it calls a web service located on another server. Here is what I did to make this:
- I have imported my Web service definition and thus I can see and use the web service in my project.
- I have created a new collaboration, trigerred when a JMS message is received and I have added the Ws definition in order to use it.
- On my connectivity map I have added a new Web Service External Application as well as my collaboration and I linked everything.
- In my environment I have added a new SOAP/HTTP Web service external system and I have configured it to match my system.
- And finally in the deployment I have mapped everything.
When I try to build the validation goes well but when it starts generating I have an exception telling me that :
duplicate ejb = svc_DataPush_PartnerService
Where svc_DataPush is the name of my collaboration on the connectivity map.
I have watched the documentation and tried several searches on the Internet but I don't see any solution to this problem.
Is it a bug in eDesigner or did I do something wrong?
Thanks for your help.

