[JBoss-user] System.out,System.err

2001-05-11 Thread Scherr Gerolf
hi everybody! - it seems to me that System.out and System.err do not appear in server.log anymore in jboss 2.2.1 is there a config flag to change this behaviour or do I have to redirect them manually to a file? - if yes, where would be a good place to do that? (we have some components which live

RE: [JBoss-user] CMP finder method problem

2001-05-11 Thread Scherr Gerolf
if you are using ms sql server, the sql server profiler is a good tool for debugging purposes. you can watch connections opening, closing, transactions starting and you see the sql code that is being sent to the server (useful if you are using prepared statements, because that seems to be the only

RE: [JBoss-user] Security Exception , but from where and how

2001-05-10 Thread Scherr Gerolf
NoClassDefFoundError: org/jboss/security/SecurityAssociation means that your client cannot find the class org/jboss/security/SecurityAssociation all you have to do is to tell your application where it can find that class -> add (the matching version of) jbosssx-cl

AW: [JBoss-user] 100,000 CMP entity beans

2001-05-08 Thread Scherr Gerolf
currently we have 110.000 DokmentBean beans (the index table for our document management system) on a MS SQL Server 7 SP2 on a Pentium III 933 with 1Gig RAM (database + jboss running on the same machine) os is windows 2000 server but we are using bmp (would cmp make a difference?) gerolf. > --

[JBoss-user] thanks, transactions and attributes

2001-05-03 Thread Scherr Gerolf
Hi everybody! we are using JBoss for a workflow - management - system, we were developing since july last year, went to production in january and this week we were celebrating our 100.000th processed document, so i decided its time to thank all developers and contributers for their great work :-