[JBoss-user] giving EJB method permissions to a JCA 1.0 resource?

2003-07-02 Thread Alex Sumner
future, but for now I need this to work with JCA 1.0. Thanks, Alex Sumner --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to

RE: [JBoss-user] java.exe errors

2003-03-29 Thread Alex Sumner
Is this where the app vanishes and Windows throws up a message saying a fatal error has occured in java.exe and it's producing an error log? We used to see that and it stopped after we increased the memory available: java -Xms128M -Xmx256M ... (or whatever). -Original Message- From: [EMA

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
-- Gaetan Zoritchak Bright Side Factory http://www.bs-factory.com Alex Sumner wrote: > Thanks, > > I'm not worried that the MDB approach will be hard to program. It's > more that there will be a lot of these messages and I'm not sure if an > MDB will become a bottle

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
ooling with JMX. Regards, Rodrigo Chandia El Viernes 28 de Marzo del 2003 04:22 AM, Alex Sumner escribió: > Thanks Rahul and David, > > Maybe I have to think again. Considered MDBs, but they seem like > overkill for what I need. I just want to kick off some background > activity wh

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
= mbeanServer.invoke(objectName, methodName, params, signature); And that should not break the rules. Simone - Original Message - From: "Alex Sumner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 12:33 PM Subject: RE: [JBoss-user]

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
unds... > -Original Message- > From: Alex Sumner [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 2003 4:55 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Starting threads from session beans > > > Thanks, > > Wonder if it's permissible to ent

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
EMAIL PROTECTED] Subject: RE: [JBoss-user] Starting threads from session beans You can write JCA adapter and do (virtually) anything you want in it. It much easier than it sounds... > -Original Message- > From: Alex Sumner [mailto:[EMAIL PROTECTED] > Sent: Friday, March 28, 200

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
or the EJB Container. Allowing the enterprise bean to manage threads would decrease the Container's ability to properly manage the runtime environment. Regards, Al. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Alex Sumner >

RE: [JBoss-user] Starting threads from session beans

2003-03-28 Thread Alex Sumner
it gets too messy if you try... try MDBs... -Original Message----- From: Alex Sumner [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 1:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Starting threads from session beans Hi, Briefly: is it permissible to start a new thread from a

[JBoss-user] Starting threads from session beans

2003-03-27 Thread Alex Sumner
Hi, Briefly: is it permissible to start a new thread from a thread running in a session bean? I've heard that it isn't allowed, but can't see this explicitly prohibited in the J2EE specs. More importantly, what will the consequences be in JBoss? If the session bean thread is in a TX, would I be