[JBoss-user] Strange class not found

2004-02-06 Thread Ionel GARDAIS
Hi, where is the class org.jboss.resource.connectionmanager.CachedConnectionManager ? I am trying to setup my own server configuration and JBoss complains about not finding this class. When I launch the default config, it works. Any ideas ? Thanks, Ionel

Re: [JBoss-user] Strange class not found

2004-02-06 Thread Adrian Brock
jboss-jca.sar Regards, Adrian On Fri, 2004-02-06 at 14:52, Ionel GARDAIS wrote: Hi, where is the class org.jboss.resource.connectionmanager.CachedConnectionManager ? I am trying to setup my own server configuration and JBoss complains about not finding this class. When I launch the

RE: [JBoss-user] Strange class not found

2004-02-06 Thread Scott M Stark
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ionel GARDAIS Sent: Friday, February 06, 2004 6:53 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Strange class not found Hi, where is the class org.jboss.resource.connectionmanager.CachedConnectionManager ? I am trying to setup my own server

[JBoss-user] Strange load balancing behavior with mod_jk2

2003-12-30 Thread Björn Weis
Hallo, I run Apache2 with mod_jk2 and 3 JBoss 3.2.3 with the included Tomcat on Suse 8.2. When requesting to the jsp-pages in the JBoss 3.2.3 the load balancing behavior is not round robin. It seems to me that every time the benchmark send requests to the Apache2 the mod_jk2 makes a new slot

[JBoss-user] Strange NameNotFoundException

2003-11-17 Thread Steven Nakhla
I'm using JBoss-3.2.2-Tomcat and Struts to do a simple web app. In my Struts Action I attempt to create an instance of a CMP Entity Bean. However, when I do I get the exception listed below. I only get this when accessing the bean through my Struts Action, though. If I write a simple test client

Re: [JBoss-user] Strange MySQL JMS persistent behavior

2003-11-14 Thread Michael Klem
Thank you so much Adrian! I only spent about 6 hours performing various tests, configurations and interrogating my code before emailing the list. Just wanted to make sure I didn't miss anything so obvious. Seems like I did though. I think I got these sql properties from an old post on the

[JBoss-user] Strange MySQL JMS persistent behavior

2003-11-13 Thread Michael Klem
Using: JBoss 3.0.8 MySQL 4.0.14 MySQL Driver mysql-connector-java-3.0.9-stable-bin.jar I found that when using MySQL as my JMS data store, my JMS messages are not persisted correctly. I can verify that the messages are persisted to the MySQL db. When I stop JBoss the messages are still in the

Re: [JBoss-user] Strange MySQL JMS persistent behavior

2003-11-13 Thread Adrian Brock
Compare your properties with the one in docs/examples/jms in jboss 3.2.2 You'll find one of the deletes should be done through a join. Regards, Adrian On Fri, 2003-11-14 at 00:13, Michael Klem wrote: Using: JBoss 3.0.8 MySQL 4.0.14 MySQL Driver mysql-connector-java-3.0.9-stable-bin.jar I

Re: [JBoss-user] Strange clustering behavior

2003-11-01 Thread Bela Ban
Sebastian Hauer wrote: Hi, Last night we had a strange problem in one of our environments running jboss 3.0.8. This environment consists of two nodes N10 and N11. We where logging org.javagroups and org.jboss.ha in DEBUG mode. 1. Sometime before 21:27:47 the JVM process on N10 was starved off

[JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi, Last night we had a strange problem in one of our environments running jboss 3.0.8. This environment consists of two nodes N10 and N11. We where logging org.javagroups and org.jboss.ha in DEBUG mode. 1. Sometime before 21:27:47 the JVM process on N10 was starved off CPU time for at least

Re: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Adrian Brock
On Thu, 2003-10-30 at 18:37, Sebastian Hauer wrote: Hi, Last night we had a strange problem in one of our environments running jboss 3.0.8. This environment consists of two nodes N10 and N11. We where logging org.javagroups and org.jboss.ha in DEBUG mode. 1. Sometime before 21:27:47 the

RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi Adrian, where these strange log statements: 2003-10-29 21:27:51,430 DEBUG [org.javagroups.Juliet] [Wed Oct 29 21:27:51 EST 2003] [ERROR] MessageDispatcher.up(): corr == null 2003-10-29 21:27:51,977 DEBUG [org.javagroups.Juliet] [Wed Oct 29 21:27:51 EST 2003] [ERROR]

RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Adrian Brock
Hi Sebastian, Bela can explain what is happening better than me. The corr == null implies the MessageDispatcher was not in a running state (this error occurs when an event is received). These events occurred while it was doing the shun/reconnect. Unfortunatley, it doesn't show what the event(s)

RE: [JBoss-user] Strange clustering behavior

2003-10-30 Thread Sebastian Hauer
Hi Adrian, The corr == null implies the MessageDispatcher was not in a running state (this error occurs when an event is received). These events occurred while it was doing the shun/reconnect. Unfortunatley, it doesn't show what the event(s) are. From your description it sounds like it

Re: [JBoss-user] Strange Error

2003-09-14 Thread Scott M Stark
If your not using JMS it is, else reconfigure the JMS persistent store to use your DS. -- Scott Stark Chief Technology Officer JBoss Group, LLC Konstadinis Euaggelos wrote: Thanks Scott, I removed that file, but in the

[JBoss-user] Strange Error

2003-09-13 Thread Konstadinis Euaggelos
I have an application which connects to Oracle DB, Very often JBOSS throws this error which it has no to do with oracle, but at it seems that is a hypersonic db error, Does jboss internally connects with the embedded db hypersonic ??? Why this error is thrown , Vangos at

Re: [JBoss-user] Strange Error

2003-09-13 Thread Scott M Stark
Remove the the hsqldb-ds.xml if your not using it. This is coming from the connection pool cleanup code. Also fix your mail client or os date as this post showed up as being from 'Date: Mon, 13 Jan 2003 17:01:04 +0200' -- Scott Stark Chief Technology Officer JBoss

Re: [JBoss-user] Strange Error

2003-09-13 Thread Konstadinis Euaggelos
Thanks Scott, I removed that file, but in the server/default/deploy/jms/jbossmq-service.xml was a reference of DefaultDS jboss.datasource. When jboss starts up, it gives me the below error , i can't change the DefaultDS to OracleDS datasource because some other tables are needed . I

[JBoss-user] Strange behavior when changing bean properties

2003-07-10 Thread Ittay Dror
Simply put, I change a property of a bean, I see it changes in the DB, but JBoss thinks the property hasn't changed. Details: 1. I have a bean, I change an integer property of it from null to some number. In the debugger, if I inspect the property (bean.getFoo()), I get the number. 2. Shortly

[JBoss-user] Strange log message

2003-07-09 Thread Danny . Yates
Title: Message Hi guys, I've left JBoss running (idle) overnight, and I've come back to find this on the console: 18:10:54,448 INFO [Manager] local scavenging...18:20:53,995 INFO [Manager] local scavenging...18:23:20,246 ERROR [SubscribingInterceptor] could not get

[JBoss-user] Strange problem in starting.

2003-06-23 Thread Ramrakhiani, Vikas
Hi, I am experiencing a strange problem in starting up Jboss 3.2.0. Whenever I run commend run.sh -c all Jboss hangs up, 19:23:04,811 INFO [SARDeployer] looking for nested deployments in : file:/tmp_mnt/home/hyd/fs2/u9/ramrakhv/jboss_11000/jboss-3.2.0_tomcat-4.1.24

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread Scott M Stark
: Hunter Hillegas [EMAIL PROTECTED] To: JBoss User [EMAIL PROTECTED] Sent: Thursday, February 20, 2003 8:36 AM Subject: [JBoss-user] Strange JMS Problems on 3.2.0RC2 I have been running RC2 on one OS X machine for a week without trouble. I just installed it on a test server yesterday and I have all

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread Scott M Stark
] Sent: Thursday, February 20, 2003 10:58 AM Subject: Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2 Here is the complete stack trace for that component: 09:11:29,791 DEBUG [LocalJBossServerDomain] postCreation(), create J2EEServer instance java.lang.Exception: StackTrace

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread David Jencks
Did you try removing anything jms related from the data dir or from wherever jms storing messages? david jencks On 2003.02.20 11:36 Hunter Hillegas wrote: I have been running RC2 on one OS X machine for a week without trouble. I just installed it on a test server yesterday and I have all kinds

[JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread Hunter Hillegas
I have been running RC2 on one OS X machine for a week without trouble. I just installed it on a test server yesterday and I have all kinds of JMS troubles. Both machines are running the same EAR file. Both machines are OS X 10.2.x, running Apple JVM 1.4.1 DP10. I have tested with Apple's 1.3.1

Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2

2003-02-20 Thread Hunter Hillegas
: Thu, 20 Feb 2003 12:10:44 -0800 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange JMS Problems on 3.2.0RC2 Oh, that is just a debugging stack trace and is of no interest as it affects nothing. Scott Stark Chief Technology Officer JBoss Group, LLC

AW: [JBoss-user] Strange Classloading behaviour with singletons in JBoss 3.0.6 while using the loader-repository tag

2003-02-17 Thread Kristian Köhler
Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Kristian Köhler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 15, 2003 6:11 AM Subject: AW: [JBoss-user] Strange Classloading behaviour with singletons in JBoss

AW: [JBoss-user] Strange Classloading behaviour with singletons in JBoss 3.0.6 while using the loader-repository tag

2003-02-15 Thread Kristian Köhler
Hi David I don't know the cause of the behavior you are seeing, but I would not depend on it. I would give both .ears loader-repository tags. I think this behaviour arise from the fact that the org.jboss.mx.loading.HeirarchicalLoaderRepository3 asks his parent repository before looking if he

Re: [JBoss-user] Strange Classloading behaviour with singletons in JBoss 3.0.6 while using the loader-repository tag

2003-02-15 Thread Scott M Stark
ala the servlet 2.3 model. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Kristian Köhler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 15, 2003 6:11 AM Subject: AW: [JBoss-user] Strange

[JBoss-user] Strange Classloading behaviour with singletons in JBoss 3.0.6 while using the loader-repository tag

2003-02-14 Thread Kristian Köhler
Hi all we've got a question regarding the class-loading behaviour in JBoss-3.0.6. The following simple scenario demonstrates our problem: We've got a util class with a static getInstance method (singleton). We are using this class in a regular application packaged as a EAR containing this class

Re: [JBoss-user] Strange Classloading behaviour with singletons in JBoss 3.0.6 while using the loader-repository tag

2003-02-14 Thread David Jencks
I don't know the cause of the behavior you are seeing, but I would not depend on it. I would give both .ears loader-repository tags. david jencks On 2003.02.14 10:02 Kristian Köhler wrote: Hi all we've got a question regarding the class-loading behaviour in JBoss-3.0.6. The following

[JBoss-user] Strange Method not found errors (JBOSS 3.2.RC1-Tomcat4.1.18)

2003-02-13 Thread Corbin, James
I recently migrated to JBOSS3.2RC1-Tomcat4.1.18 and am getting the following error for which I am not understanding completely what it implies This snippet of the stack trace appears to be the cause (see below for entire stack trace) 09:04:11,204 ERROR [Engine] - Root Cause -

RE: [JBoss-user] Strange Method not found errors (JBOSS 3.2.RC1-Tomcat4.1.18)

2003-02-13 Thread Corbin, James
PROTECTED]] Sent: Thursday, February 13, 2003 9:17 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Strange Method not found errors (JBOSS 3.2.RC1-Tomcat4.1.18) I recently migrated to JBOSS3.2RC1-Tomcat4.1.18 and am getting the following error for which I am not understanding completely what

[JBoss-user] Strange jetty + httpClustering exception

2003-01-12 Thread Joao Pedro Clemente
Hello. I am trying to deploy this app that is composed of servlet+jsp+ejb in a MVC framework. This is working in standart (not clustered) jboss. I changed the web descriptor to include httpsession clustering. (no ejb clustering, to try to isolate the problems) I end up with a internal server

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-10 Thread Scott M Stark
. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: joerg maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 08, 2003 4:31 AM Subject: Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-08 Thread joerg maier
I have tried serveral configurations in the standardjboss.xml, but it doesn´t work. Can you describe where I must set the ByValueInvokerInterceptor for my MDB-Client. Perhapse you can send an example how this configuration should looks like. Thanks for your help. 2.4 will automatically

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-07 Thread Scott M Stark
- Original Message - From: joerg maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 10:45 PM Subject: Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean An MDB interacting with a session bean will fail if they are in seperate deployment

[JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-06 Thread joerg maier
Look at: http://www.jboss.org/forums/search.jsp?search=trueq=TransactionRolledbackExceptionforums=48date=anyuser=range=10 there are more people with the same problem. sorry, i can´t find any solution in the jboss-forum. I have a similare problem: - There is a client-Program which sends messages

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-06 Thread Scott M Stark
Chief Technology Officer JBoss Group, LLC - Original Message - From: joerg maier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 6:34 AM Subject: [JBoss-user] Strange Exception: JMS - MDB - Session Bean Look at: http://www.jboss.org/forums

Re: [JBoss-user] Strange Exception: JMS - MDB - Session Bean

2003-01-06 Thread joerg maier
An MDB interacting with a session bean will fail if they are in seperate deployment units and you redeploy the session bean. When you do this you have effectively changed the versions of all the session bean interfaces. The MDB must be redeployed as well. ^^^ With Jboss2.4.9

[JBoss-user] strange problem with Oracle and JBoss 2.4.9/Tomcat4.0.4

2002-11-18 Thread michael . brohl
Hi all, we are using the above JBoss/Tomcat Bundle with Oracle 8.1.7 (classes12 driver) on a Linux machine (SuSE 8.1). Data requests return the expected number of datarows but every returned data field is empty! There are no errors connecting to Oracle and the fact that there are datasets

[JBoss-user] strange error: console looping

2002-11-08 Thread Marcin Gryszkalis
Hello I just moved to jbos 3.0.4 + tom,cat 4.1 and realized that sometimes I get following error on console: ERROR: invalid console appender config detected, console stream is looping without \n at the end (!) I do some Sysytem.out.println() calls (I try to use log4j but for quick checks my

Re: [JBoss-user] Strange errors in server.log

2002-11-07 Thread Scott M Stark
- From: Alexey Yudichev To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 8:41 AM Subject: [JBoss-user] Strange errors in server.log I use jboss 3.0.4RC1 week old from CVS (not updated to 3.0.4 release yet) My servlet calls CMP1.1 entity bean that has byte

[JBoss-user] Strange errors in server.log

2002-11-04 Thread Alexey Yudichev
Title: Strange errors in server.log I use jboss 3.0.4RC1 week old from CVS (not updated to 3.0.4 release yet) My servlet calls CMP1.1 entity bean that has byte[] as one of CMP fields. From time to time I face the following exception: ===server.log=== ... 2002-11-04

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread Pete Beck
I think there is a very simple solution to this which is much safer. Instead of triggering threads off in your class, move the thread body into a MDB and then simply send several messages from your session bean. The MDB will enable your code to run asynchronously which is probably the effect

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread rahul ganjoo
Hi Pete! What was being acheived using threads obviously was some parallelism...as in we wanted some actions to be executed simulataneously. Now I have not worked with MDBs,JMS etc yet. Are you suggesting using MDBs its possible to acheive the same and avoid violating the spec? Any ellaboration

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread Pete Beck
I'm not entirely sure how this would be handled in JBoss, but in principle you could send out a bunch of JMS messages to a topic or queue. The EJB container then launches threads to process the messages through MDB instances. Therefore potentially, your code will be executed in parallel. Of

Re: [JBoss-user] Strange Problem on Linux

2002-10-17 Thread rahul ganjoo
In our case the parallelism is a requirement. We wait for threads to return and then proceed. So ideally we would want to send messages to a q where they get consumed simultaneously. Pete Beck wrote: I'm not entirely sure how this would be handled in JBoss, but in principle you could send out

RE: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread Geer, Benjamin
rahul ganjoo wrote: Yes Ofcourse the EJB spec doesnt recommend threading in EJBs... Section 24.1.2 of the EJB 2.0 spec says: An enterprise Bean must not use thread synchronization primitives to synchronize execution of multiple instances.

RE: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread Geer, Benjamin
rahul ganjoo wrote: Yes Ofcourse the EJB spec doesnt recommend threading in EJBs... It specifically *prohibits* threading. Section 24.1.2 of the EJB 2.0 spec says: The enterprise bean must not attempt to manage threads. The enterprise bean must not attempt to start, stop, suspend, or resume

RE: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread saroj kumar
Of Marius Kotsbak Sent: Saturday, October 12, 2002 3:00 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange Problem on Linux saroj kumar wrote: HI All, I am facing Transaction Timeout exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working

Re: RE: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread rahul ganjoo
Thanks Dude,I appreciate the help.. funnily enough we got it to work somehow though the design needs to change... - Original Message - From: Geer, Benjamin [EMAIL PROTECTED] Date: Wednesday, October 16, 2002 2:53 pm Subject: RE: [JBoss-user] Strange Problem on Linux rahul ganjoo wrote

Re: [JBoss-user] Strange Problem on Linux

2002-10-16 Thread Michael Bartmann
examples. TIA, Saroj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Marius Kotsbak Sent: Saturday, October 12, 2002 3:00 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange Problem on Linux saroj kumar wrote: HI All, I am facing

Re: [JBoss-user] Strange Problem on Linux

2002-10-15 Thread rahul ganjoo
: [JBoss-user] Strange Problem on Linux you can generate threads anytime within a JBoss application. Just remember, you lose any transaction or security context when you spawn the thread. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marius

Re: [JBoss-user] Strange Problem on Linux

2002-10-15 Thread rahul ganjoo
] Subject: RE: [JBoss-user] Strange Problem on Linux you can generate threads anytime within a JBoss application. Just remember, you lose any transaction or security context when you spawn the thread. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [JBoss-user] Strange Problem on Linux

2002-10-14 Thread saroj kumar
] [mailto:[EMAIL PROTECTED]] On Behalf Of Bill Burke Sent: Sunday, October 13, 2002 7:44 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Strange Problem on Linux you can generate threads anytime within a JBoss application. Just remember, you lose any transaction or security context when you spawn

Re: [JBoss-user] Strange Problem on Linux

2002-10-12 Thread Alex Loubyansky
Hello saroj, it can be a locking problem. Is there a chance the second call spawns a thread that calls entity bean that is currently involved in the transaction initiated by the first call? Why it doesn't happen on windows?.. Probably, on windows the transaction needs less time to complete. May

RE: [JBoss-user] Strange Problem on Linux

2002-10-12 Thread Bill Burke
, October 11, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange Problem on Linux saroj kumar wrote: HI All, I am facing Transaction Timeout exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3

[JBoss-user] Strange Problem on Linux

2002-10-11 Thread saroj kumar
HI All, I am facing Transaction Timeout exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3/jdk1.4/Oracle9i. Scenario is: UI Layer makes a call to SLSB. This SLSB makes a call to another SLSB which uses a class.

Re: [JBoss-user] Strange Problem on Linux

2002-10-11 Thread Marius Kotsbak
saroj kumar wrote: HI All, I am facing Transaction Timeout exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3/jdk1.4/Oracle9i. Scenario is: UI Layer makes a call to SLSB. This SLSB makes a call to another SLSB

[JBoss-user] Strange Problem

2002-09-05 Thread Saroj Kumar
Hi All, I faced a strange problem just now. Jboss3.0 + win2k + ORACLE9i + SSB + CMP EB + classes12.zip I have got a Session Bean which makes a call to an CMP Entity Bean to Update the record. I pass some java.lang.Double Values To the Entity Bean from Session Bean. In Session Bean, We convert

RE: [JBoss-user] Strange security error going from jBoss 3.0.1RC1 - 3.0.1

2002-08-21 Thread Torsten Terp
:19 To: [EMAIL PROTECTED] Subject: [JBoss-user] Strange security error going from jBoss 3.0.1RC1 - 3.0.1 Hi All access to my app is redirected to /login.jsp which uses the DatabaseServerLoginModule to authorize and authenticate. Using jBoss 3.0.1RC1 this works fine, the /login.jsp contains

[JBoss-user] strange message from jboss log

2002-08-21 Thread Emerson Cargnin - SICREDI Serviços
what does mean the message : 14:05:57,155 INFO [BeanLock] NON_ENTRANT invocation is it a debug message??? does it mean that it entered in a required transaction section? -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860 --- This

Re: [JBoss-user] Strange select statement

2002-08-20 Thread Jon Haugsand
* Sacha Labourey Hello Jon, The problem is not really with JBoss but with your Oracle configuration. The SQL query that is generated is normal (take a look at the CMP doco for more information on available optimisations). You should modify your SHARED_POOL_SIZE in Oracle to allow for the

Re: [JBoss-user] Strange select statement

2002-08-20 Thread Jon Haugsand
* Pavel Kolesnikov I guess Jon's problem is just the fact that such weird SQL statement was even generated - and it doesn't seem to be an oracle-problem :-) It would be helpful to see the original code (before running XDoclet) and XDoclet generated code to find out if it's error of JBoss,

RE: [JBoss-user] Strange select statement

2002-08-20 Thread Sacha Labourey
Thanks. However, the following is an excert from my initsid.ora: shared_pool_size = 31457280 # INITIAL # shared_pool_size = 350 # SMALL # shared_pool_size = 500 # MEDIUM # shared_pool_size = 900 # LARGE Does not this show that the share_pool_size is more than

RE: [JBoss-user] Strange select statement

2002-08-20 Thread Sacha Labourey
Collection col=listAll(); for (Iterator i=col.iterator(); i.hasNext(); ) { Object o=i.next(); System.out.println(Object is + o); telefonLocal tf = (telefonLocal) o; System.out.println(Before); telefonData

Re: [JBoss-user] Strange select statement

2002-08-20 Thread Jon Haugsand
* Sacha Labourey Does not this show that the share_pool_size is more than three times as big as LARGE? Maybe you need to flush your pool: some posts suggests this. What I did was to increase the LARGE_POOL_SIZE from 614400 to 2614400. Oracle worked clock like then. To create and delete

RE: [JBoss-user] Strange select statement

2002-08-20 Thread Sacha Labourey
Hello Jon, What I did was to increase the LARGE_POOL_SIZE from 614400 to 2614400. Oracle worked clock like then. To create and delete 1000 bean instances JBoss used 60 seconds. I do not know if this is representative? many factors can have an effect (are they distant hosts, etc.) Each

Re: [JBoss-user] Strange select statement

2002-08-20 Thread Jon Haugsand
* Sacha Labourey Well, this one is really easy and is not related to Oracle, which is pretty rare ;) : java.lang.ClassNotFoundException: org.jboss.ejb.plugins.local.EntityProxy What is strange is that class doesn't seem to be in any of the client JAR. Maybe it is a bug. In the

[JBoss-user] Strange security error going from jBoss 3.0.1RC1 - 3.0.1

2002-08-19 Thread Torsten Terp
Hi All access to my app is redirected to /login.jsp which uses the DatabaseServerLoginModule to authorize and authenticate. Using jBoss 3.0.1RC1 this works fine, the /login.jsp contains a form which uses the db login module. On jBoss 3.0.1 and jBoss3.0.2RC1 from CVS, the login.jsp is empty!!

[JBoss-user] Strange select statement

2002-08-19 Thread Jon Haugsand
JBoss 3.0.1, datasource is Oracle 8.1.7, OS=Linux 2.2.18 When trying to access an XDoclet generated getData the following happens: 2002-08-19 18:44:27,940 DEBUG [org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor] invokerBInding is null in ProxyFactoryFinder 2002-08-19 18:44:27,944 DEBUG

RE: [JBoss-user] Strange select statement

2002-08-19 Thread Sacha Labourey
PROTECTED] Objet : [JBoss-user] Strange select statement JBoss 3.0.1, datasource is Oracle 8.1.7, OS=Linux 2.2.18 When trying to access an XDoclet generated getData the following happens: 2002-08-19 18:44:27,940 DEBUG [org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor] invokerBInding is null

Re: [JBoss-user] Strange select statement

2002-08-19 Thread Marius Kotsbak
This is a oracle-problem. Check the errorcode ORA-04031. Maybe it doesn't support so many entites at a time. And maybe last_name isn't a good primary key (it looks like it is the primary key). Or maybe the server just is out of memory. On Mon, 2002-08-19 at 19:01, Jon Haugsand wrote: JBoss

RE: [JBoss-user] Strange select statement

2002-08-19 Thread Sacha Labourey
d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Pavel Kolesnikov Envoye : lundi, 19 aout 2002 19:53 A : [EMAIL PROTECTED] Objet : Re: [JBoss-user] Strange select statement I guess Jon's problem is just the fact that such weird SQL statement was even generated

RE: [JBoss-user] Strange select statement

2002-08-19 Thread Pavel Kolesnikov
On Mon, 19 Aug 2002, Sacha Labourey wrote: Hello Pavel, No, it is not an error and this code hasn't been generated by xdoclet but by the CMP 2.0 engine. Yes, I understand the SQL statement itself has to be generated by CMP engine. Everything is fine as long as the SQL query is

RE: [JBoss-user] Strange select statement

2002-08-19 Thread Sacha Labourey
BTW I understand why generated SQL statements may contain some redundant stuff, but Jon's example seemed to me to be really too strange :-) No, it is an optimisation used to pre-fetch some instances in a CMP internal cache. An explicit where clauses to choose concerned XID is necessary in

Re: [JBoss-user] Strange select statement

2002-08-19 Thread Dan Christopherson
Pavel Kolesnikov wrote: On Mon, 19 Aug 2002, Sacha Labourey wrote: Hello Pavel, No, it is not an error and this code hasn't been generated by xdoclet but by the CMP 2.0 engine. Yes, I understand the SQL statement itself has to be generated by CMP engine. Everything is fine as long

[JBoss-user] strange message...

2002-08-13 Thread Emerson Cargnin - SICREDI Serviços
I'm getting the following message : 19:27:58,618 INFO [BeanLock] NON_ENTRANT invocation 19:27:58,619 INFO [BeanLock] NON_ENTRANT invocation This message started when using jboss-3.0.1 -- Emerson Cargnin - MSA SICREDI - Tel : 3358-4860

[JBoss-user] Strange CMP2 problem in JBoss3.0.0

2002-07-23 Thread Jon Swinth
Hi all, I have a CMP2 been in which I have created a helper method adjust the value of a date column. Basically, I have a date column which is updated by the client. The client then calls the helper method which makes sure the selected date is not on a Sunday and checks other beans to make

Re: [JBoss-user] Strange CMP2 problem in JBoss3.0.0

2002-07-23 Thread Dmitri Colebatch
(); that way you never actually set the 'wrong' value. hth dim - Original Message - From: Jon Swinth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 24, 2002 9:16 AM Subject: [JBoss-user] Strange CMP2 problem in JBoss3.0.0 Hi all, I have a CMP2 been in which I have created

Re: [JBoss-user] Strange CMP2 problem in JBoss3.0.0

2002-07-23 Thread Dain Sundstrom
That is weird. Post a bug report at SourceForge along with a small test case and I'll take a look at it when I get back from the O'Reilly con next week. -dain Jon Swinth wrote: Hi all, I have a CMP2 been in which I have created a helper method adjust the value of a date column.

[JBoss-user] STRANGE FINDEREXCEPTION

2002-06-27 Thread wonder sonic
Hi, I've got a strange FinderException: I've got this CMP entity bean: ... /** * Represents an Atlas server administrator. * * * @version 1.0 * * @ejb:bean name=myrpg-atlas/AdministratorEntity * display-name=Administrator of an Atlas server. * type=CMP *

Re: [JBoss-user] Strange exception deploying a WAR

2002-06-27 Thread Pavel Kolesnikov
- Original Message - From: Pavel Kolesnikov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 10:45 AM Subject: [JBoss-user] Strange exception deploying a WAR Hallo, I've encountered following weird problem; I have an EJB application

Re: [JBoss-user] Strange exception deploying a WAR [SOLVED]

2002-06-27 Thread Pavel Kolesnikov
Subject: [JBoss-user] Strange exception deploying a WAR Hallo, I've encountered following weird problem; I have an EJB application containimg one session bean called UserManager that should be accessed from two web applications. I'm sure both of those web

Re: [JBoss-user] Strange exception deploying a WAR

2002-06-26 Thread Pavel Kolesnikov
Technology Officer JBoss Group, LLC - Original Message - From: Pavel Kolesnikov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 24, 2002 10:45 AM Subject: [JBoss-user] Strange exception deploying a WAR Hallo, I've encountered following weird

[JBoss-user] Strange exception deploying a WAR

2002-06-24 Thread Pavel Kolesnikov
Hallo, I've encountered following weird problem; I have an EJB application containimg one session bean called UserManager that should be accessed from two web applications. I'm sure both of those web apps use the same code for getting home and remote interface for UserManager, they use similar

Re: [JBoss-user] Strange exception deploying a WAR

2002-06-24 Thread Scott M Stark
, June 24, 2002 10:45 AM Subject: [JBoss-user] Strange exception deploying a WAR Hallo, I've encountered following weird problem; I have an EJB application containimg one session bean called UserManager that should be accessed from two web applications. I'm sure both of those web apps use

[JBoss-user] strange transaction/container caching behavior

2002-06-10 Thread Jon Stavis
Hi all, I've run into the following situation in a Solaris 8/JBoss 2.4.1/Tomcat-3.2.3/JDK 1.3.1 environment I have a sessionbean with required transaction level which first deletes an EJBObject and subsequently creates a new EJBObject using the same PK values. (updating values directly IS an

[JBoss-user] strange NameNotFoundException under Linux

2002-06-07 Thread moritz petersen
hello list members, i have a strange problem with jboss: the EJBs and the webapplication are developed under win2k. everything works fine. then, copying the same configuration to a Linux box, i get an exception while accessing a bean: javax.naming.NameNotFoundException: data not bound

[JBoss-user] Strange java.lang.VerifyError when running code in JBoss 3 RC3

2002-05-31 Thread Jonathan . O'Connor
Help! I've been fighting a nasty VerifyError exception for the last day. I guess it has nothing to do with JBoss, but you guys have more experience than most! I have code that used to run fine in a session bean under JBoss 3.0.0 alpha. I have now migrated to JBoss 3.0.0 RC3 and suddenly I get a

[JBoss-user] strange relations

2002-04-25 Thread Ingo Bruell
Hi, i am using JBoss3.0.0RC1, J2SDK1.4 on Windows 2000 and try to use relations. I have the following beans: person (PK: mandant, number, type) and some attributes employee (PK: mandant, number) type as attribute and others. In this case i want to use one-to-one unidirectional relation. In

Re: [JBoss-user] strange relations

2002-04-25 Thread Dain Sundstrom
The first one is definitely wrong, but the second should work. Try it again and make sure the jar is correctly updated (common problem). If it doesn't go away, post a *simple* bug report with a test case at sourceforge.net. -dain Ingo Bruell wrote: Hi, i am using JBoss3.0.0RC1,

RE: [JBoss-user] Strange problem

2002-04-08 Thread Joost v.d. Wijgerd
AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Strange problem Hi Everybody I am facing a very strange problem in my application which is running in Jboss. I am creating a Request in my application and saving that Request in the database(MySql), that mean, I inserted a new row in a table. When

Re: [JBoss-user] Strange problem

2002-04-08 Thread Dmitri Colebatch
Hi, Here is log for which the error is coming. [snip] [2002-04-09 10:32:07,587; JAWSPersistenceManager]Thread-64 java.sql.SQLException: Lost connection to server during query (I think, here is the problem) [2002-04-09 10:32:07,596; JAWSPersistenceManager]Thread-64 java.sql.SQLException:

[JBoss-user] Strange problem

2002-04-07 Thread Mahesh Agarwal
Hi Everybody I am facing a very strange problem in my application which is running in Jboss. I am creating a Request in my application and saving that Request in the database(MySql), that mean, I inserted a new row in a table. When I come to my application again to see that Request , the

Re: [JBoss-user] Strange problem

2002-04-07 Thread Dmitri Colebatch
If you could post a stack trace it would help. cheers dim - Original Message - From: Mahesh Agarwal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 08, 2002 2:54 PM Subject: [JBoss-user] Strange problem Hi Everybody I am facing a very strange problem in my application

[JBoss-user] Strange Session Bean behaviour in 2.4.1

2001-10-11 Thread Nicolai P Guba
Hmmm, I am deploying the same application on 2.4.0 and 2.4.1. Now, I've got a logging statement in the create method of the session bean and to my surprise I noticed that in 2.4.0 the statement only appeared once when I connected with the client, in 2.4.1 however they appear numerous times

[JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey()

2001-09-17 Thread Adam Lipscombe
Folks, JBoss 2.4.0 with Tomcat 3.2.3 - I have a strange problem that has completely foxed me: The sequence of events on a BMP entity bean is as follows. All steps are called from a client in separate transactions: 1. Bean Created 2. Bean Read State OK at this

RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey()

2001-09-17 Thread Herve Tchepannou
Title: RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey() What is the transaction setting of ur bean and modifyDetails()? are u sure that they are at 'Required'? -Original Message- From: Adam Lipscombe [mailto:[EMAIL

  1   2   >