ECF 3.13.1 released

2016-04-06 Thread Scott Lewis
ECF 3.13.1 released [1]. This is a maintenance release to correct a few small issues identified 3.13. For a description of what's new and noteworthy please see [2], for tutorials and other docs see [2a]. ECF provides a CT-tested implementation of the OSGi R6 Remote Services and Remote

Re: SAP in Karaf

2016-04-06 Thread Christian Schneider
If you are communicating with SAP in OSGi you should also take a look at hibersap: http://hibersap.org/ http://blog.akquinet.de/2010/07/09/introducing-hibersap-1/ It uses sapjco under the hood but also provides a nice abstraction like hibernate does for databases. I helped to make the library

Re: SAP in Karaf

2016-04-06 Thread Morgan Hautman
Hi Richard, Ok I kept searching and since I know there is a camel-sap component, there is I'm sure , a solution. I think this could help you: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.1/html/Apache_Camel_Component_Reference/SAP.html Regards, Morgan 2016-04-06 10:01

RE: SAP in Karaf

2016-04-06 Thread Jean-Baptiste Onofré
HiI already use those jar files in my company. As an alternative to bundles you can put them in the lib/ext.Regards JB Sent from my Samsung device Original message From: "Stoiber, Richard" Date: 06/04/2016 09:22 (GMT+01:00) To:

AW: SAP in Karaf

2016-04-06 Thread Stoiber, Richard
Hi Morgan, Thanks for your quick response. Installing a bundle with the wrap command would still lead to a renamed jar. In this case the name is bundle.jar and it is then located in /data/cache. Freundliche Grüße aus Dingolfing Richard Stoiber Softwareentwickler

Re: SAP in Karaf

2016-04-06 Thread Morgan Hautman
Hi Richard, Can't you install the jars through wrap:file:..? https://ops4j1.jira.com/wiki/display/paxurl/Wrap+Protocol Regards, Morgan 2016-04-06 9:22 GMT+02:00 Stoiber, Richard : > Hello everyone, > > > > quite a while ago we updated some of our existing

SAP in Karaf

2016-04-06 Thread Stoiber, Richard
Hello everyone, quite a while ago we updated some of our existing applications, so that they are now osgi bundles running inside a karaf container. We now have the requirement for one to communicate with sap to make BAPI calls and receive/send IDOCS. To do that we need to use the following jars