Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-24 Thread stefang
gards Stefan jbonofre wrote > Hi Stefan I don?t see any reason why it would not work, but never > try. Do you have a specific error ? I will try myself. > Regards JB Lejeu. 23 avr. 2020 ? 18:13, stefang > stefan.guenst@ > a ?crit: Hi, > > we found that in

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-23 Thread stefang
Hi, we found that in static distribution config from etc will not be picked up for http proxies. So this is feature is not usable in static or did we miss something? Regards Stefan stefang wrote > Hi JB, > > is it possible to use proxy feature in static distribution? > > Rega

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-23 Thread stefang
Hi JB, is it possible to use proxy feature in static distribution? Regards Stefan jbonofre wrote > Thanks for the update. Let me check if I intercept the auth in the proxy > see let. Regards JB Lejeu. 2 avr. 2020 ? 11:05, stefang > > stefan.guenst@ > a ?crit: Hi JB

Re: ConfigAdmin and blueprint - possible to get properties from more than one pid

2020-04-15 Thread stefang
config on > demand. > > Regards > JB > >> Le 15 avr. 2020 à 18:57, stefang > stefan.guenst@ > a écrit : >> >> Hello, >> >> we must get properties from more than one pid (cm) in blueprint based on >> this: >> >> https://github.co

ConfigAdmin and blueprint - possible to get properties from more than one pid

2020-04-15 Thread stefang
Hello, we must get properties from more than one pid (cm) in blueprint based on this: https://github.com/apache/karaf/tree/master/examples/karaf-config-example/karaf-config-example-blueprint Is this possible? Regards Stefan -- Sent from:

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread stefang
, using the same code model. > > Regards > JB > >> Le 7 avr. 2020 à 15:35, stefang > stefan.guenst@ > a écrit : >> >> Hi JB, >> >> we are very interested on that material because we think a static >> distribution is the only way (after man

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread stefang
(I would like > to have something showable). > > Regards > JB > >> Le 7 avr. 2020 à 13:30, stefang > stefan.guenst@ > a écrit : >> >> Hi JB, >> >> thanks a lot for explaining this. >> So we stay on 4.2.6 and waiting for 4.2.9 bec

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread stefang
ble to address > resolution order in startup. > > I plan to fix that for Karaf 4.2.9. > > Regards > JB > >> Le 7 avr. 2020 à 12:47, stefang > stefan.guenst@ > a écrit : >> >> Hi Erwin, >> >> we tried it with static distribution

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-04-07 Thread stefang
nged in Pax-JDBC 1.3.4 as everything else remains >> the same in my tests. >> >> >> Best regards, >> Alex soto >> >> >> >> >> >> On Jan 22, 2020, at 12:39 PM, Erwin Hogeweg > erwin.hogeweg@ > mailto: >

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-02 Thread stefang
Hi JB, we found that AUTH to Squid seems to be the problem. -Dhttp.proxyHost and -Dhttp.proxyPort works but -Dhttp.proxyUser and -Dhttp.proxyPassword for AUTH to Proxy not. Regards Stefan stefang wrote > yes without proxy frontend it works. > > Regards > Stefan > > &

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread stefang
yes without proxy frontend it works. Regards Stefan jbonofre wrote > And you confirm it works fine "without" proxy frontend ? > > Regards > JB > >> Le 1 avr. 2020 à 18:23, stefang > stefan.guenst@ > a écrit : >> >> Hi JB, >> >

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread stefang
http proxy at JVM level (-Dhttp.proxy…) ? > > Regards > JB > >> Le 1 avr. 2020 à 17:54, stefang > stefan.guenst@ > a écrit : >> >> Hi, >> >> actually we failed to use the proxy feature ( >> http://blog.nanthrax.net/?p=830 ) if real host i

Re: Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread stefang
-- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Karaf http proxy feature failed if destination is only reach over central Proxy like Squid

2020-04-01 Thread stefang
Hi, actually we failed to use the proxy feature ( http://blog.nanthrax.net/?p=830 ) if real host is only reachable via Proxy (like squid, ...) based on this example. karaf@root()> http:proxy-add /kibana http://remote_host:5601 Is there anything we missed ? Regards Stefan -- Sent from:

Re: Vaadin Flow and Apache Karaf

2020-01-26 Thread stefang
Hi, it would be nice if a "war" from Vaadin Flow build could be run as WebApp under Karaf with "war" feature. Thats actually not possible and because of this we must setup a separate Jetty Instance to get it running. Regards Stefan jbonofre wrote > Hi Markus, > > Julian reported issue with

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-01-23 Thread stefang
Hi JB, can your share your working example? Regards Stefan jbonofre wrote > I will add an example in Karaf internal using PreHook but it works for > me on my own example. > > Regards > JB > > On 23/01/2020 10:45, stefang wrote: >> Hi Erwin, >> >> can

Re: Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-01-23 Thread stefang
@Override >>>> public void prepare(DataSource ds) throws SQLException { >>>> try (Connection connection = ds.getConnection()) { >>>> prepare(connection); >>>> } catch (LiquibaseException e) { >>>>

Karaf 4.2.8-SNAPSHOT - pax-jdbc 1.4.4 - prehook not working

2020-01-20 Thread stefang
Hi, we are not able to run Christian's Example: https://github.com/cschneider/Karaf-Tutorial/blob/master/liquibase/service/src/main/java/net/lr/tutorial/db/service/Migrator.java Must be something todo with pax-jdbc 1.4.4 (wich comes with 4.2.8) Karaf 4.2.6 (pax-jdbc 1.3.5)works fine. Stefan

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2020-01-13 Thread stefang
ce > configuration ? > > Regards > JB > > On 13/01/2020 10:49, stefang wrote: >> Hi JB, >> >> this is our actual Workaround for the "base" Problem with jdbc >> But we MUST use staticcm 4.2.6 to bring up the datasource. >> Trying it with a 4.2.8 SNA

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2020-01-13 Thread stefang
Hi JB, this is our actual Workaround for the "base" Problem with jdbc But we MUST use staticcm 4.2.6 to bring up the datasource. Trying it with a 4.2.8 SNAPSHOT failed and i think because there are no code changes in staticcm the problem must actual exist ... Regards Stefan ste

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2020-01-13 Thread stefang
4.2.8. > > A possible workaround is just to remove the prerequisite flag (but as > it's in Karaf, it means you have to hack the features XML directly which > is not good). > > I should have a fix for middle of next week. I didn't want to hold 4.2.8 > longer, I can cut a

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2020-01-12 Thread stefang
Hi JB, is this issue fixed in 4.2.8 via KARAF-6498 ? Regards Stefan jbonofre wrote > Hi, > > We changed staticcm recently, so that's why I would like to test on > 4.2.8-SNAPSHOT. Especially, we did a fix for listener/SCR in staticcm. > > Regards > JB > > O

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-12-30 Thread stefang
ed a Jira to add both static and > dynamic packages (and Dockerfile generationà in any example. > Not sure I will have time to do that for 4.2.8, but I will try. > > Regards > JB > > On 29/12/2019 15:44, stefang wrote: >> Hi JB, >> >> as a hint: >&

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-12-29 Thread stefang
on with this. Regards Stefan stefang wrote > Hi, > > it would be great if we can run this reference-example under static > distribution build ... > > https://github.com/apache/karaf/tree/karaf-4.2.x/examples/karaf-jdbc-example > > Regards > > Stefan > > > >

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-12-29 Thread stefang
Hi, it would be great if we can run this reference-example under static distribution build ... https://github.com/apache/karaf/tree/karaf-4.2.x/examples/karaf-jdbc-example Regards Stefan stefang wrote > Hi JB, > > thanks a lot. > > Regards > > Stefan >

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-12-29 Thread stefang
eventual fix for 4.2.8. >> >> Regards >> JB >> >> On 28/12/2019 17:13, stefang wrote: >>> Hi, >>> >>> still failed with static distribution and feature jdbc. >>> Any workaround? >>> This showstopped us to go further on w

Re: Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-12-28 Thread stefang
Hi, still failed with static distribution and feature jdbc. Any workaround? This showstopped us to go further on with static-distribution and docker integration. Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Karaf 4.2.8

2019-12-20 Thread stefang
Hi, is it realistic that version 4.2.8 will be released this year? Regards Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: CXF Controllers...

2019-12-11 Thread stefang
Hi, any Github-Link or bundle we can look at this? Regards Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: CXF Controllers...

2019-12-11 Thread stefang
Hi, we are very interested in this implementation. JAX-RS-Whiteboard is unusable in combination with CXF because auf ClassCastExpections at the moment. http://karaf.922171.n3.nabble.com/Problem-in-using-CXF-together-with-JAX-RS-Whiteboard-due-ClassCastException-td4057148.html We must throw it

Problem in using CXF together with JAX-RS-Whiteboard due ClassCastException

2019-12-10 Thread stefang
Hi, we are not able to use CXF and JAX-RS-Whiteboard together. Steps to reproduce (based on vanilla Karaf): karaf@root()> feature:repo-add mvn:org.apache.cxf.karaf/apache-cxf/3.3.4/xml/features Adding feature url mvn:org.apache.cxf.karaf/apache-cxf/3.3.4/xml/features karaf@root()>

Re: Static Distribution fails with StackOverflowError when integrate aries-jax-rs feature

2019-12-06 Thread stefang
Hi JB, thank you so much an have a nice weekend Regards Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Static Distribution fails with StackOverflowError when integrate aries-jax-rs feature

2019-12-06 Thread stefang
Hi JB, in our own features not but the external features we use in our stack with version ranges (as with aries-jax-rs) kicks us into a showstopper to go further witch static distribution integration/migration. Regards Stefan -- Sent from:

Static Distribution fails with StackOverflowError when integrate aries-jax-rs feature

2019-12-06 Thread stefang
Hi, we get the same error when trying to build a static distribution as in KARAF-6536 if we trying to integrate aries-jax-rs-whiteboard aries-jax-rs-whiteboard-jackson https://issues.apache.org/jira/browse/KARAF-6536 Is there any workaround ? Regards Stefan -- Sent from:

Any chance to get feature jdbc in a static distribution based on 4.2.6 ?

2019-11-26 Thread stefang
Hi, we got this error when build a static distribution from tooling [INFO] Startup stage [INFO]Loading startup repositories [INFO]Resolving startup features and bundles [INFO] Features: static, static-framework, scr, ssh, bundle, jpa, transaction, http-whiteboard, jndi,

Re: ClassCastException with useSSH

2019-11-03 Thread stefang
Hi, any Chance to get this fixed in the next Version? Regards Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-20 Thread stefang
Hi JB, Import was exactly as in your JMS-Reference Example. javax.jms*;version="[1,3)", * Regards Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: ClassCastException with useSSH

2019-10-17 Thread stefang
Hi JB, are you able to reproduce this? This would speedup development if it works in combination of fixing this. https://issues.apache.org/jira/browse/KARAF-6444 Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-17 Thread stefang
Hi JB, we controlled exactly this. org.apache.geronimo.specs geronimo-jms_1.1_spec but without any luck. Must be something todo with PAX-JMS and scr in combination with activemq Regards Stefan -- Sent from:

Re: Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-16 Thread stefang
Hi, we give up to get this working with pax-jms for activemq. Now switched to pax-jms for Artemis works like a charm without any problems. Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-04 Thread stefang
Hi JB, all imports are correct and use JMS 1 but bundle still waiting to get reference to JMS-CF any other part we can check? Stefan -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Re: Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-03 Thread stefang
Hi JB, we did it as in your JMS example by config via features. (Absolutely no change) ConnectionFactory comes up but our REST ressource based on your karaf-rest-example-whiteboard can not use it. We can't find why ... Stefan -- Sent from:

Need extended running example based on karaf-jms-example in combination of REST Client

2019-10-03 Thread stefang
Hi, trying to use karaf-jms-example as a base and extend this with a REST-client based on karaf-rest-example-whiteboard to send and receive JMS Messages failed because we get no @Reference ConnectionFactory connectionFactory; Is there anything we need special to get this running? Stefan

Re: ClassCastException with useSSH

2019-10-03 Thread stefang
Hi, anything new on this? we also failed with this error and makes karaf:run unusable in situations where you have to execute something after start with karaf maven plugin client -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Karaf Tooling maven plugin - karaf-maven-example-client - did not work as expected

2019-10-02 Thread stefang
Hell, i am getting the following error when executing this example [INFO] --- karaf-maven-plugin:4.3.0-SNAPSHOT:client (client) @ karaf-maven-example-client --- [INFO] [INFO] BUILD FAILURE [INFO]