Ales Justin [http://community.jboss.org/people/alesj] replied to the discussion
"Using a deployer to add jars to a webapp classpath." To view the discussion, visit: http://community.jboss.org/message/536150#536150 -------------------------------------------------------------- > So how do I make sure the jars are mounted? > By mounting them yourself in your deployer. :-) I think they will not be double mounted, and also make sure you unmount them as well. > Also, I started looking at your AS6 changes for the Seam deployer. Should I > extend from UrlIntegrationDeployer instead of AbstractSimpleVFSRealDeployer? No, as that one doesn't do much else than what you're already doing. I probably need to think if I should also already do the mounting. I'll probably make it optional, so a user can choose, dependening on when he needs these new resources. btw: when do you need -- at which deployment stage / state -- these new resources? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/536150#536150] Start a new discussion in JBoss Microcontainer at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
