Problem with join adapter

I’ve having problems joining 2 documents using the join adapter. The join integration component dun seem to respond to documents arriving. Is there something I need to watch out for when using the join adapter?

Hi…I’ve solved it but found out the following:

When doing a join, the input docs need to have different names or else the join will get confused. For example, for this Join Component, it is getting 3 documents which are of the same name but from different folders/integration components: “webnNonValidCustomerReply”

Even tho’ the documents have the complete path name of

sunpkdbTgt:webnNonValidCustomerReply
proxdbTgt:webnNonValidCustomerReply
arbordbTgt:webnNonValidCustomerReply

The join adapter seem to be confused. Once I rename the documents to:

sunpkdbTgt:webnNonValidCustomerReplySunpk
proxdbTgt:webnNonValidCustomerReplyProx
arbordbTgt:webnNonValidCustomerReplyArbor

The join works perfectly!!!

Is this the normal behaviour?