[jira] [Updated] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-2621:


Fix Version/s: 2.3.4
   3.0.0
   2.4.0

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-2621:


Component/s: karaf-test

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13847741#comment-13847741
 ] 

Jean-Baptiste Onofré commented on KARAF-2621:
-

Fixed on trunk: http://svn.apache.org/viewvc?view=revisionrevision=1550794

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Issue Comment Deleted] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-2621:


Comment: was deleted

(was: Fixed on trunk: 
http://svn.apache.org/viewvc?view=revisionrevision=1550794)

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13847792#comment-13847792
 ] 

Jean-Baptiste Onofré commented on KARAF-2621:
-

Fixed on karaf-2.x: http://svn.apache.org/viewvc?view=revisionrevision=1550811

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13847793#comment-13847793
 ] 

Jean-Baptiste Onofré commented on KARAF-2621:
-

Fixed on trunk: http://svn.apache.org/viewvc?view=revisionrevision=1550812

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Created] (KARAF-2625) Can't Delete Default Cluster Group

2013-12-13 Thread Fernando Ribeiro (JIRA)
Fernando Ribeiro created KARAF-2625:
---

 Summary: Can't Delete Default Cluster Group
 Key: KARAF-2625
 URL: https://issues.apache.org/jira/browse/KARAF-2625
 Project: Karaf
  Issue Type: Bug
  Components: cellar-hazelcast
Affects Versions: 3.0.0.RC1, 2.3.3
 Environment: All supported environments.
Reporter: Fernando Ribeiro


The default cluster group can't be deleted, even if it doesn't have any 
members.

Steps to reproduce:

1. Install Karaf 2.3.3 or 3.0.0.RC1
2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
3. Create a new cluster group
4. Add the current instance to the new cluster group
5. Remove the current instance from the default group
6. Delete the default group



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (KARAF-2625) Can't Delete Default Cluster Group

2013-12-13 Thread Fernando Ribeiro (JIRA)

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

Fernando Ribeiro updated KARAF-2625:


Attachment: KARAF-2625.patch

 Can't Delete Default Cluster Group
 --

 Key: KARAF-2625
 URL: https://issues.apache.org/jira/browse/KARAF-2625
 Project: Karaf
  Issue Type: Bug
  Components: cellar-hazelcast
Affects Versions: 2.3.3, 3.0.0.RC1
 Environment: All supported environments.
Reporter: Fernando Ribeiro
 Attachments: KARAF-2625.patch


 The default cluster group can't be deleted, even if it doesn't have any 
 members.
 Steps to reproduce:
 1. Install Karaf 2.3.3 or 3.0.0.RC1
 2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
 3. Create a new cluster group
 4. Add the current instance to the new cluster group
 5. Remove the current instance from the default group
 6. Delete the default group



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (KARAF-2625) Can't Delete Default Cluster Group

2013-12-13 Thread Fernando Ribeiro (JIRA)

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

Fernando Ribeiro updated KARAF-2625:


Description: 
The default cluster group can't be deleted, even if it doesn't have any members.

Steps to reproduce:

1. Install Karaf 2.3.3 or 3.0.0.RC1
2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
3. Create a new cluster group
4. Add the current instance to the new cluster group
5. Remove the current instance from the default cluster group
6. Delete the default cluster group

  was:
The default cluster group can't be deleted, even if it doesn't have any 
members.

Steps to reproduce:

1. Install Karaf 2.3.3 or 3.0.0.RC1
2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
3. Create a new cluster group
4. Add the current instance to the new cluster group
5. Remove the current instance from the default group
6. Delete the default group


 Can't Delete Default Cluster Group
 --

 Key: KARAF-2625
 URL: https://issues.apache.org/jira/browse/KARAF-2625
 Project: Karaf
  Issue Type: Bug
  Components: cellar-hazelcast
Affects Versions: 2.3.3, 3.0.0.RC1
 Environment: All supported environments.
Reporter: Fernando Ribeiro
 Attachments: KARAF-2625.patch


 The default cluster group can't be deleted, even if it doesn't have any 
 members.
 Steps to reproduce:
 1. Install Karaf 2.3.3 or 3.0.0.RC1
 2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
 3. Create a new cluster group
 4. Add the current instance to the new cluster group
 5. Remove the current instance from the default cluster group
 6. Delete the default cluster group



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Assigned] (KARAF-2625) Can't Delete Default Cluster Group

2013-12-13 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-2625:
---

Assignee: Jean-Baptiste Onofré

 Can't Delete Default Cluster Group
 --

 Key: KARAF-2625
 URL: https://issues.apache.org/jira/browse/KARAF-2625
 Project: Karaf
  Issue Type: Bug
  Components: cellar-hazelcast
Affects Versions: 2.3.3, 3.0.0.RC1
 Environment: All supported environments.
Reporter: Fernando Ribeiro
Assignee: Jean-Baptiste Onofré
 Attachments: KARAF-2625.patch


 The default cluster group can't be deleted, even if it doesn't have any 
 members.
 Steps to reproduce:
 1. Install Karaf 2.3.3 or 3.0.0.RC1
 2. Install Karaf Cellar 2.3.2, 2.3.3-SNAPSHOT or 3.0.0-SNAPSHOT
 3. Create a new cluster group
 4. Add the current instance to the new cluster group
 5. Remove the current instance from the default cluster group
 6. Delete the default cluster group



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13848235#comment-13848235
 ] 

Jean-Baptiste Onofré commented on KARAF-2621:
-

Fixed on karaf-2.3.x: 
http://svn.apache.org/viewvc?view=revisionrevision=1550879

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Resolved] (KARAF-2621) PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows

2013-12-13 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-2621.
-

Resolution: Fixed

 PropertiesLoginModuleTest.testNonExistantPropertiesFile fails on windows
 

 Key: KARAF-2621
 URL: https://issues.apache.org/jira/browse/KARAF-2621
 Project: Karaf
  Issue Type: Bug
  Components: karaf-test
Reporter: Kevin Earls
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 2.4.0, 3.0.0, 2.3.4

 Attachments: KARAF-2621.patch


 This test fails on windows with the following error:
 junit.framework.ComparisonFailure: expected:...s file not found at 
 [/test/]users.properties but was:...s file not found at 
 [\test]users.properties
 at junit.framework.Assert.assertEquals(Assert.java:85)
 at junit.framework.Assert.assertEquals(Assert.java:91)
 at 
 org.apache.karaf.jaas.modules.properties.PropertiesLoginModuleTest.testNonExistantPropertiesFile(PropertiesLoginModuleTest.java:49)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
 at 
 org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
 at 
 org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
 at 
 org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
 at 
 org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
 at 
 org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at 
 org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
 at 
 org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
 at 
 org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
 at 
 org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)