[jboss-dev-forums] [Design of POJO Server] - Re: AS 5 not reliably picking up changes in exploded EAR
alesj
do-not-reply at jboss.com
Tue Apr 7 09:42:40 EDT 2009
"jaikiran" wrote :
| Can't something similar be done in ModificationWatcher?
|
This is Wicket code, and it does what it does. :-)
I don't think we can do anything about it.
But that's not the point.
Any other code could do something at undeploy.
And since most of the app servers do temping by default it would work ootb.
e.g. one of our first tests, for minimal config, tests exactly that =
spins off a new thread at undeploy, and tries to load some inner class
Moving Remy's email to this forum thread.
"remy" wrote :
| JBW has a VFS-like abstraction too, so one could write one that monitors
| an "original" folder, compare with what is in the "real" folder, and sync
| them.
|
| ...
|
| JBoss should probably have something to keep the temped stuff in sync
| with the original stuff when it does temping. JBW will pick up changes
| if you update the temp copy.
|
Both ideas sound OK.
But I guess the 2nd one is more general, not limited just to JBW.
I'll probably try to impl something on top of that. ;-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224053#4224053
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224053
More information about the jboss-dev-forums
mailing list