[jboss-as7-dev] JSR88 undeployment

Wolfgang Knauf wolfgang.knauf at gmx.de
Thu Jan 12 15:45:58 EST 2012


Hi,

this the 7.0 branch I assume. Is there also a nightly build for 7.1?

The AS7.1 libs differ too much from the 7.0.1GA libs, so my code 
currently only works for AS7.1.0CR1.

Maybe I won't find time to dig further into this before sunday.

Best regards

Wolfgang

-------- Original-Nachricht --------
Betreff: Re: [jboss-as7-dev] JSR88 undeployment
Von: Jason T. Greene <jason.greene at redhat.com>
An: Wolfgang Knauf <wolfgang.knauf at gmx.de>
CC: jboss-as7-dev at lists.jboss.org
Datum: 12.01.2012 21:38

> Hmm, we had a serious bug in our protocol layer that might be the cause.
> Can you give the following a try:?
>
> https://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-7.0.x/lastSuccessfulBuild/artifact/build/target/jboss-7.0.x.zip
>
>
> On 1/12/12 2:27 PM, Wolfgang Knauf wrote:
>> Hi to all,
>>
>> maybe this is a dumb user question, maybe this is a bug report. As I am
>> not sure, I hope someone with more knowledge can comment on this.
>>
>> I am experimenting with JSR88 deployment in AS7 (which now has the great
>> benefit that the deployed app is still alive after a server reboot now
>> ;-) )
>>
>> My code is based on a JBoss test:
>> https://source.jboss.org/browse/JBossAS/testsuite/integration/smoke/src/test/java/org/jboss/as/test/smoke/jsr88/EnterpriseDeploymentTestCase.java
>>
>>
>>
>> JBoss version is 7.0.1CR1.
>>
>> My JSR88 deployer code worked fine for JBoss 4.2 to 6, and with some
>> minor changes (mostly imports) I could port it to AS7. But with AS7
>> undeploy does not seem to work.
>>
>> Attached is the output of the JBoss client side at TRACE level.
>>
>> Everything seems fine, but on the server side, I don't see "app xyz was
>> undeployed" console output, and "standalone.xml" still contains the
>> deployed app.
>>
>> <deployments>
>> <deployment name="file:/C:/DOCUME~1/Knuffi/LOCALS~1/Temp/Stateless.ear"
>> runtime-name="file:/C:/DOCUME~1/Knuffi/LOCALS~1/Temp/Stateless.ear">
>> <content sha1="260d86890eb6b1716facde0e7e48819fe3c98f83"/>
>> </deployment>
>> </deployments>
>>
>> The only server output is a "remote connection was closed by remote
>> side" warning message, which also happens on JSR88 deploy.
>>
>> I can provide you with a full working sample of my small app if
>> necessary, but this would need a bit of refactoring :-(
>>
>> Best regards
>>
>> Wolfgang
>>
>>
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
>


More information about the jboss-as7-dev mailing list