[jboss-dev-forums] [Design of POJO Server] - Re: Hotdeployment is still broken
adrian@jboss.org
do-not-reply at jboss.com
Mon Nov 24 15:45:46 EST 2008
There are actually two quick fixes which solve the
initial problems described above.
1) Copy some of the "sanity" rules into the SerializableDeploymentRepository
such as not recursing into directories that have a dot in the name (although even
for that rule there is a FIXME in the HDScanner :-).
This doesn't solve the fundamental issue which is that profile implementations
should be definable per sub-profile. The repository should not be
interfering with the initial definition or assuming anything about it, let alone being that definition.
2) Include the MetaDataAware handling in the SerializableDeploymentRepository
so we know when deployment descriptors (anything in the metadata-locations)
get modified.
The other problems are much too fundamental for quick fixes. ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191885#4191885
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191885
More information about the jboss-dev-forums
mailing list