[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2006-01-02 Thread guix
simonsal wrote : What happens if you start JBoss in one window and then try to call the shutodown command in another, do you get the same timeoutexception? Shutdown works fine but remote program keeps giving problems. I have made sure I am using the correct libraries when compiling and

[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2006-01-02 Thread guix
ok... solved it i was not using the jbossall-client.jar but several other Jars... The fun part is that they all belong to 4.0.3 so there are classes in the jboss-4.0.3/client directory jars that are not compatible with 4.0.3!!! View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Strange error in Sybase connection: SET CHAINED command not

2005-12-07 Thread guix
Hi: I get com.sybase.jdbc2.jdbc.SybSQLException: SET CHAINED command not allowed within multi-statement transaction When executing this inside jboss: | Select | convert(varchar(10),a.DateTime,103) | + ' ' | + convert(varchar(8),a.DateTime,108) | from myTable a where a.Id = 29384

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Strange error in Sybase connection: SET CHAINED command

2005-12-07 Thread guix
btw I am using jboss 4.0.3 and any other statement works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911162#3911162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911162

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - oracle and jdbc2 persistence manager

2005-12-05 Thread guix
Hi: I have an app that has been working fine with CMP 2.x and Cache. I want to change it to cmp2.x jdbc2 pm but as soon as I change it, my finders stop working | 16:48:49,024 ERROR [SummitTradeEJB#findLatestTrades] Finder failed: null | java.lang.NullPointerException | at

[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2005-11-04 Thread guix
Funny enough I have even made sure the actual classes are the same files and still get the error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3905402#3905402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905402

[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2005-10-28 Thread guix
Funny enough I have even made sure the actual classes are the same files and still get the error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3904044#3904044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3904044

[JBoss-user] [JNDI/Naming/Network] - InvalidClassException when accesing from external App on 4.0

2005-10-27 Thread guix
Hi: I had and java app that connected to a jboss EJB and was working fine with 4.0.0. I have recompiled both the EJB and the app with the jboss 4.0.3 classes, deployed them on a 4.0.3 jboss, made sure configuration between 4.0.0 and 4.0.3 was same and now the external app does not work. I get:

[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2005-10-27 Thread guix
darranl wrote : Have you made sure the client is using the jars from 4.0.3 and not from 4.0.0? | | http://java.sun.com/j2se/1.5.0/docs/api/java/io/InvalidClassException.html Compiled and run with them...Yes I have :-) Good try though! View the original post :

[JBoss-user] [JNDI/Naming/Network] - Re: InvalidClassException when accesing from external App on

2005-10-27 Thread guix
Yes there is it is the InvalidClassException darranl wrote : Is that all of the exception? There should be a nested cause. | javax.naming.CommunicationException [Root exception is java.io.InvalidClassException: org.jboss.invocation.MarshallingInvokerInterce | ptor; unable to create

[JBoss-user] [Installation, Configuration Deployment] - Daily rollover server.log confuses tail

2005-10-20 Thread guix
I have to restart tail -f every day on my jboss 4.0.0 server.log because o the log4j rollover. Is this a log4j issue or a jboss one? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3902198#3902198 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss calling PK class Constructor with null (compund Ke

2005-05-05 Thread guix
Also fixed the nulled field didnt have the same Caspitalisation on the PK and the descriptor: bondsIdStrip (descriptor) bondsIdSTRIP (PK) changes and fixed View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876570#3876570 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Sql not generating properly

2005-05-04 Thread guix
Hi: I have jboss 4.0.0 not generating proper sql for this bean: ejb-jar: | entity | display-nameBondStrips/display-name | ejb-nameBondStripEJB/ejb-name | abstract-schema-nameBondStrips/abstract-schema-name |

[JBoss-user] [Persistence CMP/JBoss] - Re: Sql not generating properly

2005-05-04 Thread guix
fixed!! there were no getters on the PK Class.. no I have another problem see next thread View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3876456#3876456 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3876456

[JBoss-user] [Persistence CMP/JBoss] - JBoss calling PK class Constructor with null (compund Key)

2005-05-04 Thread guix
Hi: Jboss is calling with null on the Constractor of a PK class with a compound key after calling a finder that searches by one of the two fields of the key. ejb-jar.xml | entity | display-nameCouponPayments/display-name |

[JBoss-user] [HTTPD, Servlets JSP] - Re: Functionality missing in 4.0: Two instances-different ro

2005-01-20 Thread guix
[EMAIL PROTECTED] wrote : http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration | http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases As soon as I configured Isolated=true everything went back to normal Great thanks!!! View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Functionality missing in 4.0: Two instances-different root

2005-01-19 Thread guix
Hi: I have an app that I used to install two instances of the same app in 2.4.4 with just enough changes to make it work on the same jboss, that is: application.xml : different context-root. ejbs: different datasource in jbosscmp-jdbc.xml and different jndi name in jndi-name jboss.xml. It

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread guix
second while on jboss 2.4.4 takes 300 ms Let me know if you need any more information guix View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846396#3846396 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846396

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread guix
dfoulser wrote : | This did not seem to affect run-time performance, but then we pre-compile all JSPs rather than compiling on the fly. You could try pre-compiling JSPs to see if performance improves. The problem is on servlets not jsps.. I think the problem is the cache doesnt work.

[JBoss-user] [Performance Tuning] - Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-26 Thread guix
Hi: I have an application that I have migrated from Jboss 2.4.4 Tomcat 4.0.1 to Jboss 3.2.4 and to my surprise not jboss starts up slower (even build ing up from the minimal server and adding services till my application worked) but also it runs MUCH MUCH slower... around 3 times. I have gone

[JBoss-user] [HTTPD, Servlets JSP] - Re: SocketException with JkCoyotaHandler

2004-06-09 Thread guix
This is also happening to me but I can't see why... Do you have any ideas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838108#3838108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838108

[JBoss-user] [JCA/JBoss] - Re: Problem with Oracle 9 XA jboss 3.2.3

2004-04-23 Thread guix
Hi Adrian: The debug flag was on on the code I posted. There is nothing I do with the connection just try to get an EJB the usual way... Now I found that in jbosscmp-jdbc.xml I was puytting Oracle8 instead of Oracle9i. Now I get this error: xa error: -3 (A resource manager error has occured in

[JBoss-user] [JCA/JBoss] - Re: Problem with Oracle 9 XA jboss 3.2.3

2004-04-23 Thread guix
[EMAIL PROTECTED] wrote : Couple of quick questions (since this is such a generic error message): | | Have you tried the Oracle example XA programs to make sure XA is configured | correctly? | Have you run initxa.sql? Is your user authorised to the recovery tables. | Any number of

[JBoss-user] [JCA/JBoss] - Re: Problem with Oracle 9 XA jboss 3.2.3

2004-04-23 Thread guix
[EMAIL PROTECTED] wrote : Google is your friend | | http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8safe=offq=oracle+xa+example+javabtnG=Search Cheers Adrian. I have tested with an Oracle 8 database and it works so I think you are right XA may not be configured in the Oracle9i I am

[JBoss-user] [JCA/JBoss] - Re: Problem with XA and Oracle

2004-04-22 Thread guix
[EMAIL PROTECTED] wrote : Oracle XA does not like the same XA connection used inside and outside | JTA transactions. | You can add no-tx-separate-pools in jboss-3.2.3 to work this problem. | You get one pool for connections when there is no transaction and another | for connections where