Re: svn commit: r749122 - in /geronimo/server/trunk/plugins/activemq: ./ activemq-portlets/ activemq-server/ activemq-webconsole-jetty/ activemq-webconsole-jetty/src/ activemq-webconsole-jetty/src/m

2009-03-02 Thread David Jencks
I think I got the license headers, I'll work on pruning dependencies  
shortly.


thanks for picking this up!
david jencks

On Mar 1, 2009, at 10:17 PM, Jarek Gawor wrote:


David,

Looks like some pom.xml files are missing license headers and the
commons-api* dependencies are unnecessary.

Jarek

On Sun, Mar 1, 2009 at 4:52 PM,  djen...@apache.org wrote:

Author: djencks
Date: Sun Mar  1 21:52:41 2009
New Revision: 749122

URL: http://svn.apache.org/viewvc?rev=749122view=rev
Log:
GERONIMO-4560 run the activemq web console on geronimo

Added:
   geronimo/server/trunk/plugins/activemq/activemq-webconsole/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
pom.xml   (with props)
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/main/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/main/history/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/main/history/dependencies.xml   (with props)
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/main/plan/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole-jetty/ 
src/main/plan/plan.xml   (with props)

   geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/pom.xml
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/main/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/main/history/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/main/history/dependencies.xml
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/main/plan/
   geronimo/server/trunk/plugins/activemq/activemq-webconsole- 
tomcat/src/main/plan/plan.xml
   geronimo/server/trunk/plugins/activemq/activemq-webconsole/ 
pom.xml   (with props)

Modified:
   geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml
   geronimo/server/trunk/plugins/activemq/activemq-server/pom.xml
   geronimo/server/trunk/plugins/activemq/pom.xml

Modified: geronimo/server/trunk/plugins/activemq/activemq-portlets/ 
pom.xml

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/activemq/activemq-portlets/pom.xml?rev=749122r1=749121r2=749122view=diff
= 
= 
= 
= 
= 
= 
= 
= 
= 
=
--- geronimo/server/trunk/plugins/activemq/activemq-portlets/ 
pom.xml (original)
+++ geronimo/server/trunk/plugins/activemq/activemq-portlets/ 
pom.xml Sun Mar  1 21:52:41 2009

@@ -1,22 +1,12 @@
 ?xml version=1.0 encoding=UTF-8?
-!--
-Licensed to the Apache Software Foundation (ASF) under one or  
more
-contributor license agreements.  See the NOTICE file  
distributed with
-this work for additional information regarding copyright  
ownership.
-The ASF licenses this file to You under the Apache License,  
Version 2.0
-(the License); you may not use this file except in  
compliance with

-the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,  
software
-distributed under the License is distributed on an AS IS  
BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express  
or implied.
-See the License for the specific language governing  
permissions and

-limitations under the License.
---
+!--
+Licensed to the Apache Software Foundation (ASF) under one  
or more contributor license agreements. See the NOTICE file  
distributed with this work for additional information regarding  
copyright ownership. The ASF licenses this file to You
+under the Apache License, Version 2.0 (the License); you  
may not use this file except in compliance with the License. You  
may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
 Unless required by applicable law or
+agreed to in writing, software distributed under the  
License is distributed on an AS IS BASIS, WITHOUT WARRANTIES OR  
CONDITIONS OF ANY KIND, either express or implied. See the License  
for the specific language governing permissions and

+limitations under the License.
+--

-!-- $Rev$ $Date$ --
+!-- $Rev$ $Date$ --

 project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd 



@@ -126,6 +116,14 @@
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-war-plugin/artifactId
+configuration
+webXml${project.build.directory}/jspweb.xml/ 
webXml


Re: [BUILD] trunk: Failed for Revision: 749148

2009-03-02 Thread David Jencks
I think I got the server to build but I'm seeing failures in the  
testsuite that I can't replicate by hand not sure what's going  
on.  Assuming they show up in the automated builds I'll look at them  
further.


thanks
david jencks

On Mar 1, 2009, at 5:59 PM, David Jencks wrote:


oops, fix coming soon

david jencks

On Mar 1, 2009, at 5:30 PM, ga...@apache.org wrote:


Geronimo Revision: 749148 built with tests included

See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090301/build-2100.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090301/unit-test-reports

[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: /home/geronimo/geronimo/trunk/plugins/activemq/ 
activemq-console-tomcat/target/resources/META-INF/plan.xml

[INFO] [car:verify-no-dependency-change]
[INFO] [car:package]
[INFO] Packaging module configuration: /home/geronimo/geronimo/ 
trunk/plugins/activemq/activemq-console-tomcat/target/resources/ 
META-INF/plan.xml
[INFO] Started deployer: org.apache.geronimo.framework/geronimo- 
gbean-deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/j2ee-deployer/ 
2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/tomcat6- 
deployer/2.2-SNAPSHOT/car
[INFO] Started deployer: org.apache.geronimo.configs/jasper- 
deployer/2.2-SNAPSHOT/car

[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: /home/geronimo/geronimo/trunk/plugins/activemq/ 
activemq-console-tomcat/target/activemq-console-tomcat-2.2- 
SNAPSHOT.car

[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: activemq-console-tomcat-2.2- 
SNAPSHOT.car

[INFO] [install:install]
[INFO] Installing /home/geronimo/geronimo/trunk/plugins/activemq/ 
activemq-console-tomcat/target/activemq-console-tomcat-2.2- 
SNAPSHOT.car to /home/geronimo/.m2/repository/org/apache/geronimo/ 
plugins/activemq-console-tomcat/2.2-SNAPSHOT/activemq-console- 
tomcat-2.2-SNAPSHOT.car

[INFO] [car:update-pluginlist]
[INFO]  


[INFO] Building Slimmed activemq-web-console
[INFO]task-segment: [install]
[INFO]  

[INFO] snapshot org.apache.activemq:activemq-web-console:5.3- 
SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.activemq:activemq-web-console:5.3- 
SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.activemq:activemq-web-console:5.3- 
SNAPSHOT: checking for updates from codehaus-snapshots

Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-web-console/5.3-SNAPSHOT/activemq-web-console-5.3-20090301.101023-91.pom
7K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-web-console/5.3-SNAPSHOT/activemq-web-console-5.3-20090301.101023-91.war
9321K downloaded
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: process}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/activemq/activemq-webconsole/src/main/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/geronimo/geronimo/ 
trunk/plugins/activemq/activemq-webconsole/src/test/resources

[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/geronimo/geronimo/trunk/ 
plugins/activemq/activemq-webconsole/target/surefire-reports


---
T E S T S
---
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [war:war]
[INFO] Exploding webapp...
[INFO] Assembling webapp activemq-webconsole in /home/geronimo/ 
geronimo/trunk/plugins/activemq/activemq-webconsole/target/activemq- 
webconsole-2.2-SNAPSHOT
[INFO] Copy webapp webResources to /home/geronimo/geronimo/trunk/ 
plugins/activemq/activemq-webconsole/target/activemq-webconsole-2.2- 
SNAPSHOT
[INFO] Copy webapp webResources to /home/geronimo/geronimo/trunk/ 
plugins/activemq/activemq-webconsole/target/activemq-webconsole-2.2- 
SNAPSHOT
[INFO]  


[ERROR] BUILD FAILURE
[INFO]  

[INFO] The specified web.xml file 

[jira] Created: (GERONIMO-4562) 405 error when create plugin via admin console

2009-03-02 Thread viola.lu (JIRA)
405 error when create plugin via admin console
--

 Key: GERONIMO-4562
 URL: https://issues.apache.org/jira/browse/GERONIMO-4562
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: Plugins
Affects Versions: 2.1.4
 Environment: OS:windows JDk 1.5
Reporter: viola.lu


1.login admin console, go to application-plugin-create plugin section

-choose an item and click export-click next to save plugin data

but error page:

HTTP Status 405 - HTTP method POST is not supported by this URL



type Status report



message HTTP method POST is not supported by this URL



description The specified HTTP method is not allowed for the requested resource 
(HTTP method POST is not supported by this URL).


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-4562) 405 error when create plugin via admin console

2009-03-02 Thread Joe Bohn (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bohn reassigned GERONIMO-4562:
--

Assignee: Joe Bohn

 405 error when create plugin via admin console
 --

 Key: GERONIMO-4562
 URL: https://issues.apache.org/jira/browse/GERONIMO-4562
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Plugins
Affects Versions: 2.1.4
 Environment: OS:windows JDk 1.5
Reporter: viola.lu
Assignee: Joe Bohn

 1.login admin console, go to application-plugin-create plugin section
 -choose an item and click export-click next to save plugin data
 but error page:
 HTTP Status 405 - HTTP method POST is not supported by this URL
 type Status report
 message HTTP method POST is not supported by this URL
 description The specified HTTP method is not allowed for the requested 
 resource (HTTP method POST is not supported by this URL).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4562) 405 error when create plugin via admin console

2009-03-02 Thread Joe Bohn (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677985#action_12677985
 ] 

Joe Bohn commented on GERONIMO-4562:


Thanks for finding this.  This was introduced when we were attempting to 
clean-up the form processing by using POST in place of GET.  I'll revert the 
portion of the change that affected this function.

 405 error when create plugin via admin console
 --

 Key: GERONIMO-4562
 URL: https://issues.apache.org/jira/browse/GERONIMO-4562
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Plugins
Affects Versions: 2.1.4
 Environment: OS:windows JDk 1.5
Reporter: viola.lu
Assignee: Joe Bohn

 1.login admin console, go to application-plugin-create plugin section
 -choose an item and click export-click next to save plugin data
 but error page:
 HTTP Status 405 - HTTP method POST is not supported by this URL
 type Status report
 message HTTP method POST is not supported by this URL
 description The specified HTTP method is not allowed for the requested 
 resource (HTTP method POST is not supported by this URL).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (GERONIMO-4562) 405 error when create plugin via admin console

2009-03-02 Thread Joe Bohn (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bohn resolved GERONIMO-4562.


   Resolution: Fixed
Fix Version/s: 2.2
   2.1.4
   Regression: [Regression]

 405 error when create plugin via admin console
 --

 Key: GERONIMO-4562
 URL: https://issues.apache.org/jira/browse/GERONIMO-4562
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Plugins
Affects Versions: 2.1.4
 Environment: OS:windows JDk 1.5
Reporter: viola.lu
Assignee: Joe Bohn
 Fix For: 2.1.4, 2.2


 1.login admin console, go to application-plugin-create plugin section
 -choose an item and click export-click next to save plugin data
 but error page:
 HTTP Status 405 - HTTP method POST is not supported by this URL
 type Status report
 message HTTP method POST is not supported by this URL
 description The specified HTTP method is not allowed for the requested 
 resource (HTTP method POST is not supported by this URL).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[BUILD] trunk: Failed for Revision: 749297

2009-03-02 Thread gawor
Geronimo Revision: 749297 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/build-0900.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 38 minutes 15 seconds
[INFO] Finished at: Mon Mar 02 09:43:41 EST 2009
[INFO] Final Memory: 396M/1008M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/logs-0900-tomcat/test.log
 
 
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.2-SNAPSHOT: checking 
for updates from codehaus-snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.2-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-tomcat6-javaee5-2.2-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.2-SNAPSHOT/geronimo-tomcat6-javaee5-2.2-SNAPSHOT-bin.zip
 into /home/geronimo/geronimo/trunk/testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:44.953
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/2.2-SNAPSHOT/testsuite-2.2-SNAPSHOT.pom
[INFO] [shitty:test {execution: default}]
[INFO] Starting 36 test builds
[INFO] 
[INFO] 
---
[INFO] 
[INFO] commands-testsuite/deploy  RUNNING
[INFO] commands-testsuite/deploy  SUCCESS (0:01:15.743) 
[INFO] commands-testsuite/gshell  RUNNING
[INFO] commands-testsuite/gshell  SUCCESS (0:00:29.947) 
[INFO] commands-testsuite/jaxws   RUNNING
[INFO] commands-testsuite/jaxws   SUCCESS (0:00:36.564) 
[INFO] commands-testsuite/shutdownRUNNING
[INFO] commands-testsuite/shutdownSUCCESS (0:00:17.080) 
[INFO] concurrent-testsuite/concurrent-basic  RUNNING
[INFO] concurrent-testsuite/concurrent-basic  SUCCESS (0:06:12.000) 
[INFO] console-testsuite/advanced RUNNING
[INFO] console-testsuite/advanced SUCCESS (0:01:23.446) 
[INFO] console-testsuite/basicRUNNING
[INFO] console-testsuite/basicSUCCESS (0:01:45.810) 
[INFO] corba-testsuite/corba-helloworld   RUNNING
[INFO] corba-testsuite/corba-helloworld   SUCCESS (0:00:46.125) 
[INFO] corba-testsuite/corba-marshal  RUNNING
[INFO] corba-testsuite/corba-marshal  SUCCESS (0:01:03.036) 
[INFO] corba-testsuite/corba-mytime   RUNNING
[INFO] corba-testsuite/corba-mytime   SUCCESS (0:00:39.585) 
[INFO] deployment-testsuite/deployment-tests  RUNNING
[INFO] deployment-testsuite/deployment-tests  SUCCESS (0:00:30.308) 
[INFO] deployment-testsuite/jca-cms-tests RUNNING
[INFO] deployment-testsuite/jca-cms-tests SUCCESS (0:00:29.991) 
[INFO] deployment-testsuite/manifestcp-tests  RUNNING
[INFO] deployment-testsuite/manifestcp-tests  SUCCESS (0:00:33.533) 
[INFO] enterprise-testsuite/ejb-tests RUNNING
[INFO] enterprise-testsuite/ejb-tests SUCCESS (0:01:28.091) 
[INFO] enterprise-testsuite/jms-tests RUNNING
[INFO] enterprise-testsuite/jms-tests SUCCESS (0:00:50.520) 
[INFO] enterprise-testsuite/jpa-tests RUNNING
[INFO] enterprise-testsuite/jpa-tests SUCCESS (0:01:05.940) 
[INFO] enterprise-testsuite/sec-clientRUNNING
[INFO] enterprise-testsuite/sec-clientSUCCESS (0:00:26.566) 
[INFO] enterprise-testsuite/sec-tests RUNNING
[INFO] enterprise-testsuite/sec-tests SUCCESS (0:00:47.489) 
[INFO] security-testsuite/test-security   RUNNING
[INFO] security-testsuite/test-security   FAILURE (0:00:37.496) Java 
returned: 1
[INFO] web-testsuite/test-2.1-jspsRUNNING
[INFO] web-testsuite/test-2.1-jspsSUCCESS (0:00:28.734) 
[INFO] web-testsuite/test-2.5-servletsRUNNING
[INFO] web-testsuite/test

[jira] Commented: (GERONIMO-4549) JMS resource jndi entries are not removed after uninstalling the JMS connect adapter

2009-03-02 Thread Jack Cai (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678007#action_12678007
 ] 

Jack Cai commented on GERONIMO-4549:


I took quite some time to look into this problem since it's marked as a blocker 
and we are approching 2.1.4 release. I've nailed the problem down to the 
xbean-naming code, but I'm not sure how to fix it. Would like to get other's 
advice. Below is the summary of my findings -

1. The sympton is that when a connection factory and a queue are created and 
started, and then stopped/uninstalled, their JNDI entry will continue to exist 
in the global context unless the server is restarted.

2. When stoping/uninstalling them, 
org.apache.xbean.naming.context.AbstractContext.removeDeepBinding() will 
eventually be called, which finds the last context whose size  2 in the 
context chain, then tries to remove the entry from this context (say Context 
A). This results in calling 
org.apache.xbean.naming.context.WritableContext$NestedWritableContext.removeBinding(),
 which uses removeNotEmptyContext=false to do removal. Unfortunately the 
context (say Context B) being removed (in Context A) is always not empty, 
resulting a ContextNotEmptyException which is ignored in 
org.apache.geronimo.gjndi.KernelContextGBean.removeBinding().

I don't have enough background to understand why Context A is chosen this way 
and why removeNotEmptyContext is set to false. Can anyone shed some light here?

 JMS resource jndi entries are not removed after uninstalling the JMS connect 
 adapter
 

 Key: GERONIMO-4549
 URL: https://issues.apache.org/jira/browse/GERONIMO-4549
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.1.4
Reporter: Forrest Xia
Priority: Blocker
 Fix For: 2.1.4, 2.2


 Steps to reproduce this problem:
 1. login admin console
 2. Create a ActiveMQ resource connector with the wizard
 3. Deploy it and check it is in running state
 4. Click J2EE connector to uninstall it
 5. Check JNDI viewer, you will see the JNDI entry still there, even you've 
 uninstalled it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Daytrader for Tomcat

2009-03-02 Thread Forrest_Xia

I trimed daytrader by removing ejb, jms, web services, and etc, and generated
a version for Tomcat, anyone interested? 
-- 
View this message in context: 
http://www.nabble.com/Daytrader-for-Tomcat-tp22290310s134p22290310.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: [VOTE] Release Geronimo txmanager version 2.1.2

2009-03-02 Thread Jay D. McHugh
+1

Jay

Lin Sun wrote:
 Hi,
 
 This is a vote for the geronimo txmanager version 2.1.2 release.
 
 The following changes are included for the txmanager 2.1.2 release:
 GERONIMO-4393 - Duplicate Xid with multiple JVMs on single host -
 default impl needs some 'random' entropy
 GERONIMO-4438 - TransactionSynchronizationRegistry.getTransactionKey
 should return null when transaction is not associated with the current
 thread
 GERONIMO-4448 - TransactionManager resume method should only resume
 valid transaction
 GERONIMO-4461 - Improve exception during transaction manager one phase commit
 GERONIMO-4466 - Improve exception during transaction manager commit
 when there are multiple XAResources
 GERONIMO-4471 - improve heuristic exception handling in rollback when
 txmanager.commit is called
 GERONIMO-4449 - Transaction.rollback method also calls beforeCompletion
 GERONIMO-4478 -  enhance exception handling during transaction rollback
 GERONIMO-4482 -  a few improvements on XAExceptions during enlist
 resource, prepare, commit, rollback
 update to use slf4j
 license/notice update
 
 Staging repo:
 http://people.apache.org/~linsun/staging-repo/txmanager/
 
 Staging site:
 http://people.apache.org/~linsun/staging-repo/txmanager/
 
 The svn location is here:
 https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.2/
 
 Vote open for 72 hours.
 
 [ ] +1
 [ ] +0
 [ ] -1
 
 Thanks
 
 Lin


Re: Request for a OpenJPA 1.2.1 release

2009-03-02 Thread Donald Woods
Everything is a go from the Geronimo side, as we got a clean TCK run 
completed.  Can we start a OpenJPA 1.2.1 release now?



Thanks,
-Donald


Donald Woods wrote:
Mike, it looks like all of our TCK failures related to JPA have been 
fixed and verified.  Can you start the process of cutting a 1.2.1 branch 
 while we finish our TCK runs?  I'd still wait until we have the 
complete results in (probably sometime Friday) before you start a RC vote.


Thanks,
Donald


Michael Dick wrote:

Hi Kevan,

I've been planning on doing a 1.2.1 release real soon now for a while.
I'll start working on it later this week (early next week at the latest).

Regards,

-mike

On Tue, Jan 27, 2009 at 11:04 AM, Kevan Miller 
kevan.mil...@gmail.comwrote:



Thanks Kevin and Jeremy for helping to resolve OPENJPA-872.

Is there an outlook for an OpenJPA 1.2.1 release? Geronimo is going 
to need

a release prior to releasing Geronimo 2.1.4 and 2.2. I guess we could
consider using openjpa.jdbc.QuerySQLCache=false as a work-around, but 
I'd

rather avoid that... Meantime, we'll start using 1.2.1-SNAPSHOT

--kevan






Re: [BUILD] trunk: Failed for Revision: 749297

2009-03-02 Thread David Jencks
I fixed some definite problems in security-testsuite but am still  
seeing some failures I don't understand locally lets see what  
happens next.


david jencks

On Mar 2, 2009, at 7:06 AM, ga...@apache.org wrote:


Geronimo Revision: 749297 built with tests included

See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/build-0900.log

Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302
[INFO] BUILD SUCCESSFUL
[INFO]  


[INFO] Total time: 38 minutes 15 seconds
[INFO] Finished at: Mon Mar 02 09:43:41 EST 2009
[INFO] Final Memory: 396M/1008M
[INFO]  



TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html

Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/logs-0900-tomcat/test.log


[INFO] snapshot org.apache.geronimo.assemblies:geronimo-tomcat6- 
javaee5:2.2-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] Using assembly artifact:  
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.2- 
SNAPSHOT:provided
[INFO] Using geronimoHome: /home/geronimo/geronimo/trunk/testsuite/ 
target/geronimo-tomcat6-javaee5-2.2-SNAPSHOT

[INFO] Installing assembly...
[INFO] Expanding: /home/geronimo/.m2/repository/org/apache/geronimo/ 
assemblies/geronimo-tomcat6-javaee5/2.2-SNAPSHOT/geronimo-tomcat6- 
javaee5-2.2-SNAPSHOT-bin.zip into /home/geronimo/geronimo/trunk/ 
testsuite/target

[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: /home/geronimo/geronimo/trunk/ 
testsuite/target/geronimo-logs/ 
org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log

[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:44.953
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml  
to /home/geronimo/.m2/repository/org/apache/geronimo/testsuite/ 
testsuite/2.2-SNAPSHOT/testsuite-2.2-SNAPSHOT.pom

[INFO] [shitty:test {execution: default}]
[INFO] Starting 36 test builds
[INFO]
[INFO]  
---

[INFO]
[INFO] commands-testsuite/deploy  RUNNING
[INFO] commands-testsuite/deploy  SUCCESS  
(0:01:15.743)

[INFO] commands-testsuite/gshell  RUNNING
[INFO] commands-testsuite/gshell  SUCCESS  
(0:00:29.947)

[INFO] commands-testsuite/jaxws   RUNNING
[INFO] commands-testsuite/jaxws   SUCCESS  
(0:00:36.564)

[INFO] commands-testsuite/shutdownRUNNING
[INFO] commands-testsuite/shutdownSUCCESS  
(0:00:17.080)

[INFO] concurrent-testsuite/concurrent-basic  RUNNING
[INFO] concurrent-testsuite/concurrent-basic  SUCCESS  
(0:06:12.000)

[INFO] console-testsuite/advanced RUNNING
[INFO] console-testsuite/advanced SUCCESS  
(0:01:23.446)

[INFO] console-testsuite/basicRUNNING
[INFO] console-testsuite/basicSUCCESS  
(0:01:45.810)

[INFO] corba-testsuite/corba-helloworld   RUNNING
[INFO] corba-testsuite/corba-helloworld   SUCCESS  
(0:00:46.125)

[INFO] corba-testsuite/corba-marshal  RUNNING
[INFO] corba-testsuite/corba-marshal  SUCCESS  
(0:01:03.036)

[INFO] corba-testsuite/corba-mytime   RUNNING
[INFO] corba-testsuite/corba-mytime   SUCCESS  
(0:00:39.585)

[INFO] deployment-testsuite/deployment-tests  RUNNING
[INFO] deployment-testsuite/deployment-tests  SUCCESS  
(0:00:30.308)

[INFO] deployment-testsuite/jca-cms-tests RUNNING
[INFO] deployment-testsuite/jca-cms-tests SUCCESS  
(0:00:29.991)

[INFO] deployment-testsuite/manifestcp-tests  RUNNING
[INFO] deployment-testsuite/manifestcp-tests  SUCCESS  
(0:00:33.533)

[INFO] enterprise-testsuite/ejb-tests RUNNING
[INFO] enterprise-testsuite/ejb-tests SUCCESS  
(0:01:28.091)

[INFO] enterprise-testsuite/jms-tests RUNNING
[INFO] enterprise-testsuite/jms-tests SUCCESS  
(0:00:50.520)

[INFO] enterprise-testsuite/jpa-tests RUNNING
[INFO] enterprise-testsuite/jpa-tests SUCCESS  
(0:01:05.940)

[INFO] enterprise-testsuite/sec-clientRUNNING
[INFO] enterprise-testsuite/sec-clientSUCCESS  
(0:00:26.566)

[INFO] enterprise-testsuite/sec-tests RUNNING
[INFO] enterprise-testsuite/sec-tests SUCCESS  
(0:00:47.489)

[INFO] security-testsuite/test-security   RUNNING
[INFO] security-testsuite/test

Re: [VOTE] Release Geronimo txmanager version 2.1.2

2009-03-02 Thread Kevan Miller

+1

Source and binaries look good. Builds fine.

--kevan

On Feb 25, 2009, at 3:47 PM, Lin Sun wrote:


Hi,

This is a vote for the geronimo txmanager version 2.1.2 release.

The following changes are included for the txmanager 2.1.2 release:
GERONIMO-4393 - Duplicate Xid with multiple JVMs on single host -
default impl needs some 'random' entropy
GERONIMO-4438 - TransactionSynchronizationRegistry.getTransactionKey
should return null when transaction is not associated with the current
thread
GERONIMO-4448 - TransactionManager resume method should only resume
valid transaction
GERONIMO-4461 - Improve exception during transaction manager one  
phase commit

GERONIMO-4466 - Improve exception during transaction manager commit
when there are multiple XAResources
GERONIMO-4471 - improve heuristic exception handling in rollback when
txmanager.commit is called
GERONIMO-4449 - Transaction.rollback method also calls  
beforeCompletion
GERONIMO-4478 -  enhance exception handling during transaction  
rollback

GERONIMO-4482 -  a few improvements on XAExceptions during enlist
resource, prepare, commit, rollback
update to use slf4j
license/notice update

Staging repo:
http://people.apache.org/~linsun/staging-repo/txmanager/

Staging site:
http://people.apache.org/~linsun/staging-repo/txmanager/

The svn location is here:
https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.2/

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Thanks

Lin




Re: [VOTE] Release Geronimo txmanager version 2.1.2

2009-03-02 Thread Jarek Gawor
+1

Jarek

On Wed, Feb 25, 2009 at 3:47 PM, Lin Sun linsun@gmail.com wrote:
 Hi,

 This is a vote for the geronimo txmanager version 2.1.2 release.

 The following changes are included for the txmanager 2.1.2 release:
 GERONIMO-4393 - Duplicate Xid with multiple JVMs on single host -
 default impl needs some 'random' entropy
 GERONIMO-4438 - TransactionSynchronizationRegistry.getTransactionKey
 should return null when transaction is not associated with the current
 thread
 GERONIMO-4448 - TransactionManager resume method should only resume
 valid transaction
 GERONIMO-4461 - Improve exception during transaction manager one phase commit
 GERONIMO-4466 - Improve exception during transaction manager commit
 when there are multiple XAResources
 GERONIMO-4471 - improve heuristic exception handling in rollback when
 txmanager.commit is called
 GERONIMO-4449 - Transaction.rollback method also calls beforeCompletion
 GERONIMO-4478 -  enhance exception handling during transaction rollback
 GERONIMO-4482 -  a few improvements on XAExceptions during enlist
 resource, prepare, commit, rollback
 update to use slf4j
 license/notice update

 Staging repo:
 http://people.apache.org/~linsun/staging-repo/txmanager/

 Staging site:
 http://people.apache.org/~linsun/staging-repo/txmanager/

 The svn location is here:
 https://svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo-txmanager-parent-2.1.2/

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1

 Thanks

 Lin



[jira] Updated: (GERONIMO-4410) Update JPA 2.0 spec component

2009-03-02 Thread Jeremy Bauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeremy Bauer updated GERONIMO-4410:
---

Attachment: geronimo_jpa_2_spec_updates3.patch

There is a missing annotation artifact in the current spec API.  I've attached 
a patch which adds the artifact.  Please apply this patch 
(geronimo_jpa_2_spec_updates3.patch) and push a new copy of the JPA 2 spec jar. 
 Thanks in advance!

 Update JPA 2.0 spec component
 -

 Key: GERONIMO-4410
 URL: https://issues.apache.org/jira/browse/GERONIMO-4410
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: specs
Reporter: Jeremy Bauer
Assignee: David Jencks
 Attachments: geronimo_jpa_2_spec_updates.patch, 
 geronimo_jpa_2_spec_updates2.patch, geronimo_jpa_2_spec_updates2_nodoc.patch, 
 geronimo_jpa_2_spec_updates3.patch, jpa2.0-update-1.0-patch.txt


 This task is to update the JPA 2.0 spec component (geronimo-jpa_2.0_spec) 
 with code provided by the OpenJPA project as new JPA 2.0/JSR-317 public spec 
 drafts are made available - through the final draft.  Updates will be 
 provided in the form of a patch.  After the update is made a snapshot will be 
 pushed out to the maven repository.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-4563) Connecting To ip or hostname...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Jeff Lu (JIRA)
Connecting To ip or hostname...Could not open connection to the host, on port 
: Connect failed
--

 Key: GERONIMO-4563
 URL: https://issues.apache.org/jira/browse/GERONIMO-4563
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
 Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
 Fix For: 2.1.4, 2.2


We have changed the ActiveMQPort to something other than 61616 along with the 
recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 to 
change all localhost and 0.0.0.0 references to 127.0.0.1

I wonder if this is a similar issue as with the rmi port...

in the jms-plan.xml, we have:

...
resourceadapter
resourceadapter-instance
resourceadapter-nameConnectionFactory/resourceadapter-name
config-property-setting 
name=ServerUrltcp://localhost:/config-property-setting
config-property-setting 
name=UserNameuser/config-property-setting
config-property-setting 
name=Passwordpassword/config-property-setting
nam:workmanager
  nam:gbean-linkDefaultWorkManager/nam:gbean-link
/nam:workmanager
/resourceadapter-instance

...


It only works if we try to connect using localhost or 127.0.0.1

It does not work if connect through a real ip or a hostname.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4410) Update JPA 2.0 spec component

2009-03-02 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678061#action_12678061
 ] 

David Jencks commented on GERONIMO-4410:


patch 3 applied in rev 749413, snapshot pushed.

 Update JPA 2.0 spec component
 -

 Key: GERONIMO-4410
 URL: https://issues.apache.org/jira/browse/GERONIMO-4410
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: specs
Reporter: Jeremy Bauer
Assignee: David Jencks
 Attachments: geronimo_jpa_2_spec_updates.patch, 
 geronimo_jpa_2_spec_updates2.patch, geronimo_jpa_2_spec_updates2_nodoc.patch, 
 geronimo_jpa_2_spec_updates3.patch, jpa2.0-update-1.0-patch.txt


 This task is to update the JPA 2.0 spec component (geronimo-jpa_2.0_spec) 
 with code provided by the OpenJPA project as new JPA 2.0/JSR-317 public spec 
 drafts are made available - through the final draft.  Updates will be 
 provided in the form of a patch.  After the update is made a snapshot will be 
 pushed out to the maven repository.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4561) An invalid string system shows up in the Login Timeout field in Derby Embedded or Derby Embedded XA database pool configuration page

2009-03-02 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678080#action_12678080
 ] 

Jarek Gawor commented on GERONIMO-4561:
---

I'm unable to replicate. Are you sure that your web browser is not auto-filling 
this field? Try to clear the form data in your web browser and see if that 
helps.



 An invalid string system shows up in the Login Timeout field in Derby 
 Embedded or Derby Embedded XA database pool configuration page
 

 Key: GERONIMO-4561
 URL: https://issues.apache.org/jira/browse/GERONIMO-4561
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: Windows XP +  IBM JDK 6
Reporter: Ying Tang
Priority: Minor

 1.  In the database pools portlet, create a database pool with the type 
 Derby embedded XA or Derby embedded. 
 2.  In the  resulting configuration page,  the Login Timeout field will 
 have a default value system. This property claimed to be ignored by Derby. 
 3.  Select JAR, specify database name, confirm password, and deploy.
 An error occurs:
 2009-03-02 15:46:11,156 ERROR [Deployer] Deployment failed due to 
 org.apache.geronimo.common.propertyeditor.PropertyEditorException: For input 
 string: system
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:34)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.getValue(ConnectorModuleBuilder.java:817)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.setDynamicGBeanDataAttributes(ConnectorModuleBuilder.java:782)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addOutboundGBeans(ConnectorModuleBuilder.java:929)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addConnectorGBeans(ConnectorModuleBuilder.java:597)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.initContext(ConnectorModuleBuilder.java:524)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
   at java.lang.reflect.Method.invoke(Method.java:612)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:735)
 Caused by: 
 java.lang.NumberFormatException: For input string: system
   at java.lang.Throwable.init(Throwable.java:67)
   at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.java:61)
   at java.lang.Integer.parseInt(Integer.java:460)
   at java.lang.Integer.valueOf(Integer.java:566)
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:31)
   ... 19 more
 2009-03-02 15:46:11,265 INFO  [DatabasePoolPortlet] Deployment Failed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4544) Error occured when repeatedly create DB or records

2009-03-02 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678086#action_12678086
 ] 

Jarek Gawor commented on GERONIMO-4544:
---

What errors do you see exactly? From time to time I'm seeing A lock could not 
be obtained within the time requested error but otherwise everything works as 
expected.


 Error occured when repeatedly create DB or records
 --

 Key: GERONIMO-4544
 URL: https://issues.apache.org/jira/browse/GERONIMO-4544
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: lily seattle
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4544-for2.1.patch, Geronimo-4544-forTrunk.patch


 steps:
 1. login console
 2. Click Embedded DB - DB Manager. 
 3. Filling the Create DB blank with TestDB, click Create.
 4.Create a table using:
 CREATE TABLE CUSTOMER (
   ID  INTEGER NOT NULL PRIMARY KEY,
   NAMEVARCHAR(45),
   BIRTHDATE   DATE,
   SSS_NO  VARCHAR(25),
   ADDRESS VARCHAR(60),
   ANNUAL_SALARY   DOUBLE,
   LOAN_AMOUNT DOUBLE
   );
 5. Insert a record:
 INSERT INTO CUSTOMER VALUES
 (001,'hi','02/19/2009','111','somewhere',100,150);
 Now, if create the same table again, or Insert the same record, errors will 
 occur. Also the Table can't be accessed
 any more.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[BUILD] trunk: Failed for Revision: 749418

2009-03-02 Thread gawor
Geronimo Revision: 749418 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/build-1500.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 39 minutes 2 seconds
[INFO] Finished at: Mon Mar 02 15:43:47 EST 2009
[INFO] Final Memory: 397M/1013M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/logs-1500-tomcat/test.log
 
 
Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20090302/logs-1500-jetty/test.log
 
 
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-jetty6-javaee5-2.2-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-jetty6-javaee5/2.2-SNAPSHOT/geronimo-jetty6-javaee5-2.2-SNAPSHOT-bin.zip
 into /home/geronimo/geronimo/trunk/testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:45.628
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/2.2-SNAPSHOT/testsuite-2.2-SNAPSHOT.pom
[INFO] [shitty:test {execution: default}]
[INFO] Starting 36 test builds
[INFO] 
[INFO] 
---
[INFO] 
[INFO] commands-testsuite/deploy  RUNNING
[INFO] commands-testsuite/deploy  SUCCESS (0:01:08.983) 
[INFO] commands-testsuite/gshell  RUNNING
[INFO] commands-testsuite/gshell  SUCCESS (0:00:30.697) 
[INFO] commands-testsuite/jaxws   RUNNING
[INFO] commands-testsuite/jaxws   SUCCESS (0:00:35.074) 
[INFO] commands-testsuite/shutdownRUNNING
[INFO] commands-testsuite/shutdownSUCCESS (0:00:16.855) 
[INFO] concurrent-testsuite/concurrent-basic  RUNNING
[INFO] concurrent-testsuite/concurrent-basic  SUCCESS (0:06:06.090) 
[INFO] console-testsuite/advanced RUNNING
[INFO] console-testsuite/advanced FAILURE (0:00:16.717) Java 
returned: 1
[INFO] console-testsuite/basicRUNNING
[INFO] console-testsuite/basicFAILURE (0:00:17.153) Java 
returned: 1
[INFO] corba-testsuite/corba-helloworld   RUNNING
[INFO] corba-testsuite/corba-helloworld   SUCCESS (0:00:47.681) 
[INFO] corba-testsuite/corba-marshal  RUNNING
[INFO] corba-testsuite/corba-marshal  SUCCESS (0:00:57.406) 
[INFO] corba-testsuite/corba-mytime   RUNNING
[INFO] corba-testsuite/corba-mytime   SUCCESS (0:00:40.001) 
[INFO] deployment-testsuite/deployment-tests  RUNNING
[INFO] deployment-testsuite/deployment-tests  SUCCESS (0:00:30.167) 
[INFO] deployment-testsuite/jca-cms-tests RUNNING
[INFO] deployment-testsuite/jca-cms-tests SUCCESS (0:00:29.546) 
[INFO] deployment-testsuite/manifestcp-tests  RUNNING
[INFO] deployment-testsuite/manifestcp-tests  SUCCESS (0:00:30.986) 
[INFO] enterprise-testsuite/ejb-tests RUNNING
[INFO] enterprise-testsuite/ejb-tests SUCCESS (0:00:34.704) 
[INFO] enterprise-testsuite/jms-tests RUNNING
[INFO] enterprise-testsuite/jms-tests SUCCESS (0:00:50.995) 
[INFO] enterprise-testsuite/jpa-tests RUNNING
[INFO] enterprise-testsuite/jpa-tests SUCCESS (0:00:40.629) 
[INFO] enterprise-testsuite/sec-clientRUNNING
[INFO] enterprise-testsuite/sec-clientSUCCESS (0:00:27.794) 
[INFO] enterprise-testsuite/sec-tests RUNNING
[INFO] enterprise-testsuite/sec-tests SUCCESS (0:00:47.634) 
[INFO] security-testsuite/test-security   RUNNING
[INFO] security-testsuite/test-security   FAILURE (0:00:34.708) Java 
returned: 1
[INFO] web-testsuite/test-2.1-jspsRUNNING
[INFO] web-testsuite/test-2.1-jspsSUCCESS (0:00:29.874) 
[INFO] web-testsuite/test-2.5-servletsRUNNING
[INFO] web-testsuite/test-2.5-servletsSUCCESS (0:00

[jira] Assigned: (GERONIMO-4547) Fail to install a plugin from a remote repository

2009-03-02 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor reassigned GERONIMO-4547:
-

Assignee: Jarek Gawor

 Fail to install a plugin from a remote repository
 -

 Key: GERONIMO-4547
 URL: https://issues.apache.org/jira/browse/GERONIMO-4547
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4, 2.2
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: Ivan
Assignee: Jarek Gawor
Priority: Minor
 Attachments: Geronimo-4547-for 2.1.patch, Geronimo-4547-for 
 trunk.patch


 steps:
 1. login admin console
 2. click Applications-plugins
 3. add http://9.123.237.40/localrepo/ce_repo/  as Repository
 4. choose Geronimo Plugins,Monitoring ::Agent JMX CAR showed in the list to 
 install
 5. No success or failed installation message returned and the page will stay 
 in:  
 Current file being operated on...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4547) Fail to install a plugin from a remote repository

2009-03-02 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor updated GERONIMO-4547:
--

Affects Version/s: (was: 2.1.4)

 Fail to install a plugin from a remote repository
 -

 Key: GERONIMO-4547
 URL: https://issues.apache.org/jira/browse/GERONIMO-4547
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: Ivan
Assignee: Joe Bohn
Priority: Minor
 Fix For: 2.2

 Attachments: Geronimo-4547-for 2.1.patch, Geronimo-4547-for 
 trunk.patch


 steps:
 1. login admin console
 2. click Applications-plugins
 3. add http://9.123.237.40/localrepo/ce_repo/  as Repository
 4. choose Geronimo Plugins,Monitoring ::Agent JMX CAR showed in the list to 
 install
 5. No success or failed installation message returned and the page will stay 
 in:  
 Current file being operated on...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (GERONIMO-4547) Fail to install a plugin from a remote repository

2009-03-02 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor resolved GERONIMO-4547.
---

   Resolution: Fixed
Fix Version/s: 2.2
 Assignee: Joe Bohn  (was: Jarek Gawor)

This problem does not affect 2.1.4 and is already fixed in trunk (by Joe in 
revision 747569). 


 Fail to install a plugin from a remote repository
 -

 Key: GERONIMO-4547
 URL: https://issues.apache.org/jira/browse/GERONIMO-4547
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: Ivan
Assignee: Joe Bohn
Priority: Minor
 Fix For: 2.2

 Attachments: Geronimo-4547-for 2.1.patch, Geronimo-4547-for 
 trunk.patch


 steps:
 1. login admin console
 2. click Applications-plugins
 3. add http://9.123.237.40/localrepo/ce_repo/  as Repository
 4. choose Geronimo Plugins,Monitoring ::Agent JMX CAR showed in the list to 
 install
 5. No success or failed installation message returned and the page will stay 
 in:  
 Current file being operated on...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Daytrader for Tomcat

2009-03-02 Thread Jack Cai
Yes that will be interesting for Web app users. How is the customization
done? Ideally we can use the same set of code to generate different target
(Web, Full, etc.).

-Jack


2009/3/2 Forrest_Xia forres...@gmail.com


 I trimed daytrader by removing ejb, jms, web services, and etc, and
 generated
 a version for Tomcat, anyone interested?
 --
 View this message in context:
 http://www.nabble.com/Daytrader-for-Tomcat-tp22290310s134p22290310.html
 Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.




[jira] Commented: (GERONIMO-4544) Error occured when repeatedly create DB or records

2009-03-02 Thread Ivan (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678197#action_12678197
 ] 

Ivan commented on GERONIMO-4544:


If I did the steps accroding to the description, I could not view the content 
of the table's content via the admin console. I guess that a inner transaction 
is not closed while some errors occured in the executing the SQL commands.
Thanks for any comment !

 Error occured when repeatedly create DB or records
 --

 Key: GERONIMO-4544
 URL: https://issues.apache.org/jira/browse/GERONIMO-4544
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: lily seattle
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4544-for2.1.patch, Geronimo-4544-forTrunk.patch


 steps:
 1. login console
 2. Click Embedded DB - DB Manager. 
 3. Filling the Create DB blank with TestDB, click Create.
 4.Create a table using:
 CREATE TABLE CUSTOMER (
   ID  INTEGER NOT NULL PRIMARY KEY,
   NAMEVARCHAR(45),
   BIRTHDATE   DATE,
   SSS_NO  VARCHAR(25),
   ADDRESS VARCHAR(60),
   ANNUAL_SALARY   DOUBLE,
   LOAN_AMOUNT DOUBLE
   );
 5. Insert a record:
 INSERT INTO CUSTOMER VALUES
 (001,'hi','02/19/2009','111','somewhere',100,150);
 Now, if create the same table again, or Insert the same record, errors will 
 occur. Also the Table can't be accessed
 any more.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4561) An invalid string system shows up in the Login Timeout field in Derby Embedded or Derby Embedded XA database pool configuration page

2009-03-02 Thread Ying Tang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ying Tang updated GERONIMO-4561:


Priority: Trivial  (was: Minor)

 An invalid string system shows up in the Login Timeout field in Derby 
 Embedded or Derby Embedded XA database pool configuration page
 

 Key: GERONIMO-4561
 URL: https://issues.apache.org/jira/browse/GERONIMO-4561
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: Windows XP +  IBM JDK 6
Reporter: Ying Tang
Priority: Trivial

 1.  In the database pools portlet, create a database pool with the type 
 Derby embedded XA or Derby embedded. 
 2.  In the  resulting configuration page,  the Login Timeout field will 
 have a default value system. This property claimed to be ignored by Derby. 
 3.  Select JAR, specify database name, confirm password, and deploy.
 An error occurs:
 2009-03-02 15:46:11,156 ERROR [Deployer] Deployment failed due to 
 org.apache.geronimo.common.propertyeditor.PropertyEditorException: For input 
 string: system
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:34)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.getValue(ConnectorModuleBuilder.java:817)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.setDynamicGBeanDataAttributes(ConnectorModuleBuilder.java:782)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addOutboundGBeans(ConnectorModuleBuilder.java:929)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addConnectorGBeans(ConnectorModuleBuilder.java:597)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.initContext(ConnectorModuleBuilder.java:524)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
   at java.lang.reflect.Method.invoke(Method.java:612)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:735)
 Caused by: 
 java.lang.NumberFormatException: For input string: system
   at java.lang.Throwable.init(Throwable.java:67)
   at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.java:61)
   at java.lang.Integer.parseInt(Integer.java:460)
   at java.lang.Integer.valueOf(Integer.java:566)
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:31)
   ... 19 more
 2009-03-02 15:46:11,265 INFO  [DatabasePoolPortlet] Deployment Failed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4561) An invalid string system shows up in the Login Timeout field in Derby Embedded or Derby Embedded XA database pool configuration page

2009-03-02 Thread Ying Tang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678208#action_12678208
 ] 

Ying Tang commented on GERONIMO-4561:
-

It turns out that in Firefox,  if we save the username/password for the admin 
console in the web browser, the username will be saved to login timeout 
field.  A really trivial bug.
This error won't occur in IBM JDK 5 or Sun JDK 5.



 An invalid string system shows up in the Login Timeout field in Derby 
 Embedded or Derby Embedded XA database pool configuration page
 

 Key: GERONIMO-4561
 URL: https://issues.apache.org/jira/browse/GERONIMO-4561
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: Windows XP +  IBM JDK 6
Reporter: Ying Tang
Priority: Trivial

 1.  In the database pools portlet, create a database pool with the type 
 Derby embedded XA or Derby embedded. 
 2.  In the  resulting configuration page,  the Login Timeout field will 
 have a default value system. This property claimed to be ignored by Derby. 
 3.  Select JAR, specify database name, confirm password, and deploy.
 An error occurs:
 2009-03-02 15:46:11,156 ERROR [Deployer] Deployment failed due to 
 org.apache.geronimo.common.propertyeditor.PropertyEditorException: For input 
 string: system
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:34)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.getValue(ConnectorModuleBuilder.java:817)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.setDynamicGBeanDataAttributes(ConnectorModuleBuilder.java:782)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addOutboundGBeans(ConnectorModuleBuilder.java:929)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addConnectorGBeans(ConnectorModuleBuilder.java:597)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.initContext(ConnectorModuleBuilder.java:524)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
   at java.lang.reflect.Method.invoke(Method.java:612)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:735)
 Caused by: 
 java.lang.NumberFormatException: For input string: system
   at java.lang.Throwable.init(Throwable.java:67)
   at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.java:61)
   at java.lang.Integer.parseInt(Integer.java:460)
   at java.lang.Integer.valueOf(Integer.java:566)
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:31)
   ... 19 more
 2009-03-02 15:46:11,265 INFO  [DatabasePoolPortlet] Deployment Failed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-02 Thread viola.lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu updated GERONIMODEVTOOLS-555:
--

Affects Version/s: 2.1.4

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.5, 1.6
Reporter: viola.lu
Assignee: Tim McConnell

 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-02 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678222#action_12678222
 ] 

viola.lu commented on GERONIMODEVTOOLS-555:
---

I doubt that: before conver an app, where to  find a geronimo-plugin.xml ?Is it 
generated after conversion?I just followed this guide :
http://cwiki.apache.org/GMOxDOC22/converting-applications-into-geronimo-plugins-using-gep.html
Thanks.

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.5, 1.6
Reporter: viola.lu
Assignee: Tim McConnell

 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Daytrader for Tomcat

2009-03-02 Thread Forrest Xia
There will be some code duplicate inevitably. To make daytrader work in
Tomcat, I changed some java classes and jsp files to remove ejb, jms, and
web services related code. For example, config.jsp, TradeDirect.java,
TradeServletAction.java, etc.

Having a web-container only version of daytrader will benefit people who has
interests at comparing the tomcat custom server assembly of geronimo with
standalone tomcat. Potentially, it might be expand the influence of
daytrader sample, attract more people to know it and use it. Maybe there are
new idea coming out to improve it in future. Does it make sense? Let me know
your comments!

Cheers,
Forrest


[jira] Commented: (GERONIMO-4547) Fail to install a plugin from a remote repository

2009-03-02 Thread Ivan (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678225#action_12678225
 ] 

Ivan commented on GERONIMO-4547:


Hi, Jarek:
Except for the POST method problem, I found another issue on my Windows machine.
For I set the maven repository to another folder, not the default one. After I 
manually add the local repository, and install some plugins from it.
A problem has occured:
java.lang.IllegalStateException: Maven2Repository must have a root that's a 
valid readable directory (not C:\Documents and 
Settings\Administrator\.m2\repository)
That is why I add a try catch block in the patch.
Thanks for any comment !

 Fail to install a plugin from a remote repository
 -

 Key: GERONIMO-4547
 URL: https://issues.apache.org/jira/browse/GERONIMO-4547
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.2
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: Ivan
Assignee: Joe Bohn
Priority: Minor
 Fix For: 2.2

 Attachments: Geronimo-4547-for 2.1.patch, Geronimo-4547-for 
 trunk.patch


 steps:
 1. login admin console
 2. click Applications-plugins
 3. add http://9.123.237.40/localrepo/ce_repo/  as Repository
 4. choose Geronimo Plugins,Monitoring ::Agent JMX CAR showed in the list to 
 install
 5. No success or failed installation message returned and the page will stay 
 in:  
 Current file being operated on...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Daytrader for Tomcat

2009-03-02 Thread Kevan Miller


On Mar 2, 2009, at 10:32 AM, Forrest_Xia wrote:



I trimed daytrader by removing ejb, jms, web services, and etc, and  
generated

a version for Tomcat, anyone interested?


I'm a bit interested in a version for Tomcat, but would be more  
interested in a version for Geronimo Tomcat and Geronimo Jetty --  
ideally a war (for Tomcat deployment and Geronimo deployment -- if  
someone desired) and a Geronimo plugin (that could be used to generate  
custom assemblies). Is that what you had in mind?


--kevan


[jira] Commented: (GERONIMO-4563) Connecting To ip or hostname...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Jack Cai (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678226#action_12678226
 ] 

Jack Cai commented on GERONIMO-4563:


I was unable to reproduce your problem. What I did -

1. Change all localhost/0.0.0.0 to the real IP of the machine in the 
config-substitutions.properties
2. Change ActiveMQPort to 10002 in the config-substitutions.properties.
3. Start the server - succeeded
4. telnet [real IP] 10002  - succeeded

 Connecting To ip or hostname...Could not open connection to the host, on port 
 : Connect failed
 --

 Key: GERONIMO-4563
 URL: https://issues.apache.org/jira/browse/GERONIMO-4563
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
 Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
 Fix For: 2.1.4, 2.2


 We have changed the ActiveMQPort to something other than 61616 along with the 
 recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 
 to change all localhost and 0.0.0.0 references to 127.0.0.1
 I wonder if this is a similar issue as with the rmi port...
 in the jms-plan.xml, we have:
 ...
 resourceadapter
 resourceadapter-instance
 resourceadapter-nameConnectionFactory/resourceadapter-name
 config-property-setting 
 name=ServerUrltcp://localhost:/config-property-setting
 config-property-setting 
 name=UserNameuser/config-property-setting
 config-property-setting 
 name=Passwordpassword/config-property-setting
 nam:workmanager
   nam:gbean-linkDefaultWorkManager/nam:gbean-link
 /nam:workmanager
 /resourceadapter-instance
 ...
 It only works if we try to connect using localhost or 127.0.0.1
 It does not work if connect through a real ip or a hostname.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Daytrader for Tomcat

2009-03-02 Thread Forrest_Xia

A separate maven project for daytrader tomcat version is ready. 

Consequently, Adding it to daytrader trunk bundle is easy, and further
making it as a geronimo server plugin is not a big problem either, I can do
that :-)

Forrest

-- 
View this message in context: 
http://www.nabble.com/Daytrader-for-Tomcat-tp22290310s134p22302097.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



[jira] Commented: (GERONIMO-4561) An invalid string system shows up in the Login Timeout field in Derby Embedded or Derby Embedded XA database pool configuration page

2009-03-02 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678230#action_12678230
 ] 

Jarek Gawor commented on GERONIMO-4561:
---

I'm confused. You're seeing this problem with Java 6 but not with Java 5? So 
it's not just Firefox issue?


 An invalid string system shows up in the Login Timeout field in Derby 
 Embedded or Derby Embedded XA database pool configuration page
 

 Key: GERONIMO-4561
 URL: https://issues.apache.org/jira/browse/GERONIMO-4561
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: Windows XP +  IBM JDK 6
Reporter: Ying Tang
Priority: Trivial

 1.  In the database pools portlet, create a database pool with the type 
 Derby embedded XA or Derby embedded. 
 2.  In the  resulting configuration page,  the Login Timeout field will 
 have a default value system. This property claimed to be ignored by Derby. 
 3.  Select JAR, specify database name, confirm password, and deploy.
 An error occurs:
 2009-03-02 15:46:11,156 ERROR [Deployer] Deployment failed due to 
 org.apache.geronimo.common.propertyeditor.PropertyEditorException: For input 
 string: system
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:34)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.getValue(ConnectorModuleBuilder.java:817)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.setDynamicGBeanDataAttributes(ConnectorModuleBuilder.java:782)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addOutboundGBeans(ConnectorModuleBuilder.java:929)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addConnectorGBeans(ConnectorModuleBuilder.java:597)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.initContext(ConnectorModuleBuilder.java:524)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
   at java.lang.reflect.Method.invoke(Method.java:612)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:735)
 Caused by: 
 java.lang.NumberFormatException: For input string: system
   at java.lang.Throwable.init(Throwable.java:67)
   at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.java:61)
   at java.lang.Integer.parseInt(Integer.java:460)
   at java.lang.Integer.valueOf(Integer.java:566)
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:31)
   ... 19 more
 2009-03-02 15:46:11,265 INFO  [DatabasePoolPortlet] Deployment Failed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [NOTICE] Creating server/branches/2.1.4

2009-03-02 Thread David Blevins
Do you want the OpenEJB 3.0.1 release now or would you prefer to wait  
for the OpenJPA issue to be fixed?


-David

On Feb 27, 2009, at 11:12 AM, Joe Bohn wrote:


I decided to wait a little longer before creating a 2.1.4 branch.

It will probably be mid next week before all of our dependencies are  
released and we can begin the work for creating a release candidate.  
Therefore, I'm going to wait until early-mid next week to create the  
2.1.4 branch.  That will save us propagating any fixes in the interim.


Please continue to use caution when checking into branches/2.1 for  
now.


Thanks,
Joe


Joe Bohn wrote:
We're getting very close to a Geronimo 2.1.4 release.  I think it's  
nearly time to create a branch to prepare for the release.

So, I'm planning to create a branch on Thursday afternoon (2/26).
Please carefully consider any changes in the branches/2.1 that  
might destabilize things and consider holding off until after the  
branch.  I do anticipate that there will continue to be bug fixes  
and other minor changes.  Hopefully, we will be in a position to  
create a release candidate sometime next week.

Thanks,
Joe







[jira] Closed: (GERONIMO-4563) Connecting To ip or hostname...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller closed GERONIMO-4563.
--

Resolution: Won't Fix

If you configure serverHostname=127.0.0.1, this is the expected behavior. I 
think there was some confusion created by some of the discussions in 
GERONIMO-4518. 

If you instead configure the server hostname to be 0.0.0.0 or the actual ip 
address of your server, you can then connect.   

 Connecting To ip or hostname...Could not open connection to the host, on port 
 : Connect failed
 --

 Key: GERONIMO-4563
 URL: https://issues.apache.org/jira/browse/GERONIMO-4563
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
 Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
 Fix For: 2.1.4, 2.2


 We have changed the ActiveMQPort to something other than 61616 along with the 
 recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 
 to change all localhost and 0.0.0.0 references to 127.0.0.1
 I wonder if this is a similar issue as with the rmi port...
 in the jms-plan.xml, we have:
 ...
 resourceadapter
 resourceadapter-instance
 resourceadapter-nameConnectionFactory/resourceadapter-name
 config-property-setting 
 name=ServerUrltcp://localhost:/config-property-setting
 config-property-setting 
 name=UserNameuser/config-property-setting
 config-property-setting 
 name=Passwordpassword/config-property-setting
 nam:workmanager
   nam:gbean-linkDefaultWorkManager/nam:gbean-link
 /nam:workmanager
 /resourceadapter-instance
 ...
 It only works if we try to connect using localhost or 127.0.0.1
 It does not work if connect through a real ip or a hostname.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Reopened: (GERONIMO-4563) Connecting To ip or hostname...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller reopened GERONIMO-4563:



 Connecting To ip or hostname...Could not open connection to the host, on port 
 : Connect failed
 --

 Key: GERONIMO-4563
 URL: https://issues.apache.org/jira/browse/GERONIMO-4563
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
 Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
 Fix For: 2.1.4, 2.2


 We have changed the ActiveMQPort to something other than 61616 along with the 
 recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 
 to change all localhost and 0.0.0.0 references to 127.0.0.1
 I wonder if this is a similar issue as with the rmi port...
 in the jms-plan.xml, we have:
 ...
 resourceadapter
 resourceadapter-instance
 resourceadapter-nameConnectionFactory/resourceadapter-name
 config-property-setting 
 name=ServerUrltcp://localhost:/config-property-setting
 config-property-setting 
 name=UserNameuser/config-property-setting
 config-property-setting 
 name=Passwordpassword/config-property-setting
 nam:workmanager
   nam:gbean-linkDefaultWorkManager/nam:gbean-link
 /nam:workmanager
 /resourceadapter-instance
 ...
 It only works if we try to connect using localhost or 127.0.0.1
 It does not work if connect through a real ip or a hostname.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-4563) Connecting To ip or hostname...Could not open connection to the host, on port 9999: Connect failed

2009-03-02 Thread Kevan Miller (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevan Miller closed GERONIMO-4563.
--

Resolution: Invalid

 Connecting To ip or hostname...Could not open connection to the host, on port 
 : Connect failed
 --

 Key: GERONIMO-4563
 URL: https://issues.apache.org/jira/browse/GERONIMO-4563
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
 Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
 Fix For: 2.1.4, 2.2


 We have changed the ActiveMQPort to something other than 61616 along with the 
 recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518 
 to change all localhost and 0.0.0.0 references to 127.0.0.1
 I wonder if this is a similar issue as with the rmi port...
 in the jms-plan.xml, we have:
 ...
 resourceadapter
 resourceadapter-instance
 resourceadapter-nameConnectionFactory/resourceadapter-name
 config-property-setting 
 name=ServerUrltcp://localhost:/config-property-setting
 config-property-setting 
 name=UserNameuser/config-property-setting
 config-property-setting 
 name=Passwordpassword/config-property-setting
 nam:workmanager
   nam:gbean-linkDefaultWorkManager/nam:gbean-link
 /nam:workmanager
 /resourceadapter-instance
 ...
 It only works if we try to connect using localhost or 127.0.0.1
 It does not work if connect through a real ip or a hostname.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Yin updated GERONIMO-4550:
---

Attachment: fix-g4550-jeffyin.patch

The problem is fixed.

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678239#action_12678239
 ] 

Gang Yin commented on GERONIMO-4550:


Hi Donald,
Please help to review and commit the patch and close this jira.

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Yin updated GERONIMO-4550:
---

Attachment: screenshot-1.jpg

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch, screenshot-1.jpg, 
 screenshot-2.jpg


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Yin updated GERONIMO-4550:
---

Attachment: (was: screenshot-3.jpg)

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch, screenshot-1.jpg, 
 screenshot-2.jpg


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Yin updated GERONIMO-4550:
---

Attachment: screenshot-3.jpg

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch, screenshot-1.jpg, 
 screenshot-2.jpg


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-4550) No error message displays in console when fail to create jms resource

2009-03-02 Thread Gang Yin (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Yin updated GERONIMO-4550:
---

Attachment: screenshot-2.jpg

 No error message displays in console when fail to create jms resource
 -

 Key: GERONIMO-4550
 URL: https://issues.apache.org/jira/browse/GERONIMO-4550
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: OS:redhat 5.2 JDK 1.5
Reporter: viola.lu
Assignee: Gang Yin
Priority: Minor
 Attachments: fix-g4550-jeffyin.patch, screenshot-1.jpg, 
 screenshot-2.jpg


 1.Create a console.jms/org.ibm.samples/1.0/rar resouce from admin console 
 2.Receate a console.jms/org.ibm.samples/1.0/rar  resource , but no error in 
 conosle but error message in geronimo.out :Deployer operation failed: Module 
 console.jms/org.ibm.samples/1.0/rar already exists in the server.  Try to 
 undeploy it first or use the redeploy command.
 3.So no error message when fail to create a jms resource.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (GERONIMO-4544) Error occured when repeatedly create DB or records

2009-03-02 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor reassigned GERONIMO-4544:
-

Assignee: Jarek Gawor

 Error occured when repeatedly create DB or records
 --

 Key: GERONIMO-4544
 URL: https://issues.apache.org/jira/browse/GERONIMO-4544
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: JAVA5 + RHEL 5.3 (X86) + Firefox 3.0.5
Reporter: lily seattle
Assignee: Jarek Gawor
 Fix For: 2.1.4, 2.2

 Attachments: Geronimo-4544-for2.1.patch, Geronimo-4544-forTrunk.patch


 steps:
 1. login console
 2. Click Embedded DB - DB Manager. 
 3. Filling the Create DB blank with TestDB, click Create.
 4.Create a table using:
 CREATE TABLE CUSTOMER (
   ID  INTEGER NOT NULL PRIMARY KEY,
   NAMEVARCHAR(45),
   BIRTHDATE   DATE,
   SSS_NO  VARCHAR(25),
   ADDRESS VARCHAR(60),
   ANNUAL_SALARY   DOUBLE,
   LOAN_AMOUNT DOUBLE
   );
 5. Insert a record:
 INSERT INTO CUSTOMER VALUES
 (001,'hi','02/19/2009','111','somewhere',100,150);
 Now, if create the same table again, or Insert the same record, errors will 
 occur. Also the Table can't be accessed
 any more.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-4561) An invalid string system shows up in the Login Timeout field in Derby Embedded or Derby Embedded XA database pool configuration page

2009-03-02 Thread Ying Tang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12678251#action_12678251
 ] 

Ying Tang commented on GERONIMO-4561:
-

   Sorry to have made you confused...I cannot figure out whether it is a 
Firefox problem or JDK 6 problem. 

 || Conditions   || IBM JDK 6||IBM JDK 5 ||   Sun JDK 5   ||
   
|Firefox (saving username/password for admin console)|  Error   |  Normal  |  
Normal   |
|Firefox  (NOT saving username/password) |  Normal  |   Normal|  Normal|
|  IE|   Normal  |  Normal|   Normal|   


 An invalid string system shows up in the Login Timeout field in Derby 
 Embedded or Derby Embedded XA database pool configuration page
 

 Key: GERONIMO-4561
 URL: https://issues.apache.org/jira/browse/GERONIMO-4561
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 2.1.4
 Environment: Windows XP +  IBM JDK 6
Reporter: Ying Tang
Priority: Trivial

 1.  In the database pools portlet, create a database pool with the type 
 Derby embedded XA or Derby embedded. 
 2.  In the  resulting configuration page,  the Login Timeout field will 
 have a default value system. This property claimed to be ignored by Derby. 
 3.  Select JAR, specify database name, confirm password, and deploy.
 An error occurs:
 2009-03-02 15:46:11,156 ERROR [Deployer] Deployment failed due to 
 org.apache.geronimo.common.propertyeditor.PropertyEditorException: For input 
 string: system
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:34)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.getValue(ConnectorModuleBuilder.java:817)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.setDynamicGBeanDataAttributes(ConnectorModuleBuilder.java:782)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addOutboundGBeans(ConnectorModuleBuilder.java:929)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.addConnectorGBeans(ConnectorModuleBuilder.java:597)
   at 
 org.apache.geronimo.connector.deployment.ConnectorModuleBuilder.initContext(ConnectorModuleBuilder.java:524)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:59)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39)
   at java.lang.reflect.Method.invoke(Method.java:612)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at java.lang.Thread.run(Thread.java:735)
 Caused by: 
 java.lang.NumberFormatException: For input string: system
   at java.lang.Throwable.init(Throwable.java:67)
   at 
 java.lang.NumberFormatException.forInputString(NumberFormatException.java:61)
   at java.lang.Integer.parseInt(Integer.java:460)
   at java.lang.Integer.valueOf(Integer.java:566)
   at 
 org.apache.geronimo.common.propertyeditor.IntegerEditor.getValue(IntegerEditor.java:31)
   ... 19 more
 2009-03-02 15:46:11,265 INFO  [DatabasePoolPortlet] Deployment Failed!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.