;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
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
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
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
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
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 -
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
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&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
tance
from the JVM entirly.
thanks,
lucas mcgregor
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
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,
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
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
. 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
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
___
? 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
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
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
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
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
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
40 matches
Mail list logo