Board report due for April - Input Requested

2007-04-01 Thread Matt Hogstrom
I created a new page on the Wiki for the April Board report. Please take a few minutes to review and update as necessary. I'll put out a final reminder and then grab that text for the report. http://cwiki.apache.org/confluence/display/GMOxPMGT/Apache+Geronimo

[BUILD] TRUNK: Failed for Revision: 524561

2007-04-01 Thread prasad
Building with Maven version: 2.0.5 Revision: 524561 built with tests included See the full build-0500.log file at http://people.apache.org/~prasad/binaries/20070401/build-0500.log [WARNING] Unable to get resource 'org.apache.httpcomponents:jakarta-httpcore:jar:4.0-alpha3' from repository

[VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Matt Hogstrom
I have placed the 2.0-M4 binaries out on http://people.apache.org/ ~hogstrom/2.0-M4-rc1 for you to take a look at. (They are uploading as I write this). I have done some testing with DayTrader. There is an issue in connecting with he MDB container which still needs to be worked out so

Openejb should allow configuration of port used by AdminDaemon

2007-04-01 Thread Anita Kulshreshtha
When running multiple instances of Geronimo an exception is thrown during startup: .. admin thread 127.0.0.1 4200: Service failed to start.: Address already in use: JVM_Bind . Please see

[jira] Assigned: (GERONIMO-3044) Common Libs portlet does not split the file name correctly on linux

2007-04-01 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anita Kulshreshtha reassigned GERONIMO-3044: Assignee: Anita Kulshreshtha Common Libs portlet does not split the

[jira] Commented: (GERONIMO-3044) Common Libs portlet does not split the file name correctly on linux

2007-04-01 Thread Anita Kulshreshtha (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485883 ] Anita Kulshreshtha commented on GERONIMO-3044: -- Fixed in trunk rev 524588. Thanks Jay! Common Libs

Re: What is the Java Version for building source code?

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: Please give me the *full* output of 'mvn -X'. The output below does not sync up with the debug output of the latest maven-enforcer-plugin, which does log some more details about the version translation which is done to sanitize the JDK version before checking if it is in

Re: Surefire build issue

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: What operating system are you using? This is on Cygwin. /niklas

Is viewForDownload_jsp.java generated automatically?

2007-04-01 Thread Jason Warner
Where does this file come from? I need to be able to change how it displays an element or two but the file seems like it's dynamically generate. If so, does anyone know where it's generated from? Thanks, Jason Warner

[jira] Updated: (GERONIMO-3022) @PersistenceContext annotation support

2007-04-01 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-3022: Attachment: GERONIMO-3022.patch Added support for @PersistenceContext and

[jira] Assigned: (GERONIMO-3022) @PersistenceContext annotation support

2007-04-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3022: -- Assignee: David Jencks (was: Tim McConnell) @PersistenceContext annotation

Re: Is viewForDownload_jsp.java generated automatically?

2007-04-01 Thread Jason Warner
Nevermind. I confused myself. I figured it out. On 4/1/07, Jason Warner [EMAIL PROTECTED] wrote: Where does this file come from? I need to be able to change how it displays an element or two but the file seems like it's dynamically generate. If so, does anyone know where it's generated

[jira] Updated: (GERONIMO-2994) Apache Roller plugin

2007-04-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-2994: --- Attachment: geronimo-plugins.xml Here are some of the things I've done while working on

Re: What is the Java Version for building source code?

2007-04-01 Thread Jason Dillon
This is what I see when I run mvn -X on server/trunk: snip [DEBUG] maven-enforcer-plugin: resolved to version 1.0- alpha-1-20070330.225649-12 from repository apache-snapshots [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-enforcer- plugin:1.0-alpha-1-SNAPSHOT:enforce' -- [DEBUG]

Re: [VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Alan D. Cabrera
The sources seem to be missing. Is there any reason why they're in jars and not zip/tgz? Regards, Alan On Apr 1, 2007, at 2:54 AM, Matt Hogstrom wrote: I have placed the 2.0-M4 binaries out on http://people.apache.org/ ~hogstrom/2.0-M4-rc1 for you to take a look at. (They are uploading

[jira] Commented: (SM-910) better handling of unavailable external http services

2007-04-01 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38940 ] Guillaume Nodet commented on SM-910: You need to use a JCA consumer so that the JMS message consumption is

Re: [VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Jason Dillon
Matt are you still deploying assemblies? This looks like the work of the release plugin trying to make source archives out of the module... this isn't really a -src assembly which contains the entire src of the project. --jason On Apr 1, 2007, at 12:12 PM, Alan D. Cabrera wrote: The

Re: [VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Matt Hogstrom
Hi Alan, Thanks for the reminder (it was a bit early / late). I'm commting the final changes to svn and will put the source files out there in gz / zip form. I'll be uploading the sources you are looking for in a few minutes. The other sources you see are produced by Maven as part of

Re: [VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Matt Hogstrom
See the reply to Alan on the sources. Regarding the assemblies no, I won't be publishing them per the earlier discussion. On Apr 1, 2007, at 3:33 PM, Jason Dillon wrote: Matt are you still deploying assemblies? This looks like the work of the release plugin trying to make source

Re: [VOTE] 2.0-M4 Binaries available (rc1)

2007-04-01 Thread Jason Dillon
So why are there *-sources.jar* bits in there then? --jason On Apr 1, 2007, at 12:39 PM, Matt Hogstrom wrote: See the reply to Alan on the sources. Regarding the assemblies no, I won't be publishing them per the earlier discussion. On Apr 1, 2007, at 3:33 PM, Jason Dillon wrote: Matt

Re: Surefire build issue

2007-04-01 Thread Jason Dillon
Are you setting JAVA_HOME in windows or in Cygwin? Looks to me like you are having some related environmental configuration issues. Short of telling you to double check your configuration, nuke your local repo and the obligatory go by a mac statement... not much I can do. Maybe someone

[DISCUSS] 2.0-M4 artifacts (was Re: [VOTE] 2.0-M4 Binaries available (rc1))

2007-04-01 Thread Matt Hogstrom
Two issues I think we're discussing. First, the *-sources should not be on people and were copied as part of a script I had to grab the assemblies. They have been removed. The *-sources have been replaced with the SVN export of the tree used to build the artifacts and are the

[jira] Commented: (GERONIMO-3046) When starting Daytrader after deploy on 2.0-SNAPSHOT ejb-jar is started before its dependencies have been started

2007-04-01 Thread Matt Hogstrom (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485919 ] Matt Hogstrom commented on GERONIMO-3046: - Still having the same problem with this fix applied. When

Re: What is the Java Version for building source code?

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: I've no idea why you are not picking up newer versions. Try to remove ~/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin. That most certainly did the trick. I should have thought of that myself, thanks for enduring! /niklas

Re: Surefire build issue

2007-04-01 Thread Niklas Gustavsson
Jason Dillon wrote: Are you setting JAVA_HOME in windows or in Cygwin? Cygwin. Looks to me like you are having some related environmental configuration issues. Short of telling you to double check your configuration, nuke your local repo and the obligatory go by a mac statement... not

Updating Genesis to 1.2-SNAPSHOT

2007-04-01 Thread Matt Hogstrom
I am planning on upgrading Genesis to 1.2-SNAPSHOT and getting the plugins and other dependencies in line for the 2.0 release of Geronimo. I'll start the 1.2-SNAPSHOT now and do some testing before updating trunk. Just a heads up.

[jira] Commented: (GERONIMO-3022) @PersistenceContext annotation support

2007-04-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485928 ] David Jencks commented on GERONIMO-3022: Applied patch in rev 524702, it seems to work. Leaving this

[jira] Assigned: (GERONIMO-3022) @PersistenceContext annotation support

2007-04-01 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3022: -- Assignee: Tim McConnell (was: David Jencks) @PersistenceContext annotation

Re: [ANNOUNCE] Dain Sundstrom is the newest member of the Geronimo PMC

2007-04-01 Thread Manu George
Congrats Dain On 3/31/07, Lasantha Ranaweera [EMAIL PROTECTED] wrote: Congrats Dain. Lasantha Matt Hogstrom wrote: The Apache Geronimo PMC is pleased to announce that Dain Sundstrom has accepted an invitation to join the PMC. Nuf 'said. Welcome :-0 --No virus found in this incoming

[jira] Updated: (GERONIMO-3051) DB Viewer portlet error

2007-04-01 Thread Frank G (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank G updated GERONIMO-3051: -- Attachment: GERONIMO-3051.patch This is a general problem for any web application which uses