Information

1
Story Points

Technologies

configuration
  • JBoss deployment structure dependencies (jboss-deployment-structure.xml)
    Verify in advance that all the modules this application depends on still exist.
<jboss-deployment-structure>
	<deployment>
		<dependencies>
			<module name="weblogic" />
		</dependencies>
<!-- 		<exclude-subsystems> -->
<!-- 			<subsystem name="messaging-activemq"/> -->
<!-- 		</exclude-subsystems> -->
	</deployment>
</jboss-deployment-structure>
Page generated: 9 Apr 2019, 10:30:16