Can you upload your entire EAR?
In the meantime, you can workaround this by editing the %JBOSS_HOMR%/server/< servername>/conf/bootstrap/deployers.xml to comment out the following:
<bean name="Deployers" class="org.jboss.deployers.plugins.deployers.DeployersImpl">
| <!-- Comment this out
| <annotation>@org.jboss.aop.microcontainer.aspects.jmx.JMX(name="jboss.deployment:service=DeployersImpl", exposedInterface=org.jboss.deployers.plugins.deployers.DeployersImplMBean.class, registerDirectly=true)</annotation>
|
| -->
| <constructor><parameter><inject bean="jboss.kernel:service=KernelController"/></parameter></constructor>
| <!-- Accept any implementor of deployer -->
| <incallback method="addDeployer"/>
| <uncallback method="removeDeployer"/>
| <property name="mgtObjectCreator"><inject bean="ManagedObjectCreator"/></property>
| </bean>
|
This workaround will not have any adverse effect.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233868#4233868
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233868
Thanks for quick response.
Well, our project is developing an methodology for modelbase software integration. This results in a toolkit / framework. Due to the complexity of the developed procees, we intend to integrate a workflow component for user guidance and project-management purposes.
This process will be very long-running, i know not ideal for wfms, and has to be flexible as well. Changes to a project flow are to be expected. For that purpose dynamic workflow is needed.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233856#4233856
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233856