Skip to content

Instantly share code, notes, and snippets.

@antonio-petricca
Created January 22, 2019 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonio-petricca/b87e7c059a0d2a60385ccab3965a8ea0 to your computer and use it in GitHub Desktop.
Save antonio-petricca/b87e7c059a0d2a60385ccab3965a8ea0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-ejb-jar xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-ejb-jar"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd
http://xmlns.oracle.com/weblogic/weblogic-ejb-jar
http://xmlns.oracle.com/weblogic/weblogic-ejb-jar/1.2/weblogic-ejb-jar.xsd">
<!--weblogic-version:10.3.6-->
<wls:weblogic-enterprise-bean>
<wls:ejb-name>Calculator</wls:ejb-name>
<wls:stateless-session-descriptor>
<wls:business-interface-jndi-name-map>
<wls:business-remote>ru.at.demo.Calculator</wls:business-remote>
<wls:jndi-name>Calculator</wls:jndi-name>
</wls:business-interface-jndi-name-map>
</wls:stateless-session-descriptor>
<wls:jndi-name>CalculatorBean</wls:jndi-name>
<wls:dispatch-policy>CalculatorWorkManager</wls:dispatch-policy>
</wls:weblogic-enterprise-bean>
<wls:work-manager>
<wls:name>CalculatorWorkManager</wls:name>
</wls:work-manager>
</wls:weblogic-ejb-jar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment