[JBoss-dev] CVS update: newsite/src/docs main.css

2001-11-23 Thread Jason Dillon
User: user57 Date: 01/11/23 00:25:06 Modified:src/docs main.css Log: o removed small-caps from headings Revision ChangesPath 1.13 +1 -6 newsite/src/docs/main.css Index: main.css ===

[JBoss-dev] [ jboss-Bugs-484771 ] Incorrect ObjectNotFoundException

2001-11-23 Thread noreply
Bugs item #484771, was opened at 2001-11-23 00:17 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=484771group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Bani Greyling (banigreyling) Assigned to:

RE: [JBoss-dev] jbosscmp-jdbc.xml

2001-11-23 Thread Dain Sundstrom
If you want to specify column names, you should have both sides. -dain -Original Message- From: Dave Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 22, 2001 8:32 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] jbosscmp-jdbc.xml I see we have !ELEMENT

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/interfaces HAPartition.java

2001-11-23 Thread Sacha Labourey
User: slaboure Date: 01/11/23 06:37:38 Modified:src/main/org/jboss/ha/framework/interfaces HAPartition.java Log: Added asynchronous calls and removed unnecessary throws declaration Revision ChangesPath 1.5 +3 -3

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server HAPartitionImpl.java

2001-11-23 Thread Sacha Labourey
User: slaboure Date: 01/11/23 06:37:38 Modified:src/main/org/jboss/ha/framework/server HAPartitionImpl.java Log: Added asynchronous calls and removed unnecessary throws declaration Revision ChangesPath 1.8 +16 -1

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/framework/server HARMIServerImpl.java

2001-11-23 Thread Sacha Labourey
User: slaboure Date: 01/11/23 06:36:22 Modified:src/main/org/jboss/ha/framework/server HARMIServerImpl.java Log: New constructor with RMI specific parameters Revision ChangesPath 1.7 +11 -3 jbossmx/src/main/org/jboss/ha/framework/server/HARMIServerImpl.java

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/ha/jndi HANamingService.java

2001-11-23 Thread Sacha Labourey
User: slaboure Date: 01/11/23 06:38:25 Modified:src/main/org/jboss/ha/jndi HANamingService.java Log: Calls new HARMIServerImpl constructor with RMI specific parameters Revision ChangesPath 1.15 +2 -2 jbossmx/src/main/org/jboss/ha/jndi/HANamingService.java

[JBoss-dev] EJB QL

2001-11-23 Thread Peter Levart
I'm beginning to realize that EJB 2.0 specification has a serious limitation. It's the EJB QL. Take for example a simple problem: How to create a finder or select method that would return a set of entities that a user specifies by for example 4 different attributes where each of them could be

RE: [JBoss-dev] EJB QL

2001-11-23 Thread Dain Sundstrom
I'm beginning to realize that EJB 2.0 specification has a serious limitation. It's the EJB QL. Take for example a simple problem: How to create a finder or select method that would return a set of entities that a user specifies by for example 4 different attributes where each of

[JBoss-dev] [ jboss-Bugs-484776 ] Dead connection in Pool

2001-11-23 Thread noreply
Bugs item #484776, was opened at 2001-11-23 00:30 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=484776group_id=22866 Category: JBossCMP Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Bani Greyling (banigreyling) Assigned to:

[JBoss-dev] createMETHOD(...)

2001-11-23 Thread Stéphane Bidoul
Hi, I wanted to use the EJB 2 createMETHOD(...) feature. It did not work, so I browsed the source code (Branch_2_4 and cvs HEAD), and came to the conclusion it is not yet implemented. Since it did not look too complicated, I wrote a quick patch. So my question are: - did I miss something