[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread groovie
is quite rare. Coding a JCA adapter is a bit like coding a device-driver on UNIX for muliple user access. So fine ... "vickyk" wrote : "groovie" wrote : I think, this is the issue of the ConnectionPool-Manager, | | who will disables or remove the connection from the

[jboss-user] [JBoss Web Services Users] - Re: Cannot find service endpoint target

2009-10-07 Thread groovie
Salut mecs, the problem hints to an inavailable ressource on the session bean, like a delayed of unavailable datasource.You shold check the server.log for any kind of ressource problems. In our case, our web-services suddently ran into the same problem,. throwing the same exception. We are using

[jboss-user] [JCA/JBoss] - Re: JCA Problem: java.lang.IllegalStateException: Trying to

2009-08-05 Thread groovie
(this, ConnectionEvent.CONNECTION_CLOSED) ; (new) ce.setConnectionHandle(connection) ; does help me in the closeHandle method. Tanks Groovie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4248257#4248257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2 and JAVA6, compatibility matrix available

2009-08-05 Thread groovie
Salut Peter, > Why are you using 4.2.1? The latest 4.2 version is 4.2.3 and there > is a download available for 4.2.3 that specifically works with JDK6. The 4.2.1 Version looks like the professional version shipped by Jboss. One of our productive systems does run on a 4.2.1. I assumed, that thi

[jboss-user] [JCA/JBoss] - JCA Problem: java.lang.IllegalStateException: Trying to retu

2009-08-05 Thread groovie
Dear Sirs, i am developping my very first outbound connector and have still a litte problem on closing my connection handle. Aquireing and use of connection from a pool does work without any problem. Closing the connection from a session acutally cause a problem. I guess i have overseen somethin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 4.2 and JAVA6, compatibility matrix available

2009-08-04 Thread groovie
Hy there, i have the problem, we already started our development with JAVA6 using JBoss4.2.x. Yes, i know that Java6 is not officially supported, but the project manager staff decided to use JAVA6. Since JBoss5.x is delivered as a commercial product (supported by Redhat/JBoss), we have to go w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSSAS Install problem - Do I have to use Sun Java?

2009-06-16 Thread groovie
Salut, you are using a wrong JRE, coming from GNU-java (also known als gcj). Try to install a SUN-JDK with via rpm and make sure, that the run.sh will find firstly the original Sun-JAVA. > Failed to boot JBoss: > .. ClassLoader{urls=[], > parent=gnu.gcj.runtime.SystemClassLoader GCJ is not

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-20 Thread groovie
started to understand the cool architecture of jboss. Thanks for your audience;-) Groovie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232257#4232257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-19 Thread groovie
Salut mecs, in the meantime i switched to JBoss 4.2.3 but the problem is still there. From my point of view there are exaclty 2 choice for an explanation of this problem: 1) I misunterstood something and overseen some configurations in jboss.xml. The following posting on the JAVA greenhorn ran

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-18 Thread groovie
B3 i learned to map persistenc-issues in my persistence.xml to prevetent ambiguous object mapping, but i do not have any persistence.xml in my EJB2.x !!! Thank you in advance for any help! Groovie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231582#42315