Re: [openejb-dev] CVS Build Failed

2004-04-06 Thread David Blevins
Looks like you may have some old code. Dependencies on hsqldb were removed a few days ago. It's a bit of a PITA, but if you get the code as it exists now, everything should work: $ export CVSROOT=':pserver:[EMAIL PROTECTED]:/home/cvspublic' $ cvs co incubator-geronimo $ cd incubator-geronimo $

Re: [openejb-dev] Server running...

2004-04-13 Thread David Blevins
*/ On Apr 12, 2004, at 1:30 PM, David Blevins wrote: maven cd target/assembly java -jar bin/server.jar org/openejb/itests --in another console-- cd target/openejb-DEV ./bin/openejb-tests On Mon, Apr 12, 2004 at 01:04:25PM -0500, Dain Sundstrom wrote: I mean how did you get

[openejb-dev] Re: [openejb-scm] openejb/modules/assembly maven.xml project.xml

2004-04-16 Thread David Blevins
On Fri, Apr 16, 2004 at 02:34:05AM -, [EMAIL PROTECTED] wrote: Index: project.xml === RCS file: /home/projects/openejb/scm/openejb/modules/assembly/project.xml,v retrieving revision 1.2 retrieving revision 1.3

Re: [openejb-dev] Re: [openejb-scm] openejb/modules/assembly maven.xml project.xml

2004-04-17 Thread David Blevins
On Fri, Apr 16, 2004 at 03:25:41PM -0500, David Blevins wrote: On Fri, Apr 16, 2004 at 02:34:05AM -, [EMAIL PROTECTED] wrote: Index: project.xml === RCS file: /home/projects/openejb/scm/openejb/modules/assembly

[openejb-dev] Snapshots

2004-05-02 Thread David Blevins
The 'jar:deploy' maven goal doesn't work in our setup. If someone can poke at that, I can finished the nightly build/test/publish for OpenEJB. I'd poke at it, but I'm mostly maven ignorant and desperately need to move on to other things. -David

Re: [openejb-dev] OpenEJB 1.0 CVS bug

2004-07-13 Thread David Blevins
On Mon, Jul 12, 2004 at 01:45:01PM +0100, Paulo Lopes wrote: I'm testing OpenEJB(CVS) + Tomcat 5 and i'm getting one error on startup. I've installed tomcat, compiled OpenEJB and copied the war file into tomcat and when i start it up i get the following error: OpenEJB init-params:

Re: [openejb-dev] Location/Branch of CVS Repository?

2004-07-13 Thread David Blevins
On Tue, Jul 13, 2004 at 09:03:01PM -0500, David Farb wrote: I am trying to build OpenEJB 2.0 with Geronimo. I need the source for both. Could someone clarify the CVS path and the latest branch to the current (working) OpenEJB 2.0 code? Hi David, Here is the info for OpenEJB 2 code:

[openejb-dev] Re: [openejb-scm] openejb - Imported sources

2004-08-16 Thread David Blevins
On Thu, Aug 12, 2004 at 11:18:10AM -, [EMAIL PROTECTED] wrote: cvs 2004/08/12 07:18:10 Log: first Status: Vendor Tag: openEjb Release Tags: a No conflicts created by this import So what was imported? -David

[openejb-dev] Re: [openejb-scm] openejb1/modules/core/src/java/org/openejb/resource/jdbc JdbcManagedConnectionFactory.java

2004-08-16 Thread David Blevins
On Wed, Aug 11, 2004 at 08:07:36PM -, [EMAIL PROTECTED] wrote: jlaskowski2004/08/11 16:07:36 Modified:modules/core/src/java/org/openejb/resource/jdbc JdbcManagedConnectionFactory.java Log: Avoid NullPointerException when openejb.home is not set

Re: [openejb-dev] Fwd: failure notice

2004-08-26 Thread David Blevins
On Thu, Aug 26, 2004 at 11:34:35PM +0200, Jacek Laskowski wrote: bob mcwhirter wrote: Yep, the list was broken for too long, and ezmlm/qmail burped it back out. Now that it's fixed (fingers crossed) this won't happen in the future. This was why messages about my latest commits didn't go

[openejb-dev] Heads up: switch to svn

2004-10-12 Thread David Blevins
Hey All, This is a head's up. We are switching from cvs to svn on Wednesday (10/13). So if you have any changes, you may want to get them in now or you will have to diff/patch your changes later. -David

Re: [openejb-dev] Some changes to OpenEJB1 passivation and JDBC Connection Manager

2004-10-05 Thread David Blevins
On Wed, Sep 29, 2004 at 09:54:30PM +0100, Paulo Lopes wrote: David Blevins wrote: Paulo, How would you like to become a committer? Of course i'd like to join the team :-) Where do i report in? :-) Sorry for the delay. Send me (offline) your desired [EMAIL PROTECTED] and a public

Re: [openejb-dev] CMR support + compound PK - patch

2004-10-05 Thread David Blevins
On Mon, Oct 04, 2004 at 08:32:12PM +1000, Gianny Damour wrote: On 3/10/2004 11:42 PM, Alan D. Cabrera wrote: You don't have commiter privileges?!?! No. You want'em ? -David

Re: [openejb-dev] Some changes to OpenEJB1 passivation and JDBC Connection Manager

2004-10-06 Thread David Blevins
Ok, you are all setup. Welcome aboard! -David

[openejb-dev] Re: OpenEJB Build Broken

2004-10-25 Thread David Blevins
My bad. Fixing -David On Oct 25, 2004, at 7:51 AM, Aaron Mulder wrote: On my machine, NovaAssembler is in org.openejb.config but the code below seems to think it's in org.openejb.nassembler... Thanks, Aaron /home/ammulder/cvs/geronimo/openejb/modules/core/src/java/org/openejb/

[openejb-dev] Re: OpenEJB Build Broken -- fixed

2004-10-25 Thread David Blevins
Fixed On Oct 25, 2004, at 10:33 AM, David Blevins wrote: My bad. Fixing -David On Oct 25, 2004, at 7:51 AM, Aaron Mulder wrote: On my machine, NovaAssembler is in org.openejb.config but the code below seems to think it's in org.openejb.nassembler... Thanks, Aaron /home

[openejb-dev] Re: [openejb-scm] openejb/modules/core/src/java/org/openejb/server ServicePool.java SimpleSocketService.java StandardServiceStack.java StandardServiceStackGBean.java

2005-03-25 Thread David Blevins
masking of IP addresses. I am currently investigating the OpenEJB protocol to see how to hook IIOP stub dowloading and more generally remote class loading. Gianny On 26/03/2005 12:11 AM, David Blevins wrote: Excellent, Gianny! That's been on my todo list for quite some time. If you want

Re: [openejb-dev] Changes to Binding Factory to support BigDecimal

2005-06-09 Thread David Blevins
On Wed, Jun 08, 2005 at 04:59:27AM -0400, Matt Hogstrom wrote: Here are the files changed for BigDecimal support. Can you review them and check them in? thanks Not sure what annotations you use. I added a // $hogstorm on the lines I changed. BigDecimalBinding is a new class.

Re: [openejb-dev] o.o.util.Launcher - what is this for?

2005-07-02 Thread David Blevins
On Fri, Jun 24, 2005 at 04:41:15PM +0200, Jacek Laskowski wrote: Hi, I'm looking at the code and wondering what the o.o.util.Launcher is for? It executes the main components, but can't figure out why we decided to use it at all. It looks like it adds more burden than it solves. Does

Re: [openejb-dev] Release 1.0 status - openejb deploy -help doesn't work

2005-07-03 Thread David Blevins
On Mon, Jun 20, 2005 at 11:50:29PM +0200, Jacek Laskowski wrote: I'm also wondering how to list the bugs fixed in this release. How can I do this? If I remember correctly, you can get the changelog from jira once the version is marked as released. Can't quite remember. -David

Re: [openejb-dev] How to fix OPENEJB27 - Add docs to the distro?

2005-07-03 Thread David Blevins
On Fri, Jul 01, 2005 at 12:51:54AM +0200, Jacek Laskowski wrote: Jacek Laskowski wrote: There's a maven goal - openejb:release that cuts a release. (I've recently seen another maven goal - release - what a coincidene! - that could be used, but haven't yet looked at it in details) Should

[openejb-dev] OpenEJB/Tomcat tests fail

2005-07-03 Thread David Blevins
There is a 'testsuite.jsp' in the OpenEJB/Tomcat integration. Running it with the current 1.0 code gives this result: .EE . ..EE... .

Re: [openejb-dev] website module - wouldn't it be better to...

2005-07-04 Thread David Blevins
On Mon, Jul 04, 2005 at 11:50:56AM +0200, Jacek Laskowski wrote: ...have it amongst with the others modules of openejb1? So, I'm leaning towards importing it into openejb1 repo. Comments? Yea, it was there originally. We probably should move it back and do the same for the other modules.

Re: [openejb-dev] OpenEJB/Tomcat tests fail

2005-07-04 Thread David Blevins
On Tue, Jul 05, 2005 at 01:52:28AM +0200, Jacek Laskowski wrote: David Blevins wrote: There is a 'testsuite.jsp' in the OpenEJB/Tomcat integration. Running it with the current 1.0 code gives this result: .EE

Re: [openejb-dev] OpenEJB/Tomcat tests fail

2005-07-04 Thread David Blevins
On Mon, Jul 04, 2005 at 05:03:47PM -0700, David Blevins wrote: On Tue, Jul 05, 2005 at 01:52:28AM +0200, Jacek Laskowski wrote: David Blevins wrote: There is a 'testsuite.jsp' in the OpenEJB/Tomcat integration. Running it with the current 1.0 code gives this result

Re: [openejb-dev] OpenEJB/Tomcat tests fail

2005-07-05 Thread David Blevins
On Tue, Jul 05, 2005 at 10:06:59AM +0200, Jacek Laskowski wrote: David Blevins wrote: Just ran the tests in Tomcat 5.5.9 and all pass. Looks like this is specific to 4.x. Should we care about it since 0.9.2 is supposed to work with 4.x whereas 1.0 is targetted at 5.x releases. I'm

Re: [openejb-dev] website module - wouldn't it be better to...

2005-07-05 Thread David Blevins
On Tue, Jul 05, 2005 at 10:03:23AM +0200, Jacek Laskowski wrote: David Blevins wrote: Yea, it was there originally. We probably should move it back and do the same for the other modules. At least the main docs for the release. http://jira.codehaus.org/browse/OPENEJB-43. The concecpt

Re: [openejb-dev] website module - wouldn't it be better to...

2005-07-05 Thread David Blevins
maybe need to do something like: * build openejb1 docs * build openejb2 docs * build openejb3 docs * build website and move in 1, 2 and 3 docs Don't know. Any suggestions? -David David Blevins schrieb: On Tue, Jul 05, 2005 at 10:03:23AM +0200, Jacek Laskowski wrote: David

Re: [openejb-dev] New distro please ...

2005-07-08 Thread David Blevins
On Fri, Jul 08, 2005 at 09:12:22PM +0200, Jacek Laskowski wrote: Jeremy Boynes wrote: Can someone please update the maven repo with a new SNAPSHOT - what is there does not include Aaron's pk-builder module. I would do that, but I'm not sure if I know how to do it. We don't have too much

[openejb-dev] OpenEJB clustering

2005-07-08 Thread David Blevins
Hey All, We have a few people who've murmured the word clustering in the last few weeks, so I thought it would be good to put people in touch so murmurs can turn into discussion and code. Jeremy Whitlock: In his words, working on the first crude integration of JCACHE into OpenEJB Jules Gosnell:

Re: [openejb-dev] Test Database

2005-07-09 Thread David Blevins
On Sat, Jul 09, 2005 at 01:00:18PM -0400, Aaron Mulder wrote: I tried adding a test of the auto-increment PK generator, and it turns out that Axion (or the version of the Axion JDBC driver we're using) does not support returning generated keys for an insert. Is there another DB

[openejb-dev] Re: [openejb-user] [openejb-0.9.2] Help

2005-07-10 Thread David Blevins
On Sun, Jul 10, 2005 at 11:36:17PM +0300, Mohammed Nour wrote: From where I can get *openejb-0.9.2* source code ? You should be able to get it form here: http://cvs.codehaus.org/viewrep/~tarball=zip,tag=v0_9_2/openejb/openejb-sfnet/openejb-sfnet.zip And if you just want to look around the

[openejb-dev] Branch for Geronimo M4

2005-07-13 Thread David Blevins
cvs co -r v2_0_GM4 It's a plain cvs branch, not a tag. You can check in what you need to get Geronimo 1.0 M4 out the door. -David

[openejb-dev] Re: Branch for Geronimo M4

2005-07-13 Thread David Blevins
Alright, I made a new tag -- can't redo branch tags in cvs. cvs co -r v2_0_G1M4 This branch is from the same source that's in the QA source zip. -David On Wed, Jul 13, 2005 at 07:48:41PM -0700, David Blevins wrote: Yea, my first idea was to simply create a branch from the exact point

[openejb-dev] Re: Branch for Geronimo M4

2005-07-14 Thread David Blevins
On Wed, Jul 13, 2005 at 09:38:30PM -0700, David Blevins wrote: cvs co -r v2_0_G1M4 Sorry. There was a file permission problem on a cvs file. Fixed now. This will get the code for you: cvs -d :pserver:[EMAIL PROTECTED]:/scm/openejb co -r v2_0_G1M4 openejb Thanks, David

Re: [openejb-dev] License header in the sources

2005-08-08 Thread David Blevins
Ideally, everyone would use the license like the one here: http://cvs.openejb.org/viewrep/openejb/openejb1/modules/core/src/java/org/openejb/loader/ClassPath.java?r=1.1 -David On Sun, Aug 07, 2005 at 01:53:23PM +0200, Jacek Laskowski wrote: Hi, Can anyone update me on how the license header

Re: [openejb-dev] Cutting 1.0 release - is all fixed up?

2005-08-08 Thread David Blevins
On Sun, Aug 07, 2005 at 10:26:33PM +0200, Jacek Laskowski wrote: Hi, I remember there were some issues with Tomcat integration that held the 1.0 release. I saw some changes in this area by Dave, but don't know what's left before cutting pre-release. Is all already fixed up and ready to

Re: [openejb-dev] Application exceptions and Derby exceptions not being serializable

2005-08-09 Thread David Blevins
/InstantDbTestDatabase.java http://cvs.openejb.org/viewrep/openejb/openejb/modules/itests/src/itest/org/openejb/test/PostgreSqlTestDatabase.java More below... On Wed, Aug 10, 2005 at 01:11:18AM +0200, Jacek Laskowski wrote: David Blevins wrote: Correct. Should it throw SQLExceptions which in my opinion

Re: [openejb-dev] Cutting 1.0 release - is all fixed up?

2005-08-11 Thread David Blevins
On Aug 9, 2005, at 2:47 PM, Jeff Genender wrote: David Blevins wrote: Well, it turned out that many things we broken. [...] Anyway, I've fixed nearly all of it. The last thing I'm doing is adding support for unpacked jars and adding a small sample app for the new webapp integration. I'm

[openejb-dev] Want to move xinetd code (Re: [openejb-scm] openejb/modules/core/src/java/org/openejb/server ServiceAccessController.java SimpleSocketService.java StandardServiceStack.java StandardServiceStackGBean.java)

2005-08-15 Thread David Blevins
On Thu, Mar 31, 2005 at 10:29:28AM -, [EMAIL PROTECTED] wrote: gdamour 2005/03/31 05:29:27 Modified:modules/core/src/java/org/openejb/server ServiceAccessController.java SimpleSocketService.java StandardServiceStack.java

Re: [openejb-dev] commit access for John Tolentino?

2005-08-22 Thread David Blevins
On Aug 22, 2005, at 1:45 PM, Jacek Laskowski wrote: David Blevins wrote: Hmm. I don't think Jason, Brett, or John really want commit access and are really just doing us a favor for supporting (e.g. enduring) maven 1. I don't see any issues with giving them commit for m1-to-m2

[openejb-dev] [ANN] OpenEJB 1.0 beta 1 released

2005-08-30 Thread David Blevins
We are proud to announce the release of OpenEJB 1.0 beta 1. New in 1.0 beta1 EJB 2.0 Local interface support OpenEJB now has support for EJB 2.0 Local Interfaces. This is very nice for when OpenEJB is combined with Tomcat or embedded in another application

[openejb-dev] Re: [openejb-scm] openejb/etc project.properties

2005-09-29 Thread David Blevins
Thanks! On Sep 29, 2005, at 9:54 AM, [EMAIL PROTECTED] wrote: djencks 2005/09/29 12:54:45 Modified:etc Tag: v2_0_G1M5 project.properties Log: fix geronimo,openejb versions for branch Revision ChangesPath No revision No

Re: [openejb-dev] Maven 2 Build

2005-10-26 Thread David Blevins
Bringing this up again to make sure it doesn't go dead. I wonder if we couldn't move to the required maven2 build structure and maintain a backwards compatible maven1 build? There is no assembly anymore, so this should be somewhat possible, no? -David

Re: [openejb-dev] Maven 2

2005-10-31 Thread David Blevins
On Oct 31, 2005, at 10:43 AM, Alan D. Cabrera wrote: I think that we should move to Maven 2 before all that lovely work becomes out of sync with the HEAD. Thoughts? Posted this last week: On Oct 25, 2005, at 11:15 PM, David Blevins wrote: Bringing this up again to make sure it doesn't

Re: [openejb-dev] Maven 2

2005-10-31 Thread David Blevins
On Oct 31, 2005, at 6:17 PM, David Jencks wrote: On Oct 31, 2005, at 3:47 PM, Brett Porter wrote: That is exactly what I was thinking of. That would be completely fine by me. david jencks Let us know if there is anything we can do to help. Well, I would really like one thing I

[openejb-dev] Re: [openejb-scm] openejb/etc maven.xml

2005-11-02 Thread David Blevins
Continuum is complaining about this checkin: --[snip]-- build:start: default: java:prepare-filesystem: java:compile: [echo] Compiling to /home/continuum/build/work/6/modules/core/ target/classes Running post goal: java:compile BUILD FAILED File..

[openejb-dev] Re: [openejb-scm] [continuum] BUILD SUCCESSFUL: OpenEJB 2

2005-11-10 Thread David Blevins
Yay! On Nov 9, 2005, at 7:17 PM, continuum wrote: http://ci.gbuild.org/continuum/target/ProjectBuild.vm/view/ ProjectBuild/id/6/buildId/71

[openejb-dev] svn ready if we want it -- feedback

2006-01-31 Thread David Blevins
Hey all, I found an svn2cvs doc at apache and gave it a shot on our cvs before we go to the incubator. svn co svn+ssh://openejb.org/home/projects/openejb/svn openejb-svn http://svn.openejb.codehaus.org/trunk This is the latest code as of this morning after Gianny's checkin. Should we

Re: [openejb-dev] Specs partially in

2006-02-08 Thread David Blevins
. -David Andrus On Feb 8, 2006, at 7:27 PM, David Blevins wrote: On Feb 8, 2006, at 3:58 PM, Andrus Adamchik wrote: JPA javax.persistence and javax.persistence.spi sources are available from Glassfish repo: https://glassfish.dev.java.net/source/browse/glassfish/ persistence-api/src/java

Re: [openejb-dev] Specs partially in

2006-02-08 Thread David Blevins
and put a big svn diff style patch on this jira item: http://jira.codehaus.org/browse/OPENEJB-109 Thanks, Andrus! -David Andrus On Feb 8, 2006, at 8:16 PM, David Blevins wrote: Typing them in is the only way I know of. Been using the advice of the specs so far and it going fairly

Re: [openejb-dev] Specs partially in

2006-02-08 Thread David Blevins
and is close to finishing it now Andrus On Feb 8, 2006, at 9:51 PM, Jeff Genender wrote: I have started already...i will check in shortly... Jeff Andrus Adamchik wrote: Unless you've already started, I'll be glad to help with those two packages. Andrus On Feb 8, 2006, at 8:16 PM, David

[openejb-dev] Maven 2 conversion (was: Re: [openejb-dev] Re: [openejb-scm] openejb/m2 openejb-builder.pom openejb-root.pom)

2006-02-08 Thread David Blevins
On Feb 8, 2006, at 9:07 PM, Brett Porter wrote: I was going to ask the same question :) Good to see the m2 build being updated, though - thanks Dain! There are a couple of other inconsistencies that would have crept in over time, but the move to svn would be a good time to switch over (and

[openejb-dev] incubation

2006-02-09 Thread David Blevins
So we have a proposal, a vote, and note on the incubator list. What next? -David

[openejb-dev] please vote for this bug! (Re: [openejb-dev] openejb3 testing notes)

2006-03-08 Thread David Blevins
On Mar 8, 2006, at 3:04 AM, Gianny Damour wrote: - Having any assembly run with the build as in 'mvn install' it causes everything to build twice I think that this is this very annoying bug http:// jira.codehaus.org/browse/MASSEMBLY-37. Also, it seems that fileSets defined in assembly

Re: [openejb-dev] openejb3 testing notes

2006-03-08 Thread David Blevins
On Mar 8, 2006, at 2:34 AM, Jacek Laskowski wrote: 2006/3/8, David Blevins [EMAIL PROTECTED]: - Would love to find a way to create an executable jar assembly, but it doesn't seem possible. What's wrong with it? Where can I find the assembly descriptor? I mean the maven-assembly-plugin

Re: [openejb-dev] Re: [openejb-scm] [2572] trunk/openejb3/server/openejb-tomcat/: Not needed

2006-03-23 Thread David Blevins
On Mar 23, 2006, at 10:36 AM, Jacek Laskowski wrote: 23 Mar 2006 18:30:49 -, [EMAIL PROTECTED] [EMAIL PROTECTED]: Revision 2572 Author dblevins Date 2006-03-23 13:30:46 -0500 (Thu, 23 Mar 2006) Log Message Not needed Removed Paths trunk/openejb3/server/openejb-tomcat/ Hi Dave,

Re: [openejb-dev] OpenEJB 3, build and testing

2006-04-04 Thread David Blevins
On Apr 1, 2006, at 8:59 AM, Jacek Laskowski wrote: On 3/31/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 3/24/06, David Blevins [EMAIL PROTECTED] wrote: So here is the latest building info: $ cd openejb3 $ mvn clean install Hey Dave, I must be missing something since it doesn't work

Re: [openejb-dev] Where can I get sources?

2006-04-06 Thread David Blevins
Also, if you want the source that was shipped with Geronimo 1.0, that's here: svn co http://svn.codehaus.org/openejb/tags/v2_0_0/openejb2 -David On Apr 6, 2006, at 10:36 AM, Zakharov, Vasily M wrote: Uhf, thank you! I had to use https instead of http, but it worked after all. Thanks

[openejb-dev] Re: [openejb-scm] [2594] trunk/openejb3/container/openejb-persistence/pom.xml: Updated pom to reflect changes in JAXB jar locations

2006-04-10 Thread David Blevins
Yay! -David On Apr 3, 2006, at 11:25 AM, [EMAIL PROTECTED] wrote: Revision2594AuthorjgenenderDate2006-04-03 14:25:36 -0400 (Mon, 03 Apr 2006)Log Message Updated pom to reflect changes in JAXB jar locationsModified Paths trunk/openejb3/container/openejb-persistence/pom.xml Diff Modified:

Re: [openejb-dev] Building openejb3

2006-04-12 Thread David Blevins
On Apr 12, 2006, at 1:20 AM, Andrus Adamchik wrote: Trying to build openejb3 from SVN using Maven 2: # cd openejb3 # mvn -e clean install This results in error below. Any ideas where to get geronimo- ejb_3.0_spec? Here they are: svn co

Re: [openejb-dev] OpenEJB 3 and Cayenne JPA

2006-04-12 Thread David Blevins
functionality we need: a jsp talking to a session bean talking to an entity. JavaOne MovieFun! -David Andrus On Apr 11, 2006, at 11:51 PM, David Blevins wrote: Hey Andrus, What's the status of the Cayenne JPA stuff? Are there any parts implementing JPA interfaces which are more or less

Re: [openejb-dev] EJB external lookup question

2006-05-12 Thread David Blevins
it when you do. Previously we removed the requirement to have the security settings present, but obviously never tested it that way. It was blowing up inside the server. And this change will make it to Geronimo 1.1? Correct! Thanks, David Vasily -Original Message- From: David