Hi,
i uploaded the code at:
http://www.file-upload.net/download-2292050/SCAWebshop.zip.html
The scenario is pretty complex and special so i don't wanna create a
jira for it yet.
Some info on the code: Test classes are in junit package and they all
should work fine for the components.
The ant build script creates the *.war file. There may be some libs
missing tho that doesn't create the problem (i included all libs and it
didnt work either).
Let me know when you need more information.
Thanks for helping out
Regards Stefan
Simon Laws schrieb:
As Simon says this usually means that the name of the reference from
the component type (the Java interface or BPEL partner links for
example) does not match the name of the reference found in the
composite file. So first thing to check is that the string
"warehousePartnerLink" is the same in the composite file as it appear
in the component implementation.
Judging by the name of the reference this looks like a BPEL process is
used to implement a component. Again, a look at the composite would be
useful.
Regards
Simon