[jira] Updated: (GERONIMO-1296) Corba spec does not define ExceptionDetailMessage

2005-12-13 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1296?page=all ] Aaron Mulder updated GERONIMO-1296: --- Fix Version: 1.1 Version: 1.0-M5 Corba spec does not define ExceptionDetailMessage -

[jira] Closed: (GERONIMO-1181) Add/Edit Tomcat HTTPS Connector does not address truststore parameters

2005-12-13 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1181?page=all ] Vamsavardhana Reddy closed GERONIMO-1181: - Add/Edit Tomcat HTTPS Connector does not address truststore parameters

[jira] Closed: (GERONIMO-1292) Connector Portlet: List connectors in Web Server management page throws exception

2005-12-13 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1292?page=all ] Vamsavardhana Reddy closed GERONIMO-1292: - Connector Portlet: List connectors in Web Server management page throws exception

Re: Disasterous problem with 2 spec jars

2005-12-13 Thread David Jencks
Sachin says that maven 2 uses the eclipse compiler rather than javac and that judging by its behavior when looking at binary classes in eclipse it may well be producing these bad class files. It appears that all the methods in the implements interfaces have been added to the class.

[jira] Commented: (GERONIMO-1333) [Daytrader] ejb module should not depend on wsappclient module

2005-12-13 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1333?page=comments#action_12360289 ] Vincent Massol commented on GERONIMO-1333: -- I've done some more analysis. The problem comes from TradeWebSoapProxy.java in the ejb module which uses

Re: Disasterous problem with 2 spec jars

2005-12-13 Thread Rick McGuire
I just took a look at the Sun version of the BodyPart class, and it is similarly truncated (although it supports a setParent() method in addition to getParent()). It appears that the eclipse compiler is adding this incorrectly. It makes sense that it shouldn't, since the BodyPart class is

Re: Fwd: OpenEJB Question

2005-12-13 Thread Gianny Damour
Hi Manu, Thanks for your debugging! This was a bug in IdentityDefinerBuilder, which was wrongly trying to identify a compound PK based on the number of primary key fields. This is now fixed. I will create a JIRA to track this issue tomorrow as it seems that JIRA is down tonight. Thanks,

Re: [jira] Updated: (GERONIMO-1130) Implement WebServer Manager (statistics gathering/reporting) management interface

2005-12-13 Thread Joe Bohn
Aaron, I understand your reluctance at this late date. I was actually hoping to get this implemented last week ... but it's pretty late now and probably not worth the risk. It still bothers me that when running under tomcat the web server stats portlet gives the impression that it

Re: Fwd: OpenEJB Question

2005-12-13 Thread Manu George
Hi Gianny Great to know its fixed. Will try it out after building geronimo from source. Thanks ManuOn 12/13/05, Gianny Damour [EMAIL PROTECTED] wrote: Hi Manu,Thanks for your debugging! This was a bug in IdentityDefinerBuilder,which was wrongly trying to identify a compound PK based on the

Re: [jira] Updated: (GERONIMO-1130) Implement WebServer Manager (statistics gathering/reporting) management interface

2005-12-13 Thread Aaron Mulder
A Tomcat patch might be good so long as it only affects the console (e.g. not modules/tomcat). Aaron On 12/13/05, Joe Bohn [EMAIL PROTECTED] wrote: Aaron, I understand your reluctance at this late date. I was actually hoping to get this implemented last week ... but it's pretty late now

Re: Fwd: OpenEJB Question

2005-12-13 Thread Aaron Mulder
Gianny, Did the fix go into TranQL? Geronimo 1.0 is not using a TranQL snapshot right now, so someone would need to cut a new TranQL release for us to get the fix into Geronimo 1.0. Thanks, Aaron On 12/13/05, Gianny Damour [EMAIL PROTECTED] wrote: Hi Manu, Thanks for your debugging!

Re: Disasterous problem with 2 spec jars

2005-12-13 Thread Kevan Miller
I don't fully understand the issue, but Eclipse may not be doing the wrong thing... Sun JDK 1.5 will, in fact, behave in the same manner (I haven't tested to see how 1.5 will compile the same class). Just to be clear, the near-term options seem to be: 1) switch spec build to maven 1 2) configure

[jira] Created: (GERONIMO-1349) Missing Ports in Startup Port List

2005-12-13 Thread Aaron Mulder (JIRA)
Missing Ports in Startup Port List -- Key: GERONIMO-1349 URL: http://issues.apache.org/jira/browse/GERONIMO-1349 Project: Geronimo Type: Bug Components: startup/shutdown Versions: 1.0-M5 Reporter: Aaron Mulder

[jira] Commented: (GERONIMO-1216) ORB string - object conversion

2005-12-13 Thread JIRA
[ http://issues.apache.org/jira/browse/GERONIMO-1216?page=comments#action_12360333 ] Lars Kühne commented on GERONIMO-1216: -- That may very well be the case. You applied the GERONIMO-1242 patch first, that might have changed the ORB class so much

log properties in var/log directory

2005-12-13 Thread Hernan Cunico
Hi All, I am playing around with the new builds. For documentation and testing purposes I normally clean the *logs* by just wiping out the content of the /log directory. I found out (the hard way) there were some properties files there that I deleted too. Since this easy way to clean the

[jira] Created: (GERONIMO-1350) Web Console indicates that web server stats are available for Tomcat when they really are not

2005-12-13 Thread Joe Bohn (JIRA)
Web Console indicates that web server stats are available for Tomcat when they really are not - Key: GERONIMO-1350 URL: http://issues.apache.org/jira/browse/GERONIMO-1350 Project:

[jira] Updated: (GERONIMO-1349) Missing Ports in Startup Port List

2005-12-13 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1349?page=all ] Aaron Mulder updated GERONIMO-1349: --- Fix Version: 1.1 (was: 1.0) Priority: Major (was: Blocker) Fixed the directory port. Not sure where the other random

Re: [VOTE] David Blevins as Axis committer (Re: Axis 1.4 Final Branch)

2005-12-13 Thread Sanjiva Weerawarana
On Mon, 2005-12-12 at 03:41 -0500, Davanum Srinivas wrote: Folks, Can we please vote David as committer to take care of Axis 1.x. Here's my +1 +1 .. welcome aboard David. Sanjiva.

Re: log properties in var/log directory

2005-12-13 Thread Aaron Mulder
It's not a bad idea to support rm -rf log/* but I don't think moving stuff out of /var is the right answer. I'd rather think of a better place under /var to store the log config files. Aaron On 12/13/05, Hernan Cunico [EMAIL PROTECTED] wrote: Hi All, I am playing around with the new builds.

Re: log properties in var/log directory

2005-12-13 Thread Dave Colasurdo
I had the same problem awhile back.. I agree the log properties files shoule be kept in a different spot than the logs.. -Dave- Hernan Cunico wrote: Hi All, I am playing around with the new builds. For documentation and testing purposes I normally clean the *logs* by just wiping out the

RE: [Geronimo] Clustering

2005-12-13 Thread Rajith Attapattu
Jules, Sorry for the late reply and thanks for all the info!!! It's awesome. I have more questions if you don't mind. Not very organized so bear with me :( Answers are greatly appreciated. JNDI implementation I guess what you are talking about is our own version of (at the

[jira] Updated: (GERONIMO-777) Deployment files not removed on Windows

2005-12-13 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-777?page=all ] Kevan Miller updated GERONIMO-777: -- Fix Version: 1.1 (was: 1.0) Version: 1.0 (was: 1.0-M3) (was: 1.0-M4)

Re: log properties in var/log directory

2005-12-13 Thread Sachin Patel
./var/log ./var/properties On 12/13/05 11:19 AM, Dave Colasurdo [EMAIL PROTECTED] wrote: I had the same problem awhile back.. I agree the log properties files shoule be kept in a different spot than the logs.. -Dave- Hernan Cunico wrote: Hi All, I am playing around with the new builds.

[jira] Created: (GERONIMO-1351) Separate Derby network listener from system-databsae ocnfiguration

2005-12-13 Thread Aaron Mulder (JIRA)
Separate Derby network listener from system-databsae ocnfiguration -- Key: GERONIMO-1351 URL: http://issues.apache.org/jira/browse/GERONIMO-1351 Project: Geronimo Type: Bug Components: databases,

[jira] Updated: (GERONIMO-1351) Separate Derby network listener from system-databsae configuration

2005-12-13 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1351?page=all ] Aaron Mulder updated GERONIMO-1351: --- Component: security Summary: Separate Derby network listener from system-databsae configuration (was: Separate Derby network listener from

[jira] Updated: (GERONIMO-1350) Web Console indicates that web server stats are available for Tomcat when they really are not

2005-12-13 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1350?page=all ] Joe Bohn updated GERONIMO-1350: --- Attachment: NoTomcatStats.patch This patch includes changes to just the console itself to provide an appropriate message for tomcat indicating that

[jira] Commented: (GERONIMO-1216) ORB string - object conversion

2005-12-13 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1216?page=comments#action_12360350 ] Alan Cabrera commented on GERONIMO-1216: A new patch would be good. Things have changed significantly. ORB string - object conversion

Re: [jira] Updated: (GERONIMO-1130) Implement WebServer Manager (statistics gathering/reporting) management interface

2005-12-13 Thread Joe Bohn
I created GERONIMO-1350 for this purpose and attached a patch that only affects the console (not modules/management, modules/tomcat, or modules/jetty). http://issues.apache.org/jira/browse/GERONIMO-1350 Joe Aaron Mulder wrote: A Tomcat patch might be good so long as it only affects the

[jira] Assigned: (GERONIMO-1216) ORB string - object conversion

2005-12-13 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1216?page=all ] Alan Cabrera reassigned GERONIMO-1216: -- Assign To: Lars Kühne (was: Alan Cabrera) ORB string - object conversion Key: GERONIMO-1216

Re: Fwd: OpenEJB Question

2005-12-13 Thread Gianny Damour
Hi Manu, This was a simple TranQL fix. So, you simply need to build TranQL and drop it in your repo (you do not need a full rebuild of Geronimo). Thanks, Gianny Manu George wrote: Hi Gianny Great to know its fixed. Will try it out after building geronimo from source. Thanks Manu On

[jira] Updated: (GERONIMO-1216) ORB string - object conversion

2005-12-13 Thread JIRA
[ http://issues.apache.org/jira/browse/GERONIMO-1216?page=all ] Lars Kühne updated GERONIMO-1216: - Attachment: issue1216-2.patch Here is version 2 of the patch. It is hand edited to remove other changes I already have locally, hope this works out...

Server Logs

2005-12-13 Thread Hernan Cunico
Hi All, I have a general question about the Console/Server Logs. I'm trying to specify a different server log (geronimo.log) from the *Server Log Viewer* pull-down menu. So far there is only one option to select from and it is ruled by the value you specify in the server-log4j.properties

svn commit: r356616 - in /incubator/activemq/trunk: activemq-core/src/main/java/org/activemq/broker/jmx/ activemq-core/src/main/java/org/activemq/transport/vm/ activemq-ra/src/main/rar/ assembly/src/r

2005-12-13 Thread chirino
Author: chirino Date: Tue Dec 13 13:02:04 2005 New Revision: 356616 URL: http://svn.apache.org/viewcvs?rev=356616view=rev Log: - Updated the config xml to use new discovery syntax. - Using specific version of activeio as that may change a bit soon. - The vm transport now support specifing a

Re: Server Logs

2005-12-13 Thread Aaron Mulder
If you configured more than one log file in your configuration, there should be more than one option in the menu. Aaron On 12/13/05, Hernan Cunico [EMAIL PROTECTED] wrote: Hi All, I have a general question about the Console/Server Logs. I'm trying to specify a different server log

[jira] Resolved: (GERONIMO-1350) Web Console indicates that web server stats are available for Tomcat when they really are not

2005-12-13 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1350?page=all ] Aaron Mulder resolved GERONIMO-1350: Resolution: Fixed Applied to 1.0 branch (356626) Web Console indicates that web server stats are available for Tomcat when they really are

[jira] Updated: (GERONIMO-1350) Web Console indicates that web server stats are available for Tomcat when they really are not

2005-12-13 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1350?page=all ] Aaron Mulder updated GERONIMO-1350: --- Version: 1.0-M5 (was: 1.0) Web Console indicates that web server stats are available for Tomcat when they really are not

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apac

2005-12-13 Thread Bill Stoddard
[EMAIL PROTECTED] wrote: Author: sppatel Date: Mon Dec 12 23:14:08 2005 New Revision: 356493 URL: http://svn.apache.org/viewcvs?rev=356493view=rev Log: RC4 released Added:

[jira] Created: (GERONIMO-1354) The var/config.xml file is always re-written even if no attribute changes are made by the user

2005-12-13 Thread John Sisson (JIRA)
The var/config.xml file is always re-written even if no attribute changes are made by the user -- Key: GERONIMO-1354 URL: http://issues.apache.org/jira/browse/GERONIMO-1354 Project:

Re: Disasterous problem with 2 spec jars

2005-12-13 Thread Brett Porter
For the record... Maven does not use the eclipse compiler without it being configured. However, by default it is -source 1.3 and -target 1.1 (maximum JVM compatibility). It's the -target 1.1 that adds these signatures. Adding source1.4/source and target1.4/target fixed the issue. - Brett On

[jira] Created: (GERONIMO-1355) Geronimo Server Plug-in Needs User Documentation

2005-12-13 Thread Arthur Ryman (JIRA)
Geronimo Server Plug-in Needs User Documentation Key: GERONIMO-1355 URL: http://issues.apache.org/jira/browse/GERONIMO-1355 Project: Geronimo Type: Bug Components: eclipse-plugin Versions: 1.0-M5

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apac

2005-12-13 Thread Bill Stoddard
Sachin Patel wrote: In the plugins directory. (org.apache.geronimo.deployment.model.edit) The bundle activator is generated dynamically along with the rest of the classes until I get to each of them individual to do custom overrides on the generated code for our editors. So currently there's

[jira] Commented: (GERONIMO-1355) Geronimo Server Plug-in Needs User Documentation

2005-12-13 Thread Arthur Ryman (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1355?page=comments#action_12360366 ] Arthur Ryman commented on GERONIMO-1355: To proceed with testing, I created a directory for the [Install Server] button. However, Eclipse seemed to hang at that

[jira] Assigned: (GERONIMO-1352) RMI port number is not specified in URL for JMXConnector in server config.xml files

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1352?page=all ] John Sisson reassigned GERONIMO-1352: - Assign To: (was: John Sisson) RMI port number is not specified in URL for JMXConnector in server config.xml files

[jira] Commented: (GERONIMO-903) Update Log4J usage from 1.2.8 to latest maintenance version of 1.2.11

2005-12-13 Thread Fredrik Westermarck (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-903?page=comments#action_12360368 ] Fredrik Westermarck commented on GERONIMO-903: -- Consider using the newly released log4j 1.2.13 instead of 1.2.11 since it includes the long awaited trace

Re: [continuum] BUILD FAILURE: Geronimo:: Assemblies

2005-12-13 Thread David Blevins
Still failing On Dec 12, 2005, at 3:50 PM, David Blevins wrote: Still getting this error on Assemblies. On Dec 12, 2005, at 3:23 PM, continuum wrote: izpack:izpack-prepare: [echo] izpack-prepare is running [echo] Processing installer file geronimo-izpack.xml [echo]

[jira] Updated: (GERONIMO-1352) RMI port number is not specified in URL for JMXConnector in server config.xml files

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1352?page=all ] John Sisson updated GERONIMO-1352: -- Fix Version: 1.1 (was: 1.0) Assign To: Aaron Mulder Assigned to you.. Matt made me! RMI port number is not specified in URL

[jira] Updated: (GERONIMO-1192) Installer should create a config.xml for the target install

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1192?page=all ] John Sisson updated GERONIMO-1192: -- Fix Version: 1.1 (was: 1.0) Installer should create a config.xml for the target install

Re: Geronimo 1.0 Status ... Countdown to release

2005-12-13 Thread David Blevins
Another update It's looking good. We have a bunch of people working on release notes. I'm double-checking some tests, then going to cut a tag 1.0.0 and create the proposed final binaries. When all that is done we can start the vote and the final tck run -- both take a few days.

[jira] Updated: (GERONIMO-1344) Get java usage help when a trailing slash '/' is in GERONIMO_HOME environment variable when running geronimo.bat

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1344?page=all ] John Sisson updated GERONIMO-1344: -- Fix Version: 1.1 (was: 1.0) Version: 1.0 Get java usage help when a trailing slash '/' is in GERONIMO_HOME environment

[jira] Resolved: (GERONIMO-1112) Problem with sending mail using G's JavaMail SMTP transport

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1112?page=all ] John Sisson resolved GERONIMO-1112: --- Resolution: Fixed Problem with sending mail using G's JavaMail SMTP transport ---

[jira] Closed: (GERONIMO-1112) Problem with sending mail using G's JavaMail SMTP transport

2005-12-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1112?page=all ] John Sisson closed GERONIMO-1112: - Problem with sending mail using G's JavaMail SMTP transport --- Key: GERONIMO-1112

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apac

2005-12-13 Thread Sachin Patel
The [emf.XSD2Java] messages are normal. What command are you using to build? From inside /devtools/modules/eclipse-plugin/ Try.. maven clean build On 12/13/05 2:33 PM, Bill Stoddard [EMAIL PROTECTED] wrote: Sachin Patel wrote: In the plugins directory.

[jira] Commented: (GERONIMO-1353) Geronimo Feature Failed to Install Properly

2005-12-13 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1353?page=comments#action_12360377 ] Sachin Patel commented on GERONIMO-1353: I was able to get the feature to install, but WTP would not extract the server image into the directory specified. Due

[jira] Commented: (GERONIMO-1355) Geronimo Server Plug-in Needs User Documentation

2005-12-13 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1355?page=comments#action_12360379 ] Sachin Patel commented on GERONIMO-1355: Yes I got the hang as well, the following bugzilla has been opened. Since the download is 50+ megs, theres no progress

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apac

2005-12-13 Thread Bill Stoddard
Sachin Patel wrote: The [emf.XSD2Java] messages are normal. What command are you using to build? From inside /devtools/modules/eclipse-plugin/ Try.. maven clean build Thanks Sachin. I must be missing something obvious... Ran maven clean build and hit this: BUILD FAILED File..

svn commit: r356666 - in /incubator/activemq/trunk/activemq-web/src/java/org/activemq/web: MessageServlet.java WebClient.java

2005-12-13 Thread chirino
Author: chirino Date: Tue Dec 13 17:07:08 2005 New Revision: 35 URL: http://svn.apache.org/viewcvs?rev=35view=rev Log: Was having some wierd issues with the consumer.. disabled continuations for now (but i don't think that was the issue). added a semaphore to avoid multiple blocking

Re: svn commit: r356493 - in /geronimo/devtools/trunk/modules/eclipse-plugin: ./ features/org.apache.geronimo.installableruntime.feature/ plugins/org.apache.geronimo.deployment.model.edit/src/org/apac

2005-12-13 Thread Sachin Patel
Just kicked off a build on Continuum and it passed. You're correct though I have not yet uploaded those snapshots. You could go into each of those directories and run maven on each of them individually and then go to the root and build. On 12/13/05 5:01 PM, Bill Stoddard [EMAIL PROTECTED]

[jira] Created: (GERONIMO-1356) Clean up distributionDirectory element in project.xml files as it contains 'incubator'

2005-12-13 Thread John Sisson (JIRA)
Clean up distributionDirectory element in project.xml files as it contains 'incubator' Key: GERONIMO-1356 URL: http://issues.apache.org/jira/browse/GERONIMO-1356 Project: Geronimo

ApacheCon Geronimo Clustering Huddle: 10:00am Wednesday, Hackathon Area.

2005-12-13 Thread Jules Gosnell
Guys, Interest in clustering seems to be growing rapidly, along with requirements from various areas. I thought it would be useful to get everyone with an interest together in one place to answer peoples' questions about Geronimo clustering status and to canvas you all for expectations,

Re: Geronimo 1.0 Status ... Countdown to release

2005-12-13 Thread David Blevins
Cutting tag now -David On Dec 13, 2005, at 3:44 PM, David Blevins wrote: Another update It's looking good. We have a bunch of people working on release notes. I'm double-checking some tests, then going to cut a tag 1.0.0 and create the proposed final binaries. When all that

[jira] Closed: (GERONIMO-1216) ORB string - object conversion

2005-12-13 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1216?page=all ] Alan Cabrera closed GERONIMO-1216: -- Resolution: Fixed ORB string - object conversion Key: GERONIMO-1216 URL:

[jira] Closed: (GERONIMO-1296) Corba spec does not define ExceptionDetailMessage

2005-12-13 Thread Alan Cabrera (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1296?page=all ] Alan Cabrera closed GERONIMO-1296: -- Resolution: Fixed Corba spec does not define ExceptionDetailMessage - Key:

[jira] Created: (GERONIMO-1357) Apache Geronimo V1.0 Documentation Draft

2005-12-13 Thread Hernan Cunico (JIRA)
Apache Geronimo V1.0 Documentation Draft Key: GERONIMO-1357 URL: http://issues.apache.org/jira/browse/GERONIMO-1357 Project: Geronimo Type: Improvement Versions: 1.0 Environment: All Reporter: Hernan Cunico

[jira] Updated: (GERONIMO-1357) Apache Geronimo V1.0 Documentation Draft

2005-12-13 Thread Hernan Cunico (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1357?page=all ] Hernan Cunico updated GERONIMO-1357: Attachment: GERONIMO_DOC_2005_12_13.zip Apache Geronimo V1.0 Documentation Draft Key:

Geronimo Documentation update

2005-12-13 Thread Hernan Cunico
Hi All, better later than never, I just created a JIRA http://issues.apache.org/jira/browse/GERONIMO-1357 with updated documentation. Major updates were on the Administration section. Cheers! Hernan

[Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Matt Hogstrom
We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after we confirm the final set of tests. Please take some time to download a binary and review it for completeness. The

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Geir Magnusson Jr .
+1 assuming the binaries pass the TCK On Dec 13, 2005, at 8:30 PM, Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after we confirm the final set

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Jeff Genender
[X] +1 Release these binaries Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after we confirm the final set of tests. Please take some time to

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Geir Magnusson Jr.
I assume david is still uploading? they aren't all there... On Dec 13, 2005, at 8:30 PM, Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after we

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread David Blevins
Uploading again... The connection was reset. On Dec 13, 2005, at 9:29 PM, Geir Magnusson Jr. wrote: I assume david is still uploading? they aren't all there... On Dec 13, 2005, at 8:30 PM, Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary

[jira] Created: (GERONIMO-1358) Switch database config file looking to geronimo.apache.org

2005-12-13 Thread Aaron Mulder (JIRA)
Switch database config file looking to geronimo.apache.org -- Key: GERONIMO-1358 URL: http://issues.apache.org/jira/browse/GERONIMO-1358 Project: Geronimo Type: Bug Components: console, databases

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread David Blevins
Files uploaded! Here is my +1 baring any tck failures. -David On Dec 13, 2005, at 8:30 PM, Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after

RE: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Panda, Akshaya Kumar \(Cognizant\)
---BeginMessage--- David, Are the contents of .zip and .tar different? i see the unix startup commands are there in .zip akshay From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Wed 12/14/2005 11:05 AM To: dev@geronimo.apache.org Subject: Re: [Vote]

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Jason Dillon
Not gonna do a RCn series first? --jason On Dec 13, 2005, at 8:30 PM, Matt Hogstrom wrote: We are currently going through the final testing phases and have the binary images available for review. These images represent what we will be making available to users after we confirm the

Re: Fwd: OpenEJB Question

2005-12-13 Thread Manu George
Hi Gianny, I get it.But the problem is if I put this jar in the repo of my existing Geronimo Instance it fails to start due to de-serialisation problems. org.apache.geronimo.kernel.config.InvalidConfigException: Could not extract gbean data from configuation at

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Aaron Mulder
I'm sorry to say, but -1: the console has a dangling SNAPSHOT that means that no database pools can be deployed from the database pool portlet. I put all the blame on the guy who did the SNAPSHOT cleanup in the branch, who was, umm, me. :) I checked the fix in to the 1.0 branch. Aaron On

Re: building from 1.0 tag

2005-12-13 Thread Aaron Mulder
That happens on the continuum build machines, but so far not on my machine. It's kind of not so bad since we aren't distributing the installer yet. But I'm not sure why it's happening, and it would sure be nice to figure it out and fix it. Aaron On 12/14/05, Christopher Chan [EMAIL PROTECTED]

Re: [Vote] Geronimo V1.0 Release binaries

2005-12-13 Thread Rainer Jung
Hi guys, unfortunately: -1 (non binding) Reason: The tarballs for source and bin are corrupt. They includes files with a missing last character in their name. I checked md5 of the downloads (OK). The zip seems OK. Some differences between the archives might be intentionally, but obviously not