Re: SessionSynchronization annotations (was: Re: Hope to contribute OpenEJB project ;-)

2010-06-03 Thread David Blevins
optional. I'm pretty excited. This will be a great competitive feature! -David 2010/6/2 David Blevins david.blev...@visi.com Hi Ivan! Looks like a fantastic start! One quick note, is that around-timeout is a list and @AroundTimeout can be used multiple times due to inheritance

Re: StatefulContainerTest class - NoSuchObjectException

2010-06-03 Thread David Blevins
On Jun 2, 2010, at 12:43 PM, Thiago Veronezi wrote: I didnt get the SessionContext injection working, but I got the same object by using the following code... Hmmm. The original approach you had should be fine. Alternatively, you could look it up like so: @Stateful

Re: [jira] Updated: (OPENEJB-1287) java.lang.NullPointerException: null: null at org.apache.openejb.assembler.classic.Assembler.createApplication

2010-06-02 Thread David Blevins
On Jun 1, 2010, at 10:29 PM, Shawn Jiang wrote: Hi dev, Can anyone help look at the patch ? It's a blocker for geronimo 2.2.1 release. Thanks in advance ! -- Forwarded message -- From: Shawn Jiang (JIRA) j...@apache.org Date: Tue, Jun 1, 2010 at 5:28 PM Subject:

Re: Multipoint URI

2010-06-02 Thread David Blevins
On Jun 1, 2010, at 10:58 PM, viola.lu wrote: As we know, we can access ejb members with multicast URI: multicast://239.255.3.2:6142?group=cluster1 Now i have serveral multipoint members: NODE1, NODE2, Node3, if i want to acess ejb members with multipoint URI, this URI format is? Added

New AnnotationDeployer (was Re: svn commit: r950412)

2010-06-02 Thread David Blevins
On Jun 2, 2010, at 1:01 AM, djen...@apache.org wrote: Author: djencks Date: Wed Jun 2 08:01:03 2010 New Revision: 950412 URL: http://svn.apache.org/viewvc?rev=950412view=rev Log: Use BundleAnnotationFinder in an osgi environment Added:

Re: New AnnotationDeployer (was Re: svn commit: r950412)

2010-06-02 Thread David Blevins
On Jun 2, 2010, at 2:57 PM, David Jencks wrote: On Jun 2, 2010, at 2:18 PM, David Blevins wrote: On Jun 2, 2010, at 1:01 AM, djen...@apache.org wrote: Author: djencks Date: Wed Jun 2 08:01:03 2010 New Revision: 950412 URL: http://svn.apache.org/viewvc?rev=950412view=rev Log

java: prefixes in 3.1.x (was Re: svn commit: r948999)

2010-06-01 Thread David Blevins
On Jun 1, 2010, at 7:06 AM, Kevan Miller wrote: On May 27, 2010, at 5:03 PM, dblev...@apache.org wrote: Author: dblevins Date: Thu May 27 21:03:52 2010 New Revision: 948999 URL: http://svn.apache.org/viewvc?rev=948999view=rev Log: svn merge -r 948242:948243

Re: Snapshots

2010-06-01 Thread David Blevins
On Jun 1, 2010, at 12:41 AM, Jean-Louis MONTEIRO wrote: Do you think, we can push a new snapshot? Sure, push a new snapshot anytime you like. Any committer can do it. Would be nice to have it done automatically via one of the CI systems we have (continuum or vmbuild). -David

SessionSynchronization annotations (was: Re: Hope to contribute OpenEJB project ;-)

2010-06-01 Thread David Blevins
Hi Ivan! Looks like a fantastic start! One quick note, is that around-timeout is a list and @AroundTimeout can be used multiple times due to inheritance. What we can do is model the @AfterBegin, etc. after the @PostActivate type code. So we could process them in

Re: @Asynchronous work

2010-06-01 Thread David Blevins
Matthew, Finally got a chance to get OPENEJB-1135 committed. Thanks so much for this excellent patch! A fantastic start on this functionality! If you're interested in working on it more, Thiago's email gives a good overview of basically what it takes to support the xml version of

Re: @AccessTimeout (was Re: unit test issue)

2010-05-28 Thread David Blevins
Wow, that was quick. I'm quite shocked actually :) You've definitely got the big picture. On May 28, 2010, at 6:56 AM, Thiago Veronezi wrote: Hi David, thanks for the directions. I think thats a good task for me to have a global view of the system. I think its becoming more clear how to

Re: AdminDaemon not stopping standalone server.

2010-05-27 Thread David Blevins
On May 27, 2010, at 7:28 AM, Andy wrote: On 27.05.2010 15:43, Andy wrote: On 27.05.2010 15:31, Andy wrote: AdminDaemon.java: This call returns a 'null' object as a/the Server.class instance is never registered with the SystemInstance. Server server =

Re: [OPENEJB-1282] mappedName fails to work for @Singleton

2010-05-27 Thread David Blevins
On May 19, 2010, at 9:37 AM, Matthew B. Jones wrote: All, When switching a bean over from @Stateless(mappedName=something) to @Singleton(mappedName=something), I noticed that the current 3.1.3 builds fail to correctly utilize the 'mappedName' attribute for @Singleton. I've created the

Thanks, Andy!

2010-05-27 Thread David Blevins
Wanted to say thank you for these patches! OPENEJB-1266: Improved QuartzResourceAdapter OPENEJB-1268: Spring test.xml has incorrect reference Got them checked into both the 3.2 and 3.1.x codebases. If you have anything else in JIRA waiting for review definitely let us know. Trying to get

EJB 3.1 RoadMap fixed

2010-05-27 Thread David Blevins
FYI, this was broken for a bit after some confluence/jira upgrades. It's working again: http://openejb.apache.org/ejb-31-roadmap.html -David

@AccessTimeout (was Re: unit test issue)

2010-05-26 Thread David Blevins
On May 26, 2010, at 4:35 PM, Thiago Veronezi wrote: Nevermind... Just found the problem... I was not calling ejbJar.addEnterpriseBean(new StatefulBean(MySessionBean.class)); Yep, that's the one :) On the question in for OPENEJB-1099. Yeah, there are some usage for @AccessTimeout in

Re: Temp dir deleted

2010-05-21 Thread David Blevins
On May 20, 2010, at 9:16 AM, Andy wrote: Is it just me, or is the temp dir getting deleted and not recreated on a restart? Seems to have cropped up in the last week in trunk. I didn't recall having a temp dir. Don't see one on OSX, but am now having fuzzy memories of windows related

Re: OpenEJB/Tomcat bundle (was Re: OpenEJB 3.1.3)

2010-05-20 Thread David Blevins
On May 20, 2010, at 2:53 PM, Jonathan Gallimore wrote: I had a play with this - I've logged a JIRA here: https://issues.apache.org/jira/browse/OPENEJB-1283 and attached a patch: https://issues.apache.org/jira/secure/attachment/12445108/openejb-1283.diff This adds an openejb-tomcat-bundle

ApacheCon, Nov 1-5 Atlanta, GA

2010-05-19 Thread David Blevins
Putting this on the radar. Would be great if we can get together. We have till the 28th to submit talks: https://blogs.apache.org/conferences/entry/call_for_participation_technical_talks And if you want to come but can't afford it:

Re: TempClassLoader

2010-05-19 Thread David Blevins
On Apr 30, 2010, at 2:54 PM, David Blevins wrote: On Apr 27, 2010, at 12:27 AM, Andy Gumbrecht wrote: Added a suggested improvement of the TempClassLoader here: https://issues.apache.org/jira/browse/OPENEJB-1265 Would be nice to get some feedback. Interesting. Aside from lower

Re: ConnectionStrategies: Random and RoundRobin

2010-05-18 Thread David Blevins
On Feb 4, 2010, at 8:32 AM, David Blevins wrote: On Jan 27, 2010, at 2:16 PM, David Blevins wrote: I'd like to create some way to configure this for an individual app (or even an individual bean). Thinking maybe some annotation and openejb-jar.xml meta data that we can swizzle all

Re: Time for a 3.2 branch?

2010-05-15 Thread David Blevins
Andy, Thanks for this wonderful note. It would make a fantastic blog post! These sorts of testimonials do amazing things for the growth of the project. I'll have a look at your patches -- hadn't actually noticed them in JIRA. Feel free to send a note to the dev list anytime you have

[RESULT] Jarek Gawor as committer

2010-05-15 Thread David Blevins
Vote passes with 10 +1s and no other votes: Daniel S. Haischt David Blevins David Jencks Jean-Louis MONTEIRO Jeff Genender Jonathan Gallimore Karan Malhi Kevan Miller Matthias Wessendorf Mohammad Nour El-Din Thanks again, Jarek! Will add the perms as soon as I can figure out how. Have to do

Re: [RESULT] Jarek Gawor as committer

2010-05-15 Thread David Blevins
, Jarek On Sat, May 15, 2010 at 11:23 PM, David Blevins david.blev...@visi.com wrote: Vote passes with 10 +1s and no other votes: Daniel S. Haischt David Blevins David Jencks Jean-Louis MONTEIRO Jeff Genender Jonathan Gallimore Karan Malhi Kevan Miller Matthias Wessendorf Mohammad

Re: Getting started with a mentor

2010-05-13 Thread David Blevins
On May 13, 2010, at 5:28 AM, Bakalsky, Krum wrote: Hi, I remember a recent mail from Jacek, which mentioned working with a mentor on the project, as a possible option. Is this option still available ? Could I kindly ask for someone more experienced in the community to become my mentor

Re: Time for a 3.2 branch?

2010-05-12 Thread David Blevins
On May 12, 2010, at 4:48 AM, Henri Gomez wrote: I saw in the history, you revert to JPA 1.0. Thanks for that too. OpenEJB 3.1.3 will only be JPA 1.0 ? We should wait for OpenEJB 3.2.0 to get JPA 2.0 ? Right, some sort of 3.2 release. Milestone, etc. not too sure. On May 12, 2010, at

[VOTE] Jarek Gawor as committer

2010-05-10 Thread David Blevins
This is long overdue, but better late than never :) Jarek has been on the sidelines supporting the Geronimo integration for quite some time. With the work going on in Geronimo 3.0 around OSGi and Java EE 6, we're going to need all the help we can get. We're lucky to have him around lending a

Re: Time for a 3.2 branch?

2010-05-10 Thread David Blevins
release of 3.1.x and the trunk for 3.2 and java 6). So +1 for branching. Going to give this a try today. -David David Blevins wrote: Wondering if it might be time to branch. Branching is always a bit painful, but starting to think we might have gone as far as we can with one active code

Re: Monitoring - MBean names?

2010-05-10 Thread David Blevins
Still largely uneducated when it comes to what is a good ObjectName and very much looking for feedback. Currently, we'll have three MBeans for each @Stateless bean, one to represent the Pool, one for Invocations, and one just generic for the bean in general (still hacking that one up). What

Re: Monitoring

2010-05-09 Thread David Blevins
On May 6, 2010, at 9:01 AM, David Blevins wrote: The result is something exposes a nice clean view like this one: https://issues.apache.org/jira/secure/attachment/12443866/jmx-monitoring.png That's the view of our stateless pool stats via JConsole. Still have a few wires to hookup

Re: Monitoring

2010-05-06 Thread David Blevins
On Mar 4, 2010, at 12:41 PM, David Blevins wrote: Started looking into how we might finally get some Monitoring support into the code. Basic stats and the like viewable via JMX or something similar. Still very much in the research phase of all that. If anyone has done any work

Re: OpenEJB 3.1.3

2010-05-05 Thread David Blevins
On May 5, 2010, at 12:38 AM, Jean-Louis MONTEIRO wrote: David Blevins wrote: could even generate some ant script or something to grab those jars. David, I already have a profile in the openejb-tomcat-webapp to package the openejb.war using hibernate as the JPA provider. Do

Time for a 3.2 branch?

2010-05-05 Thread David Blevins
Wondering if it might be time to branch. Branching is always a bit painful, but starting to think we might have gone as far as we can with one active code line. Not proposing anything specific, more just putting it out there for us to think about. Certainly, if we branched we'd go JPA 2 in

Re: No-interface view

2010-05-05 Thread David Blevins
On May 5, 2010, at 2:29 PM, Jonathan Gallimore wrote: I've done some more hacking around with the names of the generated proxies so they are more meaningful and also created an AppClassLoader which is a simple extension of URLClassLoader that can have extra classes added to it. I've wired

Re: OpenEJB 3.1.3

2010-05-04 Thread David Blevins
On May 4, 2010, at 12:58 PM, Jean-Louis MONTEIRO wrote: Don't know if it's relevant or not but i guess it won't be possible because of licensing issues. May be David (or Jon or Kevan) can give a more accurate answer. Right, we can't ship LGPL[1] code from Apache hardware, so that prevents us

Committer consideration, Jarek

2010-05-04 Thread David Blevins
Thinking to start a vote for Jarek as committer. He's been on the side lines supporting the Geronimo integration for quite some time. If you have any concerns, feel free to send them offline or online (if you can do so tactfully). Or if you'd simply like more time to be a more active mentor,

Re: No-interface view

2010-05-04 Thread David Blevins
On May 3, 2010, at 12:29 PM, Jonathan Gallimore wrote: I've attached a new patch to Jira issue OPENEJB-1188. This seems to be working, and I'd like to get it committed soon. I'm going to change the format of the generated proxy name, and have another look at classloader code for the proxies

No Interface view (@LocalBean) and examples

2010-05-04 Thread David Blevins
With the @LocalBean support going in, we should maybe consider yanking @Local interfaces from all the examples across the board as really having to have an explicit business local interface is just EJB 3.0 noise. Logically speaking the @LocalBean view will have all the interfaces the bean

Re: @Asynchronous work

2010-04-30 Thread David Blevins
On Apr 30, 2010, at 11:06 AM, Luis Fernando Planella Gonzalez wrote: Actually, there is also the other JEE6 features, like servlet 3.0, which would need a new tomcat anyway... We're, for example, also migrating our servlets out of web.xml to use the @WebServlet too... If this decision

Re: Introducing myself to you

2010-04-30 Thread David Blevins
. -David Greetings, Krum. -Original Message- From: David Blevins [mailto:david.blev...@visi.com] Sent: Wednesday, April 21, 2010 5:09 AM To: dev@openejb.apache.org Subject: Re: Introducing myself to you Hi Krum! On Apr 9, 2010, at 12:59 AM, Bakalsky, Krum wrote: Thank you Karan

Re: @Asynchronous work

2010-04-28 Thread David Blevins
You will be missed! On Apr 28, 2010, at 9:09 AM, Luis Fernando Planella Gonzalez wrote: * There are a few months before our product is finished, but we look forward. We will use EJB 3.1 (singleton / asynchronous) / JPA 2 (element collection / criteria queries / 2nd level cache) features,

New batch of blog entries -- twitter feed

2010-04-24 Thread David Blevins
Crafted up a new batch of blog entries. Have these two scheduled for Monday: https://blogs.apache.org/preview/openejb/?previewEntry=user_blog_openejb_rapid_j2ee https://blogs.apache.org/preview/openejb/?previewEntry=how_much_time_have_you And this one for Wednesday:

Fwd: [REPORT] OpenEJB - April 2010 - please resubmit for May

2010-04-21 Thread David Blevins
to hear things sound good. - Shane David Blevins wrote: Very sorry for the lateness. More than willing to resubmit next month to give more time to review. -David On Apr 20, 2010, at 7:33 PM, David Blevins wrote: OpenEJB 3.0.2 was released in early April, primarily focused on supporting

Re: SimpleServiceManager

2010-04-20 Thread David Blevins
On Apr 20, 2010, at 1:20 AM, Andy Gumbrecht wrote: Can a committer please check and apply this patch to trunk. https://issues.apache.org/jira/browse/OPENEJB-1249 Hey Andy! We have that same code for shutting down the RAs in the Assembler.destroy() method (which is called from

File/URL issues (Re: svn commit: r930761)

2010-04-20 Thread David Blevins
On Apr 20, 2010, at 7:32 AM, Kevan Miller wrote: On Apr 20, 2010, at 2:40 AM, David Jencks wrote: If you want to revert this , go ahead. I didn't intend to commit it yet. Put back in the decode for the reasons mentioned below. However, this code is correct :-) The problem is that the

Re: Problem with cmp 2 reentrant elements

2010-04-20 Thread David Blevins
On Apr 20, 2010, at 10:07 AM, Jarek Gawor wrote: David, See https://issues.apache.org/jira/browse/OPENEJB-1258. Patch is attached to the bug. All committed! Sorry for the delay on such a simple patch. Thanks again, Jarek! -David Jarek On Tue, Apr 20, 2010 at 1:02 PM, David Jencks

Re: [english 100%] Re: SimpleServiceManager

2010-04-20 Thread David Blevins
On Apr 20, 2010, at 3:23 PM, Andy wrote: On 20.04.2010 22:57, David Blevins wrote: On Apr 20, 2010, at 1:20 AM, Andy Gumbrecht wrote: Can a committer please check and apply this patch to trunk. https://issues.apache.org/jira/browse/OPENEJB-1249 Hey Andy! We have that same code

Re: Would using jndi more directly for cmp persistence-ref cause problems?

2010-04-20 Thread David Blevins
On Apr 20, 2010, at 10:30 AM, David Jencks wrote: I have cmp 2 beans working in geronimo trunk with the following small change to how the cmp engine finds its EM: Index: container/openejb-core/src/main/java/org/apache/openejb/core/ cmp/jpa/JpaCmpEngine.java

Re: Deployments dir in embedded

2010-04-20 Thread David Blevins
On Apr 19, 2010, at 2:35 PM, Thiago Veronezi wrote: try { final ClassLoader loader; loader = EjbServer.class.getClassLoader(); Properties prop = new Properties(); prop.load(loader.getResourceAsStream(jndi.properties)); //Getting the openejb.xml file File openejbXmlFile =

Re: CLover Plugin Usage

2010-04-20 Thread David Blevins
On Apr 15, 2010, at 9:22 AM, Daniel S. Haischt wrote: With what I had issues today was installing the clover license file to be used together with maven. Did anybody figure out how to do that. I know you have to point to the license file in ./m2/settings.xml but for some reason that setting

Re: Introducing myself to you

2010-04-20 Thread David Blevins
Hi Krum! On Apr 9, 2010, at 12:59 AM, Bakalsky, Krum wrote: Thank you Karan! I am pleased to get such a hospitable welcoming. Yes, welcome indeed! I believe that all together we have the power and skills to continue to drive successfully OpenEJB as a leading EJB implementation and make

Re: MulticastDiscoveryAgent

2010-04-15 Thread David Blevins
On Apr 14, 2010, at 5:00 AM, Andy Gumbrecht wrote: On 14.04.2010 12:44, Andy Gumbrecht wrote: Started to get this after pulling latest trunk. Am I missing something? It seems that 'init' is not getting called (or fails) and 'tracker' is null. 3883 [main] ERROR OpenEJB.server.remote -

Re: [VOTE] OpenEJB 3.0.2 (take 2)

2010-04-05 Thread David Blevins
Ok, closing this vote. Vote passes with 10 +1s and no other votes. Voters: Dain Sundstrom Daniel S. Haischt David Blevins David Jencks Jean-Louis MONTEIRO Jeff Genender Jonathan Gallimore Karan Malhi Kevan Miller Rex Wang Will publish the binaries shortly. Many thanks to everyone who took

[RESULT] OpenEJB 3.0.2 (take 2)

2010-04-05 Thread David Blevins
Once again I forgot the RESULT part of the subject line. Anyway, the binaries have been published. -David On Apr 5, 2010, at 4:27 AM, David Blevins wrote: Ok, closing this vote. Vote passes with 10 +1s and no other votes. Voters: Dain Sundstrom Daniel S. Haischt David Blevins David Jencks

MDB Security (Re: svn commit: r930005)

2010-04-05 Thread David Blevins
On Apr 1, 2010, at 10:34 AM, djen...@apache.org wrote: Author: djencks Date: Thu Apr 1 15:34:10 2010 New Revision: 930005 URL: http://svn.apache.org/viewvc?rev=930005view=rev Log: OPENEJB-1242 make reauthentication nullable, mdbs can now have security-role-refs due to imported security

Re: [VOTE] OpenEJB 3.0.2

2010-04-04 Thread David Blevins
On Apr 1, 2010, at 7:20 PM, David Jencks wrote: although I think it would have been simpler just to update the parent to apache 7. We can still do that. Simpler for me at the time was just to grab what I knew would work from trunk which only took 2-3 minutes. I haven't had a chance to

Re: Stateless Pooling options

2010-04-01 Thread David Blevins
On Mar 25, 2010, at 2:14 AM, David Blevins wrote: Ok. Think I'm totally done with all our new fancy stateless pooling options. We only had three before: PoolSize, AccessTimeout, StrictPooling. Here is the full set. # Specifies the time an invokation should wait for an instance

Path decoding (was Re: Will there be an OpenEJB 3.0.2 release?)

2010-04-01 Thread David Blevins
On Sep 17, 2009, at 8:26 AM, Luciano Resende wrote: On Thu, Sep 17, 2009 at 8:15 AM, Simon Laws simonsl...@googlemail.com wrote: On Luciano's point. Luciano, Is this definitely an OpenEJB problem and, if so, is there an OpenEJB JIRA targeting 3.0.2?

Re: [VOTE] OpenEJB 3.0.2

2010-04-01 Thread David Blevins
On Mar 29, 2010, at 5:35 PM, David Blevins wrote: On Mar 29, 2010, at 3:59 PM, David Jencks wrote: I'd be pretty uncomfortable with a whipped up source archive that wasn't produced by the normal maven release procedure. That's perhaps a little too restrictive, but I'll do the best I can

Re: [VOTE] OpenEJB 3.0.2

2010-03-29 Thread David Blevins
On Mar 24, 2010, at 7:40 PM, David Blevins wrote: On Mar 24, 2010, at 7:04 PM, Ivan wrote: Please ignore my previous request, it might not completly fix the issue I wanted :-( Chatting with Ivan on IRC. We're going to try an alternate technique to finding the issue. Basically

Re: [VOTE] OpenEJB 3.0.2

2010-03-29 Thread David Blevins
signal. -David 2010/3/29 David Blevins david.blev...@visi.com On Mar 24, 2010, at 7:40 PM, David Blevins wrote: On Mar 24, 2010, at 7:04 PM, Ivan wrote: Please ignore my previous request, it might not completly fix the issue I wanted :-( Chatting with Ivan on IRC. We're going

Re: [VOTE] OpenEJB 3.0.2

2010-03-29 Thread David Blevins
On Mar 24, 2010, at 8:51 AM, Kevan Miller wrote: On Mar 24, 2010, at 3:45 AM, David Blevins wrote: Ok, finally got some binaries up. Took a few spins but finally got something up with good signatures. The branch to become a tag: http://svn.apache.org/repos/asf/openejb/branches/openejb

ActiveMQ 5 issues

2010-03-29 Thread David Blevins
So that occasional deadlock at startup we're seeing on some of the tests is cause by the ActiveMQ 5 upgrade. Kevin had poked at it a bit, but it's still unresolved. Just now noticing that the standalone server shutdown is also not working, just hangs forever at Stopping ResourceAdapter:

Re: [VOTE] OpenEJB 3.0.2

2010-03-29 Thread David Blevins
On Mar 29, 2010, at 3:59 PM, David Jencks wrote: I'd be pretty uncomfortable with a whipped up source archive that wasn't produced by the normal maven release procedure. That's perhaps a little too restrictive, but I'll do the best I can. -David

Re: [VOTE] OpenEJB 3.0.2 -- CANCELLED

2010-03-29 Thread David Blevins
Alright, just going to drop and reroll. New vote forthcoming. -David

[VOTE] OpenEJB 3.0.2 (take 2)

2010-03-29 Thread David Blevins
Applied Jon's assembly patch and merged in a little plugin config for having the maven assembly plugin execute the tar/zip commands rather than me doing it manually. No other changes to code or anything else. The branch to become a tag:

Re: Stateless Pooling options

2010-03-25 Thread David Blevins
Ok. Think I'm totally done with all our new fancy stateless pooling options. We only had three before: PoolSize, AccessTimeout, StrictPooling. Here is the full set. # Specifies the time an invokation should wait for an instance # of the pool to become available. # # After the

Re: Dynamic Routing Datasource Wrapper

2010-03-25 Thread David Blevins
On Mar 25, 2010, at 3:52 AM, Jean-Louis MONTEIRO wrote: Hi, Some month ago, i used a Spring feature called DynamicRoutingDatasource in order to split data on database servers. Here is a short description http://blog.springsource.com/2007/01/23/dynamic-datasource-routing/

Re: No-interface view

2010-03-25 Thread David Blevins
On Mar 25, 2010, at 3:53 PM, Jonathan Gallimore wrote: Hi All, I have another question - are we happy to have openejb-client depend on the asm library for the no-interface view proxies? No need. No-interface views can be remoted, so remote clients using openejb-client can never get

Re: No-interface view

2010-03-25 Thread David Blevins
Sorry for not replying sooner -- been down a rabbit hole with those stateless pooling changes. On Mar 17, 2010, at 3:14 PM, Jonathan Gallimore wrote: I've managed to do some work on the no-interface view work. I've managed to read the localbean ejb-jar.xml config and @LocalBean annotation,

Re: No-interface view

2010-03-25 Thread David Blevins
On Mar 25, 2010, at 4:19 PM, Jonathan Gallimore wrote: On Thu, Mar 25, 2010 at 11:05 PM, David Blevins david.blev...@visi.com wrote: No need. No-interface views can be remoted, so remote clients using openejb-client can never get one. Should that be No-interface views cannot be remoted

[VOTE] OpenEJB 3.0.2

2010-03-24 Thread David Blevins
Ok, finally got some binaries up. Took a few spins but finally got something up with good signatures. The branch to become a tag: http://svn.apache.org/repos/asf/openejb/branches/openejb-3.0.2/ The binaries: https://repository.apache.org/content/repositories/orgapacheopenejb-014/ So

Re: [VOTE] OpenEJB 3.0.2

2010-03-24 Thread David Blevins
the Maven repository and tries to run them against OpenEJB standalone and in Tomcat. I'm getting a java.lang.NoClassDefFoundError: org/apache/xbean/finder/ClassFinder error. (Full log and build script attached). Is this a problem? Jon On Wed, Mar 24, 2010 at 7:45 AM, David Blevins david.blev

Re: [VOTE] OpenEJB 3.0.2

2010-03-24 Thread David Blevins
/xbean/finder/ClassFinder error. (Full log and build script attached). Is this a problem? Not critical is it's largely aimed at Geronimo 2.1.5, but we get it running that is a plus. -David On Wed, Mar 24, 2010 at 7:45 AM, David Blevins david.blev...@visi.com wrote: Ok, finally got some

Re: Any release plan for Openejb 3.0.2?

2010-03-18 Thread David Blevins
On Mar 17, 2010, at 8:14 PM, Rex Wang wrote: Hi, David, Ivan has run the TCK on geronimo 2.1.5-SNAPSHOT with the OpenEJB 3.0.2-snapshot, it passes without any problems. So, could you start the release? Great! I'll see if I can kick off a 3.0.2 release Monday. -David 2010/3/12 David

Re: Jetty Integration

2010-03-11 Thread David Blevins
on jetty-openejb integration of Transaction Manager http://javaadventure.blogspot.com/2010/03/openejb-jetty-and-maven-transaction.html Having fun getting the JNDI stuff working correctly -Stephen On 30 January 2010 16:01, David Blevins david.blev...@visi.com wrote: Ok, so Jon had a cool

Re: Any release plan for Openejb 3.0.2?

2010-03-11 Thread David Blevins
On Mar 9, 2010, at 10:38 PM, Rex Wang wrote: Geronimo would like to create a release which includes OpenEJB 3.0.2. Could the OpenEJB community create a release? As I mentioned offline, we need TCK to be run on the Geronimo side. The release process itself doesn't take very long for 3.0.x

Monitoring

2010-03-03 Thread David Blevins
Started looking into how we might finally get some Monitoring support into the code. Basic stats and the like viewable via JMX or something similar. Still very much in the research phase of all that. If anyone has done any work in that area, I'm interested in some tips. Or if anyone has

Re: openejb-jar.xml: version 3 vs 2 !

2010-03-02 Thread David Blevins
On Feb 25, 2010, at 3:15 AM, Jean-Louis MONTEIRO wrote: Hey, I'd like to get your opinion regarding openejb-jar.xml descriptor. I need to change the JNDI pattern as explained here http://openejb.apache.org/3.0/jndi-names.html http://openejb.apache.org/3.0/jndi-names.html . So, i created a

Blog preview: article_coarse_grained_unit_testing

2010-03-02 Thread David Blevins
Up for 48 hour lazy consensus review: https://blogs.apache.org/preview/openejb/?previewEntry=article_coarse_grained_unit_testing Give it a look over. We can change anything, including the publish date. As always, feel welcome encouraged to write up any entries you think may be neat.

blog: user_blog_maven_openejb_and

2010-03-02 Thread David Blevins
https://blogs.apache.org/preview/openejb/?previewEntry=user_blog_maven_openejb_and Another post up for review. This one is scheduled for the 8th. Comments, changes, etc. etc. welcome as always! -David

blog: example_testing_transaction_rollback

2010-03-02 Thread David Blevins
https://blogs.apache.org/preview/openejb/?previewEntry=example_testing_transaction_rollback Another for review. This one is scheduled for the 10th. -David

blog: example_common_troubleshooting_flags

2010-03-02 Thread David Blevins
https://blogs.apache.org/preview/openejb/?previewEntry=example_common_troubleshooting_flags And the last one. Scheduled for the 12th. -David

Re: JUnit Runner

2010-02-23 Thread David Blevins
Hey Quintin! Checked this little gem in -- sorry it's taken so long to get it reviewed. There's some good stuff in here. I was going to check it into a branch, but it's in pretty awesome shape. Really gets the creative juices flowing. We can support @RunTestAs using the same code the

Re: Stateless Pooling options

2010-02-22 Thread David Blevins
On Feb 18, 2010, at 7:52 AM, Kevan Miller wrote: On Feb 18, 2010, at 3:16 AM, David Blevins wrote: Hacked up a new chunk of pooling code for Stateless beans that allows the pool to shrink down at some point after the max is hit. It also allows for a minimum to be set. The mix

Re: ConnectionStrategies: Random and RoundRobin

2010-02-04 Thread David Blevins
On Jan 27, 2010, at 2:16 PM, David Blevins wrote: I'd like to create some way to configure this for an individual app (or even an individual bean). Thinking maybe some annotation and openejb-jar.xml meta data that we can swizzle all the way to the client code. Have some code

Re: Apache OpenEJB 3.1.3-SNAPSHOT build: 20100126-09:55 gives java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor

2010-01-30 Thread David Blevins
On Jan 30, 2010, at 7:38 PM, Jacek Laskowski wrote: Something's weird going on, but can't seem to find the culprit. Would anyone lend me a helping hand? I'm stuck with the asm shading and such (thought I understand it, but I doesn't). Apache OpenEJB 3.1.3-SNAPSHOTbuild: 20100126-09:55

Re: Apache OpenEJB 3.1.3-SNAPSHOT build: 20100126-09:55 gives java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor

2010-01-30 Thread David Blevins
On Jan 30, 2010, at 8:39 PM, Jacek Laskowski wrote: On Sat, Jan 30, 2010 at 8:36 PM, Jacek Laskowski ja...@laskowski.net.pl wrote: Everything seems fine (I hate such issues...until I find the solution :)) http://ci.apache.org/builders/openejb-trunk/builds/250/steps/compile/logs/stdio

Re: OpenEJB 3.1.2 maven build broken due to ActiveMQ dependency

2010-01-28 Thread David Blevins
On Jan 27, 2010, at 8:06 PM, Jean-Louis MONTEIRO wrote: Before going ahead, i'd like to share a patch file. I did some refactoring and before going ahead i want to share it with you to get your opinion. Will try to push it today is possible. If it takes too long maybe just share the

Re: Will there be an OpenEJB 3.0.2 release?

2010-01-28 Thread David Blevins
On Jan 25, 2010, at 9:10 PM, Luciano Resende wrote: We would like to release our Tuscany Java SCA 1.6 extensions that use OpenEJB, but these issues [1][2] are preventing us to do so. Are there still plans to have a OpenEJB 3.0.2 ? If so, what's the time frame ? [1]

Re: OpenEJB 3.1.2 maven build broken due to ActiveMQ dependency

2010-01-27 Thread David Blevins
On Jan 26, 2010, at 8:09 PM, Jean-Louis MONTEIRO wrote: David Blevins wrote: Right, exactly. Was just going to post that. That prefix works just fine. Or even just amq4factory and amq5factory or something. Just as a side note, i would like to keep things working between previous

ConnectionStrategies: Random and RoundRobin

2010-01-27 Thread David Blevins
Just added two new connection strategies for the clustering/failover logic. RoundRobin: As the name implies each request just goes to the next server in the list. It does this on every request as sort of a cheap load balancer. Random: Similar to the above but it picks a server

Maven3 tweaks (Re: svn commit: r903588)

2010-01-27 Thread David Blevins
How is Maven3? It any faster than 2.x? What's your build time? -David On Jan 27, 2010, at 11:08 AM, jlmonte...@apache.org wrote: Author: jlmonteiro Date: Wed Jan 27 10:08:22 2010 New Revision: 903588 URL: http://svn.apache.org/viewvc?rev=903588view=rev Log: Remove duplicate entries

Re: OpenEJB 3.1.2 maven build broken due to ActiveMQ dependency

2010-01-25 Thread David Blevins
On Jan 23, 2010, at 2:14 PM, Andy wrote: Ok, I was kidding myself. My test was somewhat flawed. However, I am sure that I have it covered now, including poms. If someone in authority could check my suggested trunk patch I'd be grateful. (against -

Re: Programmatic Stateful bean removal (Re: EJB 3.1 additions)

2010-01-22 Thread David Blevins
/ + JndiBuilder.format(deploymentInfo.getDeploymentID(), this.iface.getName()); Object object = onctext.lookup(jndiName) If this proxy provide remove() method, we may call it using reflection. Right, exactly. -David 2010/1/21 David Blevins david.blev...@visi.com Also moved to a new thread. On Jan 21

Re: @Asynchronous work

2010-01-22 Thread David Blevins
failures in Java 5. -David -- Luis Fernando Planella Gonzalez Em Quinta-feira 21 Janeiro 2010, às 21:31:46, David Blevins escreveu: On Jan 21, 2010, at 8:36 PM, Luis Fernando Planella Gonzalez wrote: Well, seems this first part was not hard at all. I've attached a patch on https

Re: @Asynchronous not working for me

2010-01-21 Thread David Blevins
this is enough to get started if you're interested in hacking on it. -David And, do you have an idea about when OpenEJB 3.1.3 will be released? No date has been set yet, do you have a preference? -David Em Quarta-feira 20 Janeiro 2010, às 19:38:52, David Blevins escreveu: Hi Luis, This is one

@Asynchronous work (Re: EJB 3.1 additions)

2010-01-21 Thread David Blevins
Moving to a new thread. On Jan 21, 2010, at 3:02 PM, Jonathan Gallimore wrote: I've signed up for the no-interface view (as long as no-one objects ;-)), sounds pretty interesting, and I'm sure I'll learn a fair bit from it :-) Great. So for this one the primary missing part we need is

Programmatic Stateful bean removal (Re: EJB 3.1 additions)

2010-01-21 Thread David Blevins
Also moved to a new thread. On Jan 21, 2010, at 8:27 AM, Gurkan Erdogdu wrote: Hi David; I would also like to help on JCDI integration :) What!? I'm shocked. Never would have guessed ;) Anyway, a critical piece we'll need for the integration is some way that the @Scope manager (OWB)

@LocalBean

2010-01-21 Thread David Blevins
Got the subject wrong. One more try :) On Jan 21, 2010, at 4:24 PM, David Blevins wrote: Moving to a new thread. On Jan 21, 2010, at 3:02 PM, Jonathan Gallimore wrote: I've signed up for the no-interface view (as long as no-one objects ;-)), sounds pretty interesting, and I'm sure I'll

<    5   6   7   8   9   10   11   12   13   14   >