RE: [JBoss-user] [ANN] Tammi 1.0 Released - a JMX Application Framework

2003-02-03 Thread Lucas McGregor
;t cause the three developers of Tammi to just give up on trying to give back to to OS community. just my $0.02, lucas mcgregor -Original Message- From: Gary S. Cuozzo [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 7:28 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-use

RE: [JBoss-user] Stateless session beans

2003-01-28 Thread Lucas McGregor
e DataSource objects (please, not Connection objects), the Home of another EJB, etc. Basically, things that carry some initialization burden but aren't dependent on any particular client. -danch Lucas McGregor wrote: > I thought that the spec didn't allow this either, but I couldn

RE: [JBoss-user] Stateless session beans

2003-01-28 Thread Lucas McGregor
I thought that the spec didn't allow this either, but I couldn't find any section saying such. Unless this is part of the conversational state as defined by section 7.4. But the example doesn't use the variable to communicate between method calls, nor is it static. BUt it still doesn't seem correc

RE: [JBoss-user] Hibernate revisited

2003-01-24 Thread Lucas McGregor
use any entity beans. lucas mcgregor -Original Message- From: Matthew Baird [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:57 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Hibernate revisited we do this in real life. We support multiple persistence "engines&qu

RE: [JBoss-user] Increase memory originally allocated to running JBoss

2003-01-20 Thread Lucas McGregor
You can pick the units, m is for MB, k for KB. So to start with 128MB max and min of heap, you would type: java -Xmx128m -Xms128m your.class.here arg1 arg2 lucas mcgregor -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 1

[JBoss-user] JMX4ODP

2003-01-17 Thread Lucas McGregor
ripts, Junit tests, a manual, and working demos from Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=53232&release_id=13416 1 Thanks, Lucas McGregor JMX4ODP Project Lead --- This SF.NET email is sponsored by: Thawte.com -

RE: [JBoss-user] Open File limit under linux with BASH 2.05

2002-11-13 Thread Lucas McGregor
BY A PROCESS set rlim_fd_max=8192 * THIS SETS THE DEFAULT MAX FILE OPEN BY A PROCESS set rlim_fd_cur=4096 Because if you set your ulimit -n 8192, and your rlim_fd_max is only 4096, solaris will fail silently. Lucas McGregor([EMAIL PROTECTED]) NovaWorld Software Arch

[JBoss-user] New JMX4ODP Package

2002-09-03 Thread Lucas McGregor
nline at: http://sourceforge.net/projects/jmx4odp/ Lucas McGregor JMX4ODP Project Admin --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&

RE: [JBoss-user] JMX & JBoss question

2002-08-21 Thread Lucas McGregor
hope that helps, lucas mcgregor -Original Message- From: Michael Klem [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 12:50 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [JBoss-user] JMX & JBoss question I am using JMX with JBoss 2.4.4 and came across a co

RE: [JBoss-user] MBean interfaces to EJBs

2002-07-30 Thread Lucas McGregor
I have an open source project that pretty much does this. It startes a JMX agent with an HTML Adaptor so you can access all the MBeans via a web browser. I have built some objects that will use your jndi.properties file to locate your EJB application server, then they will transverse your jndi tr

RE: [JBoss-user] If http session is replicated.. no need for session affinity?

2002-07-24 Thread Lucas McGregor
on at the loadbalancer level. Just my $0.02. Lucas McGregor -Original Message- From: Joao Clemente [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 3:50 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] If http session is replicated.. no need for session affinity? Hi. As

RE: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Lucas McGregor
concurrent files, which on a default solaris is something pathetically low like 255. lucas mcgregor -Original Message- From: Gunaseelan Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss Has Many Open Files the

RE: [JBoss-user] jndi question

2002-06-03 Thread Lucas McGregor
do they both have the same ctx? Are you using IntialContext? Does one method have a different jndi.properties higher in the classpath than the other? -l -Original Message- From: Starsinic, Frank [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 1:42 PM To: '[EMAIL PROTECTED]' S

[JBoss-user] jmx4odp

2002-06-03 Thread lucas mcgregor
ntire contents of a JNDI tree. I have found this helpful in testing EJB's that I am developing under JBoss. It is available for download from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=53232 I hope that someone out there can find it useful. Lucas McGregor (JMX4O

RE: [JBoss-user] dynamic queue's

2002-06-03 Thread Lucas McGregor
programmatically. http://www.jboss.org/online-manual/HTML/ch08s07.html hope that helps, lucas mcgregor -Original Message- From: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 1:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] dynamic queue's It is pos

RE: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread Lucas McGregor
I think that you can set the known port to 0, and it will tell the server to pick a random port. -l -Original Message- From: Matthew French [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:08 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss in a multi developers environme

RE: [JBoss-user] File-system access

2002-04-16 Thread Lucas McGregor
The draw back would be that you would need to know about your file system at configuration time. I hope that these help, but the long and short of it is that I don't know of any file system objects for EJB that are server independent. Lucas McGregor -Original

RE: [JBoss-user] JNP Timeout?

2002-04-11 Thread Lucas McGregor
class with a modified version that will have configurable timeouts. Am I way over-complicating the issue? Is there a cleaner way of doing this? If I make these changes to NamingContext, is there a way to get this in the source tree? Feedback? Thanks, Lucas McGregor -Original

[JBoss-user] JNP Timeout?

2002-04-10 Thread Lucas McGregor
the facade picks up right where it left off. So none of my calls fail over. They just hang. I suspect that this is because the JNP connections are not timing out. Can anyone confirm this? Is there a way to set the failed connections to die? Thanks, Luca

RE: [JBoss-user] DB2 Pool don't reuse open connections

2002-04-03 Thread Lucas McGregor
Are you releasing the connection the pool when you are done? // LOOK UP THE DATA SOURCE InitialContext initCtx = new InitialContext(); DataSource ds = (DataSource)initCtx.lookup(getJndiName()); // GET A CONNECTION FROM THE DATASOURCE // THUS GET A CONNECTION FROM THE POOL Connection con = ds.get

RE: [JBoss-user] interesting article comparing JBoss and JOnAS

2002-03-28 Thread Lucas McGregor
ded tomcat for JBoss? Lucas McGregor, NovaLogic -Original Message- From: Herve Tchepannou [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 9:50 AM To: jboss Subject: [JBoss-user] interesting article comparing JBoss and JOnAS < http://www.cs.rice.edu/CS/Systems/DynaServer/p

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

2002-03-06 Thread Lucas McGregor
work with. Further more, if Jboss3.0 does not offer the org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl, and the memory leak in the Miverva pools is not addressed; then Jboss3.0 will not be suitable for my production systems. Lucas McGregor, NovaLogic -Original Message- From: Lucas

RE: [JBoss-user] Finder Method in JBoss

2002-03-05 Thread Lucas McGregor
is is not a big deal. But if it is, you could just create an index table for each table. This is essentially how oracle deals with sequences. I hope that you find that helpful, Lucas McGregor, NovaLogic -Original Message- From: Todd Marshall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Mar

RE: [JBoss-user] JBoss 2.4.4 & Tomcat 4.0.1 startproblem

2002-02-27 Thread Lucas McGregor
I had the same porblem once I upgraded from jboss2.4.1 to 2.4.4. So if anyone does have any tips, could you post them or send them to me too! THANKS! Lucas McGregor -Original Message- From: Dirk Storck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:57 AM

RE: [JBoss-user] connection pooling and jboss.jcml

2002-02-27 Thread Lucas McGregor
ction(); con.close(); } catch (Exception e) { e.printStackTrace(); } Good luck. Lucas McGregor, NovaLogic -Original Message- From: Kotamraju, Srinivas, BmS- NY1540 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:10 AM To: &#

RE: [JBoss-user] Constructor for JBossMQ ConnectionFactories

2002-02-25 Thread Lucas McGregor
ry lookups like all other resources in Jboss. But you don't directly insantiate the ConnectionFactory yourself. I hope that helps, Lucas McGregor, NovaLogic The -Original Message- From: Nicholas [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 200

[JBoss-user] Memory leak in Minerva DB Pool

2002-02-15 Thread Lucas McGregor
t is a bug in the drivers. Am I using the pools incorrectly? Is that a pool configuration parameter that I should try? Thanks in advance for any help or clues, Lucas McGregor, NovaLogic ___ JBoss-user mailing lis

RE: [JBoss-user] JMX Unregister

2001-12-06 Thread Lucas McGregor
thank you letter, because Simone is a really smart and kind person :-) -lucas -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:51 AM To: Lucas McGregor Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JMX Unregister JBoss 3

[JBoss-user] JMX Unregister

2001-12-06 Thread Lucas McGregor
tance from the JVM entirly. thanks, lucas mcgregor ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Cached EJB Connection

2001-11-19 Thread Lucas McGregor
my calls are no thread safe. Is this correct? Has anyone else noticed this? This doesn't seem consistent with the literature on Jboss. Does my method of instantiation have anything to do with this? ANY clues would be much appreciated,

[JBoss-user] Session Create serialization error

2001-11-16 Thread Lucas McGregor
Any clues as to what or why this might be happening would be greatly appreciated. Thanks you, Lucas McGregor ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] How do EJB properties work?

2001-11-01 Thread Lucas McGregor
In your ejb-jar.xml file use the element. example: DTD Receiver for SerializablePrepaedStatements DTDReceiver com.novalogic.ejb.DTDReceiverBean Container javax.jms.Topic NonDurable Auto-acknowledge con

[JBoss-user] Control Log4j directory

2001-10-18 Thread Lucas McGregor
. Can I suppress the usage of logging, or at least force it to another directory through an evironmental variable? thanks in advance, Lucas McGregor ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/lis

[JBoss-user] JBossMQ Clustering

2001-10-18 Thread Lucas McGregor
My goal is to have a group of JBoss App servers set up, each with a MDB listening on a topic. When a client stateless session bean post a message to the Topic, I want the MDBs on all the all App servers to get it. Thanks, Lucas McGregor ___

[JBoss-user] XADataSourceLoader vs. ConnectionFactoryLoader

2001-10-12 Thread Lucas McGregor
? If so, is one preferable or different from the other. The documentation doesn't really show them as linked, and they both have current Jboss2.4 docs. any clues would be massively appreciated, lucas mcgregor jdbc_login org.jboss.pool.jdbc.xa.wrapper.XADataSourc

RE: [JBoss-user] JDC Connection Pooling problem

2001-10-11 Thread Lucas McGregor
Thanks for you helps! Lucas Mcgregor -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JDC Connection Pooling problem Your code snippet does not show you closing the co

[JBoss-user] JDC Connection Pooling problem

2001-10-11 Thread Lucas McGregor
ne. Shouldn't I see it using the five existing connections and making new ones only when the pool is exhausted? Any ideas on what is goinf wrong here? Does it have to do with the lack of transactions? thanks in advance for any help, su

RE: [JBoss-user] Cached selection list - design question

2001-05-30 Thread Lucas McGregor
eads from the static cache. If need be, you can place methods in the bean to invoke a refresh. Or you can create a timeout, so that if the values in the cache are too old, they will be re-read. Depending on your app, it might be more appropriate to place this in some sort of servlet, or support cl

RE: [JBoss-user] Jboss+Tomcat

2001-05-29 Thread Lucas McGregor
files us, your servlet should be able to find the correct URL, and thus connect to your EJB. Lucas McGregor -Original Message- From: Yuval Koren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 5:41 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Jboss+Tomcat i'm us

RE: [JBoss-user] Error when getting a reference

2001-05-29 Thread Lucas McGregor
like: java.naming.provider.urlrmi://solaris2.novadev..com:9012 Where I have rmi://solaris2.novadev..com:9012, put the RMI URL for your server. That should take care of the problem. Lucas McGregor([EMAIL PROTECTED]) http://www.novalogic.com Java programmers b