Hi,

I'll look into your patch.

Thanks,
Raymond
________________________________________________________________ 
Raymond Feng
rf...@apache.org
Apache Tuscany PMC member and committer: tuscany.apache.org
Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com
Personal Web Site: www.enjoyjava.com
________________________________________________________________

On Jun 28, 2011, at 9:01 AM, Amindri Udugala wrote:

> Hi ,
> 
>  I have created two modules "tuscany-jmx-activator" and "tuscany-jmx". 
> The core-spi module should have a dependency on the tuscany-jmx module. I 
> have included this dependency in the pom file of core-spi as following
> 
> <dependencies>
>         <dependency>
>             <groupId>org.apache.tuscany.sca</groupId>
>             <artifactId>tuscany-jmx</artifactId>
>             <version>2.0-SNAPSHOT</version>
>         </dependency>
> </dependencies>
> 
> 
> And this is how the content of the, tuscany-jmx pom looks like
> 
> <project>
>     <modelVersion>4.0.0</modelVersion>
>     <parent>
>         <groupId>org.apache.tuscany.sca</groupId>
>         <artifactId>tuscany-modules</artifactId>
>         <version>2.0-SNAPSHOT</version>
>         <relativePath>../pom.xml</relativePath>
>     </parent>
>     <artifactId>tuscany-jmx</artifactId>
>     <name>Apache Tuscany SCA JMX integration</name>
> </project>
> 
> I'm using a test case to bootstrap tuscany 
> https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/src/test/java/launcher/LaunchCalculatorContributionTestCase.java,
>  to check the consistency of the MXbeans I have created via the jconsole.
> 
> The test case worked fine till I added the dependency. I wonder whether I did 
> anything wrong in creating the pom of tuscany-jmx and adding the dependency 
> to core-spi. Any suggestions are wellcome. (I have attached a path to JIRA)
> 
> -- 
> Thanks
> 
> Amindri Udugala
> University of Colombo School of Computing, 
> Sri Lanka.
> 

Reply via email to