Want more features on Pastebin? Sign Up, it's FREE!
Guest

Arquillian - WebLogic - Deployment Plan

By: aslak on Aug 28th, 2010  |  syntax: XML  |  size: 1.41 KB  |  views: 85  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <deployment-plan
  3.         xmlns="http://xmlns.oracle.com/weblogic/deployment-plan"
  4.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/deployment-plan http://xmlns.oracle.com/weblogic/deployment-plan/1.0/deployment-plan.xsd">
  6.        
  7.         <application-name>test.ear</application-name>
  8.        
  9.         <variable-definition>
  10.                 <variable>
  11.                         <name>Greeter#ejb-ref-name</name>
  12.                         <value>GreeterBean#org.jboss.arquillian.container.weblogic.remote_10.Greeter</value>
  13.                 </variable>
  14.                 <variable>
  15.                         <name>Greeter#ejb-local</name>
  16.                         <value>org.jboss.arquillian.container.weblogic.remote_10.Greeter</value>
  17.                 </variable>
  18.         </variable-definition>
  19.         <module-override>
  20.                 <module-name>arquillian-protocol.war</module-name>
  21.                 <module-type>war</module-type>
  22.                 <module-descriptor external="false">
  23.                         <root-element>web-app</root-element>
  24.                         <uri>WEB-INF/web.xml</uri>
  25.                         <variable-assignment>
  26.                                 <name>Greeter#ejb-ref-name</name>
  27.                                 <xpath>/web-app/ejb-local-ref/ejb-ref-name</xpath>
  28.                                 <operation>add</operation>
  29.                         </variable-assignment>
  30.                         <variable-assignment>
  31.                                 <name>Greeter#ejb-local</name>
  32.                                 <xpath>/web-app/ejb-local-ref/[ejb-ref-name="GreeterBean#org.jboss.arquillian.container.weblogic.remote_10.Greeter"]/local</xpath>
  33.                                 <operation>add</operation>
  34.                         </variable-assignment>
  35.                 </module-descriptor>
  36.         </module-override>
  37.        
  38. </deployment-plan>
clone this paste RAW Paste Data