Closed sschober closed 3 years ago
We do need to add the SubDeployment to the AppDeployments. However, why are you using a double SubDeployment when the first level has everything you need?
However, why are you using a double SubDeployment when the first level has everything you need?
If you ask about the situation in config.xml
- I am not really sure, why this situation arose... we were using the REST interface to deploy the app containing the jms configuration. I suspect, supporting a single level of subdeployments would be enough.
Thank you so much for addressing our issue!
Unfortunately, the solution does not seem to solve our use case completely. We seem to really need the nested subdeployments, as we try to deploy queues and connection factories as part of a java ee application. When trying to implement this with only one subdeployment, we ran into error BEA-040456
(see here):
If the JMS module is inside a Java EE application (an EAR file), then you must add the sub-deployment stanza to the subdeployment that represents this JMS module in the Java EE application.
So, I think we need support for nested subdeployments. Should I create a ticket for this?
We currently deploy a JMS configuration in our EAR file, using a subdeployment.
This leads to the following
config.xml
in weblogic domain:To reproduce this with WDT, we tried specifying a
SubDeployment
child node in thedomain.yaml
, like so, but failed expectedly:WDT log result:
Is it all possible to specify a in EAR-subdeployment JMS configuration in a domain.yaml file with WDT?