[osgi-dev] Apache CXF Integration

2016-08-22 Thread Randy Leonard
approach to support CXF within enRoute. Comments? Randy Leonard ra...@leonard.info www.leonard.info +1 720-270-2628 ___ OSGi Developer Mail List osgi-dev@mail.osgi.org https://mail.osgi.org/mailman/listinfo/osgi-dev

[osgi-dev] org.apache.servicemix.bundles.reflections

2016-08-22 Thread Randy Leonard
.loadClass(ModuleClassLoader.java:160) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 31 more My question is if there is a working example of using org.apache.servicemix.bundles.reflections within enRoute. Randy Leonard ra...@leonard.info www.leonard.info +1 72

[osgi-dev] com.sun.xml.internal.ws.developer.WSBindingProvider is not visible from class loader

2016-09-14 Thread Randy Leonard
I have CXF/SOAP services deployed within OSGi enRoute, and can successfully connect via SoapUI. Next is to build a simple OSGi gogo command to invoke these services, then migrate this to Liferay for end-to-end demo. To this end, am using the following for guidance (but disregarding Liferay comp

Re: [osgi-dev] Apache CXF Integration

2016-09-15 Thread Randy Leonard
Christian: Thanks for the head’s up on your work with DOSGi… I’ll certainly take a look. What I’ve built to-date is the following: - Contract-first development with hand-written wsdl's, then using an Eclipse plugin to generate annotated code - Leverage these contracts and auto-generated code w

[osgi-dev] com.sun.xml.internal.ws.developer.WSBindingProvider is not visible from class loader

2016-09-17 Thread Randy Leonard
al that shows how to use CXF DOSGi to either expose a plain SOAP > and REST service or use external SOAP and REST services. Especially for > Liferay I think this could become the default way of interacting with > the outside world as it matches very well with DS. > > Christian >

[osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-13 Thread Randy Leonard
To all: Our local development setup is comprised of several Eclipse-based OSGI enRoute projects and a Liferay 7 portal project. The OSGI enRoute projects share bundles by publishing to a local gradle repository to share artifacts without first committing to continuous integration process. This

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-13 Thread Randy Leonard
>> leveraged aQute.bnd.deployer.repository.LocalIndexedRepo within Liferay7 ..." > Can you expand on what this means please? A use-case would be good. Gradle works with several types of repositories, as listed here: - https://docs.gradle.org/current/userguide/dependency_management.html#sec:repos

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-18 Thread Randy Leonard
To all: This was actually quite easy to do. - Follow the instructions here: http://enroute.osgi.org/tutorial_eval/050-start.html - But with one caveat… create bnd projects, *not maven projects*. Then manually insert your pom.xml files in

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-19 Thread Randy Leonard
ds > Daghan > > Sent by MailWise <http://www.mail-wise.com/installation/2> – See your emails > as clean, short chats. > > > > Original Message > From: Randy Leonard > Sent: Sunday, February 19, 2017 05:47 AM > To: osgi-dev@mail.osgi.or

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Randy Leonard
boun...@mail.osgi.org> >> mailto:osgi-dev-boun...@mail.osgi.org>> on >> behalf of Daghan ACAY > <mailto:daghana...@hotmail.com>> >> Sent: Monday, February 20, 2017 1:09 AM >> To: osgi-dev@mail.osgi.org <mailto:osgi-dev@mail.osgi.org> >> Sub

Re: [osgi-dev] Accessing LocalIndexedRepo from Liferay 7 project

2017-02-20 Thread Randy Leonard
replacing nexus > > Cheers > -Daghan > > > From: osgi-dev-boun...@mail.osgi.org <mailto:osgi-dev-boun...@mail.osgi.org> > mailto:osgi-dev-boun...@mail.osgi.org>> on > behalf of Randy Leonard <mailto:randy.leonard@gmail.com>> > Sent: Monday, Febru

[osgi-dev] enRoute and Apache MQ v5.14.3

2017-02-24 Thread Randy Leonard
I am having an issue getting Apache MQ to work with OSGi enRoute. I’ve stripped it down to just the following bnd.bnd file: ——— Bundle-Version: 1.0.0.${tstamp} Bundle-Description: This is my description Private-Package:com.xyz.event.mq.producer.provider

Re: [osgi-dev] Osgi bundle does not keep listening to osgfiyed ActiveMq broker

2017-02-24 Thread Randy Leonard
First, a comment: - Your issue is with the consumer, but you have provided code for the producer ;) You will see on the subsequent post I am also having an issue with Apache MQ. Some questions: - Are you using 'activemq-all-5.14.3', or 'activemq-osgi-5.14.3’ - If you wish to zip up your proj

Re: [osgi-dev] enRoute and Apache MQ v5.14.3

2017-02-24 Thread Randy Leonard
1.0.2 ………. Thanks, Randy > On Feb 24, 2017, at 1:27 AM, Christian Schneider > wrote: > > Do you have any bundle providing the blueprint packages in your index? > I also wonder a bit why activemq requires blueprint. Will ch

Re: [osgi-dev] enRoute and Apache MQ v5.14.3

2017-02-24 Thread Randy Leonard
g/how-do-i-embed-a-broker-inside-a-connection.html> > > Regards, > Meher > > 2017-02-24 9:09 GMT+01:00 Randy Leonard <mailto:randy.leonard@gmail.com>>: > I am having an issue getting Apache MQ to work with OSGi enRoute. I’ve > stripped it down to just the foll

Re: [osgi-dev] enRoute and Apache MQ v5.14.3

2017-02-24 Thread Randy Leonard
Just to clarify: - I am using activemq-osgi-5.14.3. - The karaf feature you reference in the other thread seems to leverage activemq-client? > On Feb 24, 2017, at 1:52 AM, Randy Leonard > wrote: > >> Do you have blueprint in your index? > > - If you mean local/index.

Re: [osgi-dev] Class.forName Hell

2017-09-14 Thread Randy Leonard
This problem has been solved for the JDBC space, a good place to start: https://stackoverflow.com/questions/43367723/hibernate-with-karaf-and-ms-sql-not-working > On Sep 14, 2017, at 9:24 PM, Paul F Frase

[osgi-dev] Script for auto-generations standalone enRoute application executable

2018-03-05 Thread Randy Leonard via osgi-dev
To all: Regarding the creation of standalone executables for enRoute projects: Documentation is given here: http://enroute.osgi.org/tutorial_base/700-deploy.html Unfortunately, these are manual instructions for exporting from within Eclipse

[osgi-dev] Docker configuration via environment variables

2018-08-18 Thread Randy Leonard via osgi-dev
this same environment variable would be different for QA, UAT, and Production environments - I presume this is the best way of allowing the same container to be deployed in different environments without modification? - Suggestions and/or examples are appreciated. Thanks, Randy Leonard