EWS jar

2004-11-30 Thread Davanum Srinivas
Srinath, Can you please reduce the size of the EWS jar? i see an extra ews-xmlbeans-DEV.jar and several xsd's (and their xmlbeans generated code which are already in Geronimo). Thanks, dims -- Davanum Srinivas - http://webservices.apache.org/~dims/

Re: Build failure in Axis module

2004-11-30 Thread Srinath Perera
seems the ews build fail for soem reason and the old ews jar is out of sync .. Will look in to it now. shall I make the ews depend on axis rc2? On Mon, 29 Nov 2004 18:55:01 -0500, Davanum Srinivas [EMAIL PROTECTED] wrote: That was my nightly build script causing problemsplease try maven

Re: Build failure in Axis module

2004-11-30 Thread Srinath Perera
I sync the axis jars versons in the geronimo axis module and the ews, please cross check the does that fix the build On Mon, 29 Nov 2004 16:56:39 -0800, Jeremy Boynes [EMAIL PROTECTED] wrote: It now builds for me - thanks all. -- Jeremy Srinath Perera wrote: seems the ews build

Re: Build failure in Axis module

2004-11-30 Thread Davanum Srinivas
+1 to switch both to Axis-RC2. hop onto #geronimo channel on irc.freenode.net when you get a chance. -- dims On Tue, 30 Nov 2004 06:42:29 +0600, Srinath Perera [EMAIL PROTECTED] wrote: seems the ews build fail for soem reason and the old ews jar is out of sync .. Will look in to it now. shall

Changes to GBeanInfo classes

2004-11-30 Thread Dain Sundstrom
Summary: I think we need to change the GBeanInfo classes so the constructors require all data be specified. This means that the GBeanInstance (the implementation class) will not try to figure things out such as accessor names. This change will not break Geronimo, OpenEJB or ActiveMQ, since

Re: Changes to GBeanInfo classes

2004-11-30 Thread David Jencks
+1 I think there is some dynamic attribute builder code in the connector module builder that may need enhancement david jencks On Nov 29, 2004, at 5:43 PM, Dain Sundstrom wrote: Summary: I think we need to change the GBeanInfo classes so the constructors require all data be specified. This

Re: Changes to GBeanInfo classes

2004-11-30 Thread Dain Sundstrom
On Nov 29, 2004, at 6:00 PM, David Jencks wrote: +1 I think there is some dynamic attribute builder code in the connector module builder that may need enhancement That was one of the first things I checked, and it looks totally clean. -dain

[jira] Assigned: (GERONIMO-195) BLOB support for CMP entity bean

2004-11-30 Thread Gianny DAMOUR (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-195?page=history ] Gianny DAMOUR reassigned GERONIMO-195: -- Assign To: Gianny DAMOUR BLOB support for CMP entity bean Key: GERONIMO-195 URL:

[jira] Commented: (GERONIMO-224) EJB 2.1 Timer support

2004-11-30 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-224?page=comments#action_56037 ] David Jencks commented on GERONIMO-224: --- The ejb timer implementation is based on a generic timer implementation in geronimo, which uses pluggable persistence

[jira] Assigned: (GERONIMO-224) EJB 2.1 Timer support

2004-11-30 Thread David Jencks (JIRA)
[ http://nagoya.apache.org/jira/browse/GERONIMO-224?page=history ] David Jencks reassigned GERONIMO-224: - Assign To: David Jencks EJB 2.1 Timer support - Key: GERONIMO-224 URL:

[jira] Created: (GERONIMO-507) ConnectException occurs after MDB deployment and server restart. MDB deploying before Broker

2004-11-30 Thread Hiram Chirino (JIRA)
ConnectException occurs after MDB deployment and server restart. MDB deploying before Broker - Key: GERONIMO-507 URL: http://nagoya.apache.org/jira/browse/GERONIMO-507 Project:

Re: GBeans, Kernel and JMX Exceptions

2004-11-30 Thread Dain Sundstrom
This was getting in my way, so I finished the work. All code should be updated an checked in. I didn't add type specific arguments to the classes, such as ObjectName, attribute name, operation signature, so if someone wants to take a stab at that please do. -dain -- Dain Sundstrom Chief