[jira] Closed: (GERONIMO-2305) geronimo.kernel.classloader.JarFileUrlStreamHandler fails with Trinidad

2006-08-11 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2305?page=all ] David Jencks closed GERONIMO-2305. -- Fix Version/s: 1.1.1 1.1.2 1.2 Resolution: Fixed > geronimo.kernel.classloader.JarFileUrlStreamHandler fails

[jira] Commented: (GERONIMO-2305) geronimo.kernel.classloader.JarFileUrlStreamHandler fails with Trinidad

2006-08-11 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2305?page=comments#action_12427674 ] David Jencks commented on GERONIMO-2305: Fixed in 1.1.1 following agreement from Matt the release manager. Rev 430965. > geronimo.kernel.classloader.J

Is PackagingCommandLine still used anywhere?

2006-08-11 Thread Jason Dillon
Anyone know? --jason

Re: Merge fix for GERONIMO-2305 into 1.1.1?

2006-08-11 Thread David Jencks
Thanks, I've applied the change to 1.1.1 david jencks On Aug 11, 2006, at 6:58 AM, Matt Hogstrom wrote: David, I'm chasing a couple of other things this morning. I'm willing to take your recommendation and apply it. Before anyone gets too worked up at why I would let this one in and not

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

2006-08-11 Thread Jeff Genender
Aaron Mulder wrote: > On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: >> Ok, I understand where you are going with this. I totally agree with >> your thinking here. But...IIUC...in the web app, if you are including >> your own PU, you likely wouldn't be using the JNDI (and thus the >> conta

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

2006-08-11 Thread Aaron Mulder
On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: Ok, I understand where you are going with this. I totally agree with your thinking here. But...IIUC...in the web app, if you are including your own PU, you likely wouldn't be using the JNDI (and thus the container) for this and would be declar

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

2006-08-11 Thread Jeff Genender
Aaron Mulder wrote: > On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: >> With regard to duplicating PUs, in theory, it shouldn't make a >> difference if the PU was already loaded in a parent loader. > > I think it does. The web app is not necessarily supposed to see JPA > configurations in

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

2006-08-11 Thread Aaron Mulder
On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: With regard to duplicating PUs, in theory, it shouldn't make a difference if the PU was already loaded in a parent loader. I think it does. The web app is not necessarily supposed to see JPA configurations in an EJB JAR, only JPA configurati

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

2006-08-11 Thread Jeff Genender
Aaron Mulder wrote: > On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: >> Isn't this the same problem we (and other app servers) have with Spring >> and Commons Logging? If you are duplicating the persistence units, then >> it should be handled the same way its handled for Spring, yes? > > W

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

2006-08-11 Thread Aaron Mulder
On 8/11/06, Jeff Genender <[EMAIL PROTECTED]> wrote: Isn't this the same problem we (and other app servers) have with Spring and Commons Logging? If you are duplicating the persistence units, then it should be handled the same way its handled for Spring, yes? What way is that? Thanks, Aar

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

2006-08-11 Thread Jeff Genender
Isn't this the same problem we (and other app servers) have with Spring and Commons Logging? If you are duplicating the persistence units, then it should be handled the same way its handled for Spring, yes? Aaron Mulder wrote: > So what happens if an EJB JAR has a persistence.xml and a web app in

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

2006-08-11 Thread Aaron Mulder
So what happens if an EJB JAR has a persistence.xml and a web app in the same EAR has a separate persistence.xml? If we just look in the class loader, when we go to deploy the web app, we'll see them both because the EJB JAR is added to the parent classpath of the WAR. Is there a good way to dis

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

2006-08-11 Thread Aaron Mulder
Weird, but possible, I guess. :) Thanks, Aaron On 8/11/06, David Blevins <[EMAIL PROTECTED]> wrote: So check this idea out -- you'll flip. What if we use the context.xml to override the class that registers the root java: jndi provider :) Dain and I were going back and forth on what woul

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

2006-08-11 Thread David Blevins
On Aug 8, 2006, at 11:52 AM, Aaron Mulder wrote: So far the idea is to put an EntityManagerFactory in JNDI for each persistence unit at java:comp/env/jpa/(persistence-unit-name) . The problem is that every component type in Geronimo uses a different GBean and attribute to hold the JNDI context.

Re: AJAX and Geronimo

2006-08-11 Thread Aaron Mulder
I'm not sure what you're planning to do with AJAX, but wouldn't Dojo need access to classes in the web app? At least, when we use DWR, we point it to server-side classes and APIs and it automagically generates JavaScript wrappers for those. If so, I'm not sure it would work to have Dojo deployed

Re: XBEAN-39 - what's next?

2006-08-11 Thread Jeff Genender
This is a bug fix...no votes needed. It should be able to be committed directly. Jeff Stefan Kleineikenscheidt wrote: > Hi all, > > I've attached a second version of patch to XBEAN-39 with the changes > Guillaume suggested. As far as I understand the process PMC members have to > review and vo

Re: AJAX and Geronimo

2006-08-11 Thread Jeff Genender
Paul, Yes...this idea has my full support. The more user friendly and better experience of the console only puts us ahead of the game. The few AJAX components we have already (thermometers) has garnered a lot of positive feedback, so the more, the merrier ;-) Jeff Paul McMahan wrote: > Dojo i

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

2006-08-11 Thread Jeff Genender
David Blevins wrote: > > On Aug 8, 2006, at 12:22 PM, 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.x

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Jason Dillon
Still does, I've left the deploy/ in the assembly, but it should be fine if it gets stripped out... but the README.txt is gone now. --jason On Aug 11, 2006, at 5:05 PM, Aaron Mulder wrote: On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Okay, this works... though now it barfs about the

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Aaron Mulder
On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Okay, this works... though now it barfs about the README.txt that is created to keep that directory there... I think we need to make the hot-deployer bean create that directory dynamically. It does. Or at least, it used to. :) Thanks, Aa

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Jason Dillon
Okay, this works... though now it barfs about the README.txt that is created to keep that directory there... I think we need to make the hot-deployer bean create that directory dynamically. --jason On Aug 11, 2006, at 3:50 PM, anita kulshreshtha wrote: The hot-deployer.patch at http

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Alan D. Cabrera
Jason van Zyl wrote: On 11 Aug 06, at 7:05 PM 11 Aug 06, Jason Dillon wrote: I'm going to let this sit for the weekend, and if there are no objections I'd like to implement this. Or do we need a formal vote to to this? You seem to have everyone's buy in, you've made the proposal and prov

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Alan D. Cabrera
This is a good idea. Regards, Alan Jason Dillon wrote: On Aug 11, 2006, at 12:32 PM, David Blevins wrote: Have you thought about using specs/tags/- for the tag names? That's what maven does, so I'm guessing you noticed and didn't like it for some reason. The issue with that is that specs

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Jason van Zyl
On 11 Aug 06, at 7:05 PM 11 Aug 06, Jason Dillon wrote: I'm going to let this sit for the weekend, and if there are no objections I'd like to implement this. Or do we need a formal vote to to this? You seem to have everyone's buy in, you've made the proposal and provided reasoning. Lazy

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Jason van Zyl
On 11 Aug 06, at 3:15 PM 11 Aug 06, Jason Dillon wrote: A while ago there was talks about independently versioning specs, and Alan started a reorg branch which gives each spec module its own trunk+branches+tags... I have been thinking about this for a while, and with the recent desire to

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Aaron Mulder
On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: If the config is loaded last... what else does it need to wait for? Things that load after it. You have no idea what the user will install, or whether they'll rearrange the load order, or what. For example, what if you install Little G, then

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Jason Dillon
I'm going to let this sit for the weekend, and if there are no objections I'd like to implement this. Or do we need a formal vote to to this? --jason On Aug 11, 2006, at 12:44 PM, Dain Sundstrom wrote: This feels like an excellent compromise where we can easily build them together and the

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Jason Dillon
Thanks, I'm testing now. So, it looks like car's don't get transitive dependencies picked up from the pom... any idea why not? --jason On Aug 11, 2006, at 3:50 PM, anita kulshreshtha wrote: The hot-deployer.patch at http://issues.apache.org/jira/browse/GERONIMO-2067#action_12423814 ha

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Jason Dillon
If the config is loaded last... what else does it need to wait for? --jason On Aug 11, 2006, at 7:48 AM, Aaron Mulder wrote: The error is from the hot deployer, and the hot deployer puts in a little delay before it runs in order to let everything else finish starting. It didn't seem reasonab

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread anita kulshreshtha
The hot-deployer.patch at http://issues.apache.org/jira/browse/GERONIMO-2067#action_12423814 had a scope and a deploy-tool dependency. If you want to get it running, you can use the scope. I found that some of the modules have escaped dependency pruning. Thanks Anita --- Jason Dillon <[EMAIL

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

2006-08-11 Thread David Blevins
On Aug 8, 2006, at 12:22 PM, 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 EntityManagerFactories bas

Re: build broken

2006-08-11 Thread Tomas Olsson
Hi, I have recently updated my old servicemix trunk version but when I run maven I get: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Plugin could not

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

2006-08-11 Thread David Blevins
On Aug 9, 2006, at 1:21 AM, David Blevins wrote: I'm going to start a branch tomorrow to experiment with JPA stuff Done. Got a branch up here: - Revision 430900: /geronimo/branches/jpa-plugin Also threw up a wiki page: - http://cwiki.apache.org/confluence/display/GMOxSBOX/JPA+Plugin I thi

Re: AJAX and Geronimo

2006-08-11 Thread Jason Dillon
If it all works in Safari and Firefox I'm all for it :-) --jason On Aug 11, 2006, at 2:17 PM, Paul McMahan wrote: Dojo is a popular open source AJAX library that's available under the BSD and Academic Free licenses. The DayTrader folks use it in the web UI they recently announced on the Gero

AJAX and Geronimo

2006-08-11 Thread Paul McMahan
Dojo is a popular open source AJAX library that's available under the BSD and Academic Free licenses. The DayTrader folks use it in the web UI they recently announced on the Geronimo dev list and Chris used it in the nice LDAP UI he did for GERONIMO-1823. I would also like to start introducing s

[jira] Resolved: (SM-535) Allow interface to be used with jsr181 annotations

2006-08-11 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-535?page=all ] Guillaume Nodet resolved SM-535. Resolution: Fixed Author: gnodet Date: Fri Aug 11 14:00:22 2006 New Revision: 430895 URL: http://svn.apache.org/viewvc?rev=430895&view=rev Log: SM-535: Allow

Re: [XBEAN] Mailing lists

2006-08-11 Thread Dain Sundstrom
me 2 -dain On Aug 11, 2006, at 1:09 PM, Alan D. Cabrera wrote: I can help by being a moderator. Regards, Alan Guillaume Nodet wrote: It seems that there is a consensus to create these mailing lists. I will raise a JIRA for that on infra. On 8/1/06, Guillaume Nodet < [EMAIL PROTECTED]> wro

[jira] Created: (SM-535) Allow interface to be used with jsr181 annotations

2006-08-11 Thread Guillaume Nodet (JIRA)
Allow interface to be used with jsr181 annotations -- Key: SM-535 URL: https://issues.apache.org/activemq/browse/SM-535 Project: ServiceMix Issue Type: Bug Components: servicemix-jsr1

Re: Yoko and Geronimo

2006-08-11 Thread Aaron Mulder
Cool, that's a lot nicer than I had thought. Thanks, Aaron On 8/11/06, Dain Sundstrom <[EMAIL PROTECTED]> wrote: I'm dumb. You simply need to add the jar to lib/endorsed jar in the boilerplate config (thanks Jason), and add it to the manifest class path of the j2ee-system configuration (se

Re: Yoko and Geronimo

2006-08-11 Thread Dain Sundstrom
On Aug 11, 2006, at 12:40 PM, Dain Sundstrom wrote: Rick, I believe what you really want to do is to use the endorsed directory. This allows you to override the vm implementation of endorsed specification such as corba (https://java.sun.com/j2se/ 1.5.0/docs/guide/standards/index.html). I

What is left to merge from dead-1.2?

2006-08-11 Thread Jason Dillon
Can we get this finished... so we can move forward and setup modules to use the m2 standard layout? Also, if there is a list of modules which no merge is needed, we can update them now. Anyone know? --jason

ActiveMQ v4 and Geronimo

2006-08-11 Thread Jason Dillon
Anyone know what the status is of the ActiveMQ v4 integration into Geronimo? A while pack some modules were added to trunk, but looks like those modules were never hooked up... so right now we depend on 3.2.4-SNAPSHOT and 4.0.1. Can we get this resolved, and get G 1.2 (trunk) on ActiveMQ v

[jira] Updated: (GERONIMO-2319) Unable to create a new OpenWire Listener from console

2006-08-11 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2319?page=all ] Donald Woods updated GERONIMO-2319: --- Fix Version/s: 1.2 Affects Version/s: 1.1 1.0 (was: 1.2) Duplicate of [GERONIMO-1786|http://i

Re: svn commit: r430833 - /geronimo/branches/1.1/modules/activation/src/test/org/apache/geronimo/activation/handlers/MailcapTest.java

2006-08-11 Thread Joe Bohn
Rick, Did you intend to just add this println or were you really planning to remove the part (as you did with trunk). Joe [EMAIL PROTECTED] wrote: Author: rickmcguire Date: Fri Aug 11 10:26:32 2006 New Revision: 430833 URL: http://svn.apache.org/viewvc?rev=430833&view=rev Log: GERONIMO-2209

Re: Board report

2006-08-11 Thread Bruce Snyder
On 8/11/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: The board report is due this month. I have edited it, but feel free to add / change anything needed. http://wiki.apache.org/incubator/August2006 Shall we add the addition of a new committer? Bruce -- perl -e 'print unpack("u30","D0G)[EMAI

Board report

2006-08-11 Thread Guillaume Nodet
The board report is due this month. I have edited it, but feel free to add / change anything needed. http://wiki.apache.org/incubator/August2006 -- Cheers, Guillaume Nodet

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Joe Bohn
Makes sense to me too. +1 Joe Jason Dillon wrote: A while ago there was talks about independently versioning specs, and Alan started a reorg branch which gives each spec module its own trunk +branches+tags... I have been thinking about this for a while, and with the recent desire to spli

Re: [XBEAN] Mailing lists

2006-08-11 Thread Alan D. Cabrera
I can help by being a moderator. Regards, Alan Guillaume Nodet wrote: It seems that there is a consensus to create these mailing lists. I will raise a JIRA for that on infra. On 8/1/06, Guillaume Nodet < [EMAIL PROTECTED]> wrote: While looking at http://issues.apache.org/jira/br

Re: Yoko and Geronimo

2006-08-11 Thread Jason Dillon
FYI, in 1.2, the lib/ and lib/endorsed/* bits are now configured in geronimo-boilerplate-minimal/pom.xml... which is picked up by all of the assemblies. --jason On Aug 11, 2006, at 12:40 PM, Dain Sundstrom wrote: Rick, I believe what you really want to do is to use the endorsed directo

Re: Yoko and Geronimo

2006-08-11 Thread Jason Dillon
That is just to put the jar into a dir, which the system property java.endorsed.dirs points to? --jason On Aug 11, 2006, at 12:51 PM, Mosur Ravi, Balaji wrote: If the ORB wants to be 3.0 compliant, then yes... java.endorsed.dirs is the preferred way that sun wants to follow for these case

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Jason Dillon
Any idea how to fix? I have already committed the change that Anita posted about scope instead of type... ConfigIDExtractor is part of geronimo-deploy-jsr88, which is a dependency of the hot-deployer config. Does it need a scope? Right now it has the default scope. I really don't like

RE: Yoko and Geronimo

2006-08-11 Thread Mosur Ravi, Balaji
If the ORB wants to be 3.0 compliant, then yes... java.endorsed.dirs is the preferred way that sun wants to follow for these cases... - Balaji -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Mulder Sent: Friday, August 11, 2006 3:08 PM To: dev@geron

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Jason Dillon
On Aug 11, 2006, at 12:32 PM, David Blevins wrote: Have you thought about using specs/tags/- for the tag names? That's what maven does, so I'm guessing you noticed and didn't like it for some reason. The issue with that is that specs/tags becomes massive over time and not easy to grok.

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Dain Sundstrom
This feels like an excellent compromise where we can easily build them together and they can be independently versioned. -dain On Aug 11, 2006, at 12:15 PM, Jason Dillon wrote: A while ago there was talks about independently versioning specs, and Alan started a reorg branch which gives each

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Prasad Kashyap
This is a good idea. I like it. +1 Cheers Prasad On 8/11/06, Aaron Mulder <[EMAIL PROTECTED]> wrote: Sounds fine to me. Thanks, Aaron On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: > A while ago there was talks about independently versioning specs, and > Alan started a reorg branch

Re: Yoko and Geronimo

2006-08-11 Thread Dain Sundstrom
Rick, I believe what you really want to do is to use the endorsed directory. This allows you to override the vm implementation of endorsed specification such as corba (https://java.sun.com/j2se/1.5.0/ docs/guide/standards/index.html). In general, you should try to keep the stuff in the e

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Matt Hogstrom
I like the direction. I think David's comment about tags/artifact-version works also but tags will get a little busy. If one approach is closer to Maven behaviour in terms of recommended practices I'd go with that . Jason Dillon wrote: A while ago there was talks about independently versioni

Re: Deadlock on 4.0.2

2006-08-11 Thread Hiram Chirino
Yep it's been fixed in 4.1 but not in the 4.0 branch yet. The commit that fixed this was revision 418966: http://mail-archives.apache.org/mod_mbox/geronimo-activemq-commits/200607.mbox/[EMAIL PROTECTED] It's also got an issue: http://issues.apache.org/activemq/browse/AMQ-792 I wonder what you

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread Aaron Mulder
Sounds fine to me. Thanks, Aaron On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: A while ago there was talks about independently versioning specs, and Alan started a reorg branch which gives each spec module its own trunk +branches+tags... I have been thinking about this for a while, a

Re: Organization and versioning of specs; a new proposal

2006-08-11 Thread David Blevins
Great proposal, I like this. Comment below... On Aug 11, 2006, at 12:15 PM, Jason Dillon wrote: [...] So, here is what I propose: specs/trunk/pom.xml specs/trunk/ specs/tags// Have you thought about using specs/tags/- for the tag names? That's what maven does, so I'm guessing

[jira] Created: (AMQ-877) Patch: refactoring to allow alternative (using different storage interface) Destinations implementations.

2006-08-11 Thread Maxim Fateev (JIRA)
Patch: refactoring to allow alternative (using different storage interface) Destinations implementations. -- Key: AMQ-877 URL: https://issues.apache.org/activ

Re: [XBEAN] Mailing lists

2006-08-11 Thread Guillaume Nodet
It seems that there is a consensus to create these mailing lists.I will raise a JIRA for that on infra.On 8/1/06, Guillaume Nodet < [EMAIL PROTECTED]> wrote:While looking at http://issues.apache.org/jira/browse/XBEAN-28,I was wondering if we should ask for xbean specific mailing lists.   [EMAIL

Organization and versioning of specs; a new proposal

2006-08-11 Thread Jason Dillon
A while ago there was talks about independently versioning specs, and Alan started a reorg branch which gives each spec module its own trunk +branches+tags... I have been thinking about this for a while, and with the recent desire to split off more modules from geronimo/trunk I've been pon

[jira] Closed: (XBEAN-41) Improper abstract bean definitions handling

2006-08-11 Thread Guillaume Nodet (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-41?page=all ] Guillaume Nodet closed XBEAN-41. Fix Version/s: 2.6 Resolution: Fixed Assignee: Guillaume Nodet Abstract bean definitions are removed when those can be detected. Author: gnodet D

Re: Yoko and Geronimo

2006-08-11 Thread Aaron Mulder
Are you saying that every open source and commercial ORB that wants to run under JDK 1.5.0 requires one of these two approaches? That no one has come up with a workaround that doesn't require user intervention? Thanks, Aaron On 8/11/06, Mosur Ravi, Balaji <[EMAIL PROTECTED]> wrote: The JDK

Re: Error while deploying WAR application

2006-08-11 Thread Paul McMahan
JSF should work OK. I was able to install and run the samples from http://myfaces.apache.org/ in Geronimo 1.0. I had to make one minor adjustment to the samples' web.xml before deploying, which was to remove the elements from the and elements. Looks like you may need to do the same. If that

[jira] Created: (AMQ-876) Kaha DB cannot locate queue data files

2006-08-11 Thread Vadim Pesochinskiy (JIRA)
Kaha DB cannot locate queue data files -- Key: AMQ-876 URL: https://issues.apache.org/activemq/browse/AMQ-876 Project: ActiveMQ Issue Type: Bug Components: Message Store Affects Versions: 4.1

RE: Yoko and Geronimo

2006-08-11 Thread Mosur Ravi, Balaji
Hi, The JDK class http://java.sun.com/j2se/1.5.0/docs/api/org/omg/PortableInterceptor/IORI nterceptor_3_0Operations.html#adapter_manager_state_changed(int,%20short ) doesn't correctly implement the corba 3.0 spec... This method should have a string as the manager ID. Anyways, there are 2 ways to

[jira] Closed: (XBEAN-39) NPE in XBeanHelper.createBeanDefinitionReader with some Classloaders

2006-08-11 Thread Guillaume Nodet (JIRA)
[ http://issues.apache.org/jira/browse/XBEAN-39?page=all ] Guillaume Nodet closed XBEAN-39. Fix Version/s: 2.6 Resolution: Fixed Assignee: Guillaume Nodet The same as patch has also been applied to xbean-spring-v2. Author: gnodet Date: F

Re: Error while deploying WAR application

2006-08-11 Thread Malvarez1982
Thanks Aaron, Unfortunately, I can't go to the Geronimo 1.1. I have WebSphere Application Server Community who is based on Geronimo 1.0. By the other hand, I suspect that my problem is because of the use of JSF components. Do you know if JSF is supported by Geronimo? One again, Thanks a lot. A

Re: XBEAN-39 - what's next?

2006-08-11 Thread Guillaume Nodet
There is no need to review for bugfixes.I will commit it asap.Thanks for this patch.On 8/11/06, Stefan Kleineikenscheidt < [EMAIL PROTECTED]> wrote:Hi all,I've attached a second version of patch to XBEAN-39 with the changes Guillaume suggested.  As far as I understand the process PMC members have t

XBEAN-39 - what's next?

2006-08-11 Thread Stefan Kleineikenscheidt
Hi all, I've attached a second version of patch to XBEAN-39 with the changes Guillaume suggested. As far as I understand the process PMC members have to review and vote for the patch. So, I please have a look at it - and vote for it... :-) -> http://issues.apache.org/jira/browse/XBEAN-39 C

Re: Error while deploying WAR application

2006-08-11 Thread Aaron Mulder
Is this for Geronimo 1.1? If so... Your geronimo-web.xml plan is in the G 1.0 format, so that would probably be the problem. There's an upgrade tool in the bin/ directory that you can use to take the first stab at upgrading this plan to the G 1.1 syntax. You can also look here: http://chariot

[jira] Closed: (GERONIMO-2209) Enable tests (geronimo-activation :: **/MailcapTest.java)

2006-08-11 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2209?page=all ] Jason Dillon closed GERONIMO-2209. -- Cool, I've removed the build config in 1.2 to disable this test since it no longer exists. > Enable tests (geronimo-activation :: **/MailcapTest.java) > --

[jira] Resolved: (GERONIMO-2209) Enable tests (geronimo-activation :: **/MailcapTest.java)

2006-08-11 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2209?page=all ] Rick McGuire resolved GERONIMO-2209. Fix Version/s: 1.1.1 Resolution: Fixed Assignee: Rick McGuire This test case is highly dependent on the JDK version and what packages

Error while deploying WAR application

2006-08-11 Thread Malvarez1982
Hello, I need to deploy a WAR application. I have created a deployment plan, but I can't find my mistake. When I try to deploy my application I get the exception: 10:08:11,671 ERROR [PortletInvokerImpl] PortletInvokerImpl.render() - Error while dispatching portlet. javax.portlet.PortletException

[jira] Commented: (GERONIMO-2209) Enable tests (geronimo-activation :: **/MailcapTest.java)

2006-08-11 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2209?page=comments#action_12427545 ] Rick McGuire commented on GERONIMO-2209: I think it goes beyond just a JDK 1.5 vs. 1.4 issue. Some JVMs (or some JVM extension) appears to contain a s

[general question]how do code contributions work

2006-08-11 Thread Rossmanith, Philipp
Hi, My name is Philipp Rossmanith and I'm working at T-Systems, Spain. We're currently involved in a research project where we need to implement a system providing functionality that to a large extent already seems to be provided by an ESB. Since a week, I and my team (4 people in total) are expl

Re: Where to add new SSL BrokerService functionality

2006-08-11 Thread Sepand M
I am actually implementing option 1 anyways since the reflection stuff is part of the other Transport implementations (I'm being consistent). The problem is that I want the user to be sure that the broker they start will only use certificate authenticated connections (this is for the paranoid to b

Re: Yoko and Geronimo

2006-08-11 Thread Rick McGuire
Aaron Mulder wrote: On 8/11/06, Rick McGuire <[EMAIL PROTECTED]> wrote: ... Any thoughts on how we should handle this particularly awkward situation? I vote "we" (e.g. Yoko) do whatever it takes to avoid the class conflict, and then Geronimo can forget about the JVM ORB forever. Probably a qu

Re: Yoko and Geronimo

2006-08-11 Thread Aaron Mulder
On 8/11/06, Rick McGuire <[EMAIL PROTECTED]> wrote: ... Any thoughts on how we should handle this particularly awkward situation? I vote "we" (e.g. Yoko) do whatever it takes to avoid the class conflict, and then Geronimo can forget about the JVM ORB forever. Do "we" know how other open source

Re: problem installing plugin for web console in g 1.1

2006-08-11 Thread Aaron Mulder
I agree. I'll let you know when the site is updated. I won't be able to do it during the day, but tonight or over the weekend. Thanks, Aaron On 8/11/06, Joe Bohn <[EMAIL PROTECTED]> wrote: Does anybody know how to update the Maven metadata on ibiblio? It looks like this is incorrect for

Re: Yoko and Geronimo

2006-08-11 Thread Paul McMahan
Rick, I'm curious about the inherent conflict with the classes that ship with the JVM. Can you explain a little more about what that means (which classes, when and how are they loaded, etc)? thanks, Paul On 8/11/06, Rick McGuire <[EMAIL PROTECTED]> wrote: I've run into an interesting snag wit

Re: problem installing plugin for web console in g 1.1

2006-08-11 Thread Joe Bohn
Does anybody know how to update the Maven metadata on ibiblio? It looks like this is incorrect for all of the 1.1 artifacts. Aaron, Thanks for looking into this. Have you added (or are you going to add) the full set of geronimo artifacts for 1.1 to your plugin repo as you mentioned? Can you

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Aaron Mulder
The error is from the hot deployer, and the hot deployer puts in a little delay before it runs in order to let everything else finish starting. It didn't seem reasonable to try to put in service dependencies on all the other deployers, since we don't really know what will change with time, plugin

Yoko and Geronimo

2006-08-11 Thread Rick McGuire
I've run into an interesting snag with getting Geronimo to run with the Yoko ORB. Because there in an inherent conflict with some of the class files that ship with the JVM, it is necessary to prepend the yoko jar file to the bootclasspath when launching the server. This sort of lies outside

[jira] Commented: (GERONIMO-2307) Include appropriate license for the Sun j2ee schema files that are redistributed

2006-08-11 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2307?page=comments#action_12427532 ] Matt Hogstrom commented on GERONIMO-2307: - Here is a list of other files that are in the build that we need to consider. application-client_1_2.dtd app

Re: Deadlock on 4.0.2

2006-08-11 Thread Guillaume Nodet
Btw, the docs on http://www.activemq.org/site/consumer-dispatch-async.html refer to dispatchAsync but the code uses asyncDispatch. I guess this is an oversight, right ? On 8/11/06, Hiram Chirino <[EMAIL PROTECTED]> wrote: I think that if we enable async dispatch this issue should go away. This

[jira] Updated: (GERONIMODEVTOOLS-92) Support builds on Linux x86_64 based systems

2006-08-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-92?page=all ] Sachin Patel updated GERONIMODEVTOOLS-92: - Patch Info: (was: [Patch Available]) > Support builds on Linux x86_64 based systems >

[jira] Commented: (GERONIMODEVTOOLS-87) Distribution of configuration failed

2006-08-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-87?page=comments#action_12427526 ] Sachin Patel commented on GERONIMODEVTOOLS-87: -- I cannot reproduce this, could you send me a test case to reproduce? > Distribution of confi

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

2006-08-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-95?page=all ] Sachin Patel closed GERONIMODEVTOOLS-95. Resolution: Fixed > pim.xml still uses WTP 1.5.0 > > > Key: GERONIMODEVTOOLS-95 >

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

2006-08-11 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMODEVTOOLS-95?page=all ] Sachin Patel reassigned GERONIMODEVTOOLS-95: Assignee: Sachin Patel > pim.xml still uses WTP 1.5.0 > > > Key: GERONIMODEVTOOLS-

Re: Proposed refactoring to allow alternative persistence mechanisms

2006-08-11 Thread Hiram Chirino
Please submit that patch! On 8/10/06, Fateev, Maxim <[EMAIL PROTECTED]> wrote: Hi, We were looking at alternate message persistence mechanisms that can co-exist in current ActiveMQ code base and we are thinking of a mechanism that is somewhat incompatible with the current Messa

Re: Build error on 1.1.1 branch geronimo rev 430687, openejb rev 2844?

2006-08-11 Thread John Sisson
I cheated - I wasn't running tests :-) John Kevan Miller wrote: I'm not getting that far... I'm getting a test failure in modules/activation: test:test: [junit] Running org.apache.geronimo.activation.handlers.MailcapTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.23

Re: Independently version transaction and connector

2006-08-11 Thread Matt Hogstrom
Jason Dillon wrote: On Aug 10, 2006, at 4:25 PM, David Blevins wrote: On Aug 10, 2006, at 1:57 PM, Matt Hogstrom wrote: This is what I meant by "top-level" Something like: geronimo/ devtools/ daytrader/ transaction/ connector/ server/ x

Re: Deadlock on 4.0.2

2006-08-11 Thread Hiram Chirino
I think that if we enable async dispatch this issue should go away. This would only affect vm transport since the transport oneways. We should look into making async to be dispatch be the default when using the vm transport. On 8/11/06, Guillaume Nodet <[EMAIL PROTECTED]> wrote: I sometime have

Re: Merge fix for GERONIMO-2305 into 1.1.1?

2006-08-11 Thread Matt Hogstrom
David, I'm chasing a couple of other things this morning. I'm willing to take your recommendation and apply it. Before anyone gets too worked up at why I would let this one in and not others we got derailed a bit with the addressing the security issue (now resolved). Given the delay I'm ok w

Re: Build error on 1.1.1 branch geronimo rev 430687, openejb rev 2844?

2006-08-11 Thread Kevan Miller
I'm not getting that far... I'm getting a test failure in modules/ activation: test:test: [junit] Running org.apache.geronimo.activation.handlers.MailcapTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.237 sec [junit] [ERROR] Test org.apache.geronimo.activation.

Re: NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ConfigIDExtractor

2006-08-11 Thread Prasad Kashyap
Jason, http://www.mail-archive.com/dev@geronimo.apache.org/msg29265.html Cheers Prasad On 8/11/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Anyone know why this error gets spit out after the server boots? java.lang.NoClassDefFoundError: org/apache/geronimo/deployment/plugin/ ConfigIDExtractor

[jira] Updated: (GERONIMO-2308) All Geronimo JARs should include a NOTICE.txt file in addition to the LICENSE.txt file

2006-08-11 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2308?page=all ] Prasad Kashyap updated GERONIMO-2308: - Patch Info: [Patch Available] > All Geronimo JARs should include a NOTICE.txt file in addition to the > LICENSE.txt file > ---

  1   2   >