Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Vamsavardhana Reddy
Jason, Don't worry. I did not take it as personal. Infact I am glad that you commented on my practice and it will help in improving things. This discussion would be fruitful if we suggest some best practices for Geronimo. As I have already mentioned, "all our efforts are to improve things and

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
Aight... well, I still think that brief change context should be included in svn commits. I have said it before... and no doubt I will say it again sometime. Anyways, nothing personal, not picking on you... was just providing some comments to help improve the ability to provide oversight o

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Vamsavardhana Reddy
By copy+paste, I did not mean copying the JIRA content and pasting it into the change log. I meant to say, "anyway I am including the summary of change in JIRA comment while resolving the JIRA. I will copy+paste the same into svn change log." --vamsi On 11/28/06, Jason Dillon <[EMAIL PROTECTED

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
I don't think it is appropriate to simply copy/paste the jira content into the svn change comment. I expect the jira issue to contain a lot more details and some comments about the change, where I expect the svn change comment to briefly explain the change. --jason On Nov 27, 2006, at 9:

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Vamsavardhana Reddy
Hi Jason, Sometime ago I had difficulty in figuring out what revision(s) fixed a particular JIRA and vice versa. So, I have made it a practice to include the JIRA number in the change log and svn revision numbers in the JIRA comments so that someone investigating the JIRA or the svn revision wil

SSL Socket connection for POP3

2006-11-27 Thread Jason Warner
I've been working on implementing the option to use an ssl connection when establishing a socket for pop3. I'm having an issue finding a way to determine whether to use the ssl connection or not. For the SMTPTransport, this is done when the object is instantiated by passing in a boolean value fo

Re: Make trunk 1.5 only!

2006-11-27 Thread Jason Dillon
Appears there might be a few others places to update... [INFO] [INFO] Building Geronimo Maven2 Plugins :: Geronimo [INFO]task-segment: [install] [INFO]

[jira] Commented: (GERONIMO-2600) Upgrade to Derby 10.2.1.6

2006-11-27 Thread Jason Dillon (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2600?page=comments#action_12453793 ] Jason Dillon commented on GERONIMO-2600: Have you tried to see if anything bad happens after switching? If not... then lets change it. > Upgrade to D

[jira] Created: (GERONIMO-2600) Upgrade to Derby 10.2.1.6

2006-11-27 Thread Donald Woods (JIRA)
Upgrade to Derby 10.2.1.6 - Key: GERONIMO-2600 URL: http://issues.apache.org/jira/browse/GERONIMO-2600 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: data

Re: Make trunk 1.5 only!

2006-11-27 Thread anita kulshreshtha
Thanks Rick! Casting it to Class did the trick. The trunk (rev 479880) is now all 1.5! Thanks Anita --- Rick McGuire <[EMAIL PROTECTED]> wrote: > anita kulshreshtha wrote: > >I did not think that changing from 1.4 to 1.5 will > cause > > any problems. I tried it anyway.. The security modu

[jira] Created: (AMQCPP-17) Visual Studio project files shouldn't contain absolute include paths

2006-11-27 Thread Albert Strasheim (JIRA)
Visual Studio project files shouldn't contain absolute include paths Key: AMQCPP-17 URL: https://issues.apache.org/activemq/browse/AMQCPP-17 Project: ActiveMQ C++ Client Is

Store Pending Performance

2006-11-27 Thread [EMAIL PROTECTED]
This is using durable subscription with the store pending cursor. With a modest number of messages (~ 100,000 msgs x 10 kilobytes each) queued up for an offline durable subscriber, I am seeing a substantial decrease in producer enqueue performance once the durable subscriber comes online. For ex

Re: Testsuite ready for action !

2006-11-27 Thread David Blevins
On Nov 27, 2006, at 2:16 PM, Prasad Kashyap wrote: On 11/27/06, David Blevins <[EMAIL PROTECTED]> wrote: On Nov 21, 2006, at 3:04 PM, Prasad Kashyap wrote: > 2) The tests fail with the following exception - > http://rifers.org/paste/show/2456 This looks like a problem with surefire. These

[jira] Commented: (AMQCPP-17) Visual Studio project files shouldn't contain absolute include paths

2006-11-27 Thread Albert Strasheim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-17?page=comments#action_37569 ] Albert Strasheim commented on AMQCPP-17: Patch has a bit of an issue. Seems Visual Studio gets confused about the paths to Queue.h because there are two

Re: Testsuite ready for action !

2006-11-27 Thread Jacek Laskowski
On 11/27/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: I believe Dain once saw and fixed this getName() problem with some other openejb tests. Exactly! I remember it now. There was the issue with getName(). It can't remind what it was exactly, but there was something like this. ...after a whi

Re: Testsuite ready for action !

2006-11-27 Thread Jason Dillon
maven-surefire-plugin 2.3-SNAPSHOT appears to work... though unless you specify a TestNG suite.xml the @BeforeSuite and @AfterSuite annotations will have no effect... probably because there is no suite created. Seems like the TestNG support in surefire is incomplete... buggy at best e

Re: bpmscript example

2006-11-27 Thread Bruce Snyder
On 11/27/06, Jamie McCrindle <[EMAIL PROTECTED]> wrote: hi all, i've put together an example of a long running business process in bpmscript that showcases some of the things you can do with bpmscript (on top of servicemix, of course). The script looks like this: Very cool! Hopefully this will

Re: Testsuite ready for action !

2006-11-27 Thread Prasad Kashyap
On 11/27/06, David Blevins <[EMAIL PROTECTED]> wrote: On Nov 21, 2006, at 3:04 PM, Prasad Kashyap wrote: > 2) The tests fail with the following exception - > http://rifers.org/paste/show/2456 This looks like a problem with surefire. These test classes run fine in the released version of suref

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
On Nov 27, 2006, at 1:52 PM, Joe Bohn wrote: I agree with Jason that the change log should include a list of changes rather than problem statements. After all, it is a *change* log and not a *problem* log. :-) Just a brief summary of the change is all that's needed and I personally find th

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Joe Bohn
I agree with Jason that the change log should include a list of changes rather than problem statements. After all, it is a *change* log and not a *problem* log. :-) Just a brief summary of the change is all that's needed and I personally find this much more helpful than a one line descripti

Re: Can anyone build 1.2?

2006-11-27 Thread Jason Dillon
On Nov 27, 2006, at 1:19 AM, David Jencks wrote: Any more progress on this? I discovered what I think is a blocker with how we are overloading the meaning of maven scope and using it to determine geronimo ImportType. Ya... I always thought this was a problem. The only way to fix this i

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
I completely disagree. The change log should contain context of the change, and not just the link to JIRA. --jason On Nov 27, 2006, at 12:56 PM, Donald Woods wrote: Providing a link to the JIRA makes more sense, as it can contain the full description of the fix, which releases it went in,

[jira] Commented: (AMQ-1054) XA recover fails for 4.0.1

2006-11-27 Thread Guy Pardon (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1054?page=comments#action_37568 ] Guy Pardon commented on AMQ-1054: - James, Did you try with JDK 1.4.2? That is the one we used. Guy > XA recover fails for 4.0.1 > -

Re: Testing again

2006-11-27 Thread Donald Woods
Which will of course cause problems for non-Sun JVMs, like the IBM SDKs -Donald anita kulshreshtha wrote: Testing.. This is the message that gets lost: By setting the following property in geronimo.bat I can start the server (rev 477198, bytecode 1.4, JDK 1.5) without any exceptions. T

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Donald Woods
Providing a link to the JIRA makes more sense, as it can contain the full description of the fix, which releases it went in, any coreq/prereqs like OpenEJB or TranQL changes, if multiple patches and/or commits were required, . As long as everyone adds real problem and solution descriptions

[jira] Commented: (AMQ-1054) XA recover fails for 4.0.1

2006-11-27 Thread Guy Pardon (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1054?page=comments#action_37567 ] Guy Pardon commented on AMQ-1054: - Hi James, Thanks but no, we don't have to recover anything in this test case. It just fails for 4.0.2 and 4.0.1. Not so for 3.

Re: communicating with Topic subscribers from custom interceptor class

2006-11-27 Thread Hiram Chirino
On 11/27/06, J. Patrick Bedell <[EMAIL PROTECTED]> wrote: Hello, On 11/27/06, James Strachan <[EMAIL PROTECTED]> wrote: > On 11/27/06, J. Patrick Bedell <[EMAIL PROTECTED]> wrote: > > >I'm writing a custom interceptor that extends BrokerFilter in order > > to process messages that are publis

Re: communicating with Topic subscribers from custom interceptor class

2006-11-27 Thread J. Patrick Bedell
Hello, On 11/27/06, James Strachan <[EMAIL PROTECTED]> wrote: On 11/27/06, J. Patrick Bedell <[EMAIL PROTECTED]> wrote: >I'm writing a custom interceptor that extends BrokerFilter in order > to process messages that are published to particular Topics. My > question is, how can my intercept

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
As I mentioned... I really do not want to have to bounce from commit messages to JIRA to provide oversight into the changes going into our SVN repo. Also, when something does break, I am going to want to look back through the SVN logs and find meaningful context to changes. In this case

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Donald Woods
The problem description and fix details were included in the JIRA by Vamsi as they should be - http://issues.apache.org/jira/browse/GERONIMO-2458 -Donald Jason Dillon wrote: Please... please... please... put more context into the commit log. "MapEditor does not work" tells me nothing about

Re: svn commit: r479586 - /geronimo/server/trunk/modules/geronimo-common/src/main/java/org/apache/geronimo/common/propertyeditor/MapEditor.java

2006-11-27 Thread Jason Dillon
Please... please... please... put more context into the commit log. "MapEditor does not work" tells me nothing about what was actually changed. When auditing changes it helps to have some context to the change in the commit log so that its easy to comprehend what the change was, with out h

Re: Make trunk 1.5 only!

2006-11-27 Thread Rick McGuire
anita kulshreshtha wrote: I did not think that changing from 1.4 to 1.5 will cause any problems. I tried it anyway.. The security module is giving problem: [INFO] [ERROR] BUILD FAILURE [INFO] ---

Re: Make trunk 1.5 only!

2006-11-27 Thread Rick McGuire
anita kulshreshtha wrote: I did not think that changing from 1.4 to 1.5 will cause any problems. I tried it anyway.. The security module is giving problem: [INFO] [ERROR] BUILD FAILURE [INFO] ---

Re: Make trunk 1.5 only!

2006-11-27 Thread anita kulshreshtha
I did not think that changing from 1.4 to 1.5 will cause any problems. I tried it anyway.. The security module is giving problem: [INFO] [ERROR] BUILD FAILURE [INFO] ---

Re: Testsuite ready for action !

2006-11-27 Thread David Blevins
On Nov 21, 2006, at 3:04 PM, Prasad Kashyap wrote: The ejbcontainer-testsuite is now in testsuite. However, it is commented out in the testsuite/pom.xml until OpenEJB2 builds against geronimo 2.0-SNAPSHOT and the itest jars get deployed. You can play with this by building openejb2 locally. Iss

[jira] Closed: (GERONIMO-2599) deploying RAR leads to message that Geronimo can't find web.xml

2006-11-27 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2599?page=all ] David Jencks closed GERONIMO-2599. -- Fix Version/s: 1.2 2.0 Resolution: Fixed Assignee: David Jencks Thanks for finding this rogue printStackTrace. I remov

Re: Make trunk 1.5 only!

2006-11-27 Thread Sachin Patel
+1 On Nov 27, 2006, at 10:05 AM, anita kulshreshtha wrote: Servlet 2.5 (http://jcp.org/en/jsr/detail?id=154) requires jdk 1.5: "J2SE 5.0 is the minimum version of the underlying Java platform with which servlet containers must be built." I would like to change (at least) the target to 1.5

[Please read] A request to those contributing functionalities to trunk

2006-11-27 Thread Prasad Kashyap
The Testsuite framework makes it possible to test Geronimo fully across its wide range of functionalities, repeatedly across every build and consistently against a standard set of testcases. In 2.0-SNAPSHOT, we are seeing a lot of new Java EE5 specs and functionalities being introduced. This woul

Re: Make trunk 1.5 only!

2006-11-27 Thread Paul McMahan
OK I misread your suggestion to say that the change should be made "at least on trunk". Now I realize you mean to change at least if not also in the pom.xml. Why not change them both? Paul On 11/27/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: IIUC, the branches/1.2 will always be 1.

[jira] Commented: (GERONIMO-2599) deploying RAR leads to message that Geronimo can't find web.xml

2006-11-27 Thread Jarek Gawor (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2599?page=comments#action_12453636 ] Jarek Gawor commented on GERONIMO-2599: --- I also see the same exception when deploying a simple jar file (containing only a gbean) to Jetty (even though t

Re: Make trunk 1.5 only!

2006-11-27 Thread anita kulshreshtha
IIUC, the branches/1.2 will always be 1.4 with an ability to run the server in 1.5. Thanks Anita --- Paul McMahan <[EMAIL PROTECTED]> wrote: > On 11/27/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: > >I would like to change (at least) the target to 1.5 in the > trunk. > >comments?

Re: Make trunk 1.5 only!

2006-11-27 Thread Prasad Kashyap
+1 Cheers Prasad On 11/27/06, Paul McMahan <[EMAIL PROTECTED]> wrote: On 11/27/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: >I would like to change (at least) the target to 1.5 in the trunk. >comments? +1 on changing the target to 1.5 in trunk. I think the branches should stay at

Re: Make trunk 1.5 only!

2006-11-27 Thread Joe Bohn
+1 Joe anita kulshreshtha wrote: Servlet 2.5 (http://jcp.org/en/jsr/detail?id=154) requires jdk 1.5: "J2SE 5.0 is the minimum version of the underlying Java platform with which servlet containers must be built." I would like to change (at least) the target to 1.5 in the trunk. comments

Re: Make trunk 1.5 only!

2006-11-27 Thread Paul McMahan
On 11/27/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: I would like to change (at least) the target to 1.5 in the trunk. comments? +1 on changing the target to 1.5 in trunk. I think the branches should stay at 1.4 for now. Best wishes, Paul

[jira] Created: (AMQ-1073) support selectors in virtual destinations to allow a message to be dispatched to multiple phyiscal queues if it matches the selector

2006-11-27 Thread james strachan (JIRA)
support selectors in virtual destinations to allow a message to be dispatched to multiple phyiscal queues if it matches the selector Key: AMQ-1073

Re: bpmscript example

2006-11-27 Thread Jamie McCrindle
thanks. it's currently packaged up as a test case in bpmscript-core. might be tricky to run it on it's own at the moment (easiest way would be to grab the source from cvs and run the org.bpmscript.jbi.component.CallEmailTest. there are examples of bpmscript running from an SU but they'll only be

Patches in RTC (Geronimo - 2006-11-27)

2006-11-27 Thread dblevins
Geronimo - Monday, November 27, 2006 3 Patches in RTC [GERONIMO-2485] PersistenceUnitGBean needs a NamespaceDrivenDeployer - Assignee: David Jencks - Reporter: David Jencks - Created: Wed Oct 11 21:23:29 GMT 2006 - Updated: Thu Nov 16 21:56:44 GMT 2006 - Vote

[jira] Updated: (GERONIMO-2599) deploying RAR leads to message that Geronimo can't find web.xml

2006-11-27 Thread toby cabot (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2599?page=all ] toby cabot updated GERONIMO-2599: - Attachment: hello-ra.rar Here's the resource adapter that triggers the problem. It's pretty trivial - it's mostly intended for me to figure out Geronimo

[jira] Created: (GERONIMO-2599) deploying RAR leads to message that Geronimo can't find web.xml

2006-11-27 Thread toby cabot (JIRA)
deploying RAR leads to message that Geronimo can't find web.xml --- Key: GERONIMO-2599 URL: http://issues.apache.org/jira/browse/GERONIMO-2599 Project: Geronimo Issue Type: Bug

Re: bpmscript example

2006-11-27 Thread Guillaume Nodet
It sounds really nice :) I will try to launch this example tonight ... I need to take a look at the DynamicSaajBinding to see what it does. On 11/27/06, Jamie McCrindle <[EMAIL PROTECTED]> wrote: hi all, i've put together an example of a long running business process in bpmscript that showcases

bpmscript example

2006-11-27 Thread Jamie McCrindle
hi all, i've put together an example of a long running business process in bpmscript that showcases some of the things you can do with bpmscript (on top of servicemix, of course). The script looks like this: /** * Demonstration of BpmScript using services including: * * - Lightweight Email Compo

Re: deployer offline mode on 1.2 branch?

2006-11-27 Thread Sachin Patel
I was supposed to do this, but since this was a hack, was going to take a look one more time to see why this was occurring but never got around to it. If you want, take a look at my earlier thread on the offline deployer to see where my debugging last got me. Another pair of eyes would he

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Lasantha Ranaweera
Hi Aron, Yes you are correct in your description. I explained my problem to the David Jencks exactly. May be you can help me on that matter too since you have more experience in the GBeans than me. Big thanks for Geronimo plugins project and your very descriptive GBeans chapter on your book. Acco

Make trunk 1.5 only!

2006-11-27 Thread anita kulshreshtha
Servlet 2.5 (http://jcp.org/en/jsr/detail?id=154) requires jdk 1.5: "J2SE 5.0 is the minimum version of the underlying Java platform with which servlet containers must be built." I would like to change (at least) the target to 1.5 in the trunk. comments? Thanks Anita _

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Lasantha Ranaweera
Hi David, Surely you can ask that question and I think you are the ideal person for me to get some help on this. Following is root cause of this problem and it's current situation. ;) Hope you remember there was an email send by you to the G Lists and Axis 2 lists regarding the JAXWS integration

[jira] Commented: (GERONIMO-2594) Add xalan to endorsed directory

2006-11-27 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2594?page=comments#action_12453612 ] Anita Kulshreshtha commented on GERONIMO-2594: -- 1) Yes, because now we will be claiming that 1.2 can be run on 1.5. This soultion works with 1.4 a

[jira] Resolved: (AMQ-795) security plugin to deal with temporary queue and topics better

2006-11-27 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-795?page=all ] Jonas Lim resolved AMQ-795. --- Resolution: Fixed admin/write/read roles can now be assigned to temporary destinations: To assign roles to temp destinations , we need to add a tempAuthorizationEntry

Re: Can anyone build 1.2?

2006-11-27 Thread anita kulshreshtha
FWIW, I have successfully built 1.2 by making sure that openejb and the plugins (car-maven-plugin) in .m2 repo are built using 1.2 jars. There was no 2.0 version of the plugins and openejb in .m2 repo. All the configs started except the webconsole (see the trace). I changed the verson for system-

[jira] Updated: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2598?page=all ] Rakesh Midha updated GERONIMO-2598: --- Patch Info: [Patch Available] Assignee: (was: Rakesh Midha) Patch avialable, please review and commit. unassiging > Deploy tool prints usel

[jira] Updated: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2598?page=all ] Rakesh Midha updated GERONIMO-2598: --- Attachment: statereason.patch Tis patch added a method setStateReason, i read somewere getStateReason is depricated, but because configurationutil us

[jira] Commented: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2598?page=comments#action_12453584 ] Rakesh Midha commented on GERONIMO-2598: This is happening because In GBeanInstance state all the exceptions are ignired if (t instanceof

[jira] Commented: (GERONIMO-2594) Add xalan to endorsed directory

2006-11-27 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2594?page=comments#action_12453582 ] Rick McGuire commented on GERONIMO-2594: Two comments: 1) Doesn't 1.2 also have this problem? 2) The pom for XALAN 2.7.0 indicates a dependency on xm

[jira] Updated: (GERONIMO-1079) Better error for missing primkey-field

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1079?page=all ] Rakesh Midha updated GERONIMO-1079: --- Assignee: (was: Rakesh Midha) > Better error for missing primkey-field > -- > > Key: GERONIMO-1

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Aaron Mulder
Unfortunately, XMLBeans is used pretty extensively by the Geronimo deployment system, so it's not just a matter of avoiding using the web container's class loader. More particularly, if your plugin will include a deployer component, you're working directly with the Geronimo deployment system (tho

[jira] Commented: (GERONIMO-1079) Better error for missing primkey-field

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1079?page=comments#action_12453581 ] Rakesh Midha commented on GERONIMO-1079: Looks like this problem is fixed in OpenEJB If my primary key class is java.lang.Integer I get failure with

[jira] Updated: (GERONIMO-1631) NoSuchConfigException when restarting app after undeploying

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1631?page=all ] Rakesh Midha updated GERONIMO-1631: --- Attachment: undeploydependecies.patch Patch to undeploy all te dependencies with application undeploy. please review and commit. > NoSuchConfigExcep

[jira] Updated: (GERONIMO-1631) NoSuchConfigException when restarting app after undeploying

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1631?page=all ] Rakesh Midha updated GERONIMO-1631: --- Patch Info: [Patch Available] Fix Version/s: 2.0 (was: Verification Required) Assignee: (was: Rakesh Midha)

[jira] Commented: (GERONIMO-1631) NoSuchConfigException when restarting app after undeploying

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1631?page=comments#action_12453578 ] Rakesh Midha commented on GERONIMO-1631: Question before I move further when you said "config A that imports config B" you mean "Config A is dependen

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Lasantha Ranaweera
Kanchana, The problem is xml beans is a JAR used by Geronimo already (I think with Web container). I wanted to use some other version of it rather than the existing one in the Geronimo version with my custom GBean. There is no such problem with Quartz. So the problem is lot easier with it. Hope t

[jira] Updated: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2598?page=all ] Rakesh Midha updated GERONIMO-2598: --- Description: If you are using deploy tool, and you try to deploy or start an application which fails for start, you always get Unknown start

[jira] Assigned: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2598?page=all ] Rakesh Midha reassigned GERONIMO-2598: -- Assignee: Rakesh Midha > Deploy tool prints useless message if configuration start fails > --

[jira] Created: (GERONIMO-2598) Deploy tool prints useless message if configuration start fails

2006-11-27 Thread Rakesh Midha (JIRA)
Deploy tool prints useless message if configuration start fails --- Key: GERONIMO-2598 URL: http://issues.apache.org/jira/browse/GERONIMO-2598 Project: Geronimo Issue Type: Bug

[jira] Created: (AMQ-1072) "TimeToLive" doesn't work on MessageListener

2006-11-27 Thread Joseph Leung (JIRA)
"TimeToLive" doesn't work on MessageListener - Key: AMQ-1072 URL: https://issues.apache.org/activemq/browse/AMQ-1072 Project: ActiveMQ Issue Type: Bug Components: JMS client Affects

[jira] Commented: (AMQ-1054) XA recover fails for 4.0.1

2006-11-27 Thread Shoaib Akhtar (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1054?page=comments#action_37561 ] Shoaib Akhtar commented on AMQ-1054: Hi, I am also using atomikos with activemq and facing the same problem, i ran the above test with logging turned on and w

[jira] Closed: (GERONIMO-2458) MapEditor does not work

2006-11-27 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2458?page=all ] Vamsavardhana Reddy closed GERONIMO-2458. - Resolution: Fixed Use PropertiesEditor. Replace null keys and values with empty string. Fixed in rev 479580 (branches\1.1), rev 479585 (b

[jira] Updated: (GERONIMO-2458) MapEditor does not work

2006-11-27 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2458?page=all ] Vamsavardhana Reddy updated GERONIMO-2458: -- Fix Version/s: 2.0 Assignee: Vamsavardhana Reddy > MapEditor does not work > --- > > Key: GE

Re: Security Issue with hot deployer

2006-11-27 Thread David Jencks
On Nov 26, 2006, at 9:36 PM, Rakesh Midha wrote: I accept your point that on a non-secure machine it doesn't help to have application or server level security bcoz one can anyway delete file system or do lot of bad things. In that case why do we have deploy tool asking for user/password ev

Re: Can anyone build 1.2?

2006-11-27 Thread David Jencks
On Nov 26, 2006, at 7:17 PM, Jason Dillon wrote: Any more progress on this? I discovered what I think is a blocker with how we are overloading the meaning of maven scope and using it to determine geronimo ImportType. The maven default scope is compile, but we are mapping explicitly spe

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Kanchana Welagedara
Hi Lasantha For an instance if say that your geronimo-service.xml looks like this and which is in the some directory. You may do this by Adding your dependencies to the plan after the last tag and before the first tag opensymphony/jars/quartz-${quartz_version}.jar geronimo/jars/

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread David Jencks
On Nov 27, 2006, at 12:17 AM, Lasantha Ranaweera wrote: Lasantha Ranaweera wrote: Hi All, I want to write a custom GBean for the Geronimo 1.1. Basically I am following the Advanced Plugin Sample in the G user documentation. My custom plug in pretty much the same as Quartz plug in in th

[jira] Updated: (GERONIMO-1892) Make JMS Provider Properties a GBean

2006-11-27 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1892?page=all ] Vamsavardhana Reddy updated GERONIMO-1892: -- Fix Version/s: 1.x (was: 1.1.2) > Make JMS Provider Properties a GBean > > >

[jira] Updated: (GERONIMO-1930) Make security realm types into GBeans so they can be added in new/updated configurations

2006-11-27 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1930?page=all ] Vamsavardhana Reddy updated GERONIMO-1930: -- Fix Version/s: (was: 1.1.2) > Make security realm types into GBeans so they can be added in new/updated > configurations > -

Re: Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Lasantha Ranaweera
Lasantha Ranaweera wrote: Hi All, I want to write a custom GBean for the Geronimo 1.1. Basically I am following the Advanced Plugin Sample in the G user documentation. My custom plug in pretty much the same as Quartz plug in in the sample. It has a deployer part and manager part. In my plugi

Geronimo Custom Plugin Class loading Issues

2006-11-27 Thread Lasantha Ranaweera
Hi All, I want to write a custom GBean for the Geronimo 1.1. Basically I am following the Advanced Plugin Sample in the G user documentation. My custom plug in pretty much the same as Quartz plug in in the sample. It has a deployer part and manager part. In my plugin I want to use xml beans 2