First, independent of the particular failure we should not let one failing test block the execution of a whole testsuite. So the test should be conditionally skipped for this particular jvm version/vendor combination and another simpler test created to expose the underlying problem either in AS or VFS (but again, not holding the whole testsuite).
Obviously the usecase of re-deploying a jar is quite common and needs to be addressed. What if we jboss.vfs.forceNoReaper=true by default?
Trying to remember what forceNoRepear is supposed to do by lookint at VFSUtils.java I must say I got lost. We have zero documentation on VFS options and their number keeps increasing.
http://anonsvn.jboss.org/repos/jbossas/projects/vfs/trunk/src/main/java/o...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188885#4188885
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188885
The problem was with some of the recent changes, the ACKs were being batched per ACKBatchSize on the client, never releasing the queue what caused the messages to hang on paging.
And BTW: Is the semantic on (boolean xa, boolean autoCommitSends, boolean autoCommitAcks) correct?
I expected autoCommitACKs=true => not batching ACKs? I've tried using it and I had actually to force a commit call.
Clebert
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188881#4188881
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188881
"emuckenhuber" wrote :
| For the ServiceDeployment i think the best we be to add JAXB annotations
| and do the parsing for: LoaderRepositoryConfig, ServiceDeploymentClassPath similiar with an Adapter?
| Well at least it seems to work, and i doubt that we can use JAXB fully for this parsing without changing the whole ServiceMetaData model :)
We don't need to force the use of jaxb. Just have an AttachmentSerializer for ServiceDeployment that deals with its issues. If you already have a jaxb variation working, great.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188876#4188876
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188876