[jbossws-dev] Multi Component Fixes

Darran Lofthouse dlofthouse at redhat.com
Thu Jul 10 07:51:46 EDT 2008


Backwards compatibility shouldn't be an issue as this would be new 
methods on the SPI to make the list of virtual hosts available.

Unfortunately this does touch the container integration code as this 
needs to pass the list of virtual hosts to JBoss Web (as appropriate for 
each branch).

I could add the container integration code and comment it out until the 
next WS update happens.

Finally once the container integration code is updated we will then need 
to go round another pass to re-enable the test in framework!!

Regards,
Darran Lofthouse.

Alessio Soldano wrote:
> Hi Darran,
> if I understand you, you need to do changes in jbossws-spi and 
> jbossws-framework, don't you?
> Generally speaking, you perform the changes (please be careful about 
> backward compatibility when touching the SPI) and update the component 
> versions in the jbossws pom.xml files, so that the new versions of spi 
> and framework are picked up. You need to create snapshots of jbossws-spi 
> and jbossws-framework of course, using mvn deploy.
> Once the next jbossws release is ready, we'll take care of installing it 
> into the current jboss AS (4.2.x and 5.0.x), including the new spi and 
> framework.
> This assumes you don't need to change the container integration code...
> Cheers
> Alessio
> 
> Darran Lofthouse ha scritto:
>> I am currently looking for some advice for the following issue: -
>>
>>   http://jira.jboss.com/jira/browse/JBWS-981
>>
>> As the deployment code has moved back to the AS codebase it is 
>> dependent on the APIs made available by JBossWS.
>>
>> This fix is first going to require an addition to the SPI to expose 
>> the virtual hosts information.
>>
>> I will then need to update the framework code to populate this value.
>>
>> And then the jbossas trunk and Branch_4_2 will need to be updated to 
>> utilise the new values on the SPI.
>>
>> To be able to update the code in AS it would need to use snapshot 
>> releases for JBossWS and we would need to be sure a JBossWS release 
>> was coming before the next AS release (JBoss AS 4.2.3.GA and 5.0.0.CR2).
>>
>> Or is the process to get the SPI and Framework updated first and then 
>> wait until the AS branches have the WS version increased to implement 
>> the final fix there?
>>
>> Regards,
>> Darran Lofthouse.
>> _______________________________________________
>> jbossws-dev mailing list
>> jbossws-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbossws-dev
> 




More information about the jbossws-dev mailing list