[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-07-31 Thread alesj
"beve" wrote : | Is anyone aware of an example of a StructureDeployer that support subdeployments in this manner? Or is there another way to accomplish this? | There is DirectoryStructure which considers every directory as a potential location for sub-deployments. It was developed to suppor

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread beve
Hi Ales, thanks for the your help on this! The DirectoryStructure solution works well but since it's deprecated I'll look into your second solution. Regarding the solution with a StructureProcessor and the example you gave , SeamTempModificationTypeMatcher. Could you explain a little more how

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread alesj
"beve" wrote : | Regarding the solution with a StructureProcessor and the example you gave , SeamTempModificationTypeMatcher. Could you explain a little more how this could be used to solve the issue with subdirectory deployments? | You would write your own EsbModificationTypeMatcher. Where

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread beve
For the moment I'm going to simply use a modified DirectoryStructure. If I have time before our next release I'll go back I'll try the solutions that you've given as I understand that this solution is not optimal. Thanks, /Daniel View the original post : http://www.jboss.org/index.html?modul

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread alesj
"beve" wrote : For the moment I'm going to simply use a modified DirectoryStructure. If I have time before our next release I'll go back I'll try the solutions that you've given as I understand that this solution is not optimal. | You should at least add a short-circuit check. As we already

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread beve
anonymous wrote : You should at least add a short-circuit check. | As we already have issues with slow boot time, | and this structure deployer affects all deployments, | hence every unnecessary extra step is costly. I've re-opened the jira for this and we will at the very least add the shor

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-03 Thread alesj
"beve" wrote : | I've re-opened the jira for this and we will at the very least add the short-circuit check and hopefully have time to look into your other suggestions. | I can hack you a few examples, and you test them. e.g. trying to make JARStructure more flexible Or even better, you pro

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread beve
anonymous wrote : Or even better, you provide me with your valid use cases, | and I'll include this as part of Deployers impl / tests, I'd be happy to provide the use cases that we have. The requirement we have today is to support sub-deployments that are located in sub directories. This is r

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread alesj
"beve" wrote : | It would be really nice to have something like this I think:) | * http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/plugins/structure/dir/GroupingStructure.java * https://jira.jboss.org/jira/browse/JBDEP

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread beve
anonymous wrote : I still need to test this; I'll use your esb example + some other hacks. Nice, I'll give this a spin from my end as well. Thanks! /Daniel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247859#4247859 Reply to the post : http://www.jboss

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-04 Thread alesj
"beve" wrote : anonymous wrote : I still need to test this; I'll use your esb example + some other hacks. | Nice, I'll give this a spin from my end as well. | * http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/test/java/org/jboss/test/deployers/vfs/st

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-06 Thread beve
I've tried this with the ESB and I'm using the following configuration for the GroupingStructure: | | | | | | META-INF | . | | | | |

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-08-13 Thread beve
Thanks for you help on this Ales! Regards, /Daniel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249392#4249392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249392 ___ jb