[jboss-dev-forums] [Design of JBoss Portal] - Re: Design of Portal Deployer
alesj
do-not-reply at jboss.com
Fri Jan 23 09:35:07 EST 2009
"mwringe" wrote :
| I have looked into the VFS deployments more, and it doesn't seem like it will help. The VFS will allow adding files to the classpath of the deployment, but adding a tld to the classpath doesn't help.
| Ideally I would be able to do something like unit.addResouce(virtualFile, pathInUnitRoot) just like how I can do unit.addClasspath(virtualFile), and then the WarDeployer would know what to do with it.
|
I've added methods that allow you to add/remove metadata locations:
- http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149197
The deployers snapshot should be in the repo in a few hours.
You can then test if this helps you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204353#4204353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204353
More information about the jboss-dev-forums
mailing list