[jboss-dev] Re: jboss-integration module and jboss-deployment-spi
Scott Stark
sstark at redhat.com
Tue Jun 3 12:20:19 EDT 2008
I released an org.jboss.integration:* 5.0.0.Beta5 version with the
updated changes and updated trunk to use this. I'm removing the
duplicate spis now.
Scott Stark wrote:
> 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.
>
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
More information about the jboss-development
mailing list