org.jboss:jboss-parent is too general for that. A separate parent pom that is imported by jbossas and other projects looking to integrate into makes more sense.
We still need to get a handle on whether there is an acceptable version range policy (only minor version, custom jboss policy, etc.). I would also suggest that snapshot version cannot be introduced into the common parent. It has to be done in the project.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136418#4136418
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136418
"wolfc" wrote : "adrian(a)jboss.org" wrote : What you are describing is called "flow control". You can do it outside an EJB
| | with an aspect, e.g. a semaphore controlling access to a singleton.
| |
| | If the semaphore/pool uses priority queuing the admin request
| | can "jump the queue" based on a higher privilege.
| A pool beats a semaphored singleton anytime.
Obviously wrong. ;-)
It makes no difference whether the semaphore is on the pool or the object,
and the rest of the code is the same.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136410#4136410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136410
In AbstractWarDeployer there's some code that unpacks jars into the tmp directory.
This looks to be some limitation related to Tomcat not using the VFS from the comment
| /* Unpack wars to the tmp directory for now until tomcat can use the vfs directly. Since
| * the vfs deals with the distinction between a true directory, the only way we can tell from
| * this level of the api is to look for a url that ends in '/'. Here we assume that the name is
| * the root url.
| */
|
If we're going to do this properly, then the tmp directory files should be replacing
the VFS urls in the classpath of the deployment.
However, I bet Tomcat has some abstraction that we can override
to tell it to use the VFS to load static resources?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136407#4136407
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136407