[jira] [Created] (AMQ-4383) ActiveMQ dependency not present in central maven repository ??

2013-03-18 Thread Bhanu (JIRA)
Bhanu created AMQ-4383:
--

 Summary: ActiveMQ dependency not present in central maven 
repository ??
 Key: AMQ-4383
 URL: https://issues.apache.org/jira/browse/AMQ-4383
 Project: ActiveMQ
  Issue Type: Bug
  Components: Broker
Affects Versions: 5.8.0
 Environment: Linux
Reporter: Bhanu


We're facing issues while trying to upgrade to ActiveMQ v5.8. The maven build 
is failing with the following error:-

dependency
groupIdorg.apache.activemq/groupId
artifactIdactivemq-all/artifactId
version5.8.0/version
 exclusions

mvn package -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] 
[INFO] Building common
[INFO]task-segment: [package]
[INFO] 
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/prod/desflow-qa/dflowdev/test/desflow/common/src/main/resources
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
Downloading: 
http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.qpid:proton-jms:jar:0.3.0-fuse-2

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid 
-DartifactId=proton-jms -Dversion=0.3.0-fuse-2 -Dpackaging=jar 
-Dfile=/path/to/file


Is something broken here ?

Thanks,
Bhanu

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (AMQ-4383) ActiveMQ dependency not present in central maven repository ??

2013-03-18 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13605145#comment-13605145
 ] 

Timothy Bish commented on AMQ-4383:
---

The proton libs are in the FuseSource repo.
http://repo.fusesource.com/nexus/content/groups/public/org/apache/qpid/proton-api/0.3.0-fuse-2/

Its possible there was some connectivity issue when you tried to build.

 ActiveMQ dependency not present in central maven repository ??
 --

 Key: AMQ-4383
 URL: https://issues.apache.org/jira/browse/AMQ-4383
 Project: ActiveMQ
  Issue Type: Bug
  Components: Broker
Affects Versions: 5.8.0
 Environment: Linux
Reporter: Bhanu

 We're facing issues while trying to upgrade to ActiveMQ v5.8. The maven build 
 is failing with the following error:-
 dependency
 groupIdorg.apache.activemq/groupId
 artifactIdactivemq-all/artifactId
 version5.8.0/version
  exclusions
 mvn package -Dmaven.test.skip=true
 [INFO] Scanning for projects...
 [INFO] 
 
 [INFO] Building common
 [INFO]task-segment: [package]
 [INFO] 
 
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory 
 /prod/desflow-qa/dflowdev/test/desflow/common/src/main/resources
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.pom
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
 Downloading: 
 http://maven/deshaw/org/apache/qpid/proton-jms/0.3.0-fuse-2/proton-jms-0.3.0-fuse-2.jar
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Failed to resolve artifact.
 Missing:
 --
 1) org.apache.qpid:proton-jms:jar:0.3.0-fuse-2
   Try downloading the file manually from the project website.
   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.qpid 
 -DartifactId=proton-jms -Dversion=0.3.0-fuse-2 -Dpackaging=jar 
 -Dfile=/path/to/file
 Is something broken here ?
 Thanks,
 Bhanu

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4380) Related Activemq Persistance link is dead

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4380.
---

Resolution: Fixed

Updated the wikie, Fuse doco is here:
https://access.redhat.com/knowledge/docs/Fuse_MQ_Enterprise/

 Related Activemq Persistance link is dead
 -

 Key: AMQ-4380
 URL: https://issues.apache.org/jira/browse/AMQ-4380
 Project: ActiveMQ
  Issue Type: Bug
Reporter: Alan Foster
Priority: Minor

 The link to the pdf called 'FUSE Source ActiveMQ Persistence Guide' under the 
 heading 'Other Resources' is dead on the following page 
 http://activemq.apache.org/persistence.html
 Hopefully someone has an idea about where the new link should be :)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Closed] (AMQ-4295) Kahadb and activemq delete files unexpectedly

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish closed AMQ-4295.
-

   Resolution: Duplicate
Fix Version/s: 5.9.0

Closing this as a duplicate in the absence of additional configuration 
information. 

 Kahadb and activemq delete files unexpectedly
 -

 Key: AMQ-4295
 URL: https://issues.apache.org/jira/browse/AMQ-4295
 Project: ActiveMQ
  Issue Type: Bug
  Components: Message Store
Affects Versions: 5.7.0
 Environment: RHEL 6.3
Reporter: Mohit Anchlia
Priority: Critical
 Fix For: 5.9.0


 After a while we see this message in the logs. It appears that activemq loses 
 the pointers or accidently deletes the file.
 2013-02-03 08:54:49,890 | ERROR | 
 org.apache.activemq.broker.region.cursors.QueueStorePrefetch@637aff2f:eventsEndpoint,batchResetNeeded=false,storeHasMessages=true,size=13985,cacheEnabled=false,maxBatchSize:200
  - Failed to fill batch | 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor | ActiveMQ 
 BrokerService[pprddaamq304.ie.intuit.net] Task-2076
 java.io.IOException: Could not locate data file 
 /app/data/pprddaamq304.ie.intuit.net/kahadb/db-13872267.log
 at org.apache.kahadb.journal.Journal.getDataFile(Journal.java:353)
 at org.apache.kahadb.journal.Journal.read(Journal.java:600)
 at 
 org.apache.activemq.store.kahadb.MessageDatabase.load(MessageDatabase.java:879)
 at 
 org.apache.activemq.store.kahadb.KahaDBStore.loadMessage(KahaDBStore.java:1030)
 at 
 org.apache.activemq.store.kahadb.KahaDBStore$KahaDBMessageStore$4.execute(KahaDBStore.java:558)
 at org.apache.kahadb.page.Transaction.execute(Transaction.java:769)
 at 
 org.apache.activemq.store.kahadb.KahaDBStore$KahaDBMessageStore.recoverNextMessages(KahaDBStore.java:547)
 at 
 org.apache.activemq.store.ProxyMessageStore.recoverNextMessages(ProxyMessageStore.java:106)
 at 
 org.apache.activemq.broker.region.cursors.QueueStorePrefetch.doFillBatch(QueueStorePrefetch.java:97)
 at 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:274)
 at 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:110)
 at 
 org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157)
 at 
 org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1765)
 at 
 org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1993)
 at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1486)
 at 
 org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)
 at 
 org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:662)
 2013-02-03 08:54:49,890 | ERROR | 
 org.apache.activemq.broker.region.cursors.QueueStorePrefetch@637aff2f:eventsEndpoint,batchResetNeeded=false,storeHasMessages=true,size=13985,cacheEnabled=false,maxBatchSize:200
  - Failed to fill batch | 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor | ActiveMQ 
 BrokerService[pprddaamq304.ie.intuit.net] Task-2076
 java.lang.RuntimeException: java.io.IOException: Could not locate data file 
 /app/data/pprddaamq304.ie.intuit.net/kahadb/db-13872267.log
 at 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor.fillBatch(AbstractStoreCursor.java:277)
 at 
 org.apache.activemq.broker.region.cursors.AbstractStoreCursor.reset(AbstractStoreCursor.java:110)
 at 
 org.apache.activemq.broker.region.cursors.StoreQueueCursor.reset(StoreQueueCursor.java:157)
 at 
 org.apache.activemq.broker.region.Queue.doPageInForDispatch(Queue.java:1765)
 at 
 org.apache.activemq.broker.region.Queue.pageInMessages(Queue.java:1993)
 at org.apache.activemq.broker.region.Queue.iterate(Queue.java:1486)
 at 
 org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:129)
 at 
 org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:47)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at 
 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:662)
 Caused by: java.io.IOException: Could not locate data file 
 /app/data/pprddaamq304.ie.intuit.net/kahadb/db-13872267.log
 at org.apache.kahadb.journal.Journal.getDataFile(Journal.java:353)
 

[jira] [Updated] (AMQ-4384) KahaDBStoreRecoveryBrokerTest has multiple failures on windows

2013-03-18 Thread Kevin Earls (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-4384:
-

Attachment: AMQ-4834.patch

 KahaDBStoreRecoveryBrokerTest has multiple failures on windows
 --

 Key: AMQ-4384
 URL: https://issues.apache.org/jira/browse/AMQ-4384
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 Server, jdk7
Reporter: Kevin Earls
 Attachments: AMQ-4834.patch


 This test has multiple failures on Windows because it tries to recreate the 
 same directory repeatedly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4384) KahaDBStoreRecoveryBrokerTest has multiple failures on windows

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4384.
---

   Resolution: Fixed
Fix Version/s: 5.9.0
 Assignee: Timothy Bish

Patch applied, thanks.

 KahaDBStoreRecoveryBrokerTest has multiple failures on windows
 --

 Key: AMQ-4384
 URL: https://issues.apache.org/jira/browse/AMQ-4384
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 Server, jdk7
Reporter: Kevin Earls
Assignee: Timothy Bish
 Fix For: 5.9.0

 Attachments: AMQ-4834.patch


 This test has multiple failures on Windows because it tries to recreate the 
 same directory repeatedly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (AMQ-4385) LevelDBXARecoveryBrokerTest has multiple failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)
Kevin Earls created AMQ-4385:


 Summary: LevelDBXARecoveryBrokerTest has multiple failures on 
Windows
 Key: AMQ-4385
 URL: https://issues.apache.org/jira/browse/AMQ-4385
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
 Attachments: AMQ-4385.patch

This test has 1 failure and 10 errors which do not occur elsewhere.  (NOTE: 
After applying the patch there will still be 2 failures.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (AMQ-4385) LevelDBXARecoveryBrokerTest has multiple failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-4385:
-

Attachment: AMQ-4385.patch

This may look familiar...

 LevelDBXARecoveryBrokerTest has multiple failures on Windows
 

 Key: AMQ-4385
 URL: https://issues.apache.org/jira/browse/AMQ-4385
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
 Attachments: AMQ-4385.patch


 This test has 1 failure and 10 errors which do not occur elsewhere.  (NOTE: 
 After applying the patch there will still be 2 failures.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4385) LevelDBXARecoveryBrokerTest has multiple failures on Windows

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4385.
---

   Resolution: Fixed
Fix Version/s: 5.9.0
 Assignee: Timothy Bish

Patch applied, thanks, you have to love Windows ;)

 LevelDBXARecoveryBrokerTest has multiple failures on Windows
 

 Key: AMQ-4385
 URL: https://issues.apache.org/jira/browse/AMQ-4385
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
Assignee: Timothy Bish
 Fix For: 5.9.0

 Attachments: AMQ-4385.patch


 This test has 1 failure and 10 errors which do not occur elsewhere.  (NOTE: 
 After applying the patch there will still be 2 failures.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (AMQ-4386) AMQ4133Test has 2 additional test case failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)
Kevin Earls created AMQ-4386:


 Summary: AMQ4133Test has 2 additional test case failures on Windows
 Key: AMQ-4386
 URL: https://issues.apache.org/jira/browse/AMQ-4386
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
Priority: Minor


4 out of 4 test cases fail on Windows, as opposed to 2 out of 4 on mac os x.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (AMQ-4386) AMQ4133Test has 2 additional test case failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-4386:
-

Attachment: AMQ-4386.patch

 AMQ4133Test has 2 additional test case failures on Windows
 --

 Key: AMQ-4386
 URL: https://issues.apache.org/jira/browse/AMQ-4386
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4386.patch


 4 out of 4 test cases fail on Windows, as opposed to 2 out of 4 on mac os x.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4386) AMQ4133Test has 2 additional test case failures on Windows

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4386.
---

Resolution: Fixed
  Assignee: Timothy Bish

patch applied, thanks.

 AMQ4133Test has 2 additional test case failures on Windows
 --

 Key: AMQ-4386
 URL: https://issues.apache.org/jira/browse/AMQ-4386
 Project: ActiveMQ
  Issue Type: Bug
  Components: Test Cases
 Environment: Windows 2008 server, jdk7
Reporter: Kevin Earls
Assignee: Timothy Bish
Priority: Minor
 Attachments: AMQ-4386.patch


 4 out of 4 test cases fail on Windows, as opposed to 2 out of 4 on mac os x.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (AMQ-4387) AMQ4126Test has additional test failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)
Kevin Earls created AMQ-4387:


 Summary: AMQ4126Test has additional test failures on Windows
 Key: AMQ-4387
 URL: https://issues.apache.org/jira/browse/AMQ-4387
 Project: ActiveMQ
  Issue Type: Bug
 Environment: Windows 2008 Server, JDK7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4387.patch

All test cases are failing on windows, where only 
testStompNIOSSLWithCertificate fails on mac or ubuntu

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (AMQ-4387) AMQ4126Test has additional test failures on Windows

2013-03-18 Thread Kevin Earls (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-4387:
-

Attachment: AMQ-4387.patch

 AMQ4126Test has additional test failures on Windows
 ---

 Key: AMQ-4387
 URL: https://issues.apache.org/jira/browse/AMQ-4387
 Project: ActiveMQ
  Issue Type: Bug
 Environment: Windows 2008 Server, JDK7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4387.patch


 All test cases are failing on windows, where only 
 testStompNIOSSLWithCertificate fails on mac or ubuntu

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (AMQ-4388) org.apache.activemq.bugs.AMQ3625Test fails on Windows

2013-03-18 Thread Kevin Earls (JIRA)
Kevin Earls created AMQ-4388:


 Summary: org.apache.activemq.bugs.AMQ3625Test fails on Windows
 Key: AMQ-4388
 URL: https://issues.apache.org/jira/browse/AMQ-4388
 Project: ActiveMQ
  Issue Type: Bug
 Environment: 32 bit Windows Server 2008,  jdk7
Reporter: Kevin Earls
Priority: Minor


I think this is the last of the tests which ironically fail because of the use 
of platform specific File.seperator.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (AMQ-4388) org.apache.activemq.bugs.AMQ3625Test fails on Windows

2013-03-18 Thread Kevin Earls (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-4388:
-

Attachment: AMQ-4388.patch

 org.apache.activemq.bugs.AMQ3625Test fails on Windows
 -

 Key: AMQ-4388
 URL: https://issues.apache.org/jira/browse/AMQ-4388
 Project: ActiveMQ
  Issue Type: Bug
 Environment: 32 bit Windows Server 2008,  jdk7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4388.patch


 I think this is the last of the tests which ironically fail because of the 
 use of platform specific File.seperator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4388) org.apache.activemq.bugs.AMQ3625Test fails on Windows

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4388.
---

Resolution: Fixed

Fixed, thanks.

 org.apache.activemq.bugs.AMQ3625Test fails on Windows
 -

 Key: AMQ-4388
 URL: https://issues.apache.org/jira/browse/AMQ-4388
 Project: ActiveMQ
  Issue Type: Bug
 Environment: 32 bit Windows Server 2008,  jdk7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4388.patch


 I think this is the last of the tests which ironically fail because of the 
 use of platform specific File.seperator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (AMQ-4387) AMQ4126Test has additional test failures on Windows

2013-03-18 Thread Timothy Bish (JIRA)

 [ 
https://issues.apache.org/jira/browse/AMQ-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQ-4387.
---

Resolution: Fixed

patch applied, thanks.

 AMQ4126Test has additional test failures on Windows
 ---

 Key: AMQ-4387
 URL: https://issues.apache.org/jira/browse/AMQ-4387
 Project: ActiveMQ
  Issue Type: Bug
 Environment: Windows 2008 Server, JDK7
Reporter: Kevin Earls
Priority: Minor
 Attachments: AMQ-4387.patch


 All test cases are failing on windows, where only 
 testStompNIOSSLWithCertificate fails on mac or ubuntu

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira