[BUILD] trunk: Failed for Revision: 894131

2009-12-28 Thread gawor
Geronimo Revision: 894131 built with tests included See the full build-0300.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/build-0300.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/unit-test

About deploying web applications to Tomcat 7.0

2009-12-28 Thread Ivan
Hi, With the latest welcome-tomcat-server assembly, I could run the pre-shipped welcome plugins, and everything seems well, with pre-compiled and non-pre-compiled jsps. Later, I tried to deploy a simple web application via deploy command, it failed as expected ;-) The current problem I

Re: Newly created doc not visible in http://cwiki.apache.org/GMOxDOC21/

2009-12-28 Thread Ashish Jain
The problem seems to be incorrect usage of scrollbar.the problem is fixed now... On Sat, Dec 26, 2009 at 4:41 AM, David Jencks david_jen...@yahoo.comwrote: On Dec 25, 2009, at 12:36 PM, Ashish Jain wrote: Hi, I have created a new doc

Re: Newly created doc not visible in http://cwiki.apache.org/GMOxDOC21/

2009-12-28 Thread Ashish Jain
Sorry folks there is still a problem.It seems to be related to autoexport pluginOnce hernan and another time Joe has fixed this issue. Here are some old references to the same problem. http://old.nabble.com/New-child-page-added-to-AG-2.1-not-visible-on-index-page-tt18666514s134.html

[BUILD] trunk: Failed for Revision: 894179

2009-12-28 Thread gawor
Geronimo Revision: 894179 built with tests included See the full build-0900.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/build-0900.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/unit-test

Re: About deploying web applications to Tomcat 7.0

2009-12-28 Thread David Jencks
On Dec 28, 2009, at 6:51 AM, Ivan wrote: Hi, With the latest welcome-tomcat-server assembly, I could run the pre-shipped welcome plugins, and everything seems well, with pre- compiled and non-pre-compiled jsps. Later, I tried to deploy a simple web application via deploy command,

[BUILD] branches/2.2: Failed for Revision: 894162

2009-12-28 Thread gawor
Geronimo Revision: 894162 built with tests included See the full build-0800.log file at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091228/build-0800.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091228/unit-test-reports

[BUILD] trunk: Failed for Revision: 894239

2009-12-28 Thread gawor
Geronimo Revision: 894239 built with tests included See the full build-1500.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/build-1500.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091228/unit-test

Re: About deploying web applications to Tomcat 7.0

2009-12-28 Thread Ivan
2009/12/29 David Jencks david_jen...@yahoo.com On Dec 28, 2009, at 6:51 AM, Ivan wrote: Hi, With the latest welcome-tomcat-server assembly, I could run the pre-shipped welcome plugins, and everything seems well, with pre-compiled and non-pre-compiled jsps. Later, I tried to deploy

Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-28 Thread xuhongbo
Hi: When I using bean managed transaction with oracle-xa , I found that it cannot execute more than once; the first time, things is right and database is update; but if execute once again a oracle- xa-warning and a Geronimo exception occurs; the warning and exception is list at the end

[BUILD] trunk: Failed for Revision: 894295

2009-12-28 Thread gawor
Geronimo Revision: 894295 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20091229/build-2100.log See the unit test reports at

Re: Cannot using Geronimo to execute bean-managed transaction with oracle transaction more than once, but Glassfish does

2009-12-28 Thread Rex Wang
Are you sure the first commit completed successfully? could you modify you codes to: ... ut.commit(); } catch (Exception e) { ut.rollback(); e.printStackTrace(); } finally { conn.close(); } to see what happened? 2009/12/29

[BUILD] branches/2.2: Failed for Revision: 894287

2009-12-28 Thread gawor
Geronimo Revision: 894287 built with tests included See the full build-2000.log file at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091229/build-2000.log See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.2/20091229/unit-test-reports

components version in G2.2

2009-12-28 Thread chi runhua
Hi devs, I noticed that G2.2 is released, congratulations~~! Regarding G2.2 doc, I think most of pages were updated according to new features and fixes in G2.2. You may refer to [1] for the status. [1] http://cwiki.apache.org/GMOxDOC22/apache-geronimo-v22-documentation-development-status.html