The one in jbossas/server should be dropped and the integration spi
finalized. I'll work on it.
Dimitris Andreadis wrote:
He had some issues by trying to move to the latest jboss-integration
module 5.0.0.CR1
From the svn logs I can see that:
jboss-head/server/src/main/org/jboss/deployment/spi
is later than:
projects/integration/jboss-deployment-spi/src/main/java/org/jboss/deployment/spi
EndPointInfo has an additional:
public String getComponentKey()
{
return type + "/" + pathName + "#" + name;
}
And DeploymentEndpointResolver requires an additional/undocumented
vfsContext parameter:
EndpointInfo getEndpointInfo(Class businessIntf, String
endpointType, String vfsContext);
...
EndpointInfo getEndpointInfo(String ref, String endpointType,
String vfsContext);
Do we need to synch the integration deployment spi with the one in
JBossAS?
Then re-release the integration module, import it in AS and remove the
duplicate code.