[ 1798249 ] Failed to load standardjboss.xml
This commit is contained in:
parent
1f3b626b4d
commit
e7d223dac2
|
@ -107,6 +107,34 @@
|
||||||
destdir="${build.dir}/META-INF"/>
|
destdir="${build.dir}/META-INF"/>
|
||||||
<deploymentdescriptor destdir="${build.dir}/META-INF"/>
|
<deploymentdescriptor destdir="${build.dir}/META-INF"/>
|
||||||
</ejbdoclet>
|
</ejbdoclet>
|
||||||
|
|
||||||
|
<replace file="${build.dir}/META-INF/jboss.xml">
|
||||||
|
<replacetoken><![CDATA[<local-jndi-name>adempiere/ServerLocal</local-jndi-name>]]></replacetoken>
|
||||||
|
<replacevalue><![CDATA[
|
||||||
|
<local-jndi-name>adempiere/ServerLocal</local-jndi-name>
|
||||||
|
<invoker-bindings>
|
||||||
|
<invoker>
|
||||||
|
<invoker-proxy-binding-name>
|
||||||
|
stateless-http-invoker
|
||||||
|
</invoker-proxy-binding-name>
|
||||||
|
</invoker>
|
||||||
|
</invoker-bindings>
|
||||||
|
]]></replacevalue>
|
||||||
|
</replace>
|
||||||
|
|
||||||
|
<replace file="${build.dir}/META-INF/jboss.xml">
|
||||||
|
<replacetoken><![CDATA[<local-jndi-name>adempiere/StatusLocal</local-jndi-name>]]></replacetoken>
|
||||||
|
<replacevalue><![CDATA[
|
||||||
|
<local-jndi-name>adempiere/StatusLocal</local-jndi-name>
|
||||||
|
<invoker-bindings>
|
||||||
|
<invoker>
|
||||||
|
<invoker-proxy-binding-name>
|
||||||
|
stateless-http-invoker
|
||||||
|
</invoker-proxy-binding-name>
|
||||||
|
</invoker>
|
||||||
|
</invoker-bindings>
|
||||||
|
]]></replacevalue>
|
||||||
|
</replace>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue