Could someone please point me to a link where I can get the latest Spring Eclipse (3.6.x) plugin?
Due to security issues, I can't use update sites.
Type: Posts; User: menardr; Keyword(s):
Could someone please point me to a link where I can get the latest Spring Eclipse (3.6.x) plugin?
Due to security issues, I can't use update sites.
Further note; after stepping deeper into the weblogic generated ejb 3.0 source file I found the line that it seems to hang on;
try {
// Here is where we try to commit if it's our TX...
Did you ever get this solved?
I have two EJB 3.0s; EJB 1 is deployed on server A and EJB 2 is deployed on server B. I can successful call any method on either EJB.
Our business requires that a method on EJB 1 calls a method...