[jira] [Assigned] (KARAF-3809) Create assembly fails under Windows

2015-08-22 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

 Create assembly fails under Windows
 ---

 Key: KARAF-3809
 URL: https://issues.apache.org/jira/browse/KARAF-3809
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 4.0.0
 Environment: Windows 7
 java version 1.7.0_65
 Java(TM) SE Runtime Environment (build 1.7.0_65-b19)
 Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Reporter: Andreas Kuhtz
Assignee: Jean-Baptiste Onofré

 Create an assembly with the karaf-maven-plugin fails under Windows.
 This is the first problem:
 {code}
 [ERROR] Failed to execute goal 
 org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly: Error 
 - [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
 goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
   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:120)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
   at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
   at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   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: Unable to build 
 assembly
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:170)
   at 
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
   ... 19 more
 Caused by: org.apache.karaf.features.internal.util.MultiException: Error
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.init(MavenDownloadManager.java:84)
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:72)
   at 
 org.apache.karaf.profile.assembly.Builder.loadRepositories(Builder.java:1029)
   at org.apache.karaf.profile.assembly.Builder.bootStage(Builder.java:703)
   at 
 org.apache.karaf.profile.assembly.Builder.doGenerateAssembly(Builder.java:554)
   at 
 org.apache.karaf.profile.assembly.Builder.generateAssembly(Builder.java:352)
   at 
 org.apache.karaf.tooling.AssemblyMojo.doExecute(AssemblyMojo.java:296)
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:164)
   ... 21 more
   Suppressed: java.nio.file.InvalidPathException: Illegal char : at 
 index 4: file:/D:/svn/some of my 
 directories/distribution/target/assembly/system/org/apache/karaf/features/framework/4.0.0/framework-4.0.0-features.xml
   at 
 sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   at 
 sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   at 
 sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   at 

[jira] [Commented] (KARAF-3811) Exception thrown when including the feature feature in Maven karaf:assembly goal

2015-08-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-3811:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/71


 Exception thrown when including the feature feature in Maven karaf:assembly 
 goal
 --

 Key: KARAF-3811
 URL: https://issues.apache.org/jira/browse/KARAF-3811
 Project: Karaf
  Issue Type: Bug
  Components: karaf-profile, karaf-tooling
Affects Versions: 4.0.0
Reporter: Jonathan Byrne
Assignee: Guillaume Nodet
  Labels: maven
 Fix For: 4.0.1

 Attachments: KARAF-3811.patch, pom.xml


 The exception below is thrown when you include the feature named feature in 
 the Maven configuration. Attached is a POM file that replicates the error. 
 Suppressed: java.nio.file.FileSystemException: 
 C:\dev\code\karaf-test\target\assembly\system\org\apache\karaf\features\org.apache.karaf.features.core\4.0.0\org.apache.karaf.features.core-4.0.0.jar:
  The process cannot access the file because it is being used by another 
 process.
 at 
 sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
 at 
 sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
 at 
 sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
 at sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:165)
 at 
 sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:278)
 at java.nio.file.Files.copy(Files.java:1274)
 at 
 org.apache.karaf.profile.assembly.Builder$3.downloaded(Builder.java:969)
 at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader$1.operationComplete(MavenDownloadManager.java:133)
 at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader$1.operationComplete(MavenDownloadManager.java:127)
 at 
 org.apache.karaf.features.internal.download.impl.DefaultFuture.notifyListener(DefaultFuture.java:344)
 at 
 org.apache.karaf.features.internal.download.impl.DefaultFuture.addListener(DefaultFuture.java:293)
 at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.download(MavenDownloadManager.java:127)
 at 
 org.apache.karaf.profile.assembly.Builder.installArtifact(Builder.java:959)
 at 
 org.apache.karaf.profile.assembly.Builder.bootStage(Builder.java:771)
 ... 26 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3809) Create assembly fails under Windows

2015-08-22 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-3809.
-
Resolution: Not A Problem

Already fixed.

 Create assembly fails under Windows
 ---

 Key: KARAF-3809
 URL: https://issues.apache.org/jira/browse/KARAF-3809
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 4.0.0
 Environment: Windows 7
 java version 1.7.0_65
 Java(TM) SE Runtime Environment (build 1.7.0_65-b19)
 Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Reporter: Andreas Kuhtz
Assignee: Jean-Baptiste Onofré

 Create an assembly with the karaf-maven-plugin fails under Windows.
 This is the first problem:
 {code}
 [ERROR] Failed to execute goal 
 org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly: Error 
 - [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
 goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
   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:120)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
   at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
   at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   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: Unable to build 
 assembly
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:170)
   at 
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
   ... 19 more
 Caused by: org.apache.karaf.features.internal.util.MultiException: Error
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.init(MavenDownloadManager.java:84)
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:72)
   at 
 org.apache.karaf.profile.assembly.Builder.loadRepositories(Builder.java:1029)
   at org.apache.karaf.profile.assembly.Builder.bootStage(Builder.java:703)
   at 
 org.apache.karaf.profile.assembly.Builder.doGenerateAssembly(Builder.java:554)
   at 
 org.apache.karaf.profile.assembly.Builder.generateAssembly(Builder.java:352)
   at 
 org.apache.karaf.tooling.AssemblyMojo.doExecute(AssemblyMojo.java:296)
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:164)
   ... 21 more
   Suppressed: java.nio.file.InvalidPathException: Illegal char : at 
 index 4: file:/D:/svn/some of my 
 directories/distribution/target/assembly/system/org/apache/karaf/features/framework/4.0.0/framework-4.0.0-features.xml
   at 
 sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   at 
 sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   at 
 sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)
   at 

[jira] [Commented] (KARAF-3809) Create assembly fails under Windows

2015-08-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-3809:
---

Github user akuhtz closed the pull request at:

https://github.com/apache/karaf/pull/69


 Create assembly fails under Windows
 ---

 Key: KARAF-3809
 URL: https://issues.apache.org/jira/browse/KARAF-3809
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 4.0.0
 Environment: Windows 7
 java version 1.7.0_65
 Java(TM) SE Runtime Environment (build 1.7.0_65-b19)
 Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Reporter: Andreas Kuhtz
Assignee: Jean-Baptiste Onofré

 Create an assembly with the karaf-maven-plugin fails under Windows.
 This is the first problem:
 {code}
 [ERROR] Failed to execute goal 
 org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly: Error 
 - [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
 goal org.apache.karaf.tooling:karaf-maven-plugin:4.0.0:assembly 
 (process-resources) on project distribution: Unable to build assembly
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
   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:120)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
   at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
   at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:606)
   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: Unable to build 
 assembly
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:170)
   at 
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
   at 
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
   ... 19 more
 Caused by: org.apache.karaf.features.internal.util.MultiException: Error
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.init(MavenDownloadManager.java:84)
   at 
 org.apache.karaf.features.internal.download.impl.MavenDownloadManager.createDownloader(MavenDownloadManager.java:72)
   at 
 org.apache.karaf.profile.assembly.Builder.loadRepositories(Builder.java:1029)
   at org.apache.karaf.profile.assembly.Builder.bootStage(Builder.java:703)
   at 
 org.apache.karaf.profile.assembly.Builder.doGenerateAssembly(Builder.java:554)
   at 
 org.apache.karaf.profile.assembly.Builder.generateAssembly(Builder.java:352)
   at 
 org.apache.karaf.tooling.AssemblyMojo.doExecute(AssemblyMojo.java:296)
   at org.apache.karaf.tooling.AssemblyMojo.execute(AssemblyMojo.java:164)
   ... 21 more
   Suppressed: java.nio.file.InvalidPathException: Illegal char : at 
 index 4: file:/D:/svn/some of my 
 directories/distribution/target/assembly/system/org/apache/karaf/features/framework/4.0.0/framework-4.0.0-features.xml
   at 
 sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
   at 
 sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
   at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
   at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)
   at 
 

[jira] [Updated] (KARAF-3882) karaf should permit alternative host key formats

2015-08-22 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-3882:

Fix Version/s: 4.0.2

 karaf should permit alternative host key formats
 

 Key: KARAF-3882
 URL: https://issues.apache.org/jira/browse/KARAF-3882
 Project: Karaf
  Issue Type: Improvement
Affects Versions: 4.0.0
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré
 Fix For: 4.0.2


 It would be helpful to be able to generate a host key in advance; no common 
 tools do so in serialized java objects readable by 
 SimpleGeneratorHostKeyProvider. It would thus be helpful to be able to read 
 PEM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3882) karaf should permit alternative host key formats

2015-08-22 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-3882.
-
Resolution: Fixed

 karaf should permit alternative host key formats
 

 Key: KARAF-3882
 URL: https://issues.apache.org/jira/browse/KARAF-3882
 Project: Karaf
  Issue Type: Improvement
Affects Versions: 4.0.0
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré
 Fix For: 4.0.2


 It would be helpful to be able to generate a host key in advance; no common 
 tools do so in serialized java objects readable by 
 SimpleGeneratorHostKeyProvider. It would thus be helpful to be able to read 
 PEM.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (KARAF-3951) No error when problem with class version

2015-08-22 Thread Benson Margulies (JIRA)

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

Benson Margulies resolved KARAF-3951.
-
Resolution: Invalid

 No error when problem with class version
 

 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré

 Given an assembly that includes a features that includes a bundle that 
 includes a class (!) that requires Java 1.8.
 Run Karaf with Java 1.7, and then try to install that there feature.
 No error; no log message; also, no installation of the feature!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3951) No error when problem with class version

2015-08-22 Thread Benson Margulies (JIRA)

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

Benson Margulies commented on KARAF-3951:
-

JB, I know what the neighborhood is now; there may be a bug, but this 
description is useless.

I added a non-OSGi dependency to my project. It got wrapped. It, in turn, 
depends on something else. That also got wrapped. I excluded the later because 
these is an OSGi bundle that contains it. The result is this bizarre, silent, 
failure.

After I put my own code into reasonable order, I'll see if I can come up with a 
reasonable test case for this business.

 No error when problem with class version
 

 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré

 Given an assembly that includes a features that includes a bundle that 
 includes a class (!) that requires Java 1.8.
 Run Karaf with Java 1.7, and then try to install that there feature.
 No error; no log message; also, no installation of the feature!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3951) No error when problem with class version

2015-08-22 Thread Benson Margulies (JIRA)

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

Benson Margulies commented on KARAF-3951:
-

Karaf 4.0.1.

Absolutely nothing in the log, either via log:display or by looking at the file.

This has a nagging resemblance to something that I ran into weeks ago, which 
was perhaps related to maven configuration problems.


 No error when problem with class version
 

 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré

 Given an assembly that includes a features that includes a bundle that 
 includes a class (!) that requires Java 1.8.
 Run Karaf with Java 1.7, and then try to install that there feature.
 No error; no log message; also, no installation of the feature!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3566) The javax.annotation package should be exported from system bundle with version 1.0 in JDK8

2015-08-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-3566:
---

Github user jvettraino closed the pull request at:

https://github.com/apache/karaf/pull/70


 The javax.annotation package should be exported from system bundle with 
 version 1.0 in JDK8
 ---

 Key: KARAF-3566
 URL: https://issues.apache.org/jira/browse/KARAF-3566
 Project: Karaf
  Issue Type: Bug
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 4.0.0.M3


 The package provided by the JRE is clearly not 1.2 as it's missing some 
 annotations such as ManagedBean and Priority



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3590) Don't log Passwords in clear text

2015-08-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-3590:
---

Github user chirino closed the pull request at:

https://github.com/apache/karaf/pull/56


 Don't log Passwords in clear text
 -

 Key: KARAF-3590
 URL: https://issues.apache.org/jira/browse/KARAF-3590
 Project: Karaf
  Issue Type: Improvement
Reporter: Hiram Chirino
Assignee: Guillaume Nodet
 Fix For: 4.0.0.M3


 If you enabled debug logging, shell commands get log.  Including any password 
 arguments.  This can be considered a bad thing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (KARAF-3951) No error when problem with class version

2015-08-22 Thread Benson Margulies (JIRA)
Benson Margulies created KARAF-3951:
---

 Summary: No error when problem with class version
 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies


Given an assembly that includes a features that includes a bundle that includes 
a class (!) that requires Java 1.8.

Run Karaf with Java 1.7, and then try to install that there feature.

No error; no log message; also, no installation of the feature!




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-3951) No error when problem with class version

2015-08-22 Thread JIRA

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

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

What Karaf version ? Nothing in the log (log:display) or in karaf.log ?

 No error when problem with class version
 

 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies

 Given an assembly that includes a features that includes a bundle that 
 includes a class (!) that requires Java 1.8.
 Run Karaf with Java 1.7, and then try to install that there feature.
 No error; no log message; also, no installation of the feature!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (KARAF-3951) No error when problem with class version

2015-08-22 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

 No error when problem with class version
 

 Key: KARAF-3951
 URL: https://issues.apache.org/jira/browse/KARAF-3951
 Project: Karaf
  Issue Type: Bug
Reporter: Benson Margulies
Assignee: Jean-Baptiste Onofré

 Given an assembly that includes a features that includes a bundle that 
 includes a class (!) that requires Java 1.8.
 Run Karaf with Java 1.7, and then try to install that there feature.
 No error; no log message; also, no installation of the feature!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)