Guest User

Untitled

a guest
Jun 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <subsystem xmlns="urn:jboss:domain:simple:1.0" attr1="one">
  2. <childA childA-attr="child-one"/>
  3. <childB ohildB-attr="child two">
  4. <childB1/>
  5. </childB>
  6. <childC ohildC-attr="child two">
  7. <childC1/>
  8. </childC>
  9. </subsystem>
  10. <subsystem xmlns="urn:jboss:domain:ejb3:1.2">
  11. <session-bean>
  12. <stateless>
  13. <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
  14. </stateless>
  15. <stateful default-access-timeout="5000" cache-ref="simple"/>
  16. <singleton default-access-timeout="5000"/>
  17. </session-bean>
Add Comment
Please, Sign In to add comment