[jira] Created: (GERONIMO-1605) Display PID of started process when using geronimo.sh start or startup.sh

2006-02-08 Thread John Sisson (JIRA)
Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.1 Enchance geronimo.sh to display the PID of started process when Geronimo is started using geronimo.sh start or startup.sh. This is useful for developers who

[jira] Created: (GERONIMO-1606) Display message indicating Geronimo is being started in another window when started with geronimo.bat start or startup.bat

2006-02-08 Thread John Sisson (JIRA)
://issues.apache.org/jira/browse/GERONIMO-1606 Project: Geronimo Type: Improvement Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.1 Display a message indicating Geronimo is being started

[jira] Created: (GERONIMO-1607) Allow user to specify arguments to be specified on the Windows START command issued by geronimo.sh

2006-02-08 Thread John Sisson (JIRA)
Project: Geronimo Type: Improvement Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.1 Allow arguments to the Windows START command to be specified in an environment variable

[jira] Updated: (GERONIMO-1607) Allow user to specify arguments to be used on the Windows START command issued by geronimo.bat

2006-02-08 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1607?page=all ] John Sisson updated GERONIMO-1607: -- Summary: Allow user to specify arguments to be used on the Windows START command issued by geronimo.bat (was: Allow user to specify arguments

[jira] Created: (GERONIMO-1608) Improve Geronimo script documentation

2006-02-08 Thread John Sisson (JIRA)
: John Sisson Assigned to: John Sisson Priority: Trivial Fix For: 1.0.1, 1.1 * Describe relationship between geronimo.bat/sh ,startup.bat/sh and shutdown.bat/sh in the geronimo.bat/sh file * Make it clearer that users shouldn't have to edit script files just to set environment

[jira] Created: (GERONIMO-1609) Fix typo in error message in geronimo.bat - cannot find ...setclasspath.bat should read cannot find ...setjavaenv.bat

2006-02-08 Thread John Sisson (JIRA)
://issues.apache.org/jira/browse/GERONIMO-1609 Project: Geronimo Type: Bug Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.0.1, 1.1 * Fix typo in geronimo.bat where it echos a message that it cannot

[jira] Updated: (GERONIMO-1609) Fix typo in error message in geronimo.bat - cannot find ...setclasspath.bat should read cannot find ...setjavaenv.bat

2006-02-08 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1609?page=all ] John Sisson updated GERONIMO-1609: -- Summary: Fix typo in error message in geronimo.bat - cannot find ...setclasspath.bat should read cannot find ...setjavaenv.bat (was: Fix typo in error

[jira] Created: (GERONIMO-1610) deploy.bat does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables

2006-02-08 Thread John Sisson (JIRA)
: Geronimo Type: Bug Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.0.1, 1.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Created: (GERONIMO-1612) Remove -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS from commands in geronimo.sh

2006-02-08 Thread John Sisson (JIRA)
Components: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Minor Fix For: 1.0.1, 1.1 This was accidentally carried over from the Tomcat code the script was based upon. -- This message is automatically generated by JIRA. - If you

[jira] Commented: (GERONIMO-1612) Remove -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS from commands in geronimo.sh

2006-02-08 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1612?page=comments#action_12365666 ] John Sisson commented on GERONIMO-1612: --- Pretty sure :-) This was removed for the following reasons: * It wasn't documented in the geronimo.sh script * It isn't

[jira] Commented: (GERONIMO-1612) Remove -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS from commands in geronimo.sh

2006-02-08 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1612?page=comments#action_12365669 ] John Sisson commented on GERONIMO-1612: --- Spoke with Jeff on IRC and he said Ok...seems good to me...as long as its doable on the command line, I am cool with it So

[jira] Commented: (GERONIMO-1614) Installer - Console portal servlet fails to load properly after install

2006-02-09 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1614?page=comments#action_12365818 ] John Sisson commented on GERONIMO-1614: --- Eric, can you give some more detail on the file that Pluto was having problems with and the symptoms. Doing a quick

[jira] Reopened: (GERONIMO-1638) Multiple servers sharing the same repo and config store

2006-02-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1638?page=all ] John Sisson reopened GERONIMO-1638: --- The geronimo.sh geronimo.bat startup scripts need to be updated to work with these changes. Assign to me if you want me to look

[jira] Created: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-23 Thread John Sisson (JIRA)
, deployment Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Blocker Fix For: 1.1, 1.0.1 There is a bug in org.apache.geronimo.schema.SchemaConversionUtils.convertBeans(..) for a EJB 2.0 MDB where the security-identity element is not moved to after

[jira] Commented: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-23 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1649?page=comments#action_12367627 ] John Sisson commented on GERONIMO-1649: --- Test case and fix committed to 1.0 branch. Need to merge to trunk. Invalid deployment descriptor error when deploying

[jira] Updated: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-23 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1649?page=all ] John Sisson updated GERONIMO-1649: -- Attachment: TEST-org.apache.geronimo.schema.SchemaConversionUtilsTest.txt For future reference.. Attached test report showing failure in newly added

[jira] Commented: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-23 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1649?page=comments#action_12367629 ] John Sisson commented on GERONIMO-1649: --- Note that the comment by Anita above is for a separate issue and is not addressed by this JIRA. Invalid deployment

[jira] Closed: (GERONIMO-1649) Invalid deployment descriptor error when deploying an EJB 2.0 MDB

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1649?page=all ] John Sisson closed GERONIMO-1649: - Resolution: Fixed Fixed. Changes merged to trunk. Invalid deployment descriptor error when deploying an EJB 2.0 MDB

[jira] Closed: (GERONIMO-1603) shutdown.bat does not set ERRORLEVEL and does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1603?page=all ] John Sisson closed GERONIMO-1603: - Resolution: Fixed shutdown.bat does not set ERRORLEVEL and does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables

[jira] Closed: (GERONIMO-1605) Display PID of started process when using geronimo.sh start or startup.sh

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1605?page=all ] John Sisson closed GERONIMO-1605: - Fix Version: 1.0.1 Resolution: Fixed Display PID of started process when using geronimo.sh start or startup.sh

[jira] Closed: (GERONIMO-1604) Output from deploy.sh/bat is inconsistent with other scripts - does not output info on environment variable settings (e.g. JAVA_HOME)

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1604?page=all ] John Sisson closed GERONIMO-1604: - Resolution: Fixed Output from deploy.sh/bat is inconsistent with other scripts - does not output info on environment variable settings (e.g

[jira] Closed: (GERONIMO-1606) Display message indicating Geronimo is being started in another window when started with geronimo.bat start or startup.bat

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1606?page=all ] John Sisson closed GERONIMO-1606: - Fix Version: 1.0.1 Resolution: Fixed Display message indicating Geronimo is being started in another window when started with geronimo.bat

[jira] Closed: (GERONIMO-1607) Allow user to specify arguments to be used on the Windows START command issued by geronimo.bat

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1607?page=all ] John Sisson closed GERONIMO-1607: - Fix Version: 1.0.1 Resolution: Fixed Allow user to specify arguments to be used on the Windows START command issued by geronimo.bat

[jira] Closed: (GERONIMO-1609) Fix typo in error message in geronimo.bat - cannot find ...setclasspath.bat should read cannot find ...setjavaenv.bat

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1609?page=all ] John Sisson closed GERONIMO-1609: - Resolution: Fixed Fix typo in error message in geronimo.bat - cannot find ...setclasspath.bat should read cannot find ...setjavaenv.bat

[jira] Closed: (GERONIMO-1612) Remove -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS from commands in geronimo.sh

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1612?page=all ] John Sisson closed GERONIMO-1612: - Resolution: Fixed Remove -Djava.endorsed.dirs=$JAVA_ENDORSED_DIRS from commands in geronimo.sh

[jira] Closed: (GERONIMO-1610) deploy.bat does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1610?page=all ] John Sisson closed GERONIMO-1610: - Resolution: Fixed deploy.bat does not honour GERONIMO_BATCH_ECHO and GERONIMO_BATCH_PAUSE environment variables

[jira] Closed: (GERONIMO-1490) setjavaenv.bat is not called by deploy.bat

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1490?page=all ] John Sisson closed GERONIMO-1490: - Resolution: Fixed setjavaenv.bat is not called by deploy.bat -- Key: GERONIMO-1490 URL

[jira] Closed: (GERONIMO-1608) Improve Geronimo script documentation

2006-02-26 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1608?page=all ] John Sisson closed GERONIMO-1608: - Resolution: Fixed Improve Geronimo script documentation - Key: GERONIMO-1608 URL: http

[jira] Commented: (GERONIMO-1500) Geronimo startup fails after adding an HTTPS Connector

2006-03-01 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1500?page=comments#action_12368250 ] John Sisson commented on GERONIMO-1500: --- Patch included as part of other changes in rev 381929. Geronimo startup fails after adding an HTTPS Connector

[jira] Created: (GERONIMO-1696) JPDA run command not listed in usage help for geronimo.sh and geronimo.bat

2006-03-05 Thread John Sisson (JIRA)
: startup/shutdown Versions: 1.0 Reporter: John Sisson Assigned to: John Sisson Priority: Trivial Fix For: 1.2, 1.1 If you run geronimo.sh or geronimo.bat without any arguments, usage information is listed showing the jpda start command, but not showing the jpda run

[jira] Commented: (GERONIMO-713) class loader server currently cannot run on Tomcat (requires Jetty)

2005-07-09 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-713?page=comments#action_12315422 ] John Sisson commented on GERONIMO-713: -- According to the mail thread 'Re: Invoking the deploy tool under a security manager and startup scripts' Gianny

[jira] Assigned: (GERONIMO-713) class loader server currently cannot run on Tomcat (requires Jetty)

2005-07-09 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-713?page=all ] John Sisson reassigned GERONIMO-713: Assign To: Gianny Damour class loader server currently cannot run on Tomcat (requires Jetty

[jira] Created: (GERONIMO-732) Change Geronimo Build to use correct version of Tomcat AJP JAR

2005-07-09 Thread John Sisson (JIRA)
: John Sisson Assigned to: John Sisson Geronimo should be changed to use the tomcat-ajp-5.5.9.jar jar that matches the Tomcat version we are using. In the past we have been using the tomcat-jk2-5.0.18.jar. Also according to the Jakarta Tomcat Connectors page JK2 is officially unsupported

[jira] Created: (GERONIMO-733) Ouput configuration startup times in startup console output

2005-07-10 Thread John Sisson (JIRA)
: John Sisson Priority: Minor Before this idea is forgotten, I have raised this issue with the following text taken from the dev list mail thread Re: New Startup Output, Mark 2: On Fri, 8 Jul 2005, Geir Magnusson Jr. wrote: At the risk of showing words in your mouth, are you suggesting

[jira] Commented: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-10 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=comments#action_12315435 ] John Sisson commented on GERONIMO-728: -- I raised a patch for the NPE in Jetty a while ago and it was applied AFAIK. It looks like we need a more recent version

[jira] Commented: (GERONIMO-732) Change Geronimo Build to use correct version of Tomcat AJP JAR

2005-07-10 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-732?page=comments#action_12315437 ] John Sisson commented on GERONIMO-732: -- Commited changes: http://svn.apache.org/viewcvs.cgi?rev=209998view=rev Change Geronimo Build to use correct version of Tomcat

[jira] Resolved: (GERONIMO-732) Change Geronimo Build to use correct version of Tomcat AJP JAR

2005-07-10 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-732?page=all ] John Sisson resolved GERONIMO-732: -- Fix Version: 1.0-M4 Resolution: Fixed Change Geronimo Build to use correct version of Tomcat AJP JAR

[jira] Commented: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-10 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=comments#action_12315448 ] John Sisson commented on GERONIMO-728: -- Send a mail to the Jetty mail lists asking for the maven jars for the 5.1.4 release to be uploaded to the maven repos. Jetty

[jira] Created: (GERONIMO-739) Review location of config-store directory

2005-07-12 Thread John Sisson (JIRA)
Review location of config-store directory - Key: GERONIMO-739 URL: http://issues.apache.org/jira/browse/GERONIMO-739 Project: Geronimo Type: Task Components: core Reporter: John Sisson Fix For: 1.0-M5 Issue

[jira] Created: (GERONIMO-741) Move from ActiveIO 1.0 to ActiveIO 1.1

2005-07-12 Thread John Sisson (JIRA)
Move from ActiveIO 1.0 to ActiveIO 1.1 -- Key: GERONIMO-741 URL: http://issues.apache.org/jira/browse/GERONIMO-741 Project: Geronimo Type: Task Versions: 1.0-M4 Reporter: John Sisson Assigned to: Hiram Chirino

[jira] Created: (GERONIMO-743) Remove tools.jar hack that causes msg: WARN [ToolsJarHack] Could not all find java compiler: lib\tools.jar file not found in ..

2005-07-12 Thread John Sisson (JIRA)
URL: http://issues.apache.org/jira/browse/GERONIMO-743 Project: Geronimo Type: Task Reporter: John Sisson Assigned to: Dain Sundstrom Fix For: 1.0-M4 Dain said The tools jar hack will be needed until we delete the OpenORB stub/tie compiler. -- This message is automatically

[jira] Created: (GERONIMO-744) Change spec dependencies to formal versions

2005-07-12 Thread John Sisson (JIRA)
Change spec dependencies to formal versions --- Key: GERONIMO-744 URL: http://issues.apache.org/jira/browse/GERONIMO-744 Project: Geronimo Type: Task Components: specs Versions: 1.0-M4 Reporter: John Sisson

[jira] Updated: (GERONIMO-733) Ouput configuration startup times in startup console output

2005-07-12 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-733?page=all ] John Sisson updated GERONIMO-733: - Version: 1.0-M5 Ouput configuration startup times in startup console output --- Key

[jira] Updated: (GERONIMO-706) Change default-database-plan.xml to use Derby and remove axion from Geronimo assembly

2005-07-12 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-706?page=all ] John Sisson updated GERONIMO-706: - Summary: Change default-database-plan.xml to use Derby and remove axion from Geronimo assembly (was: Remove axion from Geronimo assembly and remove

[jira] Created: (GERONIMO-745) Move from Axis 1.3-SNAPSHOT to formal version

2005-07-12 Thread John Sisson (JIRA)
Move from Axis 1.3-SNAPSHOT to formal version - Key: GERONIMO-745 URL: http://issues.apache.org/jira/browse/GERONIMO-745 Project: Geronimo Type: Task Components: webservices Versions: 1.0-M4 Reporter: John

[jira] Updated: (GERONIMO-745) Move from Axis 1.3-SNAPSHOT to formal version

2005-07-12 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-745?page=all ] John Sisson updated GERONIMO-745: - Version: 1.0-M4 Move from Axis 1.3-SNAPSHOT to formal version - Key: GERONIMO-745 URL

[jira] Created: (GERONIMO-746) Move from commons_discovery SNAPSHOT to format version

2005-07-12 Thread John Sisson (JIRA)
Move from commons_discovery SNAPSHOT to format version -- Key: GERONIMO-746 URL: http://issues.apache.org/jira/browse/GERONIMO-746 Project: Geronimo Type: Task Versions: 1.0-M4 Reporter: John Sisson

[jira] Created: (GERONIMO-747) Move from ews SNAPSHOT to format version

2005-07-12 Thread John Sisson (JIRA)
Move from ews SNAPSHOT to format version Key: GERONIMO-747 URL: http://issues.apache.org/jira/browse/GERONIMO-747 Project: Geronimo Type: Task Versions: 1.0-M4 Reporter: John Sisson Assigned to: Davanum Srinivas

[jira] Updated: (GERONIMO-746) Move from commons_discovery SNAPSHOT to formal version

2005-07-12 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-746?page=all ] John Sisson updated GERONIMO-746: - Summary: Move from commons_discovery SNAPSHOT to formal version (was: Move from commons_discovery SNAPSHOT to format version) Move from

[jira] Updated: (GERONIMO-747) Remove ews dependency

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-747?page=all ] John Sisson updated GERONIMO-747: - Fix Version: 1.0-M4 Will apply this once we get M4 building Remove ews dependency - Key: GERONIMO-747 URL: http

[jira] Updated: (GERONIMO-746) Move from commons_discovery SNAPSHOT to formal version

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-746?page=all ] John Sisson updated GERONIMO-746: - Fix Version: 1.0-M4 Move from commons_discovery SNAPSHOT to formal version -- Key

[jira] Updated: (GERONIMO-745) Move from Axis 1.3-SNAPSHOT to formal version

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-745?page=all ] John Sisson updated GERONIMO-745: - Fix Version: 1.0-M4 Move from Axis 1.3-SNAPSHOT to formal version - Key: GERONIMO-745

[jira] Updated: (GERONIMO-744) Change spec dependencies to formal versions

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-744?page=all ] John Sisson updated GERONIMO-744: - Fix Version: 1.0-M4 Change spec dependencies to formal versions --- Key: GERONIMO-744 URL

[jira] Updated: (GERONIMO-743) Remove tools.jar hack that causes msg: WARN [ToolsJarHack] Could not all find java compiler: lib\tools.jar file not found in ..

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-743?page=all ] John Sisson updated GERONIMO-743: - Fix Version: 1.0-M5 (was: 1.0-M4) Remove tools.jar hack that causes msg: WARN [ToolsJarHack] Could not all find java compiler: lib

[jira] Updated: (GERONIMO-742) Remove tmporb dependency OpenEJB and from Geronimo Assembly

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-742?page=all ] John Sisson updated GERONIMO-742: - Fix Version: 1.0-M5 Remove tmporb dependency OpenEJB and from Geronimo Assembly

[jira] Updated: (GERONIMO-740) Move from ActiveMQ 3.1-SNAPSHOT to a formal release

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-740?page=all ] John Sisson updated GERONIMO-740: - Version: 1.0-M4 Move from ActiveMQ 3.1-SNAPSHOT to a formal release --- Key: GERONIMO-740

[jira] Updated: (GERONIMO-741) Move from ActiveIO 1.0 to ActiveIO 1.1

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-741?page=all ] John Sisson updated GERONIMO-741: - Fix Version: 1.0-M4 Move from ActiveIO 1.0 to ActiveIO 1.1 -- Key: GERONIMO-741 URL: http

[jira] Updated: (GERONIMO-733) Ouput configuration startup times in startup console output

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-733?page=all ] John Sisson updated GERONIMO-733: - Fix Version: 1.0-M5 Version: (was: 1.0-M5) Ouput configuration startup times in startup console output

[jira] Created: (GERONIMO-754) Move from HOWL version 0.1.8 to HOWL version 0.1.9

2005-07-13 Thread John Sisson (JIRA)
Move from HOWL version 0.1.8 to HOWL version 0.1.9 -- Key: GERONIMO-754 URL: http://issues.apache.org/jira/browse/GERONIMO-754 Project: Geronimo Type: Task Components: dependencies Reporter: John Sisson

[jira] Created: (GERONIMO-755) Move from Scout (JAXR) version 1.0-SNAPSHOT to a formal version

2005-07-13 Thread John Sisson (JIRA)
Versions: 1.0-M4 Reporter: John Sisson Fix For: 1.0-M4 Doing a search it is referenced by: geronimo/assemblies/j2ee-server/project.xml geronimo/modules/assembly/project.xml geronimo/modules/webservices/project.xml geronimo/specs/jaxr/project.xml -- This message is automatically

[jira] Created: (GERONIMO-756) Move ServiceMix from 1.0-SNAPSHOT to a formal or dated/versioned release for Geronimo M4

2005-07-13 Thread John Sisson (JIRA)
Type: Task Components: dependencies Versions: 1.0-M4 Reporter: John Sisson Assigned to: Hiram Chirino Fix For: 1.0-M4 Can you fo this Hiram? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators

[jira] Updated: (GERONIMO-756) Move ServiceMix from 1.0-SNAPSHOT to a formal or dated/versioned release for Geronimo M4

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-756?page=all ] John Sisson updated GERONIMO-756: - Component: dependencies Description: Can you do this Hiram? (was: Can you fo this Hiram?) Move ServiceMix from 1.0-SNAPSHOT to a formal or dated

[jira] Created: (GERONIMO-757) Move from jUDDI SNAPSHOT to formal version

2005-07-13 Thread John Sisson (JIRA)
Move from jUDDI SNAPSHOT to formal version -- Key: GERONIMO-757 URL: http://issues.apache.org/jira/browse/GERONIMO-757 Project: Geronimo Type: Task Components: dependencies Versions: 1.0-M4 Reporter: John

[jira] Updated: (GERONIMO-757) Move from jUDDI SNAPSHOT to formal version

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-757?page=all ] John Sisson updated GERONIMO-757: - Description: Doing a search it is a dependency in the following files: geronimo/assemblies/j2ee-server/project.xml geronimo/modules/assembly/project.xml

[jira] Assigned: (GERONIMO-744) Change spec dependencies to formal versions

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-744?page=all ] John Sisson reassigned GERONIMO-744: Assign To: (was: Jeremy Boynes) Change spec dependencies to formal versions --- Key

[jira] Created: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a formal version

2005-07-13 Thread John Sisson (JIRA)
Components: dependencies Versions: 1.0-M4 Reporter: John Sisson Fix For: 1.0-M4 Doing a search, it is used in: geronimo/assemblies/j2ee-server geronimo/modules/activation geronimo/modules/assembly geronimo/modules/mail geronimo/specs/j2ee geronimo/specs/javamail geronimo/specs/jaxr

[jira] Created: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a formal version

2005-07-13 Thread John Sisson (JIRA)
: dependencies Versions: 1.0-M4 Reporter: John Sisson Fix For: 1.0-M4 Doing a search, it is used in: geronimo/assemblies/j2ee-server geronimo/modules/activation geronimo/modules/assembly geronimo/modules/mail geronimo/specs/j2ee geronimo/specs/javamail -- This message

[jira] Updated: (GERONIMO-744) Review specs and move them from rc versions to formal versions

2005-07-13 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-744?page=all ] John Sisson updated GERONIMO-744: - Component: dependencies Summary: Review specs and move them from rc versions to formal versions (was: Change spec dependencies to formal

[jira] Commented: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a formal version

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=comments#action_12315820 ] John Sisson commented on GERONIMO-758: -- OpenEJB is currently using a different version - 1.0.2-rc4, so we should try to get these in sync. Move

[jira] Commented: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a formal version

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-759?page=comments#action_12315821 ] John Sisson commented on GERONIMO-759: -- Currently OpenEJB is using a different version, 1.3.1-rc4, so we should try to get these in sync. Move

[jira] Created: (GERONIMO-760) Move tmporb SNAPSHOT dependency to a dated version in M4 Geronimo OpenEJB branches

2005-07-14 Thread John Sisson (JIRA)
: Task Components: dependencies Versions: 1.0-M4 Reporter: John Sisson Assigned to: Dain Sundstrom Fix For: 1.0-M4 Since tmporb isn't going to be removed from the M4 branch (it has been fixed in HEAD ready for the M5 release) the SNAPSHOT jar needs to be changed to a dated

[jira] Updated: (GERONIMO-760) Move tmporb SNAPSHOT dependency to a dated version in M4 Geronimo OpenEJB branches

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-760?page=all ] John Sisson updated GERONIMO-760: - Component: dependencies Move tmporb SNAPSHOT dependency to a dated version in M4 Geronimo OpenEJB branches

[jira] Assigned: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a formal version

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=all ] John Sisson reassigned GERONIMO-758: Assign To: John Sisson Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a formal version

[jira] Assigned: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a formal version

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-759?page=all ] John Sisson reassigned GERONIMO-759: Assign To: John Sisson Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a formal version

[jira] Resolved: (GERONIMO-747) Remove ews dependency

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-747?page=all ] John Sisson resolved GERONIMO-747: -- Resolution: Fixed Changes committed to M4 branch rev 219148 and HEAD rev 219147. Remove ews dependency - Key

[jira] Commented: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a formal version

2005-07-14 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=comments#action_12315889 ] John Sisson commented on GERONIMO-758: -- The geronimo_spec_activation_version property is set in OpenEJB's etc/project.properties, but it doesn't seem to be used

[jira] Updated: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to 1.0.2-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=all ] John Sisson updated GERONIMO-758: - Summary: Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to 1.0.2-rc4 (was: Move geronimo_spec_activation version from 1.0.2-SNAPSHOT

[jira] Resolved: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to 1.0.2-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=all ] John Sisson resolved GERONIMO-758: -- Resolution: Fixed Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to 1.0.2-rc4

[jira] Updated: (GERONIMO-758) Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a 1.0.2-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-758?page=all ] John Sisson updated GERONIMO-758: - Summary: Move geronimo_spec_activation version from 1.0.2-SNAPSHOT to a 1.0.2-rc4 (was: Move geronimo_spec_activation version from 1.0.2-SNAPSHOT

[jira] Updated: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a 1.3.1-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-759?page=all ] John Sisson updated GERONIMO-759: - Summary: Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a 1.3.1-rc4 (was: Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT

[jira] Commented: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a 1.3.1-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-759?page=comments#action_12316018 ] John Sisson commented on GERONIMO-759: -- The geronimo_spec_javamail_version property is set in OpenEJB's etc/project.properties, but it doesn't seem to be used. Maybe

[jira] Resolved: (GERONIMO-759) Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a 1.3.1-rc4

2005-07-17 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-759?page=all ] John Sisson resolved GERONIMO-759: -- Resolution: Fixed Move geronimo_spec_javamail version from 1.3.1-SNAPSHOT to a 1.3.1-rc4

[jira] Created: (GERONIMO-771) Move from custom cglib build version HEAD-06-06-05 to cglib-nodep-2.1_2.jar

2005-07-17 Thread John Sisson (JIRA)
: 1.0-M4 Reporter: John Sisson Priority: Minor Fix For: 1.0-M4 Can someone who has commit access to both geronimo and OpenEJB do this change. The cglib JAR has been uploaded to http://www.ibiblio.org/maven/cglib/jars/ -- This message is automatically generated by JIRA. - If you

[jira] Created: (GERONIMO-772) Move OpenEJB from jelly velocity tags SNAPSHOT to version 1.0

2005-07-18 Thread John Sisson (JIRA)
Versions: 1.0-M4 Reporter: John Sisson Fix For: 1.0-M4 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see

[jira] Updated: (GERONIMO-771) Move from custom cglib build version HEAD-06-06-05 to cglib-nodep-2.1_2.jar

2005-07-18 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-771?page=all ] John Sisson updated GERONIMO-771: - Component: dependencies Move from custom cglib build version HEAD-06-06-05 to cglib-nodep-2.1_2.jar

[jira] Assigned: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-18 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=all ] John Sisson reassigned GERONIMO-728: Assign To: John Sisson Jetty gives misleading NPE on port in use condition - Key

[jira] Updated: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-18 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=all ] John Sisson updated GERONIMO-728: - Component: dependencies Fix Version: 1.0-M4 Version: 1.0-M4 Jetty 5.1.4 is now in the mortbay and ibiblio repositories. I will test

[jira] Created: (GERONIMO-773) Errors during assembly from JettyModuleBuilder and TemporaryPlanAdapter

2005-07-18 Thread John Sisson (JIRA)
Versions: 1.0-M4 Reporter: John Sisson Fix For: 1.0-M4 Noticed the following ERRORs in HEAD (rev 219450) [echo] Building secure server configuration [java] Distributed org/apache/geronimo/Secure [java] [echo] Building J2EE Client configuration [java

[jira] Updated: (GERONIMO-773) Errors during assembly from JettyModuleBuilder and TemporaryPlanAdapter

2005-07-18 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-773?page=all ] John Sisson updated GERONIMO-773: - Fix Version: 1.0-M4 Errors during assembly from JettyModuleBuilder and TemporaryPlanAdapter

[jira] Created: (GERONIMO-774) OpenEJB itests - GBeanInstance should already be stopped before die() is called

2005-07-18 Thread John Sisson (JIRA)
Components: OpenEJB Versions: 1.0-M4 Environment: Windows XP SP2 java version 1.4.2_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03) Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode) Reporter: John Sisson The message GBeanInstance should already

[jira] Created: (GERONIMO-775) geronimo specs javamail tests MimeMessageTest and MimeMultipartTest fail

2005-07-18 Thread John Sisson (JIRA)
Versions: 1.0-M4 Reporter: John Sisson Assigned to: Davanum Srinivas Dims, also see my mail about the rc4 of javamail. Looks like we need to cut another release candidate. Note that HEAD and the M4 branch are using the recently posted rc4 jars. http://marc.theaimsgroup.com/?l

[jira] Assigned: (GERONIMO-773) Errors during assembly from JettyModuleBuilder and TemporaryPlanAdapter

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-773?page=all ] John Sisson reassigned GERONIMO-773: Assign To: John Sisson Errors during assembly from JettyModuleBuilder and TemporaryPlanAdapter

[jira] Created: (GERONIMO-778) Geronimo XDoclet 1.2.2 module contribution

2005-07-19 Thread John Sisson (JIRA)
Geronimo XDoclet 1.2.2 module contribution -- Key: GERONIMO-778 URL: http://issues.apache.org/jira/browse/GERONIMO-778 Project: Geronimo Type: New Feature Reporter: John Sisson Priority: Minor Attachments: geronimo

[jira] Updated: (GERONIMO-778) Geronimo XDoclet 1.2.2 module contribution

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-778?page=all ] John Sisson updated GERONIMO-778: - Attachment: geronimo-xdoclet.zip Geronimo XDoclet 1.2.2 module contribution -- Key: GERONIMO-778

[jira] Resolved: (GERONIMO-773) Improve Error messages in the Jetty deployment TemporaryPlanAdapter

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-773?page=all ] John Sisson resolved GERONIMO-773: -- Resolution: Fixed Improve Error messages in the Jetty deployment TemporaryPlanAdapter

[jira] Updated: (GERONIMO-773) Improve Error messages in the Jetty deployment TemporaryPlanAdapter

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-773?page=all ] John Sisson updated GERONIMO-773: - Description: Fixed (HEAD rev 219657, M4 rev 219658). Previously, the error was not clear that the old format was actually used: 20:45:19,847 ERROR

[jira] Updated: (GERONIMO-773) Improve Error messages in the Jetty deployment TemporaryPlanAdapter

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-773?page=all ] John Sisson updated GERONIMO-773: - Summary: Improve Error messages in the Jetty deployment TemporaryPlanAdapter (was: Errors during assembly from JettyModuleBuilder

[jira] Commented: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-19 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=comments#action_12316086 ] John Sisson commented on GERONIMO-728: -- Created issue on Jetty project http://sourceforge.net/tracker/index.php?func=detailaid=1240821group_id=7322atid=107322 Jetty

[jira] Updated: (GERONIMO-728) Jetty gives misleading NPE on port in use condition

2005-07-20 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-728?page=all ] John Sisson updated GERONIMO-728: - Fix Version: 1.0-M5 (was: 1.0-M4) Version: 1.0-M5 Jetty gives misleading NPE on port in use condition

[jira] Assigned: (GERONIMO-771) Move from custom cglib build version HEAD-06-06-05 to cglib-nodep-2.1_2.jar

2005-07-20 Thread John Sisson (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-771?page=all ] John Sisson reassigned GERONIMO-771: Assign To: John Sisson Move from custom cglib build version HEAD-06-06-05 to cglib-nodep-2.1_2.jar

<    4   5   6   7   8   9   10   >