AW: [JBoss-dev] Scoping CL

2001-08-06 Thread Jung , Dr. Christoph
-Ursprüngliche Nachricht- Von: marc fleury [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 5. August 2001 18:55 An: Jboss-Development@Lists. Sourceforge. Net Betreff: [JBoss-dev] Scoping CL Dr Juno imho scoping will be useful in security (visibility of classes can be scoped) but from an

[JBoss-dev] Anyone interested in a org.jboss.pool.connector.SharedXAConnectionManager?

2001-08-06 Thread Jung , Dr. Christoph
We have developed a pooling scheme that is a kind of hybrid between the SharedLocalTransactionCM and the XAConnectionManager ... Without tx context (read usage), the pool dispenses for each separate allocation request a different XA-enabled connection. Within a single tx context (readwrite

[JBoss-dev] Running Multiple Instances of JBoss

2001-08-06 Thread Vinay Menon
Hello, Has anyone tried running multiple JBoss instances on a single machine? The last time I tried this it didn't work and was wondering if any changes have been made to allow multiple instances on a single machine? Thanks Vinay ___

Re: [JBoss-dev] Apparent bug in Verifier - static inner classes as valid RMI/IIOP types

2001-08-06 Thread Luke Taylor
Dain Sundstrom wrote: I stand corrected. I just assumed that you defined the class in the bean impl. I still wouldn't recoment it just because if find it anoying to type Parrent.InnerClass return type. Hey, it's not so bad - now I just have to write Agent.Data instead of AgentData :-).

Re: [JBoss-dev] Anyone interested in a org.jboss.pool.connector.SharedXAConnectio nManager?

2001-08-06 Thread David Jencks
Hi, I'm not sure yet what I think about adding it to cvs. I have two comments. 1. This would also be useful in case there is a half-xa driver that supports 2pc but not sharing transactions accross connections. (natively, firebird/interbase has supported 2pc since about 1984, but does not

RE: [JBoss-dev] Scoping CL

2001-08-06 Thread marc fleury
|needs to have some explicit administration concept to |partition the space of applications yes |according to linkability. no marcf |stay tuned ___ Jboss-development mailing list [EMAIL PROTECTED]

RE: [JBoss-dev] Select for update : Question for Bill

2001-08-06 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay Menon Sent: Saturday, August 04, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Select for update : Question for Bill Hello Bill, Apologies for not following this up earlier

AW: [JBoss-dev] Scoping CL

2001-08-06 Thread Jung , Dr. Christoph
|needs to have some explicit administration concept to |partition the space of applications yes ah! |according to linkability. no uh? cgj ___ Jboss-development mailing list [EMAIL PROTECTED]

AW: [JBoss-dev] Anyone interested in a org.jboss.pool.connector.SharedXAConnectio nManager?

2001-08-06 Thread Jung , Dr. Christoph
Hi David, -Ursprüngliche Nachricht- Von: David Jencks [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 6. August 2001 15:12 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-dev] Anyone interested in a org.jboss.pool.connector.SharedXAConnectio nManager? Hi, I'm not sure yet what I think about

[JBoss-dev] Should ctx be registered with tx more than once?

2001-08-06 Thread Bill Burke
In EntitySynchronizationInterceptor, it seems that a ctx could be registered more than once. In register() I think the logic should be if (!ctx.hasTxSynchronization()) register(ctx, tx); Bill

RE: [JBoss-dev] Should ctx be registered with tx more than once?

2001-08-06 Thread marc fleury
afaicr I coded all the registration depending on that test. it is the reason I put the "hadTxSync" in the first place. If there a registration that overlooks this then it is a mistake. Please put the test there. marcf -Original Message-From: [EMAIL PROTECTED]

RE: [JBoss-dev] Should ctx be registered with tx more than once?

2001-08-06 Thread Bill Burke
Whooops, sorry, bad eyes. It was already there :) Bill -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleurySent: Monday, August 06, 2001 11:35 AMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-dev] Should ctx be registered with tx

[JBoss-dev] Joining the coding fun

2001-08-06 Thread Jonah Inikori
Greetings, I am very interested in contributing my time towards the architecture, development, and debugging of JBOSS. Could someone inform me how I can get started. Thanks, Jonah Inikori. __ Do You Yahoo!? Make international calls for as low as

Re: [JBoss-dev] Anyone interested in a org.jboss.pool.connector.S haredXAConnectio nManager?

2001-08-06 Thread David Jencks
Hi, hmmm, I need to consult more specs. I agree that the extra level of pooling in a resource adapter seems excessive. In addition, the XADataSourceImpl providing fake xa wrappers needs the kind of sharing you describe. I have found in the JTA spec that the resource adapter is required to

[JBoss-dev] [ jboss-Bugs-448447 ] metadata verifier does not follow dtd

2001-08-06 Thread noreply
Bugs item #448447, was opened at 2001-08-06 08:57 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=448447group_id=22866 Category: JBossServer Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web WebServer.java WebService.java WebServiceMBean.java

2001-08-06 Thread Scott M Stark
:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Scott Stark/a. - * @version $Revision: 1.11 $ + * @version $Revision: 1.12 $ * * Revisions: * + * 20010806 scott.stark: Allow binding of listening port to a specific IP address * 20010619

[JBoss-dev] [ jboss-Patches-448452 ] AutoDeployer - expanded .war watching

2001-08-06 Thread noreply
Patches item #448452, was opened at 2001-08-06 09:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=448452group_id=22866 Category: JBossServer Group: v2.2.2 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ApplicationTxEntityMap.java TxEntityMap.java EntityContainer.java Application.java

2001-08-06 Thread Bill Burke
User: patriot1burke Date: 01/08/06 09:26:28 Modified:src/main/org/jboss/ejb TxEntityMap.java EntityContainer.java Application.java Added: src/main/org/jboss/ejb ApplicationTxEntityMap.java Log: - put TxEntityMap back into EntityContainer - added

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-06 Thread Bill Burke
User: patriot1burke Date: 01/08/06 09:27:01 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: use getContainer().getTxEntitymap() instead of getCotnainer().getApplication().getTxEntityMap() Revision ChangesPath

[JBoss-dev] [ jboss-Bugs-448456 ] MDB Persistence with ejb-ref

2001-08-06 Thread noreply
Bugs item #448456, was opened at 2001-08-06 09:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=448456group_id=22866 Category: JBossServer Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ApplicationTxEntityMap.java TxEntityMap.java EntityContainer.java Application.java

2001-08-06 Thread Dain Sundstrom
Bill, why this change? - Original Message - From: Bill Burke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 11:26 AM Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ApplicationTxEntityMap.java TxEntityMap.java EntityContainer.java Application.java

[JBoss-dev] A new user interface for JBoss

2001-08-06 Thread Wei-ju Wu
Hi, I am currently developing a frontend for creating and editing EJB deployment descriptors. I started the project one and a half week ago. A preview version is currently available at my website (many things are not yet implemented): http://www.joyful-noise.de/jbossgui (Sorry for the german

Re: [JBoss-dev] Select for update : Question for Bill

2001-08-06 Thread Vinay Menon
Thanks! I'll give it a shot. Vinay - Original Message - From: Bill Burke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 3:15 PM Subject: RE: [JBoss-dev] Select for update : Question for Bill -Original Message- From: [EMAIL PROTECTED]

RE: [JBoss-dev] A new user interface for JBoss

2001-08-06 Thread Schaefer, Andreas
Hi Looking good ;-) I am starting to create a management GUI see project JBossMGT but right now I am only working on making JBoss manageable but have no clear idea how to create the GUI. A basic idea was to create GUI components and use JMX as communication layer between the components.

[JBoss-dev] JavaDoc Review

2001-08-06 Thread Schaefer, Andreas
Hi Geeks Maybe a few noticed but for all others I want to discuss what I added to the JBoss Coding Guidelines (JBoss Website - Contribution - Guidelines). I proposed the idea of a JavaDoc Review tag (review and /review) added to changes or when JavaDoc is added to indicate that someone else

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms ConnectionFactoryHelper.java

2001-08-06 Thread Jason Dillon
User: user57 Date: 01/08/06 15:55:00 Modified:src/main/org/jboss/jms ConnectionFactoryHelper.java Log: o replaced ConnectionFactoryHelper.createConnection() with createTopicConnection() and createQueueConnection(), since a connection factory might implement all four

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java

2001-08-06 Thread Jason Dillon
User: user57 Date: 01/08/06 15:55:00 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java Log: o replaced ConnectionFactoryHelper.createConnection() with createTopicConnection() and createQueueConnection(), since a connection factory might implement all

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/ejbql - New directory

2001-08-06 Thread Dain Sundstrom
User: dsundstrom Date: 01/08/06 17:16:58 jboss/src/main/org/jboss/ejb/plugins/cmp/ejbql - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] synchronizeEntitiesWithinTransaction, null pk remove

2001-08-06 Thread Jason Dillon
I am running into a problem with entity bean removal where the pk is null, which causes most everything passed (and including) Application.synchronizeEntitiesWithinTransaction() to fail (called from EntityContainer.remove()). Is there any reason why an EntityContext would have its pk set to

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ApplicationTxEntityMap.java

2001-08-06 Thread Jason Dillon
User: user57 Date: 01/08/06 18:23:32 Modified:src/main/org/jboss/ejb ApplicationTxEntityMap.java Log: o using entityList.size() when creating EntityEnterpriseContext[] to avoid entityList.toArray() creating another array. Revision ChangesPath 1.2 +6 -5

[JBoss-dev] Retuning JMS RA connections?

2001-08-06 Thread Jason Dillon
Where does a JMS RA managed connection get returned? I just ran into: JmsXA [RMI TCP Connection(12)-192.168.0.124] INFO - Pool org.jboss.jms.ra.JmsManagedConnectionFactory-1 is full (10/10)! JmsXA [RMI TCP Connection(12)-192.168.0.124] INFO - Pool

[JBoss-dev] CVS update: manual/src/docs howtonetbeansdebug.xml

2001-08-06 Thread Jay Walters
User: jwalters Date: 01/08/06 20:24:34 Modified:src/docs Tag: Branch_2_4 howtonetbeansdebug.xml Log: Updated list of jar files to 2.4 - jboss-j2ee,jboss-jdbc_ext.jar. Revision ChangesPath No revision No revision