[jira] Commented: (GERONIMO-2543) Upgrade Scout from version 0.5 to 0.7rc1

2007-02-13 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472994 ] Jason Dillon commented on GERONIMO-2543: FYI, there is 0.7rc2 here: * http://repo1.maven.org/maven2/ws-s

Re: svn commit: r507336 - in /geronimo/server/trunk/modules/geronimo-yoko: pom.xml src/main/java/org/apache/geronimo/yoko/ORBConfigAdapter.java

2007-02-13 Thread Jason Dillon
Its probably fine, though if moving the bits in the top-level pom to PM and adding extra config in children modules where needed works, then that is probably better, so there is less config to keep in sync. --jason On Feb 13, 2007, at 5:48 PM, David Jencks wrote: I took the route of least

Re: Still using old scout

2007-02-13 Thread Jason Dillon
Yup, there is a 0.7rc2 in: http://repo1.maven.org/maven2/ws-scout/scout/ I recall something about this version (or maybe 0.7rc1) but not sure what happened to it. Dug up some email on it, and looks like it might have just not been in an m2 repo. Some more details here: http://iss

Correct ClassFinder version

2007-02-13 Thread Tim McConnell
Hi David, Is the 2.8 version of xbean-finder.jar the correct version to use for Geronimo ?? I notice there is a 2.9 version available and when I use the 2.8 version with a clean m2 repo I get the errors below. Thanks. [INFO] --

Re: selenium-m-p in codehaus mojo

2007-02-13 Thread Jason Dillon
Ugh!!! On further inspection looks like a bunch of stuff has been commented out of the Codehaus version... that and the source code been through the washer with some hideous formating. I'm starting to think we should just keep using our own, the original :-P, selenium-maven-plugin, and no

Re: selenium-m-p in codehaus mojo

2007-02-13 Thread Jason Dillon
I can add that back in... I did also find it disturbing that they changed the license on the sources... What was once this: /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for add

[jira] Updated: (GERONIMO-2833) ClassFinder NullPointerException

2007-02-13 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-2833: Attachment: GERONIMO-2833.patch Patch available > ClassFinder NullPointerException > --

[jira] Created: (GERONIMO-2833) ClassFinder NullPointerException

2007-02-13 Thread Tim McConnell (JIRA)
ClassFinder NullPointerException Key: GERONIMO-2833 URL: https://issues.apache.org/jira/browse/GERONIMO-2833 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Component

[jira] Updated: (GERONIMO-2816) @EJB/@EJBs annotation support

2007-02-13 Thread Tim McConnell (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim McConnell updated GERONIMO-2816: Attachment: EJBAnnotationHelper.java AnnotationHelper.java

[jira] Updated: (DAYTRADER-35) Change createDB script for the Geronimo 2.0

2007-02-13 Thread Lasantha Ranaweera (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lasantha Ranaweera updated DAYTRADER-35: Attachment: DAYTRADER-35.patch.patch Existing createDB.sh modified & missing crea

[jira] Created: (DAYTRADER-35) Change createDB script for the Geronimo 2.0

2007-02-13 Thread Lasantha Ranaweera (JIRA)
Change createDB script for the Geronimo 2.0 --- Key: DAYTRADER-35 URL: https://issues.apache.org/jira/browse/DAYTRADER-35 Project: DayTrader Issue Type: Improvement Components: buildsystem

Re: What are we using Castor for?

2007-02-13 Thread Davanum Srinivas
Jason, the relic of castor in modules/geronimo-webservices/pom.xml can be removed. it was introduced by this checkin [1] but no longer used AFAICT. Not that the xfire dependency can be removed too from modules/geronimo-webservices/pom.xml thanks, dims [1] http://svn.apache.org/viewvc?view=rev&

Re: Still using old scout

2007-02-13 Thread David Jencks
Are newer ones in a maven repo? what version? Go ahead and upgrade, when we run the tck we'll find out if there's any problem. thanks david jencks On Feb 13, 2007, at 5:13 PM, Jason Dillon wrote: Why are we still using the old scout jars (0.5)? --jason

Re: What are we using Castor for?

2007-02-13 Thread David Jencks
It's used by pluto for the admin console. No idea if more recent would work. We could upgrade pluto too if anyone has some time to investigate thanks david jencks On Feb 13, 2007, at 5:13 PM, Jason Dillon wrote: Just wondering... we are a few major revisions behind... using 0.9.5.3, but t

Re: svn commit: r507336 - in /geronimo/server/trunk/modules/geronimo-yoko: pom.xml src/main/java/org/apache/geronimo/yoko/ORBConfigAdapter.java

2007-02-13 Thread David Jencks
I took the route of least resistance I'll see how much I can leave out here. thanks david jencks On Feb 13, 2007, at 4:43 PM, Jason Dillon wrote: Does source/target not get picked up from the top-level pom when adding compilerArguments? We may need to put the top-level bits into a PM,

org.apache.cxf and javax.* deps

2007-02-13 Thread Jason Dillon
Can we get the cxf folks to either not use these bogus artifacts, or at least mark them as provided on their poms, so we don't have to put an exclude on every org.apache.cxf artifact which is used? --jason

Still using old scout

2007-02-13 Thread Jason Dillon
Why are we still using the old scout jars (0.5)? --jason

What are we using Castor for?

2007-02-13 Thread Jason Dillon
Just wondering... we are a few major revisions behind... using 0.9.5.3, but the latest is 1.1. --jason

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Tim McConnell
Yes, much better. Thanks Davanum Srinivas wrote: Folks, Thanks a ton for exercising patience. Please try now and holler if you see something wrong. I was able to blow up my .m2 and run a full build with the new axis2/axiom snapshots. thanks, dims On 2/13/07, Jarek Gawor <[EMAIL PROTECTED]> w

Re: Tomcat m2 repo?

2007-02-13 Thread Jason Dillon
Okay, hopefully they will get the kinks out soon ;-) --jason On Feb 13, 2007, at 4:39 PM, Paul McMahan wrote: Tomcat currently builds with ant and then manually publish their jars to a repo at tomcat.apache.org.See http://www.nabble.com/Tomcat-Jars---Maven2-repo- tf3023226.html#a8397986

Re: svn commit: r507336 - in /geronimo/server/trunk/modules/geronimo-yoko: pom.xml src/main/java/org/apache/geronimo/yoko/ORBConfigAdapter.java

2007-02-13 Thread Jason Dillon
Does source/target not get picked up from the top-level pom when adding compilerArguments? We may need to put the top-level bits into a PM, so those common config params are propagated to children... assuming that works :-\ --jason On Feb 13, 2007, at 4:34 PM, [EMAIL PROTECTED] wrote: A

Re: Tomcat m2 repo?

2007-02-13 Thread Paul McMahan
Tomcat currently builds with ant and then manually publish their jars to a repo at tomcat.apache.org.See http://www.nabble.com/Tomcat-Jars---Maven2-repo-tf3023226.html#a8397986 They have only just started to make publishing to an m2 repo part of their release process, and IIUC they want to wor

[jira] Closed: (GERONIMO-2832) Need to work harder to register our corba UtilDelegateImpl

2007-02-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2832. -- Resolution: Fixed Fixed in rev 507336. > Need to work harder to register our corba UtilDele

Tomcat m2 repo?

2007-02-13 Thread Jason Dillon
Why do we need this repo: http://tomcat.apache.org/dev/dist/m2-repository Is Tomcat not publishing to central? If not... anyone know why? --jason

[jira] Created: (GERONIMO-2832) Need to work harder to register our corba UtilDelegateImpl

2007-02-13 Thread David Jencks (JIRA)
Need to work harder to register our corba UtilDelegateImpl -- Key: GERONIMO-2832 URL: https://issues.apache.org/jira/browse/GERONIMO-2832 Project: Geronimo Issue Type: Bug Securit

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Davanum Srinivas
Folks, Thanks a ton for exercising patience. Please try now and holler if you see something wrong. I was able to blow up my .m2 and run a full build with the new axis2/axiom snapshots. thanks, dims On 2/13/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: To keep going I disabled Axis2 from my local

Maven bug list

2007-02-13 Thread Jason Dillon
For lack of a better place, I started to add the critical Maven bugs to the bottom of: http://cwiki.apache.org/confluence/display/GMOxDEV/Building +Apache+Geronimo+with+Maven+2 Hopefully folks will comment/vote on them so we can get them fixed. * * * If you know of another such bug, p

Re: Daytrader newbie

2007-02-13 Thread Lasantha Ranaweera
Matt, Thanks for the info. I will wait until you finish it. That will make my life more easier. Until then web services & documentation . ;) Please inform the list when are sorted it out. Thanks Again, Lasantha > Lasantha > > I'm working through some build issues with DT right now. I'd sug

Re: Patches in RTC (Geronimo - 2007-02-13)

2007-02-13 Thread Jason Dillon
I think this email should be nuked... she's not relevant any more ;-) --jason On Feb 13, 2007, at 8:12 AM, [EMAIL PROTECTED] wrote: Geronimo - Tuesday, February 13, 2007 0 Patches in RTC NOTE: This email is generated and does not constitute and offical vote or vote result. All official

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Jason Dillon
Ah, wonderful... :-) So we can soon remove these extra snaper repos :-) --jason On Feb 13, 2007, at 3:35 PM, Davanum Srinivas wrote: Jason, that's what i am trying to do. publish to the m2-snapshot-repo...no? we are dependent on a current snapshot of axis2 not a published version. -- dims

Re: XBean web site

2007-02-13 Thread Jason Dillon
On Feb 13, 2007, at 2:44 PM, Hernan Cunico wrote: used for the main site, i think that redirecting is a bad idea as we want to keep the url in geronimo.apache.org. Totally agree, but we are not using Confluence for the site yet. I was bringing that up as a temp solution till we fix the aut

Re: XBean web site

2007-02-13 Thread Jason Dillon
On Feb 13, 2007, at 7:22 AM, Hernan Cunico wrote: I completely disagree. I believe that Geronimo should also use Confluence to support generation of the website. Aside from a few minor issues, and the lag time from export to live, I don't see any reason not to use Confluence in this manner

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Davanum Srinivas
Jason, that's what i am trying to do. publish to the m2-snapshot-repo...no? we are dependent on a current snapshot of axis2 not a published version. -- dims On 2/13/07, Jason Dillon <[EMAIL PROTECTED]> wrote: Why aren't you using the main apache repos? Or publishing to central? I've asked a

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Jason Dillon
Why aren't you using the main apache repos? Or publishing to central? I've asked a few times... still no answer back. Can someone please get back to me on this? Thanks, --jason On Feb 13, 2007, at 9:21 AM, Davanum Srinivas wrote: Folks, Here are the snapshots. Axis2: http://people.ap

Re: [CONF] Apache Geronimo Documentation: Tips for writing and formatting documentation (page edited)

2007-02-13 Thread Jason Dillon
This style of page is not really very easy to read... as it basically tosses out any use of any markup... and does not link to urls, etc... I highly recommend you don't use {noformat} macros here. If you want to use a {noformat} around the wiki snips thats fine, but its really not a goo

[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error

2007-02-13 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472921 ] Jason Dillon commented on GERONIMO-2820: I don't think removing keywords from xml files is a good idea...

Re: [Fwd: [CONF] Apache Geronimo Development: Genesis Overview (page edited)]

2007-02-13 Thread Jason Dillon
Yes and no, but its rather out of date... I don't care if it stays or goes. --jason On Feb 13, 2007, at 7:38 AM, Hernan Cunico wrote: Hey Jason, I saw your update on this page, is there anything in this article still valid? should we update it or get rid of it? http://cwiki.apache.org/G

Re: XBean web site

2007-02-13 Thread Hernan Cunico
Guillaume Nodet wrote: On 2/13/07, Hernan Cunico <[EMAIL PROTECTED]> wrote: ... I don't really understand the need to link directly. There is no benefit and it forces an external link, which seems bad imo, because this looks like an externally managed site, rather than a part of geronimo.apa

Re: XBean web site

2007-02-13 Thread David Blevins
On Feb 13, 2007, at 1:15 PM, Guillaume Nodet wrote: What I did for ServiceMix and ActiveMQ is to add a svn up after the rsync to download the additional resources not available from the wiki. Maybe an easy way is to just rename the home page to index, which should be sufficient. That's pret

Re: web.xml

2007-02-13 Thread Dain Sundstrom
Interesting. Thanks for the info, -dain On Feb 13, 2007, at 1:02 PM, Sachin Patel wrote: From http://weblogs.java.net/blog/gmurray71/archive/2006/02/ servlets_update.html So what big changes were made in Servlet 2.5? * ServletContext.getContextPath() - Ever wonder what the context

Re: XBean web site

2007-02-13 Thread Guillaume Nodet
On 2/13/07, Hernan Cunico <[EMAIL PROTECTED]> wrote: quick quick quick you are Mr. !!! ;-) As I said before, a quick fix would be to either add a link or a redirect to the cwiki (same thing we have for GBuild) and remove, for now, the xbean directory in /www/geronimo.apache.org (temporary solu

Re: Daytrader newbie

2007-02-13 Thread Matt Hogstrom
Lasantha I'm working through some build issues with DT right now. I'd suggest waiting till I sort them out. If you want to work on them as well I had to go back in the time machine to a DayTrader build off of trunk from December: svn co -r 486035 https://svn.apache.org/repos/asf/geronim

Re: web.xml

2007-02-13 Thread Sachin Patel
From http://weblogs.java.net/blog/gmurray71/archive/2006/02/ servlets_update.html So what big changes were made in Servlet 2.5? * ServletContext.getContextPath() - Ever wonder what the context root was for your web application? This API is a long need addition. * Annotations - Added

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Jarek Gawor
To keep going I disabled Axis2 from my local build for now. Attached is a quick patch that worked for me. Jarek On 2/13/07, Sachin Patel <[EMAIL PROTECTED]> wrote: Trying again, but just hit the following... Missing: -- 1) org.apache.axis2:axis2-kernel:jar:20070213.160348-1 Try down

Re: web.xml

2007-02-13 Thread Sachin Patel
Not sure. If you're saying there are no annotations for this, then I assume this would works only with wars w/o servlets. I can dig into it some more. I'm kind of surprised, the whole time i just assumed there was support for annotating servlets. -sachin On Feb 13, 2007, at 3:48 PM, Da

Re: web.xml

2007-02-13 Thread Dain Sundstrom
How do you declare the servlets and the servlet mappings? Or does this only work with wars that don't have servlets? -dain On Feb 13, 2007, at 10:16 AM, Sachin Patel wrote: Actually, according to the specification: "Starting with version 5 of the Java EE platform, a web application modul

Re: XBean web site

2007-02-13 Thread Dain Sundstrom
On Feb 13, 2007, at 9:24 AM, Hernan Cunico wrote: quick quick quick you are Mr. !!! ;-) As I said before, a quick fix would be to either add a link or a redirect to the cwiki (same thing we have for GBuild) and remove, for now, the xbean directory in /www/geronimo.apache.org (temporary solu

[jira] Resolved: (GERONIMO-2831) openejb3 installs jndi context rooted at the wrong place

2007-02-13 Thread Dain Sundstrom (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dain Sundstrom resolved GERONIMO-2831. -- Resolution: Fixed Fix Version/s: (was: 2.0-beta1) Looks correct. > opene

[jira] Updated: (GERONIMO-2831) openejb3 installs jndi context rooted at the wrong place

2007-02-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-2831: --- Assignee: Dain Sundstrom (was: David Jencks) I fixed this in rev 507194 but I'd like dain

[Fwd: Geronimo v2.0 documentation - What's new?]

2007-02-13 Thread Hernan Cunico
Hi All, friendly reminder that still need your help to stay up-to-date with the latest additions to Geronimo. Cheers! Hernan Original Message Subject: Geronimo v2.0 documentation - What's new? Date: Tue, 06 Feb 2007 15:54:13 -0500 From: Hernan Cunico <[EMAIL PROTECTED]> To: de

Re: [BUILD] Failed for Revision: 507158

2007-02-13 Thread Tim McConnell
I'm getting the same error [EMAIL PROTECTED] wrote: Revision: 507158 built with tests skipped See the full build-1400.log file at http://people.apache.org/~prasad/binaries/20070213/build-1400.log [WARNING] Unable to get resource from repository axis2-m2-repo (http://ws.zones.apach

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Sachin Patel
Trying again, but just hit the following... Missing: -- 1) org.apache.axis2:axis2-kernel:jar:20070213.160348-1 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.axis2 - DartifactId=axi

[jira] Closed: (GERONIMO-2788) Temporarily remove yoko jars from the lib/endorsed directory until we have corba support

2007-02-13 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-2788. -- Resolution: Fixed Corba is working for me, I reverted this change in rev 507175. Please reo

[jira] Created: (GERONIMO-2831) openejb3 installs jndi context rooted at the wrong place

2007-02-13 Thread David Jencks (JIRA)
openejb3 installs jndi context rooted at the wrong place Key: GERONIMO-2831 URL: https://issues.apache.org/jira/browse/GERONIMO-2831 Project: Geronimo Issue Type: Bug Security Le

Re: Geronimo documentation architecture

2007-02-13 Thread Hernan Cunico
Very cool plugin !!! (a bit slow though ;-) ) Personal preference, I like better attaching the graphics I create with Open Office. I can download and edit them with any editor, plus I keep a bkp. I'll update the guidelines and include some tips for the graphics. Cheers! Hernan Jason Dillon w

[BUILD] Failed for Revision: 507158

2007-02-13 Thread prasad
Revision: 507158 built with tests skipped See the full build-1400.log file at http://people.apache.org/~prasad/binaries/20070213/build-1400.log [WARNING] Unable to get resource from repository axis2-m2-repo (http://ws.zones.apache.org/repository2/) Downloading: http://people.apache.org/repo

Re: Error in Tomcat Connector

2007-02-13 Thread Matt Hogstrom
Hi Rajiv, I hope Donald's answer helped solve your problem. For future issues like this I think the user list would be the appropriate venue as opposed to the dev list. Also, since this is a mod_jk issue I think that this is better answered on the Tomcat or appropriate mod_jk list. Sor

Re: Trunk Build Error

2007-02-13 Thread Davanum Srinivas
uploaded! thanks, dims On 2/13/07, Tim McConnell <[EMAIL PROTECTED]> wrote: Ok, just let me know when ready--thanks Davanum Srinivas wrote: > Shifting repos! please give me another 30 mins or so. > > thanks, > dims > > On 2/13/07, Tim McConnell <[EMAIL PROTECTED]> wrote: >> Anyone know where I

Re: Error in Tomcat Connector

2007-02-13 Thread Donald Woods
The following line - worker.ajp13.host=0.0.0.0 should contain the real ip address or hostname of the Geronimo server, like - worker.ajp13.host=192.168.1.100 -Donald Rajiv M wrote: Hello, Attempting to configure Geronimo with IIS Web Server. The IIS setup was done based on

Re: Exceptions during deployment of testsupport EARs

2007-02-13 Thread Prasad Kashyap
org.apache.geronimo.testsupport/test-ear-j2ee_1.4/2.0-SNAPSHOT/ear failed to start due to the following reasons: The service EJBModule=ejb.jar,J2EEApplication=org.apache.geronimo.testsupport/test-ear-j2ee_1.4/2.0-SNAPSHOT/ear,j2eeType=StatefulSessionBean,name=SimpleStatefulSession di

Re: web.xml

2007-02-13 Thread Sachin Patel
Actually, according to the specification: "Starting with version 5 of the Java EE platform, a web application module, an enterprise bean module, or an application client module need not contain a deployment descriptor" -sachin On Feb 13, 2007, at 11:13 AM, Dain Sundstrom wrote: I don't t

[jira] Updated: (GERONIMO-2830) Updated dependencies for ejb-based tests

2007-02-13 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-2830: -- Attachment: GERONIMO-2830.patch > Updated dependencies for ejb-based tests > ---

[jira] Created: (GERONIMO-2830) Updated dependencies for ejb-based tests

2007-02-13 Thread Jarek Gawor (JIRA)
Updated dependencies for ejb-based tests Key: GERONIMO-2830 URL: https://issues.apache.org/jira/browse/GERONIMO-2830 Project: Geronimo Issue Type: Improvement Security Level: public (Regular iss

Re: Trunk Build Error

2007-02-13 Thread Tim McConnell
Ok, just let me know when ready--thanks Davanum Srinivas wrote: Shifting repos! please give me another 30 mins or so. thanks, dims On 2/13/07, Tim McConnell <[EMAIL PROTECTED]> wrote: Anyone know where I can find this artifact ?? [INFO] -

Error in Tomcat Connector

2007-02-13 Thread Rajiv M
Hello, Attempting to configure Geronimo with IIS Web Server. The IIS setup was done based on a previous thread in the mailing list. While launching the web application as http://localhost/Test/index.jsp, the below error occured in AJP log: [Tue Feb 13 23:06:33 2007] [4616:4004] [info] jk_ajp_co

[jira] Created: (SM-841) The servicemix-http provider endpoint does not properly handle web services that return faults with multiple elements in the detail section.

2007-02-13 Thread Jeff Puro (JIRA)
The servicemix-http provider endpoint does not properly handle web services that return faults with multiple elements in the detail section.

Re: Switched repos for m2 snapshots.

2007-02-13 Thread Davanum Srinivas
Ah, almost forgot. Before your next build, please run: rm -rf ~/.m2/repository/org/apache/axis2 rm -rf ~/.m2/repository/org/apache/ws thanks, dims On 2/13/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Folks, Here are the snapshots. Axis2: http://people.apache.org/repo/m2-snapshot-repositor

Re: XBean web site

2007-02-13 Thread Hernan Cunico
quick quick quick you are Mr. !!! ;-) As I said before, a quick fix would be to either add a link or a redirect to the cwiki (same thing we have for GBuild) and remove, for now, the xbean directory in /www/geronimo.apache.org (temporary solution till we sort out confluence reorg and plugin issu

Switched repos for m2 snapshots.

2007-02-13 Thread Davanum Srinivas
Folks, Here are the snapshots. Axis2: http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/ Axiom: http://people.apache.org/repo/m2-snapshot-repository/org/apache/ws/commons/axiom/ Will target neethi, xmlschema next. after that rampart. The intention is to get rid of all night

Re: [jira] Updated: (SM-556) CIMERO Eclipse plugin

2007-02-13 Thread Ilja Brest
jerome camilleri (JIRA <[EMAIL PROTECTED]> writes: > > [ https://issues.apache.org/activemq/browse/SM-556?page=all ] > > jerome camilleri updated SM-556: > > > Attachment: cimero2.7.1.md5.txt > cimero2.7.1.zip > > Cimero 2.7.1 > New SI

Re: Trunk Build Error

2007-02-13 Thread Davanum Srinivas
Shifting repos! please give me another 30 mins or so. thanks, dims On 2/13/07, Tim McConnell <[EMAIL PROTECTED]> wrote: Anyone know where I can find this artifact ?? [INFO] [ERROR] BUILD ERROR [INFO]

Trunk Build Error

2007-02-13 Thread Tim McConnell
Anyone know where I can find this artifact ?? [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.

Re: selenium-m-p in codehaus mojo

2007-02-13 Thread Prasad Kashyap
I switched our console-testsuite to use Mojo's s-m-p and found that our tests broke with the following error testApacheConfigLink(org.apache.geronimo.testsuite.console.ApacheConfigPortletTest) Time elapsed: 7.491 sec <<< FAILURE! com.thoughtworks.selenium.SeleniumException: ERROR: Threw an excep

Re: web.xml

2007-02-13 Thread Dain Sundstrom
I don't think the web.xml is optional. I am not aware of any annotations to declare servlets and their mappings to URLs. Actually, there don't seem to be any annotations in the javax.servlet.* packages. -dain On Feb 13, 2007, at 6:14 AM, Sachin Patel wrote: I don't think so. -sachin

[jira] Created: (SM-840) JMS connections not close in servicemix-wsn2005

2007-02-13 Thread Adrian Co (JIRA)
JMS connections not close in servicemix-wsn2005 --- Key: SM-840 URL: https://issues.apache.org/activemq/browse/SM-840 Project: ServiceMix Issue Type: Bug Components: servicemix-wsn2005

[jira] Commented: (GERONIMO-2820) Console-testsuite test is blocked for encoding error

2007-02-13 Thread Kevan Miller (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472726 ] Kevan Miller commented on GERONIMO-2820: Sean Subversion is automatically performing substitutions on $Dat

[Fwd: [CONF] Apache Geronimo Development: Genesis Overview (page edited)]

2007-02-13 Thread Hernan Cunico
Hey Jason, I saw your update on this page, is there anything in this article still valid? should we update it or get rid of it? http://cwiki.apache.org/GMOxDEV/genesis-overview.html Cheers! Hernan Original Message Subject:[CONF] Apache Geronimo Development: Genesis Ov

Re: XBean web site

2007-02-13 Thread James Strachan
Hernan, thanks for volunteering to migrate the XBean site to whatever technology you wish and maintaining it going forward :) On 2/12/07, Hernan Cunico <[EMAIL PROTECTED]> wrote: Guillaume, continuing our conversation, now on dev@, I'll reissue some of my previous comments (just my observation

Re: XBean web site

2007-02-13 Thread Hernan Cunico
Jason Dillon wrote: On Feb 12, 2007, at 11:42 AM, Hernan Cunico wrote: ... I completely disagree. I believe that Geronimo should also use Confluence to support generation of the website. Aside from a few minor issues, and the lag time from export to live, I don't see any reason not to use

Re: Additional 'inverse' classloader view in Geronimo Console

2007-02-13 Thread Rakesh Midha
Sorry Paul I missed your last mail, when I suggested toggle. Selecting particular node when toggle happens, I am not sure about that part, will have to implement it and only than I can comment :-) No promise on this one. Alright I will open a JIRA and get it done Thanks Rakesh On 2/13/07,

Re: Exceptions during deployment of testsupport EARs

2007-02-13 Thread Prasad Kashyap
On 2/13/07, David Blevins <[EMAIL PROTECTED]> wrote: On Feb 12, 2007, at 7:29 PM, Prasad Kashyap wrote: > Jenck's patch seeems to have fixed the persistence bugs. However these > are the new exceptions seen when the same 2 test ears are deployed. > > Background Context: > --

Re: [test]-How to deploy the test result to local rather than the remote apache http server with scp

2007-02-13 Thread Prasad Kashyap
I don't know what your checkout looks like but there is one pom.xml that contains the section. That is the geronimo/testsuite/pom.xml If you modified just this, you should be good to go. mvn site-deploy -DbuildNumber= Cheers Prasad. On 2/13/07, Sean Qiu <[EMAIL PROTECTED]> wrote: The command

Re: Additional 'inverse' classloader view in Geronimo Console

2007-02-13 Thread Paul McMahan
On 2/13/07, Rakesh Midha <[EMAIL PROTECTED]> wrote: As Jarek said, I had discussion with him before on it. Well, The only concern I have is, additing too many redundent view will make console uninteresting. I think we need to be careful. How about this? Instead of adding new view, we add a che

Re: web.xml

2007-02-13 Thread Sachin Patel
I don't think so. -sachin On Feb 12, 2007, at 11:59 PM, Jarek Gawor wrote: Is anyone working on making the web.xml file optional? Jarek

[jira] Commented: (GERONIMODEVTOOLS-125) Unable to upgrade from 1.1 to 1.2 Release through Eclipse

2007-02-13 Thread Sachin Patel (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472650 ] Sachin Patel commented on GERONIMODEVTOOLS-125: --- Hi, yes you are correct. The problem is that

Re: Building will probably require -XX:MaxPermSize=128m

2007-02-13 Thread Donald Woods
I'm using the following for builds on SUSE and WinXP without problems - -Xms256m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m -Donald David Jencks wrote: See GERONIMO-2829 I changed the car-maven-plugin to create a new kernel each time it's used and to get the build to go I had to

Re: [test]-run testsuite fail

2007-02-13 Thread Donald Woods
What level of trunk are you using? The following should have helped - Author: jdillon Date: Sat Feb 10 16:30:20 2007 New Revision: 505805 URL: http://svn.apache.org/viewvc?view=rev&rev=505805 Log: Add option set to enable -Xmx512m -XX:MaxPermSize=128m for

[jira] Updated: (GERONIMODEVTOOLS-125) Unable to upgrade from 1.1 to 1.2 Release through Eclipse

2007-02-13 Thread Lachezar Dobrev (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lachezar Dobrev updated GERONIMODEVTOOLS-125: - Priority: Critical (was: Major) Environment: Linux (JDK

[jira] Commented: (GERONIMODEVTOOLS-125) Unable to upgrade from 1.1 to 1.2 Release through Eclipse

2007-02-13 Thread Lachezar Dobrev (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472623 ] Lachezar Dobrev commented on GERONIMODEVTOOLS-125: -- Follow-up on my <>: I manually replac

[jira] Created: (GERONIMODEVTOOLS-131) Initial support - start/stop/deploy

2007-02-13 Thread Jacek Laskowski (JIRA)
Initial support - start/stop/deploy --- Key: GERONIMODEVTOOLS-131 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-131 Project: Geronimo-Devtools Issue Type: Task Components: netbeans-plug

[jira] Commented: (GERONIMODEVTOOLS-125) Unable to upgrade from 1.1 to 1.2 Release through Eclipse

2007-02-13 Thread Lachezar Dobrev (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472622 ] Lachezar Dobrev commented on GERONIMODEVTOOLS-125: -- The problem exists in all types of ins

Re: [BUILD] Failed for Revision: 506686

2007-02-13 Thread Davanum Srinivas
Prasad, I was trying to use "mvn deploy" to the people repo and that failed because of an intermittent test case failure. So i cleaned up that aread again. till i confirm we should be using http://ws.zones.apache.org/repository2/ thanks, dims On 2/12/07, Lin Sun <[EMAIL PROTECTED]> wrote: This

[jira] Commented: (SM-838) documentation and build scripts points to not existing directories in repository

2007-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38501 ] Guillaume Nodet commented on SM-838: Yeah, there are some problems with 3.0 distribution. Can you try with 3.1 that

[jira] Resolved: (SM-830) Replace System.out printing with logger

2007-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-830. Resolution: Fixed Fix Version/s: 3.2 3.1.1 Assignee: Guillaume No

[jira] Updated: (SM-826) Add client for loan-broker-bpel

2007-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SM-826: --- Fix Version/s: (was: 3.1) 3.2 > Add client for loan-broker-bpel >

[jira] Resolved: (SM-832) Ws-Security signature does not work for outbound

2007-02-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SM-832. Resolution: Fixed Author: gnodet Date: Tue Feb 13 02:27:18 2007 New Revision: 506957 URL: http://s

[BUILD] Failed for Revision: 506935

2007-02-13 Thread prasad
Revision: 506935 built with tests included See the full build-0500.log file at http://people.apache.org/~prasad/binaries/20070213/build-0500.log [INFO] [INFO] [tools:require-java-version {execution: validate-java

[test]-run testsuite fail

2007-02-13 Thread Sean Qiu
In my os of ubuntu, i encounted new fail when run the test. Have you encountered the same problem? thanks. 1. web-testsuite It always throws java.lang.OutOfMemoryError, while there still remains 1GB memory. [INFO] [INFO] Exploding webapp... [INFO] [INFO] Assembling webapp test-security in /home/

Re: Incubator Report

2007-02-13 Thread Guillaume Nodet
I have updated the page. Feel free to add if i miss something. The report is due for 14th On 2/8/07, Guillaume Nodet <[EMAIL PROTECTED]> wrote: We have to report to the incubator PMC / Board this month. See http://wiki.apache.org/incubator/February2007 Anyone wanna propose something ? -- Cheers

Re: Daytrader newbie

2007-02-13 Thread Lasantha Ranaweera
Hi Guys, I missed a mail posted by Matt :-) . I found the answer is there. It says daytrader is working on 1.2 beta of G. But the geronimo-web.xml provided in the DayTrader trunk is looks like compatible with 1.0 of G. Am I missing something here? Thanks, Lasantha Lasantha Ranaweera wrote:

  1   2   >