[GitHub] activemq-artemis pull request #590: Mapped journal

2016-06-21 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/590#discussion_r67966625 --- Diff: artemis-journal/pom.xml --- @@ -15,57 +15,81 @@ limitations under the License. --> http://maven.apache.org/POM/4.0.0";

Re: ActiveMQ 5.13.3: Class is not trusted to be serialized as ObjectMessage payload

2016-06-21 Thread Hassen Bennour
Hello, Via system property in catalina.bat or in the /conf/system.properties file like mentioned here http://tomee.apache.org/activemqresourceadapter-config.html must be ok for your use normally, did you tried with ActiveMQConnectionSupport like mentioned here https://issues.apache.org/jira/brow

[GitHub] activemq-artemis pull request #593: ARTEMIS-585 support send on dynamic send...

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/593 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

Re: Build error

2016-06-21 Thread Martyn Taylor
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 clea

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

Re: Build error

2016-06-21 Thread Timothy Bish
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

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(or

Re: ActiveMQ 5.13.3: Class is not trusted to be serialized as ObjectMessage payload

2016-06-21 Thread MMA_EDFX
Hello, Thanks for the reply. For me with the same configuration it works fine in TomEE 1.7.2 (ActiveMQ 5.10.0). TomEE has activemq-client-5.X.Y,activemq-broker-5.X.Y jars in its lib. So how and where (which file) can I configure the Serializable package stuff? This is my JMS config defined

Re: ActiveMQ 5.13.3: Class is not trusted to be serialized as ObjectMessage payload

2016-06-21 Thread Hassen Bennour
Hello, This config need to be done on the clients side and on the activemq side , the serialized classes must be on the classpath of the producer and consumer, i think on the broker side too to unmarshal received object no ? You need to check these conditions. You use TomEE for deploying the clie

ActiveMQ 5.13.3: Class is not trusted to be serialized as ObjectMessage payload

2016-06-21 Thread MMA_EDFX
Hello, I am getting the below error while posting the message to jms queue. I have gone through the link http://activemq.apache.org/objectmessage.html provided in the error message. But I could not resolve the issue. I am using TomEE 7.0 server 1) I have added this in Tomee 7.0's catalina

[GitHub] activemq-artemis issue #593: ARTEMIS-585 support send on dynamic sender link

2016-06-21 Thread tabish121
Github user tabish121 commented on the issue: https://github.com/apache/activemq-artemis/pull/593 I copied that bit from another test and didn't see how long the delay was, I've updated the PR to use 500 ms instead :) --- If your project is set up for it, you can reply to this email

[GitHub] activemq-artemis pull request #590: Mapped journal

2016-06-21 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/590#discussion_r67861830 --- Diff: artemis-journal/pom.xml --- @@ -15,57 +15,81 @@ limitations under the License. --> http://maven.apache.org/POM/4.0.0";

[GitHub] activemq-artemis pull request #590: Mapped journal

2016-06-21 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/590#discussion_r67859685 --- Diff: artemis-journal/pom.xml --- @@ -15,57 +15,81 @@ limitations under the License. --> http://maven.apache.org/POM/4.0.0"; xm

[GitHub] activemq-artemis pull request #590: Mapped journal

2016-06-21 Thread franz1981
Github user franz1981 commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/590#discussion_r67855076 --- Diff: artemis-journal/pom.xml --- @@ -15,57 +15,81 @@ limitations under the License. --> http://maven.apache.org/POM/4.0.0";

[GitHub] activemq-artemis issue #548: Executor in JournalImpl for append operations

2016-06-21 Thread mtaylor
Github user mtaylor commented on the issue: https://github.com/apache/activemq-artemis/pull/548 @clebertsuconic NP just checking we haven't forgot about this. Cheers --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] activemq-artemis pull request #590: Mapped journal

2016-06-21 Thread mtaylor
Github user mtaylor commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/590#discussion_r67835233 --- Diff: artemis-journal/pom.xml --- @@ -15,57 +15,81 @@ limitations under the License. --> http://maven.apache.org/POM/4.0.0"; xm

[GitHub] activemq-artemis pull request #594: ARTEMIS-579 document reload for JAAS mod...

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/594 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu