Information about a bug

2016-07-25 Thread Chalaka Chamupathi Sudusinghe
Hello,

I start looking issue  https://issues.apache.org/jira/browse/ARTEMIS-272.
I am new to this, is this issue still a valid one it is from year 2015 ,
And where can i find information about interceptor tests.


-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi


Re: Example running error at browser and topic

2016-07-06 Thread Chalaka Chamupathi Sudusinghe
Thanks i will try that.

On Thu, Jul 7, 2016 at 12:07 AM, Justin Bertram  wrote:
> I think you just need to update your branch to the latest (i.e. 
> 4476b9d799289ffb9baaf181bbbf5c61a21eecf8 as of this email).  I just ran this 
> commands and everything worked as expected:
>
>   $ mvn clean install -Prelease -DskipTests=true
>   $ cd features/standard/topic
>   $ mvn verify
>
>
> Justin
>
> ----- Original Message -
> From: "Chalaka Chamupathi Sudusinghe" 
> To: dev@activemq.apache.org
> Sent: Wednesday, July 6, 2016 1:09:16 PM
> Subject: Example running error at browser and topic
>
> Hi,
>
> I was trying to run browser and topic example in activemq aritemis it
> gave the same build error at the end but it give the correct output.
> here is the error that i got,
>
> [ERROR] Failed to execute goal
> org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli (stop) on
> project topic: No such file or directory -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli
> (stop) on project topic: No such file or directory
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: org.apache.maven.plugin.MojoExecutionException: No such
> file or directory
> at 
> org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:164)
> at 
> org.apache.activemq.artemis.maven.ArtemisAbstractPlugin.execute(ArtemisAbstractPlugin.java:75)
> at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
> ... 20 more
> Caused by: java.io.IOException: No such file or directory
> at java.io.UnixFileSystem.createFileExclusively(Native Method)
> at java.io.File.createNewFile(File.java:1012)
> at org.apache.activemq.artemis.cli.commands.Stop.execute(Stop.java:36)
> at 
> org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:110)
> at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:72)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:122)
> at 
> org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:156)
> ... 23 more
>
> how to fix this error.
>
>
> --
> Thanks and Regards,
>
> Chalaka Chamupathi Sudusinghe
>
> Undergraduate at University of Peradeniya Faculty of Engineering.
>
> Email : chalakachamupa...@gmail.com
> Linkedin : https://lk.linkedin.com/in/chalakachamupathis

Example running error at browser and topic

2016-07-06 Thread Chalaka Chamupathi Sudusinghe
Hi,

I was trying to run browser and topic example in activemq aritemis it
gave the same build error at the end but it give the correct output.
here is the error that i got,

[ERROR] Failed to execute goal
org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli (stop) on
project topic: No such file or directory -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli
(stop) on project topic: No such file or directory
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: No such
file or directory
at 
org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:164)
at 
org.apache.activemq.artemis.maven.ArtemisAbstractPlugin.execute(ArtemisAbstractPlugin.java:75)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:1012)
at org.apache.activemq.artemis.cli.commands.Stop.execute(Stop.java:36)
at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:110)
at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:122)
at 
org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:156)
... 23 more

how to fix this error.


-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi


Re: Build error

2016-06-22 Thread Chalaka Chamupathi Sudusinghe
HI,
I try the build from the beginning and now it works fine.

On Wed, Jun 22, 2016 at 3:57 PM, Martyn Taylor  wrote:
> Hi,
>
> I just built using mvn package with a clean maven repo and it seems to work
> OK here.
>
> The error you are seeing seems strange, I've not seen it before for
> Artemis.  Could you send me the full output of the build.  I should be able
> to diagnose from that.
>
> Thanks
> Martyn
>
> On Wed, Jun 22, 2016 at 9:45 AM, Chalaka Chamupathi Sudusinghe <
> chalakachamupa...@gmail.com> wrote:
>
>> yes thats exact git repository where i clone the project ,
>> but for build i used "mvn package" command ,
>> i will try "mvn clean install -Prelease" as well.
>>
>> On Wed, Jun 22, 2016 at 1:36 AM, Martyn Taylor  wrote:
>> > Are you sure you are not building ActiveMQ 5.x?  As Tim already mentioned
>> > that test is part of ActiveMQ 5.x RA not Artemis.
>> >
>> > What are the steps you are using to build?
>> >
>> > This is how to build a fresh clone:
>> > 1. git clone https://github.com/apache/activemq-artemis.git
>> > 2. cd activemq-artemis
>> > 3. mvn clean install -Prelease
>> >
>> > Regards
>> > Martyn
>> >
>> >
>> > On Tue, Jun 21, 2016 at 8:31 PM, Chalaka Chamupathi Sudusinghe <
>> > chalakachamupa...@gmail.com> wrote:
>> >
>> >> Thanks for the replay,
>> >>
>> >> activemq-artemis  and this is the link where i clone the project
>> >>
>> >> https://github.com/apache/activemq-artemis.git
>> >>
>> >> On Tue, Jun 21, 2016 at 3:26 PM, Timothy Bish 
>> wrote:
>> >> > On 06/21/2016 03:23 PM, Chalaka Chamupathi Sudusinghe wrote:
>> >> >>
>> >> >> Hello,
>> >> >>
>> >> >> i was trying to build the Activemq artemis project but
>> >> >
>> >> >
>> >> > Are you building Artemis or ActiveMQ 5.x? This looks like a test from
>> the
>> >> > 5.x code
>> >> >
>> >> >
>> >> >>
>> >> >> i had following error in the test ,
>> >> >> "
>> >> >> Running org.apache.activemq.ra.MDBTest
>> >> >> Tests run: 10, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
>> >> >> 51.729 sec <<< FAILURE! - in org.apache.activemq.ra.MDBTest
>> >> >> testMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)  Time
>> >> >> elapsed: 1.022 sec  <<< FAILURE!
>> >> >> java.lang.AssertionError: Delivery policy delay not working
>> >> >>  at org.junit.Assert.fail(Assert.java:74)
>> >> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >> >>  at org.junit.Assert.assertFalse(Assert.java:56)
>> >> >>  at
>> >> >>
>> >>
>> org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery(MDBTest.java:705)
>> >> >>
>> >> >> testOrderOfMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)
>> >> >> Time elapsed: 31.054 sec  <<< FAILURE!
>> >> >> java.lang.AssertionError: Got 5
>> >> >>  at org.junit.Assert.fail(Assert.java:74)
>> >> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >> >>  at
>> >> >>
>> >>
>> org.apache.activemq.ra.MDBTest.testOrderOfMessageExceptionReDelivery(MDBTest.java:798)
>> >> >>
>> >> >> testXaTimeoutRedelivery(org.apache.activemq.ra.MDBTest)  Time
>> elapsed:
>> >> >> 11.012 sec  <<< FAILURE!
>> >> >> java.lang.AssertionError:
>> >> >>  at org.junit.Assert.fail(Assert.java:74)
>> >> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >> >>  at org.junit.Assert.assertTrue(Assert.java:46)
>> >> >>  at
>> >> >>
>> org.apache.activemq.ra.MDBTest.testXaTimeoutRedelivery(MDBTest.java:899)
>> >> >>
>> >> >> Failed tests:
>> >> >>MDBTest.testMessageExceptionReDelivery:705 Delivery policy delay
>> not
>> >> >> working
>> >> >>MDBTest.testOrderOfMessageExceptionReDelivery:798 Got 5
>> >> >>MDBTest.testXaTimeoutRedelivery:899 "
>> >&

Re: Build error

2016-06-22 Thread Chalaka Chamupathi Sudusinghe
yes thats exact git repository where i clone the project ,
but for build i used "mvn package" command ,
i will try "mvn clean install -Prelease" as well.

On Wed, Jun 22, 2016 at 1:36 AM, Martyn Taylor  wrote:
> Are you sure you are not building ActiveMQ 5.x?  As Tim already mentioned
> that test is part of ActiveMQ 5.x RA not Artemis.
>
> What are the steps you are using to build?
>
> This is how to build a fresh clone:
> 1. git clone https://github.com/apache/activemq-artemis.git
> 2. cd activemq-artemis
> 3. mvn clean install -Prelease
>
> Regards
> Martyn
>
>
> On Tue, Jun 21, 2016 at 8:31 PM, Chalaka Chamupathi Sudusinghe <
> chalakachamupa...@gmail.com> wrote:
>
>> Thanks for the replay,
>>
>> activemq-artemis  and this is the link where i clone the project
>>
>> https://github.com/apache/activemq-artemis.git
>>
>> On Tue, Jun 21, 2016 at 3:26 PM, Timothy Bish  wrote:
>> > On 06/21/2016 03:23 PM, Chalaka Chamupathi Sudusinghe wrote:
>> >>
>> >> Hello,
>> >>
>> >> i was trying to build the Activemq artemis project but
>> >
>> >
>> > Are you building Artemis or ActiveMQ 5.x? This looks like a test from the
>> > 5.x code
>> >
>> >
>> >>
>> >> i had following error in the test ,
>> >> "
>> >> Running org.apache.activemq.ra.MDBTest
>> >> Tests run: 10, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
>> >> 51.729 sec <<< FAILURE! - in org.apache.activemq.ra.MDBTest
>> >> testMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)  Time
>> >> elapsed: 1.022 sec  <<< FAILURE!
>> >> java.lang.AssertionError: Delivery policy delay not working
>> >>  at org.junit.Assert.fail(Assert.java:74)
>> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >>  at org.junit.Assert.assertFalse(Assert.java:56)
>> >>  at
>> >>
>> org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery(MDBTest.java:705)
>> >>
>> >> testOrderOfMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)
>> >> Time elapsed: 31.054 sec  <<< FAILURE!
>> >> java.lang.AssertionError: Got 5
>> >>  at org.junit.Assert.fail(Assert.java:74)
>> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >>  at
>> >>
>> org.apache.activemq.ra.MDBTest.testOrderOfMessageExceptionReDelivery(MDBTest.java:798)
>> >>
>> >> testXaTimeoutRedelivery(org.apache.activemq.ra.MDBTest)  Time elapsed:
>> >> 11.012 sec  <<< FAILURE!
>> >> java.lang.AssertionError:
>> >>  at org.junit.Assert.fail(Assert.java:74)
>> >>  at org.junit.Assert.assertTrue(Assert.java:37)
>> >>  at org.junit.Assert.assertTrue(Assert.java:46)
>> >>  at
>> >> org.apache.activemq.ra.MDBTest.testXaTimeoutRedelivery(MDBTest.java:899)
>> >>
>> >> Failed tests:
>> >>MDBTest.testMessageExceptionReDelivery:705 Delivery policy delay not
>> >> working
>> >>MDBTest.testOrderOfMessageExceptionReDelivery:798 Got 5
>> >>MDBTest.testXaTimeoutRedelivery:899 "
>> >>
>> >> i google the error and unable to find solution, i am new to this and
>> >> please help me to fix the error.
>> >>
>> >
>> >
>> > --
>> > Tim Bish
>> > twitter: @tabish121
>> > blog: http://timbish.blogspot.com/
>> >
>>
>>
>>
>> --
>> Thanks and Regards,
>>
>> Chalaka Chamupathi Sudusinghe
>>
>> Undergraduate at University of Peradeniya Faculty of Engineering.
>>
>> Email : chalakachamupa...@gmail.com
>> Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
>> Blog   : https://chalakachamupathisudusinghe.blogspot.com
>> Github: https://github.com/Chalakachamupathi
>>



-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi


Re: Build error

2016-06-21 Thread Chalaka Chamupathi Sudusinghe
Thanks for the replay,

activemq-artemis  and this is the link where i clone the project

https://github.com/apache/activemq-artemis.git

On Tue, Jun 21, 2016 at 3:26 PM, Timothy Bish  wrote:
> On 06/21/2016 03:23 PM, Chalaka Chamupathi Sudusinghe wrote:
>>
>> Hello,
>>
>> i was trying to build the Activemq artemis project but
>
>
> Are you building Artemis or ActiveMQ 5.x? This looks like a test from the
> 5.x code
>
>
>>
>> i had following error in the test ,
>> "
>> Running org.apache.activemq.ra.MDBTest
>> Tests run: 10, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
>> 51.729 sec <<< FAILURE! - in org.apache.activemq.ra.MDBTest
>> testMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)  Time
>> elapsed: 1.022 sec  <<< FAILURE!
>> java.lang.AssertionError: Delivery policy delay not working
>>  at org.junit.Assert.fail(Assert.java:74)
>>  at org.junit.Assert.assertTrue(Assert.java:37)
>>  at org.junit.Assert.assertFalse(Assert.java:56)
>>  at
>> org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery(MDBTest.java:705)
>>
>> testOrderOfMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)
>> Time elapsed: 31.054 sec  <<< FAILURE!
>> java.lang.AssertionError: Got 5
>>  at org.junit.Assert.fail(Assert.java:74)
>>  at org.junit.Assert.assertTrue(Assert.java:37)
>>  at
>> org.apache.activemq.ra.MDBTest.testOrderOfMessageExceptionReDelivery(MDBTest.java:798)
>>
>> testXaTimeoutRedelivery(org.apache.activemq.ra.MDBTest)  Time elapsed:
>> 11.012 sec  <<< FAILURE!
>> java.lang.AssertionError:
>>  at org.junit.Assert.fail(Assert.java:74)
>>  at org.junit.Assert.assertTrue(Assert.java:37)
>>  at org.junit.Assert.assertTrue(Assert.java:46)
>>  at
>> org.apache.activemq.ra.MDBTest.testXaTimeoutRedelivery(MDBTest.java:899)
>>
>> Failed tests:
>>MDBTest.testMessageExceptionReDelivery:705 Delivery policy delay not
>> working
>>MDBTest.testOrderOfMessageExceptionReDelivery:798 Got 5
>>MDBTest.testXaTimeoutRedelivery:899 "
>>
>> i google the error and unable to find solution, i am new to this and
>> please help me to fix the error.
>>
>
>
> --
> Tim Bish
> twitter: @tabish121
> blog: http://timbish.blogspot.com/
>



-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi


Build error

2016-06-21 Thread Chalaka Chamupathi Sudusinghe
Hello,

i was trying to build the Activemq artemis project but

i had following error in the test ,
"
Running org.apache.activemq.ra.MDBTest
Tests run: 10, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
51.729 sec <<< FAILURE! - in org.apache.activemq.ra.MDBTest
testMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)  Time
elapsed: 1.022 sec  <<< FAILURE!
java.lang.AssertionError: Delivery policy delay not working
at org.junit.Assert.fail(Assert.java:74)
at org.junit.Assert.assertTrue(Assert.java:37)
at org.junit.Assert.assertFalse(Assert.java:56)
at 
org.apache.activemq.ra.MDBTest.testMessageExceptionReDelivery(MDBTest.java:705)

testOrderOfMessageExceptionReDelivery(org.apache.activemq.ra.MDBTest)
Time elapsed: 31.054 sec  <<< FAILURE!
java.lang.AssertionError: Got 5
at org.junit.Assert.fail(Assert.java:74)
at org.junit.Assert.assertTrue(Assert.java:37)
at 
org.apache.activemq.ra.MDBTest.testOrderOfMessageExceptionReDelivery(MDBTest.java:798)

testXaTimeoutRedelivery(org.apache.activemq.ra.MDBTest)  Time elapsed:
11.012 sec  <<< FAILURE!
java.lang.AssertionError:
at org.junit.Assert.fail(Assert.java:74)
at org.junit.Assert.assertTrue(Assert.java:37)
at org.junit.Assert.assertTrue(Assert.java:46)
at org.apache.activemq.ra.MDBTest.testXaTimeoutRedelivery(MDBTest.java:899)

Failed tests:
  MDBTest.testMessageExceptionReDelivery:705 Delivery policy delay not working
  MDBTest.testOrderOfMessageExceptionReDelivery:798 Got 5
  MDBTest.testXaTimeoutRedelivery:899 "

i google the error and unable to find solution, i am new to this and
please help me to fix the error.

-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi


Looking for advice

2016-06-20 Thread Chalaka Chamupathi Sudusinghe
Hi,

I like to contribute to activemq project but i am new to open source community.
so i clone the project from git hub and open it with eclipse ide and i
was able to build one module at a time.
then i start looking for a bug to start and i found this
"https://issues.apache.org/jira/browse/AMQ-5727"; issues to start.

so i like to know, is my approach good or need to change and the bug i
looking is good for beginners or need to change.

-- 
Thanks and Regards,

Chalaka Chamupathi Sudusinghe

Undergraduate at University of Peradeniya Faculty of Engineering.

Email : chalakachamupa...@gmail.com
Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
Blog   : https://chalakachamupathisudusinghe.blogspot.com
Github: https://github.com/Chalakachamupathi