Re: Customizing the dynamic deployer chain

2017-02-24 Thread Svetlin Zarev
This event is quite powerful :) I'll definitely check it. Thanks, Svetlin 2017-02-24 16:05 GMT+02:00 Romain Manni-Bucau : > You can observes an event to do that, no need to tune the deployer chain: > BeforeAppInfoBuilderEvent > > > Romain Manni-Bucau > @rmannibucau

Re: Customizing the dynamic deployer chain

2017-02-24 Thread Romain Manni-Bucau
You can observes an event to do that, no need to tune the deployer chain: BeforeAppInfoBuilderEvent Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: Customizing the dynamic deployer chain

2017-02-24 Thread Svetlin Zarev
I have a DynamicDeployer that creates the Resource objects for the datasources and the ConvertDataSourceDefinitions deployer does the (almost) same thing, so I want to remove it from the chain 2017-02-24 15:56 GMT+02:00 Romain Manni-Bucau : > Hi > > what's the actual goal? (= why do you need to e

Re: Customizing the dynamic deployer chain

2017-02-24 Thread Romain Manni-Bucau
Hi what's the actual goal? (= why do you need to extend ConfigurationFactory?) Wonder if an event can't solve it if not already there. Romain Manni-Bucau @rmannibucau | Blog | Old Blog |

Customizing the dynamic deployer chain

2017-02-24 Thread Svetlin Zarev
Hello, I want to subclass the org.apache.openejb.config.ConfigurationFactory class in order to customize the deployer chain. Unfortunately the chain is constructed inside ConfigurationFactory(offline, preAutoConfigDeployer) constructor, so when I use the ConfigurationFactory(offline, deployerChain

Re: TomEE startup deployment order not honored.

2017-02-24 Thread tschuler
Hi Dignesh! Look at application http://java.sun.com/xml/ns/javaee/application_5.xsd: It does not support initialize-in-order tag. Use http://java.sun.com/xml/ns/javaee/application_6.xsd instead. Best regards, Thomas -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/To

TomEE startup deployment order not honored.

2017-02-24 Thread Dignesh
Hi, I am using 7.0.2 version of TomEE. The issue is when i start the TomEE server , the initialization order which i specify in application.xml is not honoured. Below is my application.xml present in meta-inf folder of my ear. Is there is any other setting that needs to be configured to get this