[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Registering schema with JBossXB
alesj
do-not-reply at jboss.com
Wed Mar 26 16:38:06 EDT 2008
"alesj" wrote : But should there be a remove/unregister on uninstall of deployer?
|
Looking at DefaultSchemaResolver.
Shouldn't this
| /** Namespace to JBossXBBuilder binding class */
| private WeakHashMap<String, Class> uriToClass = new WeakHashMap<String, Class>();
| /** SchemaLocation to JBossXBBuilder binding class */
| private WeakHashMap<String, Class> schemaLocationToClass = new WeakHashMap<String, Class>();
|
be WeakValueHashMap?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139092#4139092
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139092
More information about the jboss-dev-forums
mailing list