Salut Christophe, all JCo-Properties starting with jco.* are simply passed on to JCo, so you should be able to configure it as if you were using plain JCo. If you try this, it would be helpful if you could give a feedback here, since I am currently not able to test with a message server.
Salut Christophe, all JCo-Properties starting with jco.* are simply passed on to JCo, so should be able to configure it as if you were using plain JCo. If you try this, it would be helpful if you could give a feedback here, since I am currently not able to test with a message server.
Hello Christophe, Hibersap only implements the other way, calling SAP from Java applications. I think you have to use plain JCo for your use case.
Are you building with Maven/Gradle or are you managing your dependencies manually in Eclipse? In the first case Maven/Gradle should add the dependencies needed by Hibersap automatically to your build. In the latter case I would recommend switching to a real build system to avoid having to manage things manually. Which means you would have to look into the Hibersap poms and add dependencies (like apache-commons logging) to Eclipse and make Eclipse package them into the war you are deploying on Tomcat....
Home
Hi Chris, you can install the SAP-JCo library like described in the Hibersap documentation: http://hibersap.org/documentation/reference/#the-sap-java-connector-jco Alternatively, you can deploy it with the mentioned groupId/artifactId/version to an enterprise Maven repo like Nexus or Artifactory. And then declare the Gradle dependency with the coordinates org.hibersap:com.sap.conn.jco.sapjco3:3.0.15 in compile scope. Of course you can use a different version and also a different groupId if you l...
Showing "waiting to connect" indefinitely
The above outlined solution with a system dependency is far from being ideal and...
Cuckoo RAR on Weblogic throws UnknownHostException
Jürgen, do you still have a stacktrace which you could post here? Is it failing in...
tracker item #6 - Handling of table-typed impor...
remove maven site generation
update to regular maven-rar-plugin version inst...
update dependencies; update copyright
tracker item #7 Cuckoo throws an Exception when...
tracker item #7 Cuckoo throws an Exception when...
The above outlined solution with a system dependency is far from being odeal and...
Bigyan, thanks a lot for sharing this! Do you know if there is an easy way to set...
Hi, did you map the customer list record correctly with @Table @Parameter("CUSTOMER_LIST")?...
The behavior regarding the commit is implemented as is due to the auto-commit requirement...
I think Lars' (https://github.com/lbilger/cuckoo-ra) and Christophers (https://sourceforge.net/p/cuckoo-ra/discussion/general/thread/badf0ec3/)...
Simon, that would be great! Do you need anything? Are you ok with the fork/pull request...
Hi Simon, I have plans, but I am lacking time atm. I hopefully can manage to do a...
Cool, thank you!
Chris, this is great! I'll look into it as soon as I have some time and then integrate...
I will look into it...
Cuckoo throws an Exception when ABAP Exceptions are declared in BAPI
Handling of table-typed import/export parameters
Lars, thanks a lot for the contribution! I am about to integrate it into the code...
Hi Christopher, instead of keeping open connections wouldn't it make sense to collect...
Sorry I am not familiar with Weblogic. Basically it should always work with external...
Regarding the newest JCo versions, I test those regularly and Cuckoo should work...
Hi, the project is not dead. We are still working on it. If you have any fixes, you...
Thanks for posting; created a ticket here: https://sourceforge.net/p/cuckoo-ra/t...
Cuckoo throws an Exception when ABAP Exceptions are declared in BAPI
One approach is to download just sapjco3.jar from the local Maven repo using the...
@comtoexe: It's a bit hard without seeing the pom.xml, so I guess: Do you copy all...
Since you seem to copy all your dependencies (including commons-logging which is...
Hi, please try with omitting the "type = ParameterType.TABLE_STRUCTURE" on the table...
Hibersap 1.2.0 released
A new site for Hibersap
Maven repo http://hibersap.svn.sourceforge.net/viewvc/hibersap/m2repo not accessible
This git broken when Sourceforge transfered the project to the new layout. The new...
moved to github tracker
Access Hibersap Session from Converter
Log java.library.path
moved to github tracker
moved to github tracker
Support deep Structure Parameters
Provide default implementation for Converter
moved to github tracker
Return unique error from SapException
moved to github tracker
Convert Tables and Structures
moved to github tracker
Extend Converter methods to pass field meta data
move to github tracker
Add the possibility to change the classpath location for hib
moved to github tracker
moved to github tracker
Provide a callback mechanism for Transaction completion
Bind SessionManager automatically to JNDI.
Participate in Container Managed Transactions.
Closing since no one ever requested this. In JavaEE the use of a Resource Adapter...
Moved to Github tracker
Call BAPIs statelessly.
moved to Github tracker
Map BAPI tables to non-generic Collections.
Map BAPIs using XML configuration.
No one ever requested this feature.
Scan annotated classes with a JBoss deployer.
Support Tables in Export Parameter
Create OSGi bundles for Hibersap
Hi Thomas, this is really a strange thing which SAP does here. I haven't tried with...
Hi Gert, it looks like the JCoAdapter.startTransaction() method is not called beforehand...
Felipe, when Sourceforge upgraded the project to the new style, the link to the Hibersap...
Create OSGi bundles for Hibersap
Hi Christian, a patch would be great. It would also be nice if you could test the...
You would need to close the first session manager before creating a new one, so the...
Hi Simon, great you plan using Hibersap. Server functionality is not yet implemented,...
Hi Foysal, what prevents you from adding all annotated classes during the setup?...
I am not sure if I understand your use case. You can define (annotated) BAPI classes...
As of now Cuckoo does not map Changing parameters. Note that use of Changing parameters...