Re: The pax exam lifecycle explained?

2023-12-26 Thread 'Christoph Läubrich' via OPS4J
Just in case you don not need all the fancy magic of pax exam what is really only rarely needed in most cases you can use osgi-test framework as a lightweight alternative: https://github.com/osgi/osgi-test/ sadly their maven example is a bit overcrowded, you can find a more focused example he

[pax-web] HEADS UP! OSGi-WG needs your help regarding specification of web stuff in OSGi

2022-11-09 Thread 'Christoph Läubrich' via OPS4J
OSGi spec is on the way to move to jakarta and noticed that there is actually no one in the OSGI-WG to drive the web stuff and if it makes sense to retire these parts from further specification releases[1]. As I know pax-web (and karaf as well) is quite active in this area I'd like to invite y

Re: Fwd: [DISCUSSION] Move PAX projects to Apache Karaf ?

2022-03-30 Thread 'Christoph Läubrich' via OPS4J
Well obviously log4j being an ASF project has not protected it from beeing affected by one of the worst bugs, neither has "solarwind" who most probably knows all developers in person so I don't get it either, this all for me is more a false-security feeling or just a generic "it might be bette

Re: Fwd: [DISCUSSION] Move PAX projects to Apache Karaf ?

2022-03-27 Thread 'Christoph Läubrich' via OPS4J
I can only encourage everyone that get "complains" or "concerns" of "big bussiness" or even single users telling them to simply start contribution or funding OS projects they depend on: participation/review/testing (especially upcoming versions) is the best way to mitigate "supply-chain-attack

[pax-jpa] upgrading dependencies / preparing a release

2022-03-27 Thread 'Christoph Läubrich' via OPS4J
Hi all, I'd like to let you know that I have now used pax-jpa for some year ins several projects and it does its job quite well. For that reason I'm currently upgrading dependencies, cleaning up some code and then like to release a 1.0.0 version of it. I also plan to add some test-cases bas

Re: [DISCUSSION] Move PAX projects to Apache Karaf ?

2022-02-25 Thread 'Christoph Läubrich' via OPS4J
I think one problem might be that some of the projects would then be bound to karaf even more as they are currently are because karaf "drives" them. Also it might make feel people that they should only be used with karaf and are not standalone. So for me it won't make any sense to name them

Re: Migration from Jira to Github issues

2021-02-01 Thread 'Christoph Läubrich' via OPS4J
Sounds like a good idea. To be honest, I would even okay with NOT migrating to much of the issues. There are a lot of "dead" ones and as long as we can preserve the JIRA ones as a reference a link might suffice as well. Am 01.02.21 um 09:38 schrieb Grzegorz Grzybek: Hello Some time ago[1] w

Re: Pax Web the discovery of the Servlet Initializers seems to be fundamentally flawed.

2020-11-18 Thread 'Christoph Läubrich' via OPS4J
: Hello śr., 18 lis 2020 o 08:23 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> napisał(a): Not sure if it already was mentioned, but OSGi provides already a way to interact with Java-SPI through the Service Loader Mediator Specification

Re: Pax Web the discovery of the Servlet Initializers seems to be fundamentally flawed.

2020-11-17 Thread 'Christoph Läubrich' via OPS4J
08:23 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> napisał(a): Not sure if it already was mentioned, but OSGi provides already a way to interact with Java-SPI through the Service Loader Mediator Specification   [1]. [1] https://docs.o

Re: Pax Web the discovery of the Servlet Initializers seems to be fundamentally flawed.

2020-11-17 Thread 'Christoph Läubrich' via OPS4J
Not sure if it already was mentioned, but OSGi provides already a way to interact with Java-SPI through the Service Loader Mediator Specification [1]. [1] https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.loader.html Am 16.11.20 um 09:47 schrieb Grzegorz Grzybek: Hello! See my comm

Re: [PROPOSAL] Release Pax Exam 5.0.0

2020-09-29 Thread 'Christoph Läubrich' via OPS4J
Just keep in mind that a while back there was a discussion about pax exam 5 because there was work from harald on a branch and the work on the master branch. Even though I tried to merge most of that stuff into master if I rember right some tests are failing. So be prepared that there are some

Re: Jira or github?

2020-04-27 Thread 'Christoph Läubrich' via OPS4J
+1 from me as we essentilally haven't used the real power of jira over the past years and it was a little bit brittle to register for two services Am 27.04.20 um 09:57 schrieb Grzegorz Grzybek: +1 - especially for commit-issue references! -- -- -- OPS4J - http://www.ops4j.org

Re: [VOTE] Decommissioning of old jenkins instance ci.ops4j.org

2020-04-03 Thread 'Christoph Läubrich' via OPS4J
[x] yes, decommission that instance and let's modernize things [ ] no, don‘t do it now, my project is actually using it ci.ops4j.org Am 03.04.20 um 10:27 schrieb Toni Menzel: Hey, For some years we had a jenkins CI instance running on a rented hetzner server. As mentioned before, this instanc

Re: ops4j domain names

2020-02-20 Thread 'Christoph Läubrich' via OPS4J
ance and the fact we don't have any staging on releases could be seen as an issue. That's why it could be interesting to have this under the "Karaf Umbrella". Regards JB On Thu, Feb 20, 2020 at 7:58 AM 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>

Re: ops4j domain names

2020-02-19 Thread 'Christoph Läubrich' via OPS4J
I always enjoyed the ease of contribution via github with minimal effort. While for apache-projects has always felt like a mess because of different hurdles. So I would defiantly vote for staying with github, dropping JIRA in favour of github issues (they improved the issue/project handling a

Re: [PAX WEB] Pax Web design (when server starts and when it stops)

2020-01-31 Thread 'Christoph Läubrich' via OPS4J
Hi Grzegorz, I struggeled with that long time ago also and it was the reason to move away from pax-web and using the directly the jetty-OSGI-integration directly, from my point of view, pax-web is to much centric about "internal convers" aka making it work for the white-boardextender, but fro

Re: Derby is looking for assistance with OSGi compatibility

2019-10-17 Thread 'Christoph Läubrich' via OPS4J
I already commented there, in a perfect world there would be no need to have extra libs to use JDBC drivers in OSGi, thats why I add support for it whenever possible even though it often takes some time (approx 8 month in both cases): https://github.com/microsoft/mssql-jdbc/pull/700 https://gi

Re: Eclipse/PDE-Container

2019-08-08 Thread 'Christoph Läubrich' via OPS4J
This is currently only avaiable in the snapshot-build, I'm not sure if they are avaiable again, so you might want to build a snapshot on your local machine, I'm currently preparing to extract the code into a seperate repro but this might takes some time, but you can still contact me if you nee

Re: [PAX-LOGGING] Log4J2 problem

2019-05-24 Thread 'Christoph Läubrich' via OPS4J
p.properties), thus starting before even Features Service start. That's how it worked since always and I didn't mean to change it. regards Grzegorz Grzybek pt., 24 maj 2019 o 10:36 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> napisał(a): But there

Re: [PAX-LOGGING] Log4J2 problem

2019-05-24 Thread 'Christoph Läubrich' via OPS4J
topping all the bundles, i.e. the whole app. Whether or not this goal has been maintained is unknown to me, I don't know if it stills hold true for the original implementation, and no idea if the log4j2 and logback impls have tried. Almost all the 'embedding', and mo

Re: [PAX-LOGGING] Log4J2 problem

2019-05-22 Thread 'Christoph Läubrich' via OPS4J
WHat is teh reason for merging the META-INF at all? Beside that why embeeed log4j at all if it is already an OSGi Bundle? I think that people do embeed a way to much stuff in the OSGi world that does not make sense. Embedding should only be used if the lib is not an OSGi-Jar (where I prefere to

Re: Pax Runner

2019-05-06 Thread 'Christoph Läubrich' via OPS4J
Can you elaborate a little bit more what you want to archive? Starting an OSGi-Framework is nothing special and does not require pax-runner in any way, pax runner was used to configure the launch, but that is very specific, for example configuring the launch would be more a task of eclipse IDE

Re: Question to pax-jdbc devs: how do you handle DataSourceFactory bundle restart?

2019-05-01 Thread 'Christoph Läubrich' via OPS4J
/SQLServerDataSourceFactory.java Am 01.05.19 um 16:49 schrieb Steinar Bang: 'Christoph Läubrich' via OPS4J : DriverManger.register/unregister can't work reliable in OSGi (especially with static insitilizer), thus always the DataSourceFactory should be used instead! PGDataSourceFacto

Re: Question to pax-jdbc devs: how do you handle DataSourceFactory bundle restart?

2019-05-01 Thread 'Christoph Läubrich' via OPS4J
DriverManger.register/unregister can't work reliable in OSGi (especially with static insitilizer), thus always the DataSourceFactory should be used instead! Am 30.04.19 um 19:43 schrieb Steinar Bang: Christian Schneider : I see no calls to DriverManager in https://github.com/pgjdbc/pgjdbc/b

Re: Default authMethod and realmName Question

2018-10-12 Thread 'Christoph Läubrich' via OPS4J
null in the next major release Am 12.10.18 um 09:11 schrieb Grzegorz Grzybek: pt., 12 paź 2018 o 08:56 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> napisał(a): Just wondering if it is okay for BND if the interface has a (Java 8) default implementa

Re: Default authMethod and realmName Question

2018-10-11 Thread 'Christoph Läubrich' via OPS4J
Just wondering if it is okay for BND if the interface has a (Java 8) default implementation (if this is possible), that should be compatible with previous release. Am 12.10.18 um 08:45 schrieb Grzegorz Grzybek: Hello Kal, I tried cherry-picking your change to pax-web-7.2.x branch, but as I e

Re: [PAX WICKET] 5.0.0.RC1

2018-09-20 Thread 'Christoph Läubrich' via OPS4J
Yes thats a good idea. Am 21.09.18 um 06:39 schrieb nino martinez wael: Hi Guys Wicket 8.1 have been released, and the current feature for PAX Wicket 5.0.0.RC1 WICKET are 8.0.0.m7 should we get it bumped up and make a propper release of pax wicket.. We've spent some time testing it, and it w

Re: unable to retrieve service reference to WebContainer from a bundle activator

2018-09-11 Thread 'Christoph Läubrich' via OPS4J
Take a look at servicetracker or better jet use DeclarativeSerices for that kind of stuff. Waiting for a service inside an activator is waiting for bad things happen ;-) Am 11.09.2018 um 19:10 schrieb Nhut Thai Le: Hello,  I'm trying to create a shared httpContext so i can use it across mult

Re: Making extenders subsystem-aware

2018-05-23 Thread 'Christoph Läubrich' via OPS4J
I would consider using the systembundles bundle context is bad style! This would break instantly the whole code in a secured OSGi env or would require to give the extender huge access rights. Besdie this, it make IMO the subsystem aproach useless, it was meant to seperate things, if you now ad

Re: [pax exam] Running code outside the OSGi container

2018-05-04 Thread 'Christoph Läubrich' via OPS4J
What exactly do you want to archive? e.g. the configure method is run "outside" the container, or you can simply have an static insitilizer and check there if an active OSGi env is avaiable (OSGi Phase) or not (configuration phase)... Beside that, if you are not using the forked mode all code

Re: Pax Exam 4.12.0 release?

2018-05-01 Thread 'Christoph Läubrich' via OPS4J
oduct configurations for integration tests and for debugging a pde application within intellij instead of eclipse successfully. (A big step forward!) Thanks for your contribution, are there some hot spots which needs to be unit tested? Best, J On 1. May 2018, at 19:25, 'Christoph Läubrich&

Re: Pax Exam 4.12.0 release?

2018-05-01 Thread 'Christoph Läubrich' via OPS4J
Hi Jürgen, in fact there is only some unit-test missing (i'm currently a little bit short of time), if you like you can test the snapshot-5.0 version or build the corresponding branch of the 4.12 line and do some testing, let me know if you need help or there is anything missing. Would be co

Re: Adding full hamcrest to pax exam junitBundles()

2018-04-11 Thread 'Christoph Läubrich' via OPS4J
What about simply adding them to your test as a bundle? :-) I think Pax Exam should not include/install ANYTHING by default because this always creates problems with the test-setup! I'm currently working on a way where the test-probe is the only thing that gets installed so there are no probl

Re: PAX-EXAM - issue with Abstract classes in PerSuite reactor

2018-03-09 Thread 'Christoph Läubrich' via OPS4J
This strategy (PerSuite) is only supported in Java EE, CDI and Web modes. Also please read the warning about "PerSuite" here: https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263848/Reactor+Strategies so it is very likely that it would produce inconsistent behaviour in OSGi modes. Am 09.

Re: PAX Exam OSGI Components

2018-02-23 Thread 'Christoph Läubrich' via OPS4J
What should PaxExam Inject if the component does not publish a service? What should it check for? All this can better be handled bei a JUnit rule as described before. Am 23.02.2018 um 13:55 schrieb Oliver Lietz: On Wednesday 21 February 2018 13:47:46 'Christoph Läubrich' via O

Re: PAX Exam OSGI Components

2018-02-22 Thread 'Christoph Läubrich' via OPS4J
Well I think the best would be to have a JUnit rule that uses the SCR Service to query for a component. This rule then can fail if component is not present at all or wait up to x seconds and so on... If I find some time the next days I'll try to prepare an example for this. -- -- -

Re: PAX Exam OSGI Components

2018-02-21 Thread 'Christoph Läubrich' via OPS4J
me kind of Whitebord-pattern or notifications. If you describe your usecase a little bit more one might suggest a way how it can be archived... Am 21.02.2018 um 13:41 schrieb Oliver Lietz: On Wednesday 21 February 2018 13:07:07 'Christoph Läubrich' via OPS4J wrote: What exaclty do

Re: PAX Exam OSGI Components

2018-02-21 Thread 'Christoph Läubrich' via OPS4J
quot; is just an internal concept of SCR from the outside a component does not look any different than other services and should be handeled as those. Am 21.02.2018 um 12:59 schrieb Oliver Lietz: On Wednesday 21 February 2018 10:47:05 'Christoph Läubrich' via OPS4J wrote: This depends

Re: Can I set a specific name for the pax exam probe bundle?

2018-02-21 Thread 'Christoph Läubrich' via OPS4J
The name is derived from the Exam-System with createID but I think that can't be accessed from your test. You might be able to set it by providing an own ProbeBuilder. But can't you simply create the mapping at runtime? e.g. with a @Before you can fetch the current Bunlde name (via injected Bund

Re: PAX Exam OSGI Components

2018-02-21 Thread 'Christoph Läubrich' via OPS4J
This depends on the DS-Provider you use e.g. the apache felix one has an API for this and if I rember right it is also standarized in OSGi-R7 See http://felix.apache.org/documentation/subprojects/apache-felix-service-component-runtime.html#api-use This is nothing special in pax exam so you ca

Re: Pax Exam 4.12.0 release?

2018-02-16 Thread 'Christoph Läubrich' via OPS4J
-Baptiste Onofré: Hi Christoph, I think we are almost good for 4.12.0 release. Regards JB On 11/24/2017 10:00 AM, 'Christoph Läubrich' via OPS4J wrote: Hi, I'd like to know what is left fro the 4.12.0 relase? I created a pull-request[1] for the Eclipse-Container feature (merged f

Re: Pax Exam 4.12 release

2018-02-14 Thread 'Christoph Läubrich' via OPS4J
I hope to finish docs this week. Just wondering: You should always be able to install a higher API version of the logging framework inside your test if needed or why is an update required? Am 13.02.2018 um 14:05 schrieb Oliver Lietz: On Tuesday 13 February 2018 13:02:26 'Christoph Läu

Re: Pax Exam 4.12 release

2018-02-13 Thread 'Christoph Läubrich' via OPS4J
i'm currently working on docu+tests for the eclipse container, maybe we can wait for this to include it? Am 13.02.2018 um 06:09 schrieb Jean-Baptiste Onofré: No yet, but no objection from my side. Regards JB On 02/12/2018 11:57 PM, Oliver Lietz wrote: hi all, are there any release plans

Re: Epic-Stories are not shown up if not logged in as well as links to Wiki pages

2017-12-19 Thread 'Christoph Läubrich' via OPS4J
Okay, do you think we should try to clean-up a bit now the new JIRA/Clunfluence versions are out? I think the bes would be to have the follwoing strucutre: - anonymous: can read all JIRA + Confluence - guest: assigned to all new registered users as default role) can also only read, so new ppl

[paxexam][discussion] restruture/rethink Pax Exam as a whole

2017-12-02 Thread 'Christoph Läubrich' via OPS4J
While working on the codebase of Pax Exam the last month an idea cam into my mind I'd like to discuss. Over the years Pax Exam evolved from an "OSGi-Container-Starter" to a general-purpose container-testing-framework with lots of features and container-types (J2EE, CDi, OSGi, ...) but also has

Re: Pax Exam 4.12.0 release?

2017-12-02 Thread 'Christoph Läubrich' via OPS4J
there any documentation on how to use the new container and what the use cases really are. IMHO both tests and docs are a prerequisite for including this in any release, be it 4.x or 5.x. Regards, Harald Am 24.11.2017 um 10:07 schrieb 'Christoph Läubrich' via OPS4J: That sounds gre

Re: Pax Exam 4.12.0 release?

2017-11-24 Thread 'Christoph Läubrich' via OPS4J
10:03 schrieb Jean-Baptiste Onofré: Hi Christoph, I think we are almost good for 4.12.0 release. Regards JB On 11/24/2017 10:00 AM, 'Christoph Läubrich' via OPS4J wrote: Hi, I'd like to know what is left fro the 4.12.0 relase? I created a pull-request[1] for the Eclipse-Container f

Pax Exam 4.12.0 release?

2017-11-24 Thread 'Christoph Läubrich' via OPS4J
Hi, I'd like to know what is left fro the 4.12.0 relase? I created a pull-request[1] for the Eclipse-Container feature (merged from the current 5.x development), since this just adds a new container there won't be any side effects, but I wonder if there is any work on-going before we can relea

Epic-Stories are not shown up if not logged in as well as links to Wiki pages

2017-11-23 Thread 'Christoph Läubrich' via OPS4J
If I view https://ops4j1.jira.com/browse/PAXEXAM-832 while logged in all is fine, stories show up and the link to the Wiki is displayed. If I'm not logged in (e.g. open a private tab, view it on a different computer) the Stories are not displayed and the link to the wiki states that I'm not au

Re: Pax Exam 5.x Branches

2017-11-15 Thread 'Christoph Läubrich' via OPS4J
Am 12.11.2017 um 18:51 schrieb Harald Wellmann: Now how can we consolidate all that ongoing work? Hi Harald what do you think about the following procedure: - we create 1 branches of the current master (exam5-ongoing) to capture current work for reference - create an exam5-integration branch

Re: Problem with StreamFactory in base.store

2017-10-20 Thread 'Christoph Läubrich' via OPS4J
I also think this is definately not a micro-change! If it is incompatible with client-code then this has to be a major version bump. Beside this I think embedding things should only be used in very rare cases but instead we should try to use bnds class check to make sure we always use a compat

Re: pax exam: Problem with unwanted import when using TinyBundles with a custom BuildStrategy

2017-10-20 Thread 'Christoph Läubrich' via OPS4J
fault builder to bnd .. but this would create compatibility problems. Christian 2017-10-05 9:58 GMT+02:00 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>>: > I only use this in the @Configuration so my test should not require > TinyBundles at runtime.

Re: What scope for maven dependencies for code used in pax exam test?

2017-10-15 Thread 'Christoph Läubrich' via OPS4J
It all depends of the mode you rune your tests (mebedded or forked) pax-exma is pulling nothing "in" or exposing anything to OSGi if you do not ask for it. You should also distinguisch between maven-depndencies declared in your pom and maven-urls declared in feature files. The first are neve

Re: Pax-Exam: Getting exit code for remote TestContainer

2017-10-11 Thread 'Christoph Läubrich' via OPS4J
Hi, currently the process of starting a "remote-container" is very implementation-specific and requires special code. For Pax Exam 5 I'm currently reworking the handling of (Test-)Containers and will then provide a way for more reliable and generic run and use remote containers so this shoul

Re: pax exam: Problem with unwanted import when using TinyBundles with a custom BuildStrategy

2017-10-05 Thread 'Christoph Läubrich' via OPS4J
'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>>: > I only use this in the @Configuration so my test should not require > TinyBundles at runtime. Even though you does not require the code to run in @Configure you still have an (class-import)

Re: pax exam: Problem with unwanted import when using TinyBundles with a custom BuildStrategy

2017-10-05 Thread 'Christoph Läubrich' via OPS4J
> I only use this in the @Configuration so my test should not require > TinyBundles at runtime. Even though you does not require the code to run in @Configure you still have an (class-import) dependecy to that code. Is it a real problem to include tiny-bundles in your test? If yes you have to

Re: Setup database structure before bundle under test is started with pax exam + karaf

2017-09-01 Thread 'Christoph Läubrich' via OPS4J
Hi, I mean that you already have the datasource at hand so there is no need to look it up in JNDI. But it seems there is no way of connecting camel with the underlying persitence unit. BTW: Your problem has nothing to do with pax-jdbc or pax-exam it is more related to aries-jpa that does not

Re: Setup database structure before bundle under test is started with pax exam + karaf

2017-08-30 Thread 'Christoph Läubrich' via OPS4J
From the log it seems your blueprint starts up before the service is registered. Since Camel does not know directly about the dependency you might try the following: Let your blueprint import a javax.sql.DataSource service, then it won't start up before one is avaiable e.g. with that will

Re: Setup database structure before bundle under test is started with pax exam + karaf

2017-08-30 Thread 'Christoph Läubrich' via OPS4J
Can you explain what error do you get? Database not found? are the tables not created? How is your test triggered? By timer? Can you create a simpler test-case you can publish on github that shows your problem? Am 30.08.2017 um 09:29 schrieb Blume, Karsten: Hello, yes this might help.

Re: [paxexam][discussion] should we drop the TestContainerFactory SPI in favour of a simply using TestContainer

2017-08-15 Thread 'Christoph Läubrich' via OPS4J
Okay I have checked this and it does not seems a real option. With a custom cunstructor wen can't use standard ServcieLoader but must implement our own, and we can't declare checked exceptions in a nice way. Beside this, at least the Karaf-Container does some magic in its Factory, so I think we

[paxexam][discussion] should we drop the TestContainerFactory SPI in favour of a simply using TestContainer

2017-08-14 Thread 'Christoph Läubrich' via OPS4J
In past times we used TestContainerFactory to create 0..n TestContainer, currently we only return one. So the factory is degraded to a way to instantiate a TestContainer with a given Exam system. I would propose to drop the TestContainerFactory at all and instead only have TestContainer SPIs w

Re: PAX Wicket 5 (moving to wicket 8)

2017-08-14 Thread 'Christoph Läubrich' via OPS4J
Hi Nino, I just pushed a Wicket-8 supporting version of pax-wicket (https://ops4j1.jira.com/browse/PAXWICKET-486) to the master, the only thing that is needed is adjusting the karaf-test, can you help with that? I think it just needs to add some of the new dependencies, I added the following

Re: CDI?

2017-08-11 Thread 'Christoph Läubrich' via OPS4J
Well in fact here is no framework that solves all your problems... I'm using OSGi and DS for year now and it works without a problem, even though there where sometimes bugs in the code or flaws in my concepts or architectural decsions I had to solve. But I never exspected that DS, OSGi or anyth

new ops4j repro/project - how to perform initial setup

2017-08-10 Thread 'Christoph Läubrich' via OPS4J
I'd like to start a new OPS4j pax project that is about remote control of OSGi, maybe it will implements (but not restricted to) "Remote Services" and "Remote Service Admin" Specification. The main goal for now would be to provide support for new container abstraction in pax-exam but I think thi

Re: PAX-JDBC password encryption handling

2017-08-10 Thread 'Christoph Läubrich' via OPS4J
I suspect that pax-jdbc is NOT reading *cfg files directly but you provide them through felix-fileinstall as regular OSGi-Configurations and pax-jdbc use osgi-cm to access them. You have two options: - hook up on felix-fileinstall by providing a custom ArtifactTransformer and ArtifactInstaller

Re: [pax-exam] How to simulate beforeClass / afterClass hook *outside* of the OSGi container

2017-08-09 Thread 'Christoph Läubrich' via OPS4J
ttps://twitter.com/rebazeio>* On Tue, Aug 8, 2017 at 8:19 PM, 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> wrote: Hi Toni, If i see right there is some kind of snapshot repro for OPS4j maybe that would be an Option? I'm not very familar with

Re: [pax-exam] How to simulate beforeClass / afterClass hook *outside* of the OSGi container

2017-08-08 Thread 'Christoph Läubrich' via OPS4J
Hi Toni, If i see right there is some kind of snapshot repro for OPS4j maybe that would be an Option? I'm not very familar with this I just have seen that when realeasing pax-wicket. If thats not an option we might provide some kind of preview1 ... x Versions? Am 08.08.2017 09:53, schrieb To

[PAX EXAM] Change default Assigne to "unassigned"

2017-08-05 Thread 'Christoph Läubrich' via OPS4J
Currently all new issues are assigend by default to Harald, I think we should change this to "unassiged" so everyone can pick up the issue in question. With the actual default is is a bit confusing since it is unclear if assigned to Harald he is activly working (or plan to work) on it or it i

Re: [pax-exam] How to simulate beforeClass / afterClass hook *outside* of the OSGi container

2017-08-05 Thread 'Christoph Läubrich' via OPS4J
Even though neo4j is not "osgi-friendly" (what ever that means ;-) you can create abundle that embedds all that neo4j requires, add an Activator that starts up your db and provide a custom service to trigger "after-test-checks" in whatever way you need. In your test you can the collect the serv

Re: [pax-exam] move to pax-exam 5?

2017-07-28 Thread 'Christoph Läubrich' via OPS4J
I added some thoughts to https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/13475/Pax+Exam+5+Vision as well as creating (and linking) epics in the Jira. @All please link issues to those epics if you have an idea or even create new epics and link them on the mentioned page... Am 14.07.201

Re: Bndtools Integration

2017-07-14 Thread 'Christoph Läubrich' via OPS4J
Ah okay, its been a while I tried BNDTools :-) I created an Epic to track all work related to BNDTools [1] so you might want to add more things as the came up. I think it would be good to support as much platforms as possible, I'm currently workin in integrating Eclipse/PDE to work more nicly w

Re: [pax-exam] move to pax-exam 5?

2017-07-14 Thread 'Christoph Läubrich' via OPS4J
Hi Toni, I have a list of ideas here I try to bring to the JIRA the next days :-) Primarly these are related to allow more than one container to be started inside test (e.g. for client/server tests) and having a pertest choice of the container to run as well as making COnfiguration of containe

Re: Bndtools Integration

2017-07-14 Thread 'Christoph Läubrich' via OPS4J
Can you explain what is the problem with bnd<->exam? Even though I don't use Bndtool atm I'm interessted in it. Shouldn't BNDTools work with any OSGi bundle? You might want to take a look at the bnd-maven plugin http://njbartlett.name/2015/03/27/announcing-bnd-maven-plugin.html that allos to e

Re: [pax-exam] move to pax-exam 5? - help needed

2017-07-14 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
I encountered a problem and have no clue what causing this, see https://ops4j1.jira.com/browse/PAXEXAM-841 anyone has an idea? -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" g

Re: [pax-exam] move to pax-exam 5?

2017-07-14 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
CircleCI is green now also :-) Am 14.07.2017 13:30, schrieb 'Achim Nierbeck' via OPS4J: but the automatic circle ci build was broken ... -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Gro

Re: [pax-exam] move to pax-exam 5?

2017-07-14 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi Achim, can you direct me to a link? I'll then check that and try to fix it, I'm running 'mvn clean install' locally and that passes at least at two of my machines. What I see is that when running a full build from time to time maven coplains about a "JVM exit without goodby", running the

[ANN] Release of PAX Wicket 4

2017-07-14 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
We are happy to annonce the release of Pax Wicket 4 that now adds support for Wicket 7. You find all changes here https://ops4j1.jira.com/wiki/display/paxwicket/Pax+Wicket+-+4.0.0 -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message be

Re: [pax-exam] move to pax-exam 5?

2017-07-14 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
I created the branch and merged all commits from the exam5-milestone, resolved the conflicts and everything now builds fine, all tests are running. I'll assign PAXEXAM-829 to Harald for review. -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received thi

Re: PAX Wicket 4 (moving to wicket 8)

2017-07-12 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi, I currently wait to getting right to pusch to the sonar to complete the 4.x release and will then prepare for 5.0 :-) Am 12.07.2017 06:52, schrieb nino martinez wael: Just wondering how this is comming along? -regards Nino -- -- -- OPS4J - http://www.ops4j.org - ops4j@

Re: [pax-exam] move to pax-exam 5?

2017-07-12 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
have hwo these should work. Am 12.07.2017 10:58, schrieb Oliver Lietz: On Wednesday 12 July 2017 10:24:23 'Christoph Läubrich' via OPS4J wrote: Hi, Hi, I'd like to clean up the the Container API (see PAXEXAM-822 and linked ones), simplyfy and unify the creatio

[pax-exam] move to pax-exam 5?

2017-07-12 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi, I'd like to clean up the the Container API (see PAXEXAM-822 and linked ones), simplyfy and unify the creation of OSGi-Container (like native, karaf, forked) as well as adding a new Eclipse-Platform Container that allows to work with Eclipse-Apllication and several PDE Artifacts like featu

Re: [PROPOSAL] New pax project 'transx'

2017-07-08 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
tible way I think. Thoughts ? I'll start working on a branch, as I'll need a way to expose the ConnectionFactory anyway. 2017-06-20 10:15 GMT+02:00 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>>: I already started https://github.com/ops4j/org.ops4j.

Re: [PROPOSAL] New pax project 'transx'

2017-07-05 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
e the above things, mainly pooling + XA support, but it will have to be done in a slighly incompatible way I think. Thoughts ? I'll start working on a branch, as I'll need a way to expose the ConnectionFactory anyway. 2017-06-20 10:15 GMT+02:00 'Christoph Läubrich'

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-30 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
The test are running fine now :-) I'll try to prepare a release of a 4.0.0 Version for Wicket 7 then we can move on to wicket 8 as a next step Am 28.06.2017 15:21, schrieb nino martinez wael: just made a single commit.. -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegro

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Didn't know we have an example/test for it :-D I'll take a look on this on friday... Am 28.06.2017 15:19, schrieb nino martinez wael: I do have an problem on: http://localhost:8181/blueprint/wiquery/ Wiquery seems to be discontinued. And it only supports wicket 7.. Maybe we should abandon sup

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
, 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> wrote: Yep, I'll see if i can bulid a snapshot version to test with wicket 8, but first must sort out the strange karaf test failure, do you think you can take a look at those tests also? -- -- ---

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-28 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
olved? On Tue, Jun 20, 2017 at 10:03 AM, 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> wrote: As long as there are no API-breaks within Pax-Wicket it doesen't matter, client-code has to choose of course if the want 7 or 8, but I can only check this i

Re: [PROPOSAL] New pax project 'transx'

2017-06-20 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
I already started https://github.com/ops4j/org.ops4j.pax.jms for JMS a while ago so you are maybe interested in adding the pooling-feature there also? In fact pooling and recovery can be nicly integrated into OSGi using the service factory, so a switch over would be simply register/unregister

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-20 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
wael: Ahh I see most of the changes where from 6.x to 7.x.. But what about the Websocket stuff, as I remember it has been changed alot in Wicket 8..? On Mon, Jun 19, 2017 at 2:55 PM, 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegroups.com>> wrote: I opened a bug t

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-19 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
I opened a bug to Wicket 8: https://issues.apache.org/jira/browse/WICKET-6402 it seems they lost the OSGi Manifest information in Wicket 8 what is bad. Beside thsi there seem no API changes that influence Pax-Wicket so once Wicket 8 is release we can raise the version range instead of supply a

Re: PAX Wicket 4 (moving to wicket 7)

2017-06-19 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi Nino, I created the branch v3.1.x, it is working so far beside the karaf tests fail with Server returned HTTP response code: 401 for URL: http://localhost:8181/issues any idea what is causing this? If we have sorted this out I think we should make this the 4.0 version and make wicket 8

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-19 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi Nino, I'm currently trying to upgrade the master from Wicket 6-->7 to see what have changed and will then go on to 7-->8 I think this might bring some light into this issue. Am 22.05.2017 06:55, schrieb nino martinez wael: Hi Over 2 months ago I made the last changes to the 4.x.y branch[

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-19 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Found the issue: The logmessage simply has wrong parameter order and a missleading logger name, beside this this has no impact on the code since we scan the classpath for pax-wicket annotations The real cause for the waring is: https://stackoverflow.com/questions/12142872/java-lang-classformat

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-18 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
This really sounds strange, I'll take a look now. I think you can always releas a RC version or simply build your own local one. Am 14.06.2017 10:52, schrieb nino martinez wael: OK i've removed the pax web dependency from the test.. But now I am getting this, could it be because of blueprint

Re: PAX Wicket 4 (moving to wicket 8)

2017-06-13 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi nino, sadly I have not had time to take a look, did you tried with the felix http-service in the mean time? Am 13.06.2017 12:27, schrieb nino martinez wael: Time has passed again.. Im wondering if it would be okay to release an experimental or milestone release with the felix test disabled

Re: PAX Wicket 4 (moving to wicket 8)

2017-05-28 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
I can try to take a look at it next week, just wondering ig the WhiteboardService is needed for the test at all? Pax Wicket does only require a simple http-service so you can even try to drop pax-web and use the (simpler) felix-http service for this use case. Am 24.05.2017 10:31, schrieb nino

Re: PAX Wicket 4 (moving to wicket 8)

2017-05-24 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
Hi nino, the goal should be to more test per release and not to disable existing ones. It is a little hard to help without exact informations, what is exacly the problem with the test: - What tests(s) are affected - What fails (e.g. what bundles do not resolve etc.) - Whats your enviroum

Re: Possible mybatis extender on the way

2017-05-17 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
You can also take a look at OSGi Declarative Services for this task that handles all the service tracking stuff for you... Am 26.04.2017 11:03, schrieb nino martinez wael: Hi Gang Im playing around with the idea of a mybatis extender, since we use mybatis on almost every of our projects. Ho

Re: PAX Wicket 4

2017-03-17 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
it at all and rely on some kind of boot-classloading. Am 16.03.2017 07:53, schrieb nino martinez wael: Yeah but I am wondering if it's necessary to install the osgi dto package into felix.. On Wed, Mar 15, 2017 at 2:07 PM, 'Christoph Läubrich' via OPS4J mailto:ops4j@googlegro

Re: PAX Wicket 4

2017-03-15 Thread &#x27;Christoph Läubrich&#x27; via OPS4J
if org/osgi/dto is used it must be imported by the bundle, this seems to be a problem of the Pax Web WhiteboardDtoService. Am 15.03.2017 13:49, schrieb nino martinez wael: Hi Again I have almost everything working: But the felix test are still failing, im not sure of the org/osgi/dto/DTO sho

  1   2   >