Re: Further new bee buildings

2004-10-01 Thread Dain Sundstrom
I just committed the LICENSE.txt file. I think the build is failing because this module does not inherit from our standard build. David, whom committed this, is on a plane right now, so I'll wait to see if there is a reason to not inherit before changing the module. -dain -- Dain Sundstrom Ch

[jira] Closed: (GERONIMO-335) Build failed because of unsatisfied dependency-geronimo-spec-j2ee-1.4-rc2.jar

2004-10-01 Thread dev
Message: The following issue has been closed. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-335 Here is an overview of the issue: -

Re: Further new bee buildings

2004-10-01 Thread karan singh malhi
I am having the same problem. i was also getting a warning for LICENSE.txt not being present it the folder for magicGball. so i copied and pasted it from some other folder. I dont get the license warning any more, but i do get a Build Failed message. On Fri, 2004-10-01 at 17:01, Holger Baxmann - b

[jira] Commented: (GERONIMO-335) Build failed because of unsatisfied dependency-geronimo-spec-j2ee-1.4-rc2.jar

2004-10-01 Thread dev
The following comment has been added to this issue: Author: karan singh malhi Created: Fri, 1 Oct 2004 3:43 PM Body: David , This has been resolved. Build succeeded now. - View this comment: http://issues.apach

Re: build failed

2004-10-01 Thread karan singh malhi
Done. You can check the wiki here http://wiki.apache.org/geronimo/Building?action=show#head-bfda3b0490aa0721b5b3d94d1652a563cc16e6f6 Thanks On Fri, 2004-10-01 at 17:53, David Jencks wrote: > looks good except I would replace > svn update > > (which updates the copy of geronimo you just checke

Re: build failed

2004-10-01 Thread David Jencks
looks good except I would replace svn update (which updates the copy of geronimo you just checked out 2 lines earlier) with maven getotherprojects Thanks for updating this! david jencks On Oct 1, 2004, at 1:39 PM, karan singh malhi wrote: Finally, the build succeeded. Thanks a lot David. So in th

Build Succeeded-- WIKI updated

2004-10-01 Thread karan singh malhi
Build Succeeded, I have modified the "for the impatient" section of the wiki. Please correct it , if i am wrong. http://wiki.apache.org/geronimo/Building#head-bfda3b0490aa0721b5b3d94d1652a563cc16e6f6 karan

Further new bee buildings

2004-10-01 Thread Holger Baxmann - bitwind
Hi all, anybody here with some suggestion about building the site goal, i'll get : [mkdir] Created dir: /Users/holgerbaxmann/geronimo/applications/magicGball/target/docs/ apidocs BUILD FAILED File.. /Users/holgerbaxmann/geronimo/maven.xml Element... maven:reactor Line.. 238 C

Re: build failed

2004-10-01 Thread karan singh malhi
Finally, the build succeeded. Thanks a lot David. So in the wiki, i am going to write the following instructions, since i dont understand the process completely, i would need some confirmation from the experts. $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo $ cd geroni

Re: wiki should be updated for newbies

2004-10-01 Thread Holger Baxmann - bitwind
Hi David, First the good thing: the build runs through after your last post to karan :))) itest:prepare-filesystem: [mkdir] Created dir: /Users/holgerbaxmann/geronimo/openejb/modules/itests/target/itest- classes [mkdir] Created dir: /Users/holgerbaxmann/geronimo/openejb/modules/ites

wiki "for the impatient" section

2004-10-01 Thread karan singh malhi
The "for the impatient" section of the wiki has the following instructions $ svn checkout http://svn.apache.org/repos/asf/geronimo/trunk geronimo $ cd geronimo $ svn update $ maven $ mkdir target $ (cd target && jar xf ~/.maven/repository/geronimo/jars/ger

Re: wiki should be updated for newbies

2004-10-01 Thread karan singh malhi
Jeremy, I got a login for the wiki. I am still trying to build geronimo following David's instructions. If i dont get a build failure, i will update the wiki. Otherwise, i think i should wait for a successful build, before i update the wiki. Thanks karan On Fri, 2004-10-01 at 15:54, Jeremy Boy

Re: wiki should be updated for newbies

2004-10-01 Thread David Jencks
There must be some difference in our environments. I just rechecked on a fresh checkout of geronimo and had no problems running maven getotherprojects. Nothing related to these projects is in my .cvspass file. I'm running on mac osx 10.3.3. Can you provide more details of your environment?

[jira] Resolved: (GERONIMO-342) Expose embedded Derby to network clients

2004-10-01 Thread dev
Message: The following issue has been resolved as INCOMPLETE. Resolver: Jeremy Boynes Date: Fri, 1 Oct 2004 1:00 PM Basic support added with host and port exposed. Didn't do anything with security. - View the issue:

Re: wiki should be updated for newbies

2004-10-01 Thread Holger Baxmann - bitwind
The getotherprojects goal fails if one does not have the entries in the .cvspass So it should be recommended for the new newbee to do at least one login for having this in his .cvspass file. And if one go the way stepwise he perform a checkout on activemq four times until the getotherprojects

Re: wiki should be updated for newbies

2004-10-01 Thread Jeremy Boynes
Karan Sorry for the hassle over the last four days - there is currently a burst of activity around deployment that is affecting several projects and it is disruptive even for old timers :-) Having just been though it, can I suggest you update the wiki with your experience while it is still fres

Re: build failed

2004-10-01 Thread David Jencks
hmm, I thought the plugin dependencies were working better than that. Try maven -Dmodules=maven-itest-plugin maven multiproject:install -Dmaven.test.skip=true -Dmaven.itest.skip=true The itest plugin provides hooks to set up and tear down an environment (such as starting geronimo and deploying

Re: wiki should be updated for newbies

2004-10-01 Thread David Jencks
These are built into the getotherprojects goal. You can override the -d:pserver:anonymous part if you are a committer on one or more of these projects. david jencks On Oct 1, 2004, at 12:22 PM, Holger Baxmann - bitwind wrote: especially the required cvs logins could be of help, at least for

Re: build failed

2004-10-01 Thread karan singh malhi
Even after doing a multiproject install, the build failed. i ran the following maven multiproject:install -Dmaven.test.skip=true -Dmaven.itest.skip=true Here is the output:- + | Executing multiproject:install-callback OpenEJB :: Integration Tests | Memory

Re: wiki should be updated for newbies

2004-10-01 Thread Holger Baxmann - bitwind
especially the required cvs logins could be of help, at least for these cvs sites :) cvs -d:pserver:[EMAIL PROTECTED]:/home/projects/activemq/ scm login cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/howl login cvs -d:pserver:[EMAIL PROTECTED]:/home/projects/openejb/scm login cvs -d:pserver:[E

wiki should be updated for newbies

2004-10-01 Thread karan singh malhi
I guess the wiki should be updated for newbies like me. I have been trying to build geronimo since the last 4 days, and have been facing build problems. I just followed the steps in the "for the impatient" section of the wiki. Until i received help from David Jencks and Craig , i didnt know why t

Re: build failed

2004-10-01 Thread karan singh malhi
Thanks David and Craig, I did the following maven getotherprojects maven multiproject:install -Dmaven.test.skip=true I dont know what -Dmaven.itest.skip=true would do. Could you please explain that. karan On Fri, 2004-10-01 at 14:11, David Jencks wrote: > I'd recommend > > maven multiproject:i

Re: build failed

2004-10-01 Thread David Jencks
I'd recommend maven multiproject:install -Dmaven.test.skip=true -Dmaven.itest.skip=true which will ensure you get up to date copies of everything in your local repo. In any case, running maven in openejb ought to copy openejb-core-2.0-SNAPSHOT.jar to your local maven repo by itself. Chec

[Fwd: Re: Derby embedded in Geronimo]

2004-10-01 Thread Kathey Marsden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Should have replied as well to [EMAIL PROTECTED] If you reply to this please include [EMAIL PROTECTED] as well. Thanks Kathey - Original Message Subject: Re: Derby embedded in Geronimo Date: Fri, 01 Oct 2004 09:36:11 -0700 From: K

Re: build failed

2004-10-01 Thread Craig Johannsen
Hi Karan, This is the same problem I had a couple of days ago. See emails with subject "2 Connector tests failed". Here are the steps I took to work around the problem, which will be fixed when the Maven repository contains an up-to-date version of openejb-core-2.0-SNAPSHOT.jar: 1.) Get the so

Re: build failed

2004-10-01 Thread karan singh malhi
Thanks David, On Fri, 2004-10-01 at 13:37, David Jencks wrote: > I think that until development slows down a little bit your best path > for successful builds is to build all dependent projects together. > > http://wiki.apache.org/geronimo/Building#head > -2a72064daf87017de58dd77916b4376e55326

Re: build failed

2004-10-01 Thread David Jencks
I think that until development slows down a little bit your best path for successful builds is to build all dependent projects together. http://wiki.apache.org/geronimo/Building#head -2a72064daf87017de58dd77916b4376e55326bd8 david jencks On Oct 1, 2004, at 10:27 AM, karan singh malhi wrote: hi

build failed

2004-10-01 Thread karan singh malhi
hi , i disabled maven to run tests, and the build failed. + | Executing (default): Geronimo :: Client Builder | Memory: 13M/22M + Attempting to download geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar. Attempting to downl

[jira] Commented: (GERONIMO-341) Including jdo-spec

2004-10-01 Thread dev
The following comment has been added to this issue: Author: Peter Kristensson Created: Fri, 1 Oct 2004 9:51 AM Body: If I'm not mistaken, JDO isn't part of the J2EE 1.4 spec. However, if it's desirable, an integration with projects like TJDO (jtdo.sf.net) or JPOX (jpox.sf.net) sho

[jira] Closed: week of 10-01-2004

2004-10-01 Thread david . blevins
Project: Apache Geronimo Status: Resolved, Closed (11 items) Updated In Last: Week (7 days) ** Bug * [GERONIMO-324] build failed * [GERONIMO-325] build failed again, tests failed * [GERONIMO-291] Broken links on geronimo.apache.org ** Improvement * [GERONIMO-340] Add support for ejb-re

[jira] Created: (GERONIMO-345) Integrate Geronimo and Derby ThreadPools

2004-10-01 Thread dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-345 Here is an overview of the issue: -

[jira] Created: (GERONIMO-344) Support Derby database admin via GBean

2004-10-01 Thread dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-344 Here is an overview of the issue: -

[jira] Created: (GERONIMO-343) Switch Derby connector to use DataSource

2004-10-01 Thread dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-343 Here is an overview of the issue: -

[jira] Created: (GERONIMO-342) Expose embedded Derby to network clients

2004-10-01 Thread dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-342 Here is an overview of the issue: -

Derby embedded in Geronimo

2004-10-01 Thread Jeremy Boynes
For those interested, I have begun a simple embedding of Derby into Geronimo allowing it to act as the SystemDatabase for functions such as persistent timers etc. It is also generally bound as a local-transaction resource for use by applications. If things work out well and there are no objecti

Re: [status] Windows 2000 - Build for project incubator-geronimo Build Failed

2004-10-01 Thread Kristian Köhler
please ignore this message. build successful [EMAIL PROTECTED] wrote: BUILD FAILED Ant Error Message: BUILD FAILED detected Date of build: 01.10.2004 Time to build: Last changed: 30.09.2004 Last log entry: Added explicit clientConfigId and clientParentId build:start

[jira] Created: (GERONIMO-341) Including jdo-spec

2004-10-01 Thread dev
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-341 Here is an overview of the issue: -

[jira] Closed: (GERONIMO-340) Add support for ejb-ref resolution by matching on the ejb interfaces

2004-10-01 Thread dev
Message: The following issue has been closed. - View the issue: http://issues.apache.org/jira/browse/GERONIMO-340 Here is an overview of the issue: -

Re: [jira] Created: (GERONIMO-340) Add support for ejb-ref resolution by matching on the ejb interfaces

2004-10-01 Thread Dain Sundstrom
On Sep 30, 2004, at 6:24 PM, karan singh malhi wrote: Assuming we only find one matching ejb, we will use that one for the ref. If we find two or more matches, you would get an AmbiguousEJBRefException, and if we find none you would get a DeploymentException. if the ejb-ref maps to the home and r

Re: [jira] Created: (GERONIMO-340) Add support for ejb-ref resolution by matching on the ejb interfaces

2004-10-01 Thread karan singh malhi
Assuming we only > find one matching ejb, we will use that one for the ref. If we find > two or more matches, you would get an AmbiguousEJBRefException, and if > we find none you would get a DeploymentException. > if the ejb-ref maps to the home and remote interface, what would be a scenario