Hi David For me the directory structure doesn't matter but I need a way to create the JSR-77 components along the way which means I need: - DDs - name of the application, module and component - need to know which module belongs to which application - which component (EJB, Connector, Servlet etc.) belongs to which module
Therefore these information must be handed through the deployement process. The JSR-77 components are created whenever the JBoss component it represents is created. Right now this happens in J2eeDeployer, ContainerFactory and Application. Can you tell when your rewrite of the deployment is finished and made active in JBoss. Thanx - Andy > tmp/deploy/J2EEDeployer/deploy.87/survey.ear > tmp/deploy/J2EEDeployer/deploy.88/application.xml > tmp/deploy/J2EEDeployer/deploy.89/firstjar.jar > tmp/deploy/J2EEDeployer/deploy.90/secondjar.jar > tmp/deploy/J2EEDeployer/deploy.91/firstwar.war (I think) > > With UniversalDeployer the J2EEDeployer level would go away. > > Would this work for you? Would you rather have _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
