[jboss-dev-forums] [Design of OSGi Integration] - Re: Logging and Exception Handling

alesj do-not-reply at jboss.com
Fri Feb 29 17:08:54 EST 2008


"johnbailey" wrote : The other issue I had was getting the MainDeployerImpl and DeployersImpl created at Test bootstrap without creating a project dependency from osgi-int to deployers-impl.  
  | 
  | Referencing deployers-impl in a test should be ok, correct?  It is referenced in the pom already.
  | 
Add that dependency just for the test scope.
e.g.

  |     <dependency>
  |       <groupId>org.jboss.microcontainer</groupId>
  |       <artifactId>jboss-deployers-impl</artifactId>
  |       <scope>test</scope>
  |     </dependency>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133374#4133374

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133374



More information about the jboss-dev-forums mailing list