Trying to set up and access.log

2018-12-21 Thread Steinar Bang
Platform: Karaf 4.1.5, openjdk 8, debian 9.6 "stretch", web whiteboard I'm trying to set up access log in karaf, so I googled and found this: https://ops4j1.jira.com/browse/PAXWEB-269?focusedCommentId=14158=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14158 So I

RE: Karaf 4.2.2 with jdk 11

2018-12-21 Thread Leschke, Scott
It looks to me like the jaxb jars are getting added to the classpath within karaf.bat and should be found. What do I not see? if %JAVA_VERSION% GTR 8 ( pushd "%KARAF_HOME%\lib\jdk9plus" for %%G in (*.jar) do call:APPEND_TO_JDK9PLUS_CLASSPATH %%G popd From:

RE: Karaf 4.2.2 with jdk 11

2018-12-21 Thread Leschke, Scott
I did not. I have a vague recollection that somebody else may have run into this recently. Where is this to be added? Directly in karaf.bat? That would be an –add-modules java.xml.bind, correct? From: Jean-Baptiste Onofré Sent: Friday, December 21, 2018 12:25 PM To: user@karaf.apache.org

Re: Karaf 4.2.2 with jdk 11

2018-12-21 Thread Jean-Baptiste Onofré
Did you enable the jaxb module in your jdk 11 ? Le 21 déc. 2018 à 19:11, à 19:11, "Leschke, Scott" a écrit: >What's the statement on JDK 11 support in 4.2.2. I've not had any luck >with getting 4.2.2 to run under Windows Server 2016. I unzip the >distro, and run karaf.bat in the console.

Karaf 4.2.2 with jdk 11

2018-12-21 Thread Leschke, Scott
What's the statement on JDK 11 support in 4.2.2. I've not had any luck with getting 4.2.2 to run under Windows Server 2016. I unzip the distro, and run karaf.bat in the console. Karaf starts and then appears to hang, never getting to the prompt. V4.2.1 runs fine under the same scenario

Re: karaf-maven-plugin in 4.2.2 installs zip twice

2018-12-21 Thread Oliver Schweitzer
Hi JB, karaf-assembly. Happy Holidays and Best Regards, Oliver > Le 21 déc. 2018 à 17:57, Jean-Baptiste Onofré a écrit : > > Hi Oliver, > > correct, that's related to the fix I did to support maven-install-plugin > 3.0.0.M1 (around attached artifacts, we have to attach at least one >

Re: karaf-maven-plugin in 4.2.2 installs zip twice

2018-12-21 Thread Jean-Baptiste Onofré
Hi Oliver, correct, that's related to the fix I did to support maven-install-plugin 3.0.0.M1 (around attached artifacts, we have to attach at least one artifact). What packaging are you using in your pom.xml ? I will improve this anyway. Regards JB On 21/12/2018 16:11, Oliver Schweitzer wrote:

karaf-maven-plugin in 4.2.2 installs zip twice

2018-12-21 Thread Oliver Schweitzer
Hi, starting from 4.2.2, the zip-compressed assemblies get installed/deployed twice.  This new behaviour is related to a change in  karaf\tooling\karaf-maven-plugin\src\main\java\org\apache\karaf\tooling\ArchiveMojo.java This happens when installing a simple/unchanged

Re: Karaf 4.1.7: problems finding alternative JAXB contect factory

2018-12-21 Thread Francois Papon
Hi, I have an old project with Karaf where I'm using EclipseMoxy, I will share it ;) Regards, François Papon fpa...@apache.org Le 21/12/2018 à 17:40, jochenw a écrit : > Hello, > > in our application, at one place, the eclipselink moxy library is used for > unmarshalling JSON content. The JAXB

Karaf 4.1.7: problems finding alternative JAXB contect factory

2018-12-21 Thread jochenw
Hello, in our application, at one place, the eclipselink moxy library is used for unmarshalling JSON content. The JAXB context for creating the unmarshaller is set up in the usual way: /jaxbContext = JAXBContext.newInstance(packageName, classLoader, properties)/ The package with "packageName"