Hey guys, any idea how the config parameters are called in order to use snc for sap logon (no sso). Found this sample: /subsystem=resource-adapters/resource-adapter=cuckoo/connection-definitions=nsp/config-properties=destinationName:add(value=NSP) /subsystem=resource-adapters/resource-adapter=cuckoo/connection-definitions=nsp/config-properties=password:add(value="password") /subsystem=resource-adapters/resource-adapter=cuckoo/connection-definitions=nsp/config-properties=username:add(value="sapuser")...
Home
Background: Replacing sapjco with Cuckoo RA I have a servlet in Tomcat that uses plain sapjco for fetching sap records for browser based front ends. The web application has an “agent” object that opens and keeps open a sapjco connection, as connecting poses a considerable overhead. There is a plain java thread handling the individual sapjco executions. As unmanaged threads are against Java EE specification, I am planning to go for a full EE container (Wildfly) and Cuckoo Resource Adapter. Cuckoo...
Cuckoo RAR on Weblogic throws UnknownHostException
Carsten, indeed there is in my notes: at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)...
Jürgen, do you still have a stacktrace which you could post here? Is it failing in...
tracker item #7 Cuckoo throws an Exception when...
tracker item #6 - Handling of table-typed impor...
remove maven site generation
tracker item #7 Cuckoo throws an Exception when...
update dependencies; update copyright
update to regular maven-rar-plugin version inst...
Cuckoo RAR on Weblogic throws UnknownHostException
Any plans to integrate these changes
The behavior regarding the commit is implemented as is due to the auto-commit requirement...
Hi, looks like it is currently not possible to have Cuckoo-RA execute a SAP function...
My change also deleted this method call and method, I just also added the try catch...
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 Carsten, I could try to help you and provide some tests... Simon Zambrovski Am...
Hi Simon, I have plans, but I am lacking time atm. I hopefully can manage to do a...
Hi Carsten, do you have any plans to release the 1.1.1 version? Would be very interesting...
Hello - have you had a chance to review any of the code I have contributed so far?...
Carsten, FTI - This defect is resolved in my branch.
Cool, thank you!
Unfortunately, I did not add any integration tests. For testing myself, I used some...
Chris, this is great! I'll look into it as soon as I have some time and then integrate...
Cuckoo throws an Exception when ABAP Exceptions are declared in BAPI
I will look into it...
I created a fork (available here https://sourceforge.net/u/cdhesse76/cuckoo-ra/ci/master/tree/)...
My fork now handles CHANGING parameters.
I created a fork (available here https://sourceforge.net/u/cdhesse76/cuckoo-ra/ci/master/tree/)...
The actual proper way to deal with abap RAISE exceptions (which is what this was)...
This solution seems to be working fine in all of my tests - are you interested in...
I just noticed this seems to be the same problem I have also fixed in https://github.com/lbilger/cuckoo-ra/commit/056d64a56c7580a7877bd461a0f6843a1d4b65f6....
Thanks for responding. Agree 100% that normally this is not the prefered approach....
Thanks for responding. Agree 100% that normally this is not the prefered approach....
Thanks for responding. Agree 100% that normally this is not the prefered approach....
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...
I've checked in some changes to support this scenario at a fork here https://sourceforge.net/u/cdhesse76/cuckoo-ra/ci/master/tree/....
I have found the issue. From http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6080c13b-e2d1-2c10-5f88-bd5a9e35d726?QuickLink=index&overridelayout=true&47339129648439...
I have found the issue. From http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6080c13b-e2d1-2c10-5f88-bd5a9e35d726?QuickLink=index&overridelayout=true&47339129648439...
I have found the issue. From http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6080c13b-e2d1-2c10-5f88-bd5a9e35d726?QuickLink=index&overridelayout=true&47339129648439...
I have found the issue. From http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6080c13b-e2d1-2c10-5f88-bd5a9e35d726?QuickLink=index&overridelayout=true&47339129648439...
Here is a log when I do open, startLocalTransaction, execute increment, execute getCount,...
Here is a log when I do open, startLocalTransaction, execute increment, execute getCount,...
Attached is a test program which demonstrates the stateful issue I am struggling...
Attached is a test program which demonstrates the stateful issue I am struggling...
I'm struggling to implement a scenario which works with the SAPJRA on netweaver....
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
I have code which creates SAP SSO2 cookies as a JAAS module, and this allows me to...
I am trying to deploy cuckoo-rar-1.1.0.rar to weblogic 12.1.3 and I cant change the...
I would also like to know. I have some fixes to this project I'd like to commit as...
Issue is due to JCoAdapter class throwing an exception simply because the function...
Hi, I'll start a new SAP-Java Jco project with the latest Java and Jco releases soon....
Carsten, is possible to use JASPI with Cuckoo? I need to get a connection for the...
Hello i have some problems when the RFC function have a exception. When i see the...
Handling of table-typed import/export parameters
Hi Carsten, yes on both questions, cuckoo is configured to use LocalTransactions...
Hi Gert, it looks like the JCoAdapter.startTransaction() method is not called beforehand...
Hello, we had to change/comment out the following code in JCoAdapter.java. The check...
Hello, We have a question concerning the behaviour of global transactions in Weblogic...
Hello, We have a question concerning the behaviour of global transactions in Weblogic...
As of now Cuckoo does not map Changing parameters. Note that use of Changing parameters...
As of now Cuckoo does not map Changing parameters. Note that use of Changing parameters...