Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-09 Thread Nicolai P Guba
On Saturday 09 March 2002 8:57 pm, Daniel Bruce Lynes wrote: On March 8, 2002 01:15 am, Christian Riege wrote: this is fixed in the forthcoming 2.4.5 release; alternatively you can also grab the lates Branch_2_4 CVS code. An OutOfMemoryException on Linux also occurs because of some

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 2:47 pm, David Ward wrote: More than a couple things in 1.4 look attractive to JBoss: 1) JDBC 3.0 includes all the javax.sql stuff built in, but much cooler is the new ability to retrieve database automatically generated keys.

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 5:37 pm, danch wrote: Nicolai P Guba wrote: Probably not very much, unless deploy-time becomes of an issue. I cannot imagine any run-time features that would require relfection. Or? I think there are a few places, but if so they probably cache the method lookups

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 7:24 pm, David Hamilton wrote: Nicolai P Guba wrote : On Friday 15 Feb 2002 2:47 pm, David Ward wrote: 2) Take a look at the Reflection Performance improvements graph here: http://java.sun.com/j2se/1.4/performance.guide.html Again not sure, but this looks like

[JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Nicolai P Guba
] javax.transaction.TransactionRolledbackException: Could not activate; nested exception is: -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

RE: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Nicolai P Guba
is being still refered to and one would expect it to serialize and passivate, then activate later on. Never to just delete itself as long as the session is still open. It doesn't make sense. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL

[JBoss-user] Strange Session Bean behaviour in 2.4.1

2001-10-11 Thread Nicolai P Guba
which is kind of strange and slowing things down unnecessarily. Has something changed? If not, could this be a bug? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0

Re: SV: SV: SV: [JBoss-user] Killing off a session?

2001-09-25 Thread Nicolai P Guba
uses a logout() call the session should still be active. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] JBoss and MySql Problems

2001-09-25 Thread Nicolai P Guba
whether the problem persists. Posting your OS info as well as your mysql and jdbc driver versions can help as well. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909

Re: [JBoss-user] log4j system.out category

2001-09-25 Thread Nicolai P Guba
need to add jboss.jar to your classpath. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] Killing off a session?

2001-09-24 Thread Nicolai P Guba
. A simple logout() wouldn't do (although I am puzzled as to why it doesn't implicitly flush). Scott? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: SV: [JBoss-user] Killing off a session?

2001-09-24 Thread Nicolai P Guba
manually is bad. However, if there is something on port 8082 then there must be a mbean for this. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: [JBoss-user] Accessing JavaMail session

2001-09-24 Thread Nicolai P Guba
on port 8082? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing

[JBoss-user] Re: [jetty-discuss] Re: Security and Jetty

2001-09-18 Thread Nicolai P Guba
Greg Wilkins [EMAIL PROTECTED] writes: Nicolai P Guba wrote: Greg Wilkins [EMAIL PROTECTED] writes: Nicalai, RC9 contains a bug with FORM authentication. If the URL j_security_check is not covered by the security contraint then it is not handled correctly.I know this is counter

Re: [JBoss-user] Re: [jetty-discuss] Re: Security and Jetty

2001-09-18 Thread Nicolai P Guba
. Whether it's on tomcat or not is not so much of an issue right now. I'd like to deploy on jetty though, which is end of this month. Thankx for your quick response :) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED

Re: [JBoss-user] how to run JBoss with Tomcat?

2001-08-10 Thread Nicolai P Guba
preferences.properties tomcat So I have a default, peanuts and a tomcat configuration. Simply put, in order to run the JBoss with the config files located in tomcat do a run.sh tomcat (or run.bat for DOS) Give it a whirl ;) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: [JBoss-user] Any WebServices function/sample available in JBoss?

2001-08-09 Thread Nicolai P Guba
On 08 Aug 2001 12:06:12 -0700, Jonathan Lee wrote: Bea weblogic6.1 has the new feature Web Services. I like to know whether jboss (The bea killer) has that feature or not. If yes, is there any sample I can get? What excactly does this feature do? -- Nicolai P Gubahttp://www.gnu.org

[JBoss-user] JAAS and JSP

2001-08-08 Thread Nicolai P Guba
) I'd expect any errors to come from the DatabaseServerLoginModule. What didn't I do, and where should I put my client's auth.conf? WEB deployment descriptors attch'd. Thanks in advance ;) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto

Re: [JBoss-user] JAAS and JSP

2001-08-08 Thread Nicolai P Guba
P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list [EMAIL PROTECTED

Re: [JBoss-user] JAAS and JSP

2001-08-08 Thread Nicolai P Guba
On 08 Aug 2001 17:16:36 +0100, Luke Taylor wrote: Nicolai P Guba wrote: Hmmm, it gives me java.rmi.RemoteException: checkSecurityAssociation; nested exception is: java.lang.SecurityException: Authentication exception, principal=null java.lang.SecurityException

Re: [JBoss-user] CMP entity beans spanning multiple tables

2001-08-07 Thread Nicolai P Guba
. Some beans I've deployed as CMP but implemented some custom methods which look up the datasource and do some custom SQL --just like in the ol' days :) Works a treat. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED

RE: [JBoss-user] Thousands of java threads?

2001-08-06 Thread Nicolai P Guba
-version java version 1.3.0 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20010502 (JIT enabled: jitc)) Hmmm -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL

[JBoss-user] Writing custom SQL in CMP Bean

2001-08-01 Thread Nicolai P Guba
deployments always worked. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss

[JBoss-user] java.lang.ClassCastException: $Proxy339

2001-07-31 Thread Nicolai P Guba
tried this with the finder returning an ArrayList but had no luck either What did I do wrong or didn't do? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: [JBoss-user] java.lang.NoClassDefFoundError in latestBETA(2.4_26)

2001-07-31 Thread Nicolai P Guba
are inside the jarball? Hope this helps Happy Jbossing! -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

RE: [JBoss-user] java.lang.ClassCastException: $Proxy339

2001-07-31 Thread Nicolai P Guba
sanity :) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing

Re: [JBoss-user] Resolution: Problem with CMP Bean cache withdifferent finder met hods

2001-07-30 Thread Nicolai P Guba
On 30 Jul 2001 09:54:50 +0100, Penhey, Tim wrote: Black magic (ooh aaah). Thanks for the VERY useful report which I reckon should help me to fix a pretty nasty problem of a similar kind :) Me thinks whether JAWS shouldn't trap such errors though? -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] Working with large records

2001-07-30 Thread Nicolai P Guba
On 30 Jul 2001 11:38:24 +0200, Philipp Meier wrote: On Mon, Jul 30, 2001 at 10:07:59AM +0100, Nicolai P Guba wrote: I am looking for some advice. Assuming I have a bean that is often accessed but returns a lot of data, something in the region of 50,000 rows minimum. I don't think

Re: [JBoss-user] Re: CMP Debug SQL Statements (JAWS)

2001-07-29 Thread Nicolai P Guba
-for-update /default-entity -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss

Re: [JBoss-user] Force create of table after manual drop?

2001-07-28 Thread Nicolai P Guba
number of nulls at the beginning of the file, even when I delete it and restart JBoss. I haven't noticed any option to timestamp log file entries. This is more of a log4j thingy. I don't know enough about that. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

[JBoss-user] Problem Activating beans

2001-07-27 Thread Nicolai P Guba
, Linux 2.4.6-xfs -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user

Re: [JBoss-user] Force create of table after manual drop?

2001-07-27 Thread Nicolai P Guba
On 26 Jul 2001 19:45:41 -0700, David M. Karr wrote: Nicolai == Nicolai P Guba Nicolai writes: My situation is less complicated than that. I just changed the default standardjaws.xml to use mySQL instead of Hypersonic, then I created my project. I didn't change any type mappings. When I

Re: [JBoss-user] Force create of table after manual drop?

2001-07-26 Thread Nicolai P Guba
P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list [EMAIL PROTECTED

[JBoss-user] InvocationTargetException in JAWS

2001-07-26 Thread Nicolai P Guba
object org.opentools.minerva.jdbc.xa.wrapper.XAConnectionImpl@6e28acd8 to the pool. Please, could somebody shed some light onto this? Note that the problem is the same with MySQL as with PostgreSQL. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: AW: [JBoss-user] how to configure jboss for mysql and tomcat

2001-07-26 Thread Nicolai P Guba
into. Looking at the error message, why does it think that the client file is called ${client}? Shouldn't this value have been substituted? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [JBoss-user] Out of memory error

2001-07-23 Thread Nicolai P Guba
that the IBM JDK runs better on a linux box (no measurements however). Hope this helps a little Happy Hacking. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com CTO mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: [JBoss-user] How Do I Nominate 2 cmp-fields as Primary Key?

2001-07-16 Thread Nicolai P Guba
file). Hope this helps. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss

[JBoss-user] EJX gives wrong values for java.sql.Timestamp

2001-07-16 Thread Nicolai P Guba
. Has this been fixed? If not, where do I need to look for fixing it myself (will post patch if this helps). Cheerio -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0

Re: [JBoss-user] EJX gives wrong values for java.sql.Timestamp

2001-07-16 Thread Nicolai P Guba
can be edited/changed etc... but maybe I asked the wrong question? What I really should have asked is where do these values come from. It would make sense if the values inserted would come from standardjaws.xml IMO. Sorry for the confusion ;) - Original Message - From: Nicolai P Guba

Re: [JBoss-user] Home Interface remove() methods

2001-07-16 Thread Nicolai P Guba
? Looks like something is not right in your home interface. Have you got the code? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20

Re: [JBoss-user] Jboss Security Tutorial

2001-07-12 Thread Nicolai P Guba
-Djava.security.auth.login.config=file://path_to/auth.conf Ah, cheers! Hmmm, I'll try that. Guess I can set this as a property? Would make more sense for someone wanting to distribute the client to other people. Happy Hacking -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: [JBoss-user] Out of memory error

2001-07-12 Thread Nicolai P Guba
suggested using the IBM 1.3 JDK. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] Out of memory error

2001-07-11 Thread Nicolai P Guba
mention it. I think there should be a bug open. We've had a lot of problems with this on a Linux box. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

[JBoss-user] DatabaseServerLoginModule

2001-07-11 Thread Nicolai P Guba
http://www.jboss.org/documentation/HTML/ch09s17.html talks about this module but I can neither find the API doc nor the file. Is this one still alive? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL

[JBoss-user] Jboss Security Tutorial

2001-07-11 Thread Nicolai P Guba
at com.sun.security.auth.login.ConfigFile.getAppConfigurationEntry(ConfigFile.java:221) at javax.security.auth.login.LoginContext.init(LoginContext.java:172) at javax.security.auth.login.LoginContext.init(LoginContext.java:319) at SessionClient.main(SessionClient.java:62) -- Nicolai P Guba

Re: [JBoss-user] EJB 2

2001-07-05 Thread Nicolai P Guba
BG == Boris Garbuzov [EMAIL PROTECTED] writes: BG Can anybody briefly describe how much of EJB2 spec is implemented BG in JBoss? Not quite sure, but there is a ejb2.0.jar in the lib/ext dir. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto

[JBoss-user] Error fetchning session bean

2001-07-04 Thread Nicolai P Guba
manager: RMI class loader disabled)] SAXException:java.lang.NullPointerException -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] Error fetchning session bean

2001-07-04 Thread Nicolai P Guba
) at java.security.AccessController.doPrivileged(Native Method) at java.io.ObjectStreamClass.init(ObjectStreamClass.java:401) Another jar file missing? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
RB == Richard Bottoms [EMAIL PROTECTED] writes: RB At last. Note that Jboss 2.2.2 requires RB mm.mysql-2.0.2-bin.jar. Version mm.mysql-2.0.4-bin.jar will not RB work. H, I've been using 2.0.4 with JBoss 2.2.2 for quite some time now. What excactly doesn't work? -- Nicolai P Guba

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
version is mysql Ver 11.13 Distrib 3.23.36, for pc-linux-gnu (i586) Could it be that the mysql version is older and maybe incompatible with that driver? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL

Re: [JBoss-user] mysql works

2001-07-04 Thread Nicolai P Guba
. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list [EMAIL

[JBoss-user] [HOWTO] Autoincrementing Primary Key with CMP

2001-06-28 Thread Nicolai P Guba
definitively be a winner is to provide a sequence generator implementation with JBoss, similar to Orionserver. Comments and suggestions for improvements welcome :) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL

Re: [JBoss-user] ant tutorial for jboss

2001-06-26 Thread Nicolai P Guba
. There is a nice build.xml file which is a good example on how to use ANT with jboss. Any other questions should probably be handled by the ANT FAQ and Manual. Happy Hacking! -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED

Re: [JBoss-user] downloadable manual...where?

2001-06-26 Thread Nicolai P Guba
-- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] problems with server with 2 network cards

2001-06-22 Thread Nicolai P Guba
, are you sure your NAT setup works? Can you ping the box from outside? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] Memory Leak problem

2001-06-21 Thread Nicolai P Guba
a method missing on it's home interface etc... etc... etc... I can confirm your experiences. However, I am seriously concerned about this feature for JBoss in a production environment. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL

Re: [JBoss-user] mysql

2001-06-21 Thread Nicolai P Guba
suitable? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing

[JBoss-user] closing PreparedStatements

2001-06-21 Thread Nicolai P Guba
( SQLException e ){ throw new EJBException( SQLException: + e.getMessage() ); } finally { ExtendedJDBC.close( connection, prepStmt, result ); } } - Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL

[JBoss-user] More Out of Memory Errors!

2001-06-21 Thread Nicolai P Guba
occur when it doesn't validate/verify, but also when there are transaction rollback exceptions. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44

Re: [JBoss-user] More Out of Memory Errors!

2001-06-21 Thread Nicolai P Guba
this. Of course, if jBoss is run by the MB root user for some reason, the entire machine will be wedged at MB this point and the only remedy would be something as drastic as MB the reset switch or the watchdog. I agree 101% with your assessment. -- Nicolai P Gubahttp://www.gnu.org http

Re: [JBoss-user] More Out of Memory Errors!

2001-06-21 Thread Nicolai P Guba
little activity on the box (dedicated JBoss devel box). Maybe one should look at the thread management issue. I've noticed that on deploy error and redeploy the number of threads increases drastically (measured this very primitively via watch 'ps ax | wc -l'). Hope this helps. -- Nicolai P Guba

Re: [JBoss-user] Cutting down the default configuration

2001-06-21 Thread Nicolai P Guba
not sure why it doesn't reconstruct it propperly once jboss.jcml has been modified. Bug or feature? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Nicolai P Guba
TY == Tim Yates [EMAIL PROTECTED] writes: TY Hiya! Try: 'ellau! TY - Original Message - From: Nicolai P Guba TY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: TY Thursday, June 21, 2001 10:02 AM Subject: [JBoss-user] closing TY PreparedStatements finally { ExtendedJDBC.close

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Nicolai P Guba
){ s.close(); } if( r != null ){ s.close(); } } catch( SQLException e ){ throw new EJBException( ExtendedJDBC: close: + e.getMessage() ); } } TY did you mean : TY r.close() for the last one? TY Have you tried changing the order? Will do. -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] Memory Leak problem

2001-06-21 Thread Nicolai P Guba
the problem -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Nicolai P Guba
method could cause you to not close another object or d two. Cheers muchos. Yeah, that util needs a bit more refining. However, closing the prep stmt before the conn helped (DUH!). Never mind. I can always blame it on caffeeine :) Happy Hacking! -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] Memory Leak problem

2001-06-21 Thread Nicolai P Guba
. cheers -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Nicolai P Guba
connections before resultsets and prepared statements. at least that is all we could ever figure out the problem was. TY ___ JBoss-user mailing TY list [EMAIL PROTECTED] TY http://lists.sourceforge.net/lists/listinfo/jboss-user -- Nicolai P Guba

[JBoss-user] Memory Leak problem

2001-06-20 Thread Nicolai P Guba
experienced similar problems? Could it be that I am not freeing some resurces or other problem with my BMP Entities? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909

Re: [JBoss-user] Memory Leak problem

2001-06-20 Thread Nicolai P Guba
of the logs than myself. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] OutOfMemoryError

2001-06-09 Thread Nicolai P Guba
; thought it might be interesting. David You are excused grin. Since we are already blabbing, you wouldn't have an answer to my primary key problem with CMP Beans I posted earlier on? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL

[JBoss-user] Communication link failure after 12 hours of inactivity

2001-06-09 Thread Nicolai P Guba
] at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:164) jboss.jcml jboss.conf ejb-jar.xml jaws.xml jboss.xml -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: [JBoss-user] Communication link failure after 12 hours of inactivity

2001-06-09 Thread Nicolai P Guba
into JBossPool Thank you for pointing this out. I would strongly lobby for adding such functionality soon, since I imagine that this would be a deal-breaker for a lot of people thinking of deploying jboss in a production environment (like myself). -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] Re: Primary Key Error? (was Re: OutOfMemoryError)

2001-06-09 Thread Nicolai P Guba
d == danch [EMAIL PROTECTED] writes: d Nicolai P Guba wrote: You are excused grin. Since we are already blabbing, you wouldn't have an answer to my primary key problem with CMP Beans I posted earlier on? d What problem? I can't find your earlier post. Here it is: From: Nicolai P Guba

Re: [JBoss-user] DB pool without specified username/password.

2001-06-08 Thread Nicolai P Guba
features Is it possible to add a new connection to the pool without having to restart the server? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751

Re: [JBoss-user] OutOfMemoryError

2001-06-08 Thread Nicolai P Guba
. Will try this now. Cheers! -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

[JBoss-user] CMP and mySQL relational mapping

2001-06-08 Thread Nicolai P Guba
but to rely upon the database to generate the value). -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] ./conf directory location

2001-06-08 Thread Nicolai P Guba
it needs to know the config base directory --which is hard-code to ../conf. Not a very elegant solution IMO. Also, in order for this jar to find the properties file you need to add the conf_dir to the classpath. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: [JBoss-user] OutOfMemoryError

2001-06-08 Thread Nicolai P Guba
is that I may have done something which caused a leak in one of my beans. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] Minerva Source

2001-06-07 Thread Nicolai P Guba
! Makes sense now :) -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user

Re: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Nicolai P Guba
-- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss-user mailing list [EMAIL

[JBoss-user] notifying multiple users of a change

2001-06-07 Thread Nicolai P Guba
Suppose I have a multitude of EJB clients connecting to a jboss server. One client changes some data displayed in the other clients. How do I notify other clients that a change occurred so that they can display the update? My guess would be MDB. -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] notifying multiple users of a change

2001-06-07 Thread Nicolai P Guba
data is changed. No real AF need for a MDB here. Cheers! Low coding overhead sounds very good :) I'll give it a go. -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0

Re: [JBoss-user] DB pool without specified username/password.

2001-06-07 Thread Nicolai P Guba
? I've never managed to get a mySQL connection pool going without having to provide at least a password. I am not sure wether this is a bug or a feature. Maybe a different connection pool would provide such feature? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: [JBoss-user] Deploy Error : jboss trying to connect to java.sun.com ?

2001-06-07 Thread Nicolai P Guba
-jsptaglibrary_1_1.dtd; Simply repace the URI http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd; with file://path/to/your/dtd/stuff/web-jsptaglibrary_1_1.dtd Making sure the DTD is installed there (of course). Hope this helps -- Nicolai P Gubahttp://www.gnu.org

Re: [JBoss-user] strange message

2001-06-06 Thread Nicolai P Guba
JG == Julian Gosnell [EMAIL PROTECTED] writes: JG Of course - I could be completely wrong, Not necessarily. To my astonishment, I received the same messages yesterday. I'd like to find out more about this filter's rule set grin -- Nicolai P Gubahttp://www.gnu.org http

Re: [JBoss-user] JBoss 2.2.2 Release available

2001-06-06 Thread Nicolai P Guba
be a deal-breaker for us :( BTW is it possible adding different connection pools dynamically, ie without having to take the server down? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED

Re: [JBoss-user] Minerva Source

2001-06-06 Thread Nicolai P Guba
minerva source PL Minerva has been forked and is now (being) replaced by PL JBossPool. It should be available in the JBoss CVS repository. Could somebody explain why it was necessary to fork this project? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com

Re: [JBoss-user] JBoss 2.2.2 Release available

2001-06-05 Thread Nicolai P Guba
. Could anybody help? -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708 ___ JBoss

Re: [JBoss-user] BMP :Manage the transactions:HOW TO

2001-06-05 Thread Nicolai P Guba
-descriptor node. I found the ejb-jar DTD from Sun quite helpful. Hope this helps... -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368 9708

Re: [JBoss-user] How to access the default connection pool

2001-06-04 Thread Nicolai P Guba
is actually bound to (java:/DefaultDS) iap Please help me to resolve this problem Hope this helps -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI

Re: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread Nicolai P Guba
instead) and that there appears to be an error with a DTD entity itself. Haven't got the petstore demo, but I hope this gives you some pointers. Happy Hacking -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailgo:[EMAIL PROTECTED