Does pax exam work with junit 5?

2019-02-11 Thread Christian Schneider
I would like to start migrating to junit 5. Does pax exam work with junit 5? Are there any examples? Christian -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

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

2019-04-30 Thread Christian Schneider
m > > --- > You received this message because you are subscribed to the Google Groups > "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups.com. > For more op

Re: bundle not resolved due to pax-jdbc while provisioning in karaf

2019-05-09 Thread Christian Schneider
. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ops4j/9af972cd-1d8d-42ec-9506-889d417e6c5c%40googlegroups.com > <https://groups.google.com/d/msgid/ops4j/9af972cd-1d8d-42ec-9506-889d417e6c5c%40googlegroups.com?utm_medium=email&utm_source=fo

Re: bundle not resolved due to pax-jdbc while provisioning in karaf

2019-05-09 Thread Christian Schneider
Oh ..sorry .. I meant serviceRequirements=disable Christian Am Do., 9. Mai 2019 um 22:45 Uhr schrieb Christian Schneider < ch...@die-schneider.net>: > I dont think this is a race condition. > > Is it possible that your bundle has a requirement for the service and that >

Re: Using GitHub Issues and Pages

2020-02-20 Thread Christian Schneider
unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ops4j/2208945.GiKWtrRqj9%40madness.front.ruhr > . > --

Re: Jira or github?

2020-04-28 Thread Christian Schneider
g%40mail.gmail.com > <https://groups.google.com/d/msgid/ops4j/CAD0r13feKZeAJor0EVdTFuqMgur-h2arxmrAjyT4ak8k%2B_WnXg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.com -- -- --

Pax exam test failing with gave up waiting for service org.ops4j.pax.exam.ProbeInvoker

2020-06-06 Thread Christian Schneider
(RemoteTestRunner.java:464) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210) -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message bec

Re: [pax-jdbc] why there is no postgresql ?

2016-06-21 Thread Christian Schneider
see a possibility to combine native DSF with PAX-JDBC pooling and config ? Thanks and Best Regards, Michael -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com

Re: [pax-jdbc] why there is no postgresql ?

2016-06-21 Thread Christian Schneider
ot;osgi.jdbc.driver.name <http://osgi.jdbc.driver.name>=mysql-pool". How would this work for postgres ? Thanks and Best Regards, Michael 2016-06-21 9:26 GMT+02:00 Christian Schneider <mailto:ch...@die-schneider.net>>: The native DSF of Postgres should work with the pax

Problem with forked OSGi test in pax exam

2016-06-23 Thread Christian Schneider
(ForkedTestContainer.java:162) at org.ops4j.pax.exam.spi.reactors.AllConfinedStagedReactor.invoke(AllConfinedStagedReactor.java:79) -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j

Re: Problem with forked OSGi test in pax exam

2016-06-30 Thread Christian Schneider
regards, Achim 2016-06-23 9:23 GMT+02:00 Christian Schneider <mailto:ch...@die-schneider.net>>: I have the problem that all tests fail in the CI system while they work locally. This is the simplest test that fails: https://github.com/apache/aries-rsa/blob/master/itests

New design for pax-jdbc-config and pool for better user experience

2016-08-03 Thread Christian Schneider
that you should install the pax-jdbc-h2 feature in karaf, pax-jdbc-pool-aries if the aries pooling is missing or the transaction feature if the TransactionManager service is missing. Not sure if we want to be karaf specific here though. Christian -- Christian Schneider http://www.liquid

Pax exam config module for bndtools

2016-08-19 Thread Christian Schneider
epository/org/apache/aries/rsa/org.apache.aries.rsa.core/1.9.0/org.apache.aries.rsa.core-1.9.0.jar This might help already but I will validate if it is the correct way. So what do you think about such support? Had anyone maybe already experimented with this? Christian -- Christian Schneider http

Re: Pax exam config module for bndtools

2016-08-19 Thread Christian Schneider
nfigs) for bndrun definitions. Wdyt? Toni -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google G

Re: Misleading documentation for pax-jdbc-pool-*/0.9.0

2016-09-14 Thread Christian Schneider
/www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@g

Re: Tinybundle versus probe bundle with Declarative Services

2016-09-15 Thread Christian Schneider
ved this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://

Re: Adapt PAX-Exam as an OSGI runner?

2016-10-18 Thread Christian Schneider
scr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message

Re: Adapt PAX-Exam as an OSGI runner?

2016-10-18 Thread Christian Schneider
tribution. For example one could neglect shell, jaas and other things not needed. Regards, Achim 2016-10-18 15:35 GMT+02:00 Christian Schneider mailto:ch...@die-schneider.net>>: I am using something like this in an Aries RSA test where I need a second container. https://github

Re: pax-exam and SCR

2016-10-27 Thread Christian Schneider
p and all its topics, send an email to > > ops4j+unsubscr...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > -- > -- > OPS4J - http://www.ops4j.org - ops4j@googlegroups.com > > --- > You received this messa

Re: Introduction and release of pax-jdbc

2016-11-03 Thread Christian Schneider
e existing committers be willing to do the release or should I request an account for publishing myself? (I currently do not have an account at Sonatypes OSS Nexus). Greetings -Sascha- -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- --

Re: Introduction and release of pax-jdbc

2016-11-03 Thread Christian Schneider
<http://www.rebaze.de/> |www.rebaze.com <http://www.rebaze.com/> | @rebazeio <https://twitter.com/rebazeio>* -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegr

Documentation for the new pooling and XA support in pax-jdbc on master

2016-11-03 Thread Christian Schneider
ing or the TransactionManager are missing. See https://ops4j1.jira.com/wiki/display/PAXJDBC/Pooling+and+XA+support+in+1.0.0 Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@google

Re: Documentation for the new pooling and XA support in pax-jdbc on master

2016-11-03 Thread Christian Schneider
think this is really important to document, as people may wrongly think they are using something safe (because of XA) while it's not really in case of a crash. 2016-11-03 11:32 GMT+01:00 Christian Schneider mailto:ch...@die-schneider.net>>: I have documented how the ne

Re: pax-jdbc-postgresql Karaf feature

2016-11-23 Thread Christian Schneider
hy "pax-jdbc-postgresql" Karaf feature strictly depends on "transaction" feature? I believe I can gladly use "pax-jdbc-postgresql" without being dependent on Aries Transaction manager. https://github.com/ops4j/org.ops4j.pax.jdbc/blob/master/pax-jdbc-features/src/main/res

Re: pax-jdbc-postgresql Karaf feature

2016-11-23 Thread Christian Schneider
s from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4

Re: pax-jdbc-config feature request

2016-12-05 Thread Christian Schneider
group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian Schneider http://www.liquid-reality.de Open

Re: JDBC pooling not working with pax-jdbc 0.10.0.SNAPSHOT

2017-01-05 Thread Christian Schneider
gt; > -- > -- > -- > OPS4J - http://www.ops4j.org - ops4j@googlegroups.com > > --- > You received this message because you are subscribed to the Google Groups > "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send

Re: JDBC pooling not working with pax-jdbc 0.10.0.SNAPSHOT

2017-01-10 Thread Christian Schneider
erties, to provide a 'key' property from which I first can resolve a user name a password using our credential library. Then, with the resolved user and password, I can create the data source programatically. Thanks again! On Friday, 6 January 2017 02:06:55 UTC-5, Christian Schneide

Planned Release of pax-jdbc 1.0.0

2017-01-23 Thread Christian Schneider
someone else do the release? JB perhaps or Jörn or Harald? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are

Release of pax jdbc 1.0.0 is staged now

2017-01-24 Thread Christian Schneider
to do a karaf release 4.1.0 soon with pax jdbc 1.0.0 I will push the pax jdbc bundles to central later today if there is no biggger problem reported. Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http

Re: Release of pax jdbc 1.0.0 is staged now

2017-01-24 Thread Christian Schneider
So I have no idea why this happens. In any case there is only one DataSource registered. So it does not seem to be a severe error. Christian On 24.01.2017 11:38, Christian Schneider wrote: I have staged a release of pax jdbc 1.0.0 on the sonatype nexus: https://oss.sonatype.org/con

Re: Release of pax jdbc 1.0.0 is staged now

2017-01-24 Thread Christian Schneider
DataSources. What do you think? Should I redo the release? The artifacts are not yet pushed. Christian On 24.01.2017 11:38, Christian Schneider wrote: I have staged a release of pax jdbc 1.0.0 on the sonatype nexus: https://oss.sonatype.org/content/repositories/orgops4j-1249 It would be great

Re: Release of pax jdbc 1.0.0 is staged now

2017-01-24 Thread Christian Schneider
n-Baptiste Onofré mailto:jeanbaptiste.ono...@gmail.com>>: Hi Christian I would re-cut the release yes. Up to you. Regards JB On Jan 24, 2017, at 17:05, Christian Schneider mailto:ch...@die-schneider.net>> wrote: I found another issue.

Pax-jdbc 1.0.0 release take 2

2017-01-24 Thread Christian Schneider
can then take care of the announcement on the wiki and the ops4j list. Christian On 24.01.2017 11:38, Christian Schneider wrote: I have staged a release of pax jdbc 1.0.0 on the sonatype nexus: https://oss.sonatype.org/content/repositories/orgops4j-1249 It would be great if you could test it and

Re: Pax-jdbc 1.0.0 release take 2

2017-01-24 Thread Christian Schneider
Is it also done, or does it need to be pushed to another version? regards, Achim [1] - https://ops4j1.jira.com/projects/PAXJDBC/versions/20680/tab/release-report-all-issues 2017-01-24 23:18 GMT+01:00 Christian Schneider mailto:ch...@die-schneider.net>>: I fixed the issue https:/

[Discuss] Adding database migration hooks to pax-jdbc-config

2017-02-06 Thread Christian Schneider
pre-hook=myhook Pax-jdbc-config would then only establish the DataSource once that hook is present and will run it before publishing the DataSource. If it makes sense we could even wrap liquidbase in a hook that just needs to be configured by the user. What do you think? Christian --

How does pax web load jsp tag libraries?

2017-02-07 Thread Christian Schneider
tag libraries? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J&q

Re: PAX JDBC HikariCP broken in 1.0.0

2017-02-07 Thread Christian Schneider
bed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian S

Re: PAX JDBC HikariCP broken in 1.0.0

2017-02-07 Thread Christian Schneider
ax-jdbc project could take a look at those failing tests: http://ci.ops4j.org/jenkins/job/org.ops4j.pax.jdbc/168/testReport/ regards, Achim -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.op

Re: PAX JDBC HikariCP broken in 1.0.0

2017-02-07 Thread Christian Schneider
I am currently looking in to. Thanks, ~Matt On Tuesday, February 7, 2017 at 12:44:57 PM UTC-5, Christian Schneider wrote: I found this issue shortly after the commit. We can theoretically release 1.0.1 at

[Discuss] Do we need more than one StringEncryptor in the same config?

2017-02-07 Thread Christian Schneider
s allows to flexibly describe which services we need for a config without managing your own tracker for each. Currently I can only manage one service of each class. -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- ---

Re: PAX JDBC HikariCP broken in 1.0.0

2017-02-08 Thread Christian Schneider
he Jenkins server? ~Matt On Tuesday, February 7, 2017 at 5:02:13 PM UTC-5, Christian Schneider wrote: Just checked with a running karaf. There are different warnings and the local build works .. so it must be something different. Does th

Re: PAX JDBC HikariCP broken in 1.0.0

2017-02-08 Thread Christian Schneider
af logs on the Jenkins server? ~Matt On Tuesday, February 7, 2017 at 5:02:13 PM UTC-5, Christian Schneider wrote: Just checked with a running karaf. There are different warnings and the local build works .. so it must be something different. Does th

Re: jdbc commands in BndTools?

2017-02-09 Thread Christian Schneider
are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/opt

Heads up: pax-jdbc-release 1.0.1 and redesign of trackers in pax-jdbc-config

2017-02-10 Thread Christian Schneider
needed in certain cases. I have committed the implementation into a new branch and would be happy about feedback: https://github.com/ops4j/org.ops4j.pax.jdbc/commit/fe1ad1a0a5dff12a5f0f3a287a260086d392251d I plan to merge this after the 1.0.1 release. Christian -- Christian Schneider http

Re: Heads up: pax-jdbc-release 1.0.1 and redesign of trackers in pax-jdbc-config

2017-02-10 Thread Christian Schneider
PS4J wrote: version 1.1.0 ... done 2017-02-10 10:59 GMT+01:00 Christian Schneider mailto:ch...@die-schneider.net>>: pax-jdbc 1.0.1 release I would like to do a pax-jdbc 1.0.1 release today or tomorrow. We fixed a bug in the hikari pooling and a user asked for the f

Re: Heads up: pax-jdbc-release 1.0.1 and redesign of trackers in pax-jdbc-config

2017-02-10 Thread Christian Schneider
, we've got to specify in the config user= password= AND pool.username= pool.password= Using the same credential could be problematic with multiple XA resource (or maybe I don't understand every aspect of XA management). Regards, 2017-02-10 13:31 GMT+01:00 Christian Schneider mailto

Re: jdbc commands in BndTools?

2017-02-11 Thread Christian Schneider
4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com

pax-jdbc release 1.0.1

2017-02-16 Thread Christian Schneider
time to review. Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J&qu

[pax logging] Need new version in jira

2017-02-22 Thread Christian Schneider
I just fixed this issue: https://ops4j1.jira.com/browse/PAXLOGGING-225 I would like to set the fix version but there is currently no unreleased version in jira. Can someone add the next versions for the branches? Christian -- Christian Schneider http://www.liquid-reality.de Open Source

Re: pax-jdbc release 1.0.1

2017-02-27 Thread Christian Schneider
is missing the whole tranql magic in 1.0.1 > > Regards, > Benjamin > > > Am Donnerstag, 16. Februar 2017 14:37:00 UTC+1 schrieb Christian Schneider: >> >> I have staged a new pax-jdbc release on nexus: >> >> https://oss.sonatype.org/content/repositorie

Re: pax-jdbc release 1.0.1

2017-02-27 Thread Christian Schneider
Many thanks. I also saw you fixed the wrong password setting code. Christian 2017-02-28 7:32 GMT+01:00 Benjamin Graf : > Hi Christian, > > I fixed it already > > Benjamim > > Am 27.02.2017 22:20 schrieb "Christian Schneider" >: > >> Hi Benjamin,

Re: [pax-jdbc] Updating driver dependencies (since it's 2017)

2017-03-23 Thread Christian Schneider
to me that many of the dependencies in pax-jdb could use a refresh since it's 2017. So please add your suggestions to the bug if you can vouch that a certain version works reliably. I'll collect responses and bump the dependencies for the next release. thanks, Holger -- Chri

[ANN] Release of pax-jdbc 1.1.0

2017-03-29 Thread Christian Schneider
service and refer to it in the config. This service is then called before the DataSource is published as a service. Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j

Re: [pax-exam] gave up waiting for service

2017-04-06 Thread Christian Schneider
--- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups

Re: [pax-exam] gave up waiting for service

2017-04-06 Thread Christian Schneider
().groupId("org.apache.felix").artifactId("org.apache.felix.scr").version("2.0.8"), is not sufficient to exploit DS? On Thursday, April 6, 2017 at 2:25:44 PM UTC+2, Christian Schneider wrote: In your BundleExample impl you use declarative services but you do

Re: [pax-exam] gave up waiting for service

2017-04-06 Thread Christian Schneider
en removing the interface bundle and moving the BundleExample.java into bundle-example-impl project didn't solve the issue. :( Do you have another idea of what I might be missing? On Thursday, April 6, 2017 at 3:25:36 PM UTC+2, Christian Schneider wrote: No .. that lo

Re: [pax-exam] gave up waiting for service

2017-04-06 Thread Christian Schneider
inside the bnd files. I am using bndtools but just as an editor for the bnd file. I also have an example where I use bndtools for packaging using bndrun files see https://github.com/cschneider/osgi-chat but I did not yet use this in production. So it is still a bit experimental. Christian -

Re: [pax-jdbc] xa=false not supported

2017-04-07 Thread Christian Schneider
received this message because you are subscribed to the Google Groups > "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. >

Re: [pax-swissbox] Release 1.8.3 OK if I do it, or would one of you like to handle this? (for [PAXEXAM-740])

2017-04-11 Thread Christian Schneider
; To unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redi

Re: [PaxJDBC] Upgrade HikariCP Dependency to 2.4.11

2017-04-14 Thread Christian Schneider
ops4j+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> O

Possible bug in pax exam karaf: test probe installation fails

2017-05-19 Thread Christian Schneider
for each test (at least for forkMode=once). See https://ops4j1.jira.com/browse/PAXEXAM-818 So my question is: Is this normal or a bug that needs to be fixed? Christian -- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J

Re: Bndtools Integration

2017-07-14 Thread Christian Schneider
OPS4J - http://www.ops4j.org - ops4j@googlegroups.com > > --- > You received this message because you are subscribed to the Google Groups > "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups

Re: Bndtools Integration

2017-07-20 Thread Christian Schneider
p. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian Schneider http://www.liquid-reality.de Open

Re: CDI?

2017-08-10 Thread Christian Schneider
>>> Groups "OPS4J" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to ops4j+un...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> --

Re: CDI?

2017-08-11 Thread Christian Schneider
gt; > -- > -- > -- > OPS4J - http://www.ops4j.org - ops4j@googlegroups.com > > --- You received this message because you are subscribed to the Google > Groups "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send an > email

Re: CDI?

2017-08-16 Thread Christian Schneider
On 15.08.2017 16:06, r...@enjekt.org wrote: Christian, I've also seen a lot of people using Processors/Exchanges which unnecessarily couples their cod to the Camel framework. Unfortunately the Camel in Action book doesn't get around to advising against that practice until your well over 100 page

Pax exam. Proposal to allow catch Exception in checkstyle rules

2017-08-23 Thread Christian Schneider
-- Christian Schneider http://www.liquid-reality.de Open Source Architect http://www.talend.com -- -- -- OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from

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

2017-09-11 Thread Christian Schneider
bed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com <mailto:ops4j+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/d/optout. -- Christian S

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

2017-10-05 Thread Christian Schneider
(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.asp

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

2017-10-05 Thread Christian Schneider
a Utilmethod in a seperate class > (e.g. with static method returning just the Inputstream) and reference that > class with FQN. > > Besides that, isn't there already a "withBND()" Option? > > > > > Am 05.10.2017 um 09:14 schrieb Christian Schneider: >

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

2017-10-05 Thread Christian Schneider
I created an issue for this: https://ops4j1.jira.com/browse/PAXTB-28 Christian 2017-10-05 10:09 GMT+02:00 'Christoph Läubrich' via OPS4J < ops4j@googlegroups.com>: > That sounds good, the best would be to add a JIRA just now for this :-) > > Am 05.10.2017 um 10:07 sc

Pax-Exam: Getting exit code for remote TestContainer

2017-10-10 Thread Christian Schneider
= createContainer(consumer).start(); Christian -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Computer Scientist http://www.adobe.com -- -- -- OP

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

2017-10-10 Thread Christian Schneider
I looked thorugh the pax exam code and found that when the java process is created we do not retrieve the Process object. So I do not think we can evaluate the exit code. Is this observation correct? Christian 2017-10-10 11:25 GMT+02:00 Christian Schneider : > I would like to create and st

How to make sure no processes are left over?

2017-10-10 Thread Christian Schneider
a small wrapper for java processes that watches a liveliness file and that makes sure the sub processes terminate if the main test process is killed. So I wonder if such a thing already exists in pax exam or if maybe we can improve it. Christian -- -- Christian Schneider http://www.liquid

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

2017-10-11 Thread Christian Schneider
ke this: > > fork().returnCode(8) > > or simmilar so PaxExam can check this in the stop() method of the > container. > > Am 10.10.2017 um 15:30 schrieb Christian Schneider: > >> I looked thorugh the pax exam code and found that when the java process >> is crea

TinyBundles: release 3.0.0?

2017-10-12 Thread Christian Schneider
I found that TinyBundles on master already supports my main requirements: - Uses the new bndlib 3.4.0 - Supports DS annotations Can we do a release of it? As I got a new laptop I am not yet prepared to do the release myself can someone else tackle this? Christian -- -- Christian Schneider

Re: TinyBundles: release 3.0.0?

2017-10-18 Thread Christian Schneider
t; JB > > On 10/12/2017 02:18 PM, Christian Schneider wrote: > > I found that TinyBundles on master already supports my main requirements: > - Uses the new bndlib 3.4.0 > - Supports DS annotations > > Can we do a release of it? > As I got a new laptop I am not yet prepare

TinyBundles 3.0.0 released

2017-10-18 Thread Christian Schneider
Best Christian Btw. I can not update the jira release. Can someone set the 3.0.0 version as released? We could also need a new 3.0.1 or 3.1.0 version. -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=htt

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

2017-10-18 Thread Christian Schneider
QN. > > Besides that, isn't there already a "withBND()" Option? > > > > > Am 05.10.2017 um 09:14 schrieb Christian Schneider: > >> I am trying to tune TinyBundles to create DS xml for standard DS >> annotations. >> To achieve this I created my

Comments with spam in wiki

2017-10-19 Thread Christian Schneider
We got lots of spam comments on this page. Unfortunately I can not delete them: https://ops4j1.jira.com/wiki/spaces/base/overview Can someone give me the rights or remove the comments? Christian -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.asp

Problem with StreamFactory in base.store

2017-10-20 Thread Christian Schneider
(RemoteTestRunner.java:761) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:461) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:207) -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.asp

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

2017-10-20 Thread Christian Schneider
or the run of the test you have to include it because of the > usage in the configure method. I have not yet encountered this problem. When I used the cm module I did not have to install it at runtime. Christian -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/ow

Need new ops4j base version 1.6.0 in jira

2017-10-20 Thread Christian Schneider
I would like to set some issues to a new ops4j base version. Can someone create it? Christian -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Computer Scie

Missing licsense in pax project sources and releases

2017-10-22 Thread Christian Schneider
source in github does not include a LICENSE file. Should I add it? Do we need to add more than that? Christian -- -- Christian Schneider http://www.liquid-reality.de <https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de>

Fwd: [paxjdbc] Bugfix release 1.2.1

2017-10-31 Thread Christian Schneider
re subscribed to a topic in the >> Google Groups "OPS4J" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/ops4j/PEg4yqiTGhY/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> ops4j+unsubscr.

Re: [paxjdbc] Bugfix release 1.2.1

2017-10-31 Thread Christian Schneider
Thanks, Christian 2017-10-31 9:14 GMT+01:00 Grzegorz Grzybek : > Hi Christian - done! > > regards > Grzegorz > > 2017-10-31 9:05 GMT+01:00 Christian Schneider : > >> Hi Grzegorz, >> >> there is no 1.3.0 version in jira for further issues. Could you creat

Re: How to restrict access to sun.misc.Unsafe when using PaxExam ?

2017-11-23 Thread Christian Schneider
mp; PMC >> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer >> & Project Lead >> blog <http://notizblog.nierbeck.de/> >> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >> >> Software Architect / Project Man

Support for starting and stopping docker containers during tests

2018-02-16 Thread Christian Schneider
start / stop of docker is controlled from java. So you can simply run the junit test from eclipse and it does the docker management transparently. Christian -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.com -- -- -- OPS4J - http

Re: Support for starting and stopping docker containers during tests

2018-02-16 Thread Christian Schneider
Christian Schneider : > At Adobe we created a small project to start docker containers before a > junit test and reliably stop them after the test. As this is of very > general use I wonder if it would make sense to open source this. I am > currently checking internally if we can do

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

2018-02-21 Thread Christian Schneider
tries to login, map it to a certain user. The problem now is that I can not predict the name of the probe bundle. Is there a way to either set this name or to get it during the pax exam configuration? Christian -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http

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

2018-02-21 Thread Christian Schneider
n create the > mapping? > > Am 21.02.2018 um 12:26 schrieb Christian Schneider: > >> Just for some background on what I try to do: >> I am doing a test with sling (OSGi) in pax exam. >> There I need to do a login into the jcr repository using a service user. >&g

Re: PAX Exam OSGI Components

2018-02-22 Thread Christian Schneider
; You received this message because you are subscribed to a topic in the >> Google Groups "OPS4J" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/ops4j/Zyr8HNfrGPM/unsubscribe. >> To unsubscribe from this group and all its t

Re: PAX Exam OSGI Components

2018-02-23 Thread Christian Schneider
Hi > > > > > > Are there anyway to get declarative services components? Both > > > the component itself but also the reference where you can start > > > and stop it? > > -- > -- > -- > OPS4J - http://w

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-07 Thread Christian Schneider
> To unsubscribe from this group and stop receiving emails from it, send an > email to ops4j+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-09 Thread Christian Schneider
March 8, 2018 at 2:32:39 AM UTC-5, Jean-Baptiste Onofré wrote: >> >> Hi, >> >> Cellar syncs the bundles and config on the cluster. >> >> By default, it doesn't sync "local" config (basically the etc/*.cfg >> files). To do so, you have to enable the loc

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-13 Thread Christian Schneider
the slave to become the new master, > that's when I see Pax JDBC initialize the data sources. Thoughts? > > > On Fri, Mar 9, 2018 at 2:38 AM, Christian Schneider < > ch...@die-schneider.net> wrote: > >> Are the karaf instances on different machines? >> If th

Re: Pax JDBC data sources are missing and never get resolved in a Karaf active/active configuration

2018-03-14 Thread Christian Schneider
o see if it allows the data sources to start. > > (I've never removed ActiveMQ from a Karaf/ServiceMix installation - never > had the need. Is it as simple as feature:uninstall activemq, or is there > more to it?) > > > On Sun, Mar 11, 2018 at 12:57 PM, Christian Schnei

Adding full hamcrest to pax exam junitBundles()

2018-04-11 Thread Christian Schneider
Currently the junitBundles option only installs hamcrest core which misses the nice matchers. How about changing the junitBundles option to install the servicemix hamcrest instead. Christian -- -- Christian Schneider http://www.liquid-reality.de Computer Scientist http://www.adobe.com

Some tipps and tricks for writing pax exam OSGi tests

2018-04-16 Thread Christian Schneider
Awaitility for polling asynchronous external systems - Create test bundles with bnd and DS components on the fly using TinyBundles - Use logback in pax exam See https://github.com/cschneider/osgi-testing-example Cheers Christian -- -- Christian Schneider http://www.liquid-reality.de Computer

  1   2   >