aslak

Untitled

Nov 10th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.38 KB | None | 0 0
  1. Deployment.managed=true -> Container.mode=suite
  2. Deployed during BeforeClass
  3.  
  4. Deployment.managed=true -> Container.mode=manual
  5. Deployed on contianer.start if not already deployed
  6.  
  7. Deployment.managed=false -> Container.mode=suite
  8. Only deployed via Deployer API
  9.  
  10. Deployment.managed=false -> Container.mode=manual
  11. Only deployed via Deployer API, fail if Container not started
  12.  
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment