[jira] Commented: (GERONIMO-2216) Use JLine API to get password interactivly when using shutdown

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2216?page=comments#action_12426843 ] Jason Dillon commented on GERONIMO-2216: Yup, there is probably some env where this won't work... but JLine can detect that and will revert to basicall

[jira] Commented: (GERONIMO-2216) Use JLine API to get password interactivly when using shutdown

2006-08-08 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2216?page=comments#action_12426839 ] Kevan Miller commented on GERONIMO-2216: Well, it's kind of funky... Not 100% pure java (dynamically extracts a dll and loads it on windows machines).

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Kevan Miller
Aaron, I didn't disagree with your conclusion. You gave 3 reasons for not performing the work at Apache. All you needed was one -- licensing issues prevent this work from occurring at Apache. Maybe so, but so far only you have made that evaluation. I'm not intimating that you are wrong, on

[jira] Commented: (GERONIMO-2216) Use JLine API to get password interactivly when using shutdown

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2216?page=comments#action_12426838 ] Jason Dillon commented on GERONIMO-2216: I will commit tomorrow unless there are any objections. > Use JLine API to get password interactivly when usin

[jira] Commented: (GERONIMO-1563) [RTC] Make the JACC implementation pluggable

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1563?page=comments#action_12426835 ] Matt Hogstrom commented on GERONIMO-1563: - David, I understand what you are doing and agree. Given the magnitude of the change I wasn't able to test i

[jira] Commented: (GERONIMO-2216) Use JLine API to get password interactivly when using shutdown

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2216?page=comments#action_12426833 ] Matt Hogstrom commented on GERONIMO-2216: - +1 ... this is a bug...go ahead and apply it. > Use JLine API to get password interactivly when using shutdo

ActiveMQ send/receive messages to/from MQSeries

2006-08-08 Thread Velladurai, Ashok Kumar
Hi all, I am new to MQ Series, I have a model that my web application running on JBoss 4.0.2 should be able to send message to a remote MQ (different server) and receive the same message using a MDB (running in same JBoss) to process the message. Using ActiveMQ is it possible for me to achieve

[Review] Use JLine to mask the password on shutdown

2006-08-08 Thread Jason Dillon
https://issues.apache.org/jira/browse/GERONIMO-2216 This issue has a patch which reworks the way we ask users for passwords during shutdown... using the JLine library to mask the input. For those that don't know, JLine (http://jline.sf.net) is a library that provides Readline-like functiona

[jira] Commented: (AMQ-871) Allow MessageEvictionStrategy to evict more than one MessageReference in evictMessage(LinkedList message) method

2006-08-08 Thread Mathew Kuppe (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-871?page=comments#action_36715 ] Mathew Kuppe commented on AMQ-871: -- Note one obvious side-effect of this change is that it will allow the evictMessage method to return an empty array and thereby

[jira] Updated: (GERONIMO-2216) Use JLine API to get password interactivly when using shutdown

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2216?page=all ] Jason Dillon updated GERONIMO-2216: --- Attachment: GERONIMO-2216.diff Attached patch reworks the PasswordReader into an InputReader, which uses the JLine library to provide console access a

[jira] Created: (GERONIMODEVTOOLS-97) Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools.

2006-08-08 Thread Lin Sun (JIRA)
Need to remove jetty and tomcat server dependency in assembly\pom.xml to build devtools. Key: GERONIMODEVTOOLS-97 URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-9

Re: [itests] Modify the geronimo-deployment-plugin ?

2006-08-08 Thread Jason Dillon
More reasons for us to switch ;-) --jason On Aug 8, 2006, at 6:56 PM, Prasad Kashyap wrote: Yep.. The last time I checked, I believe Cargo support for the G's version of Jetty container needed Java 5 support. But we should revisit that again. Cheers Prasad On 8/8/06, Bill Dudney <[EMAIL PRO

Re: [itests] Modify the geronimo-deployment-plugin ?

2006-08-08 Thread Prasad Kashyap
Yep.. The last time I checked, I believe Cargo support for the G's version of Jetty container needed Java 5 support. But we should revisit that again. Cheers Prasad On 8/8/06, Bill Dudney <[EMAIL PROTECTED]> wrote: Cool thing is someone else has already done it Cargo currently supports G 1.1.

[jira] Commented: (GERONIMO-2277) Remove TransactionContextManager

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2277?page=comments#action_12426788 ] Matt Hogstrom commented on GERONIMO-2277: - I've looked at the merge and concur +1 > Remove TransactionContextManager > ---

Re: Transactions and DB Pools in JPA

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 5:38 PM, David Jencks wrote: As soon as you start an jta tx the jdbc resource adapter ought to start complaining vociferously. Vociferously? :) Oh, Mr. Jencks, how you make complaining sound so classy Certainly much more palatable than many alternatives :) -David

Re: 1.1.1 - Ready or not ? Soliciting input

2006-08-08 Thread John Sisson
Kevan Miller wrote: On Aug 8, 2006, at 12:42 PM, Aaron Mulder wrote: On 8/8/06, Kevan Miller <[EMAIL PROTECTED]> wrote: Inline... On Aug 8, 2006, at 12:08 PM, Aaron Mulder wrote: > Here are the issues that bother me most in 1.1.1. I believe they are > all also issues in 1.1. > > DEPLOYMENT

Re: Transactions and DB Pools in JPA

2006-08-08 Thread David Jencks
On Aug 8, 2006, at 5:27 PM, Dain Sundstrom wrote: If this is for 1.1, you need to demarcate the transactions using the TransactionContextManager. I suggest you take a look at the OnlineUserTransaction for a good example. IMNSHO container managed jta aint gonna work for 1.1 since it NEEDS

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-08 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36714 ] Vadim Pesochinskiy commented on AMQ-855: I agree this functionality is essential for slow consumers. I do not see the hacking part in it. If prefetchSize is

Re: Transactions and DB Pools in JPA

2006-08-08 Thread Dain Sundstrom
If this is for 1.1, you need to demarcate the transactions using the TransactionContextManager. I suggest you take a look at the OnlineUserTransaction for a good example. -dain On Aug 8, 2006, at 4:28 PM, Aaron Mulder wrote: OK, so for this JPA plugin, the goal is to support application-m

Re: Maven2... we are almost there!

2006-08-08 Thread Jason Dillon
This has bee applied. Please verify and close. Thanks, --jason On Aug 8, 2006, at 12:35 PM, Bill Dudney wrote: Hi Jason, FWIW I have been having this problem since I filed http://issues.apache.org/jira/browse/GERONIMO-2281 TTFN, -bd On Aug 8, 2006, at 12:28 PM, Jason Dillon wrote: Thi

Re: Transactions and DB Pools in JPA

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 4:28 PM, Aaron Mulder wrote: OK, so for this JPA plugin, the goal is to support application-managed JPA for web apps. It looks like a JPA EntityManager has a call to getTransaction returning an EntityTransaction which you can used to begin and commit transactions in the non-

[jira] Resolved: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2281?page=all ] Jason Dillon resolved GERONIMO-2281. Fix Version/s: 1.2 Resolution: Fixed I've fixed these properties in the classpath. We will be switching to use the jar or assembly plugin to

[jira] Resolved: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=all ] Jason Dillon resolved GERONIMO-2302. Fix Version/s: 1.2 Resolution: Fixed > Unable to deploy from the console > - > > Key: GERONIMO

[jira] Reopened: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=all ] Jason Dillon reopened GERONIMO-2302: > Unable to deploy from the console > - > > Key: GERONIMO-2302 > URL: http:

[jira] Resolved: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=all ] Jason Dillon resolved GERONIMO-2302. Resolution: Fixed Applied, thx. > Unable to deploy from the console > - > > Key: GERONIMO-2302 >

Re: svn commit: r429885 - in /geronimo/site/trunk: docs/contributors.html xdocs/contributors.xml

2006-08-08 Thread Matt Hogstrom
Dims resigned a while back...the page had not been updated. Jason Dillon wrote: Davanum Srinivas is no longer on the PMC? --jason On Aug 8, 2006, at 4:35 PM, [EMAIL PROTECTED] wrote: Author: hogstrom Date: Tue Aug 8 16:35:50 2006 New Revision: 429885 URL: http://svn.apache.org/viewvc?rev=

Re: Patches in RTC emails (Re: Patches in RTC (Geronimo - August 4, 2006))

2006-08-08 Thread David Blevins
Thanks for setting up the confluence page, Hernan! On Aug 8, 2006, at 2:51 PM, Hernan Cunico wrote: Dave, is there a chance to configure a similar view directly in JIRA? if so, we could pull that view. As I say below, it's not possible to see the votes without clicking to the individual iss

Re: [itests] Modify the geronimo-deployment-plugin ?

2006-08-08 Thread Bill Dudney
Cool thing is someone else has already done it Cargo currently supports G 1.1. :-) -bd- On Aug 8, 2006, at 5:33 PM, Jason Dillon wrote: I think that in general it would be good to have cargo support :-) --jason On Aug 8, 2006, at 4:23 PM, Bill Dudney wrote: Hi Prasad, The cargo plugin

[jira] Assigned: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=all ] Jason Dillon reassigned GERONIMO-2302: -- Assignee: Jason Dillon > Unable to deploy from the console > - > > Key: GERONIMO-2302 >

Re: svn commit: r429885 - in /geronimo/site/trunk: docs/contributors.html xdocs/contributors.xml

2006-08-08 Thread Jason Dillon
Davanum Srinivas is no longer on the PMC? --jason On Aug 8, 2006, at 4:35 PM, [EMAIL PROTECTED] wrote: Author: hogstrom Date: Tue Aug 8 16:35:50 2006 New Revision: 429885 URL: http://svn.apache.org/viewvc?rev=429885&view=rev Log: Updated PMC and Committer information for Kevan Miller, David

Re: [itests] Modify the geronimo-deployment-plugin ?

2006-08-08 Thread Jason Dillon
I think that in general it would be good to have cargo support :-) --jason On Aug 8, 2006, at 4:23 PM, Bill Dudney wrote: Hi Prasad, The cargo plugins [1] might be another place to check to start and stop the server. I've used them before for tomcat and its good stuff for running integ

[jira] Commented: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2281?page=comments#action_12426776 ] Anita Kulshreshtha commented on GERONIMO-2281: -- The names of these properties need to be changed - ../lib/xpp3-${xpp3_version}.jar ../lib/xstream-

Re: [ANNOUNCE] Welcome Paul McMahan as our newest committer

2006-08-08 Thread John Sisson
Congratulations Paul! John Matt Hogstrom wrote: All, We're pleased to let you know that we have a new committer in our midst. Paul McMahan has recently accepted an invitation to join the Geronimo project. Paul has been active on Geronimo for several months and has provided numerous patche

Transactions and DB Pools in JPA

2006-08-08 Thread Aaron Mulder
OK, so for this JPA plugin, the goal is to support application-managed JPA for web apps. It looks like a JPA EntityManager has a call to getTransaction returning an EntityTransaction which you can used to begin and commit transactions in the non-JTA case (which, for now, let's assume this would b

Re: [ANNOUNCE] Welcome Kevan Miller to the Geronimo PMC

2006-08-08 Thread John Sisson
Congratulations Kevan! John Matt Hogstrom wrote: Please welcome Kevan Miller as the newest member of the Geronimo PMC. Kevan recently accepted the invitation to join the PMC. As such we now have an additional set of eyes to help with reviews as well as other PMC oversight responsibilities.

Re: [itests] Modify the geronimo-deployment-plugin ?

2006-08-08 Thread Bill Dudney
Hi Prasad, The cargo plugins [1] might be another place to check to start and stop the server. I've used them before for tomcat and its good stuff for running integration tests. And what can I do to help? TTFN, -bd- [1] http://cargo.codehaus.org On Aug 4, 2006, at 10:00 AM, Prasad Kas

Re: [jira] Commented: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread anita kulshreshtha
David, I am looking into it. Will get back to you later today. Thanks Anita --- "David Jencks (JIRA)" wrote: > [ > http://issues.apache.org/jira/browse/GERONIMO-2281?page=comments#action_12426772 > ] > > David Jencks commented on GERONIMO-2281: > --

[jira] Commented: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Bill Dudney (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=comments#action_12426773 ] Bill Dudney commented on GERONIMO-2302: --- Anita - is there a jira to track that patch? Perhaps we could attach it here if not. If there is a JIRA could yo

[jira] Commented: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2281?page=comments#action_12426772 ] David Jencks commented on GERONIMO-2281: I think the m1 inclusion of server.jar was a mistake and we should directly use mcp entries for stuff in lib.

[jira] Commented: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=comments#action_12426769 ] Anita Kulshreshtha commented on GERONIMO-2302: -- The hot-deployer config patch is waiting to be applied. Please see: http://www.nabble.com/Re%3A-Mav

Implementing prefetchSize=0

2006-08-08 Thread Vadim Pesochinsky
Somehow my e-mail message did not go through. Re-trying with nabble. Hi! I am trying to figure out how this can be done. As I understand messages are forwarded by the queue to every consumer (PrefetchSubscription). As long as number of messages dispatched does not exceed the prefetchSize, messa

[jira] Commented: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2281?page=comments#action_12426766 ] Anita Kulshreshtha commented on GERONIMO-2281: -- We also need to add server.jar to the classpath. Please see project.properties file. > Deploy to

[jira] Reopened: (GERONIMO-2281) Deploy tool does not work (built from new m2 build)

2006-08-08 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2281?page=all ] Anita Kulshreshtha reopened GERONIMO-2281: -- > Deploy tool does not work (built from new m2 build) > --- > >

[jira] Updated: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Bill Dudney (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2302?page=all ] Bill Dudney updated GERONIMO-2302: -- Attachment: 2302-console-deploy.patch The assembly does not end up with an empty directory called 'deploy' that is probably required for the hot deploym

[jira] Created: (GERONIMO-2302) Unable to deploy from the console

2006-08-08 Thread Bill Dudney (JIRA)
Unable to deploy from the console - Key: GERONIMO-2302 URL: http://issues.apache.org/jira/browse/GERONIMO-2302 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Componen

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-08 Thread Andrew Lusk (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36713 ] Andrew Lusk commented on AMQ-855: - Hiram, I don't really understand your comments here. There is a huge need for this. A push model just isn't appropriate for que

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Dain Sundstrom
On Aug 8, 2006, at 2:52 PM, Aaron Mulder wrote: On 8/8/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Aug 8, 2006, at 3:47 PM, Aaron Mulder wrote: > On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: >> So who is we and why SourceForge? I can certainly see having >> Hibernate provider plugi

[jira] Commented: (XBEAN-38) XFire initialisation problem with spring 2.0-rc2

2006-08-08 Thread Steve Baker (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-38?page=comments#action_12426743 ] Steve Baker commented on XBEAN-38: -- I get a different trace after upgrading to xbean-spring-2.5 "beans" is the top level XML element in services.xml [ INFO:

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Aaron Mulder
On 8/8/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Aug 8, 2006, at 3:47 PM, Aaron Mulder wrote: > On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: >> So who is we and why SourceForge? I can certainly see having >> Hibernate provider plugins and stuff there, but I definitely intend >> on

Re: Patches in RTC emails (Re: Patches in RTC (Geronimo - August 4, 2006))

2006-08-08 Thread Hernan Cunico
We will be able to pull data directly from JIRA once we use confluence to generate Geronimo's web site. Till then we can use the wiki ;-) Check this page, I just put the RSS URL from David's .vm http://cwiki.apache.org/GMOxDEV/review.html This is the raw content without applying Dave's templat

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 2:02 PM, David Jencks wrote: On Aug 8, 2006, at 1:43 PM, David Blevins wrote: Yeah, not targeting container-managed JPA support with this plugin. We are using a Geronimo DB pool for persistence, though. So doesn't that mean it would be included in any transaction that was

Re: [ANNOUNCE] Welcome Kevan Miller to the Geronimo PMC

2006-08-08 Thread Chris Cardona
Congrats Kevan!! --- Matt Hogstrom <[EMAIL PROTECTED]> wrote: > Please welcome Kevan Miller as the newest member of > the Geronimo PMC. Kevan recently accepted the > invitation to join the PMC. As such we now have an > additional set of eyes to help with reviews as > well as other PMC oversig

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Kevan Miller
On Aug 8, 2006, at 3:47 PM, Aaron Mulder wrote: On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: So who is we and why SourceForge? I can certainly see having Hibernate provider plugins and stuff there, but I definitely intend on writing the core bits in Geronimo svn. "we" is myself and s

Re: [ANNOUNCE] Welcome Paul McMahan as our newest committer

2006-08-08 Thread Chris Cardona
Good work Paul! Congrats! --- Matt Hogstrom <[EMAIL PROTECTED]> wrote: > All, > > We're pleased to let you know that we have a new > committer in our midst. Paul McMahan has recently > accepted an invitation to join the Geronimo project. > Paul has been active on Geronimo for several > month

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-08 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36712 ] Vadim Pesochinskiy commented on AMQ-855: Well... I think there is a valid need ;-). I think that requesting not to create idle consumers is not valid. The

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Jencks
On Aug 8, 2006, at 1:43 PM, David Blevins wrote: On Aug 8, 2006, at 12:47 PM, Aaron Mulder wrote: On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: So who is we and why SourceForge? I can certainly see having Hibernate provider plugins and stuff there, but I definitely intend on writing

Geronimo v1.1 documentation update

2006-08-08 Thread Hernan Cunico
Hi All, check the Geronimo v1.1 documentation for updates, here is the URL: http://cwiki.apache.org/GMOxDOC11/apache-geronimo-v11-users-guide.html New additions to the documentation include: * A quick start guide * Installation * Running Geronimo as a non root user * Configuring Virtual Hosts i

Re: Patches in RTC emails (Re: Patches in RTC (Geronimo - August 4, 2006))

2006-08-08 Thread Dain Sundstrom
It would be really cool if we had a page on the website that had this list, so you can view it at anytime. -dain On Aug 8, 2006, at 12:46 PM, David Blevins wrote: On Aug 8, 2006, at 7:24 AM, Matt Hogstrom wrote: David, is there a single link online report that we can execute rather than

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 12:47 PM, Aaron Mulder wrote: On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: So who is we and why SourceForge? I can certainly see having Hibernate provider plugins and stuff there, but I definitely intend on writing the core bits in Geronimo svn. "we" is myself and

[VOTE] Release Apache ActiveMQ 4.0.2 (RC 3)

2006-08-08 Thread Hiram Chirino
Some NOTICE file issues were found in the 2nd release candidate of the 4.0.2 build. I have cut and RC 3 of the 4.0.2 build with the fixes and it's available here: http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC3/maven1/incubator-activemq/distributions/ Maven 1 and Maven 2 repos f

[jira] Commented: (AMQ-855) Add support for prefetchSize = 0

2006-08-08 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-855?page=comments#action_36711 ] Hiram Chirino commented on AMQ-855: --- I don't think this is a valid need. If each server/worker thread only creates 1 consumer with a prefetch of 1 then the jobs

Re: Implementing prefetchSize=0

2006-08-08 Thread Hiram Chirino
I'm not convinced that this is needed. As I commented on the previous thread, the only reason that this is a problem is that a single thread is creating multiple consumers. If you use a single consumer, per thread this would not be an issue. Regards, Hiram On 8/8/06, Pesochinskiy, Vadim (MSCIB

Implementing prefetchSize=0

2006-08-08 Thread Pesochinskiy, Vadim \(MSCIBARRA\)
Hi! I am trying to figure out how this can be done. As I understand messages are forwarded by the queue to every consumer (PrefetchSubscription). As long as number of messages dispatched does not exceed the prefetchSize, messages are send to the client. As soon as messages are acked more messages

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Matt Hogstrom
:) David Blevins wrote: On Aug 8, 2006, at 12:23 PM, Matt Hogstrom wrote: Is that code in the incubator at Apache now? /me hopes matt knew the answer to that question when he did an OpenEJB release yesterday :) Jeff Genender wrote: Aaron, Please look at the openejb3-persistence module

[jira] Commented: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-08 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=comments#action_12426691 ] David Jencks commented on XBEAN-31: --- This looks like a good idea to me and I think it should be applied but I can't apply the patch: all chunks are rejected. Mayb

[jira] Created: (GERONIMODEVTOOLS-96) Has to add xmlbeans as dependency in pom.xml to build devtools

2006-08-08 Thread Lin Sun (JIRA)
Has to add xmlbeans as dependency in pom.xml to build devtools -- Key: GERONIMODEVTOOLS-96 URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-96 Project: Geronimo-Devtools I

Re: Patches in RTC emails (Re: Patches in RTC (Geronimo - August 4, 2006))

2006-08-08 Thread Matt Hogstrom
There is always me, myself and I...there's 3 :) David Blevins wrote: On Aug 8, 2006, at 7:24 AM, Matt Hogstrom wrote: David, is there a single link online report that we can execute rather than waiting for the weekly report? I expect its somewhere in the numerous e-mails but I think I may h

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Aaron Mulder
On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: So who is we and why SourceForge? I can certainly see having Hibernate provider plugins and stuff there, but I definitely intend on writing the core bits in Geronimo svn. "we" is myself and some folks at Chariot. At SourceForge because 1) we

Re: Patches in RTC emails (Re: Patches in RTC (Geronimo - August 4, 2006))

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 7:24 AM, Matt Hogstrom wrote: David, is there a single link online report that we can execute rather than waiting for the weekly report? I expect its somewhere in the numerous e-mails but I think I may have missed it. As Hiram points out, you can go to JIRA itself for t

[jira] Created: (GERONIMODEVTOOLS-95) pim.xml still uses WTP 1.5.0

2006-08-08 Thread Lin Sun (JIRA)
pim.xml still uses WTP 1.5.0 Key: GERONIMODEVTOOLS-95 URL: http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-95 Project: Geronimo-Devtools Issue Type: Bug Components: eclipse-plugin Affects Vers

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 12:23 PM, Matt Hogstrom wrote: Is that code in the incubator at Apache now? /me hopes matt knew the answer to that question when he did an OpenEJB release yesterday :) Jeff Genender wrote: Aaron, Please look at the openejb3-persistence module as it does a majority

Re: Maven2... we are almost there!

2006-08-08 Thread Bill Dudney
Hi Jason, FWIW I have been having this problem since I filed http://issues.apache.org/jira/browse/GERONIMO-2281 TTFN, -bd On Aug 8, 2006, at 12:28 PM, Jason Dillon wrote: This could be related to the dependency change lat night for GERONIMO-2298. But I dunno for sure. --jason On Aug 8

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Blevins
So who is we and why SourceForge? I can certainly see having Hibernate provider plugins and stuff there, but I definitely intend on writing the core bits in Geronimo svn. More bellow... but in a different order. On Aug 8, 2006, at 11:52 AM, Aaron Mulder wrote: In the mean time, have you h

[jira] Closed: (GERONIMODEVTOOLS-69) Unable to define a new remote server by File--New--Server--Server

2006-08-08 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-69?page=all ] Sachin Patel closed GERONIMODEVTOOLS-69. Resolution: Fixed fixed with revision 429789 > Unable to define a new remote server by File--New--Server--Server > ---

[jira] Assigned: (GERONIMODEVTOOLS-69) Unable to define a new remote server by File--New--Server--Server

2006-08-08 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-69?page=all ] Sachin Patel reassigned GERONIMODEVTOOLS-69: Assignee: Sachin Patel > Unable to define a new remote server by File--New--Server--Server > --

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Aaron Mulder
Unfortunately, that code is not particularly applicable to Geronimo 1.1 web applications. Just to give a tiny example, a web app never has an InitialContext to store JNDI data, only a Map. I'm guessing you also have some special hooking during EJB deployment to invoke the PersistenceDeployer, an

[jira] Commented: (XBEAN-31) [RTC] it would be great if the m2 plugin would automatically add the XSD and .xsd.html files as artifacts into the build

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-31?page=comments#action_12426682 ] Matt Hogstrom commented on XBEAN-31: +1 ... > [RTC] it would be great if the m2 plugin would automatically add the XSD and > .xsd.html files as artifacts into

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Matt Hogstrom
Is that code in the incubator at Apache now? Jeff Genender wrote: Aaron, Please look at the openejb3-persistence module as it does a majority of what you described below... 1) Takes a classloader 2) looks for persistence.xml files 3) parses found persistence.xml files 4) Creates EntityManagerF

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Jeff Genender
Aaron, Please look at the openejb3-persistence module as it does a majority of what you described below... 1) Takes a classloader 2) looks for persistence.xml files 3) parses found persistence.xml files 4) Creates EntityManagerFactories based on the persistence.xml file specifications. 5) Loads i

[jira] Closed: (GERONIMO-2270) Redeploy broken in 1.1.1

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2270?page=all ] Matt Hogstrom closed GERONIMO-2270. --- Fix Version/s: 1.1.2 1.2 Resolution: Fixed > Redeploy broken in 1.1.1 > > > Key: GER

[jira] Resolved: (AMQ-856) log "Endpoint connection to JMS broker failed: ..." on error level

2006-08-08 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-856?page=all ] james strachan resolved AMQ-856. Fix Version/s: 4.1 Resolution: Fixed > log "Endpoint connection to JMS broker failed: ..." on error level > ---

[jira] Commented: (GERONIMO-2270) Redeploy broken in 1.1.1

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2270?page=comments#action_12426678 ] Matt Hogstrom commented on GERONIMO-2270: - Applied to branches/1.1.1 Sending 1.1.1/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment

[jira] Assigned: (GERONIMO-2270) Redeploy broken in 1.1.1

2006-08-08 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2270?page=all ] Matt Hogstrom reassigned GERONIMO-2270: --- Assignee: Matt Hogstrom > Redeploy broken in 1.1.1 > > > Key: GERONIMO-2270 > URL: htt

Re: Maven2... we are almost there!

2006-08-08 Thread anita kulshreshtha
Prasad, The hot-deployer config has changed recently. I had submitted a patch for that along with the plugin patch. This is a known issue. The patch must be applied and a typo must be fixed in the plugin to make the hot deploy work. The following line must be changed in PlanProcessor file: els

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Aaron Mulder
I forgot to mention -- it seems that every JPA provider has been compiled against a different version of the JPA spec, which is a little obnoxious. :) Thanks, Aaron On 8/8/06, Aaron Mulder <[EMAIL PROTECTED]> wrote: On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: > What approach are yo

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Aaron Mulder
On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: What approach are you taking to get this done? I was thinking to do App-managed EntityManagers, the EntityManagerFactories looked up through JNDI, and available to both web apps and ejbs. First of all, the work I'm doing on this is mostly he

Re: [ANNOUNCE] Welcome Paul McMahan as our newest committer

2006-08-08 Thread David Blevins
Congrats Paul! -David On Aug 8, 2006, at 8:03 AM, Matt Hogstrom wrote: All, We're pleased to let you know that we have a new committer in our midst. Paul McMahan has recently accepted an invitation to join the Geronimo project. Paul has been active on Geronimo for several months and h

Re: [ANNOUNCE] Welcome Kevan Miller to the Geronimo PMC

2006-08-08 Thread David Blevins
Way to go TCK Dog :) -David On Aug 8, 2006, at 7:53 AM, Matt Hogstrom wrote: Please welcome Kevan Miller as the newest member of the Geronimo PMC. Kevan recently accepted the invitation to join the PMC. As such we now have an additional set of eyes to help with reviews as well as other

Re: Maven2... we are almost there!

2006-08-08 Thread Jason Dillon
Site is updated with the start of a G look and feel. Probably won't sync for a few hours though, but I did republish the m2-plugins bits last night to test: http://geronimo.apache.org/maven/plugins/index.html --jason On Aug 7, 2006, at 2:20 PM, Prasad Kashyap wrote: M2 and bootstrap

Re: Java 1.4 and JEE 5

2006-08-08 Thread Jason Dillon
I am all for switching over to JDK 1.5... but IIUC there are some issues with CORBA-muck that prevent us from doing so. Once that is fixed, I say we switch development over to JDK 1.5 right away. And if we need to, we can provide a retrotranslated assembly for JDK 1.4 compatibility... cou

Re: JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread Andrus Adamchik
Can't speak for Aaron, but I guess this is not so much the code referencing provider-specific API, but configuration including provider jars... ant testing that it works of course :-) Andrus On Aug 8, 2006, at 2:26 PM, David Blevins wrote: On Aug 8, 2006, at 11:10 AM, Aaron Mulder wrote:

Re: Maven2... we are almost there!

2006-08-08 Thread Prasad Kashyap
Bill I had seen a similar error while doing a hot deploy. http://www.mail-archive.com/dev@geronimo.apache.org/msg27975.html Let me investigate this further. Cheers Prasad On 8/8/06, Bill Dudney <[EMAIL PROTECTED]> wrote: Hi Joe, Could you try to deploy via the console. I'm not having any luck

[jira] Commented: (SM-519) Update LICENSE and NOTICE files according to http://www.apache.org/dev/apply-license.html#license

2006-08-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-519?page=comments#action_36710 ] Guillaume Nodet commented on SM-519: and servicemix-web war, servicemix-jsr181 > Update LICENSE and NOTICE files according to > http://www.apache.org/dev/apply-

Re: Maven2... we are almost there!

2006-08-08 Thread Jason Dillon
This could be related to the dependency change lat night for GERONIMO-2298. But I dunno for sure. --jason On Aug 8, 2006, at 11:18 AM, Joe Bohn wrote: Yep, I hit a console deploy problem with the j2ee jetty image ... so I think it's a real issue (although I didn't look at the details of

JPA plugin (was Re: Java 1.4 and JEE 5)

2006-08-08 Thread David Blevins
On Aug 8, 2006, at 11:10 AM, Aaron Mulder wrote: On 8/8/06, David Blevins <[EMAIL PROTECTED]> wrote: I'm hacking away at some way to allow people to use OpenJPA in their apps -- don't know how that will turnout just yet -- and was thinking a plugin would be best for that as it wouldn't force Ge

Re: [ANNOUNCE] Welcome Kevan Miller to the Geronimo PMC

2006-08-08 Thread Jason Dillon
Congratulations. :-) --jason On Aug 8, 2006, at 7:53 AM, Matt Hogstrom wrote: Please welcome Kevan Miller as the newest member of the Geronimo PMC. Kevan recently accepted the invitation to join the PMC. As such we now have an additional set of eyes to help with reviews as well as othe

Re: [ANNOUNCE] Welcome Paul McMahan as our newest committer

2006-08-08 Thread Jason Dillon
Congratulations. :-) --jason On Aug 8, 2006, at 8:03 AM, Matt Hogstrom wrote: All, We're pleased to let you know that we have a new committer in our midst. Paul McMahan has recently accepted an invitation to join the Geronimo project. Paul has been active on Geronimo for several mon

Re: Java 1.4 and JEE 5

2006-08-08 Thread Aaron Mulder
On 8/8/06, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Aaron, I'd like to chime in with the Cayenne JPA provider here. Could you point me in the right direction on how to approach integrating it with the plugin you are writing? Yup -- as soon as it's to the point where you can try it out. The

Re: Tests for Console

2006-08-08 Thread Bill Dudney
Canoo is quite good; http://webtest.canoo.com/webtest/manual/WebTestHome.html It uses Ant to execute its tests and AFAIK there is not maven plugin to invoke it but should be straight forward to do with maven. Its license appears to (this non-lawyer at least) be compatible. Also the Struts f

[jira] Commented: (SM-519) Update LICENSE and NOTICE files according to http://www.apache.org/dev/apply-license.html#license

2006-08-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-519?page=comments#action_36709 ] Guillaume Nodet commented on SM-519: Still TODO: * samples * distribution * servicemix-http * servicemix-sca * servicemix-wsn2005 > Update LICENSE

  1   2   >