java.lang.LinkageError: Class org/apache/xbean/finder/ClassFinder violates loader constraints

2008-11-18 Thread Vamsavardhana Reddy
I am trying to invoke ClassFinder code from TuscanyModuleBuilderExtension I am creating for the Tuscany plugin. I have the following code ClassFinder cf = module.getClassFinder(); ListClass annotatedClasses = cf.findAnnotatedClasses(org.osoa.sca.annotations.Reference.class); The

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Vamsavardhana Reddy
: On Nov 12, 2008, at 1:07 PM, Vamsavardhana Reddy wrote: As part of deploying SCA enhanced Web Applications in Geronimo with Tuscany Plugin, I am looking to add a ModuleBuilderExtension (MBE) to TomcatModuleBuilder and a NamingBuilder. The purpose of the MBE is to add SCA related

Re: Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-13 Thread Vamsavardhana Reddy
work well for the same reason, we don't know how many web deployers there will be next week, even if we only have two this week. thanks david jencks On Nov 13, 2008, at 3:21 AM, Vamsavardhana Reddy wrote: Thanks Gianny. I could add the MBE to TomcatBuilder by modifying config.xml. I have

Dynamically adding ModuleBuilderExtensions and NamingBuilders

2008-11-12 Thread Vamsavardhana Reddy
As part of deploying SCA enhanced Web Applications in Geronimo with Tuscany Plugin, I am looking to add a ModuleBuilderExtension (MBE) to TomcatModuleBuilder and a NamingBuilder. The purpose of the MBE is to add SCA related EmbeddedRuntimeGBean to the web application config which will deploy the

[jira] Updated: (GERONIMO-4367) default-subject does not work with EJB security

2008-11-10 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-4367: -- Comment: was deleted default-subject does not work with EJB security

Re: [DISCUSS] Only Support Java SE 6 with Geronimo 2.2

2008-11-07 Thread Vamsavardhana Reddy
On Fri, Nov 7, 2008 at 9:12 PM, Donald Woods [EMAIL PROTECTED] wrote: Given we only have about 5 weeks between now and when should cut a 2.2 branch, I'm not sure I'd waste time on this. As Jack pointed out in another reply, Java SE 6 has been out almost 2 years, so its time to move on If

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-11-07 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645752#action_12645752 ] Vamsavardhana Reddy commented on GERONIMO-4343

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-11-05 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645219#action_12645219 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- implementation-web

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-11-05 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645255#action_12645255 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- helloworld-jsp

[jira] Closed: (GERONIMO-4338) Update Geronimo Jetty ServletHost to account for G3609 changes

2008-11-04 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-4338. - Resolution: Fixed Completed: At revision: 711230 Update Geronimo Jetty

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-23 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642195#action_12642195 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- The helloworld

[jira] Updated: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-23 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-4343: -- Attachment: helloworld-jsp.war helloworld-jsp.war: After applying

Re: [ANNOUNCE] Welcome Jason Warner as the newest member of the Geronimo PMC

2008-10-22 Thread Vamsavardhana Reddy
Congratulations Jason!! ++Vamsi On Wed, Oct 22, 2008 at 1:59 AM, Kevan Miller [EMAIL PROTECTED]wrote: All, Please join us in congratulating Jason Warner as the newest member of the Geronimo PMC. It's been great to have Jason working with us as a committer on Geronimo. Even better to have

Re: How is the default-subject used in EJB security?

2008-10-17 Thread Vamsavardhana Reddy
On Fri, Oct 17, 2008 at 12:47 PM, David Jencks [EMAIL PROTECTED]wrote: On Oct 16, 2008, at 1:14 PM, Vamsavardhana Reddy wrote: I have a stateless bean BankBean1 as given below: @Stateless @DeclareRoles(value = {bank, customer}) public class BankBean1 implements Bank { @RolesAllowed

Is the PlanCreator portlet from trunk working?

2008-10-17 Thread Vamsavardhana Reddy
I tried using the Plan Creator portlet in the server built from trunk and ended up with the following exceptions: *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* javax.servlet.ServletException:

[jira] Created: (GERONIMO-4367) default-subject does not work with EJB security

2008-10-17 Thread Vamsavardhana Reddy (JIRA)
(Regular issues) Components: security Affects Versions: 2.1.3, 2.2 Reporter: Vamsavardhana Reddy Fix For: 2.2 The default-subject does not seem to work with EJB security. I have verified this in the following scenario: I have a stateless bean BankBean1 as given

Re: How is the default-subject used in EJB security?

2008-10-17 Thread Vamsavardhana Reddy
Created GERONIMO-4367. ++Vamsi On Fri, Oct 17, 2008 at 1:21 PM, Vamsavardhana Reddy [EMAIL PROTECTED]wrote: On Fri, Oct 17, 2008 at 12:47 PM, David Jencks [EMAIL PROTECTED]wrote: On Oct 16, 2008, at 1:14 PM, Vamsavardhana Reddy wrote: I have a stateless bean BankBean1 as given below

[jira] Updated: (GERONIMO-4367) default-subject does not work with EJB security

2008-10-17 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-4367: -- Attachment: GERONIMO-4367-testcase.zip GERONIMO-4367-testcase.zip has

How is the default-subject used in EJB security?

2008-10-16 Thread Vamsavardhana Reddy
I have a stateless bean BankBean1 as given below: @Stateless @DeclareRoles(value = {bank, customer}) public class BankBean1 implements Bank { @RolesAllowed({customer, bank}) public Double getBalance(Integer account) { return data.get(account); } @RolesAllowed({bank})

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-12 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12638836#action_12638836 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- add-jms-sca-binding.diff

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-10 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12638510#action_12638510 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- up-to-tuscany-1.4

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-08 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637816#action_12637816 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- tuscany-xsd

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-08 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637890#action_12637890 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- wsdlgen-depenency.diff

Re: [jira] Updated: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-08 Thread Vamsavardhana Reddy
Have you switched to latest Tuscany SNAPSHOT in your local build or using 1.3? ++Vamsi On Wed, Oct 8, 2008 at 2:07 PM, ant elder [EMAIL PROTECTED] wrote: Opps, I meant ...trying an SCA contribution _with Web Services_ fails... ...ant On Wed, Oct 8, 2008 at 9:36 AM, ant elder [EMAIL

[jira] Commented: (GERONIMO-4343) Tuscany Geronimo plugin bring up

2008-10-08 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637901#action_12637901 ] Vamsavardhana Reddy commented on GERONIMO-4343: --- GeronimoServletHost2.diff

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-10-07 Thread Vamsavardhana Reddy
Please use the Plugins portlet from the Admin Console to add your local maven repository as a plugins repository. Once the repository is added, search for plugins from that repository. The next page will list available plugins. Select the plugin you want to install and click Install button.

Re: Tuscany Geronimo integration and the SCA JEE spec

2008-10-07 Thread Vamsavardhana Reddy
There are a few more tuscany dependency jars missing which is resulting in the WARNING message. I will add those missing dependencies. ++Vamsi On Tue, Oct 7, 2008 at 9:14 AM, Kevan Miller [EMAIL PROTECTED] wrote: On Oct 6, 2008, at 10:17 PM, Kevan Miller wrote: On Oct 3, 2008, at 5:57 AM,

[jira] Created: (GERONIMO-4338) Update Geronimo Jetty ServletHost to account for G3609 changes

2008-10-06 Thread Vamsavardhana Reddy (JIRA)
Security Level: public (Regular issues) Components: Plugins Reporter: Vamsavardhana Reddy Assignee: Vamsavardhana Reddy Rev 601149 GERONIMO-3609 Better fix for supplying jndi on forwarded calls as well as for servlet listeners dropped the API

Fwd: Tuscany Geronimo integration and the SCA JEE spec

2008-10-06 Thread Vamsavardhana Reddy
Didn't click Reply to all the last time. -- Forwarded message -- From: Vamsavardhana Reddy [EMAIL PROTECTED] Date: Tue, Oct 7, 2008 at 12:14 AM Subject: Re: Tuscany Geronimo integration and the SCA JEE spec To: [EMAIL PROTECTED] On Sat, Oct 4, 2008 at 12:32 AM, David Jencks

Publishing news in Geronimo home page

2008-09-19 Thread Vamsavardhana Reddy
I have added a News entry about upcoming ApacheCon US 2008 to Geronimo wiki by using the Add News link in the confluence. When I visit the page http://geronimo.apache.org/news-archive.html in the live site, the entry does not show up. But the page

[jira] Commented: (DAYTRADER-61) trying to build Daytrader trunk fails with FATAL ERROR

2008-09-17 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/DAYTRADER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631679#action_12631679 ] Vamsavardhana Reddy commented on DAYTRADER-61: -- Try https://svn.apache.org

Re: [ANNOUNCE] Welcome BJ Reed as a new Geronimo Committer

2008-09-08 Thread Vamsavardhana Reddy
Congratulations BJ!! ++Vamsi On Tue, Sep 9, 2008 at 2:41 AM, Tim McConnell [EMAIL PROTECTED] wrote: Hi Everyone, The Geronimo PMC is pleased to announce that BJ Reed has recently accepted our invitation to become an Apache Geronimo committer. BJ has contributed a number of significant

Re: [VOTE] Release Genesis 1.3.1

2008-09-01 Thread Vamsavardhana Reddy
+1 ++Vamsi On Sat, Aug 30, 2008 at 12:14 AM, Donald Woods [EMAIL PROTECTED] wrote: This is a vote for Genesis 1.3.1, which is a minor maintenance update to the Genesis 1.3 level we have been using, to: - Remove a SNAPSHOT depend - Turn off timestamps on snapshot artifacts (as requested by

Re: [VOTE] Release Geronimo Eclipse Plugin 2.1.2 (RC2)

2008-08-21 Thread Vamsavardhana Reddy
+1 ++Vamsi On Tue, Aug 19, 2008 at 3:54 AM, Tim McConnell [EMAIL PROTECTED]wrote: Hi everyone, Please review and vote on the maintenance release of the Geronimo Eclipse Plugin 2.1.2 RC2. The deployable zip file is here:

Re: svn commit: r686969 - in /geronimo/plugins/tuscany/branches/0.9: ./ geronimo-tuscany-http-jetty/pom.xml geronimo-tuscany-http-tomcat/pom.xml geronimo-tuscany/pom.xml pom.xml tuscany-jetty/pom.xml

2008-08-19 Thread Vamsavardhana Reddy
Since we have never released the plugin, I chose 1.0-SNAPSHOT to remain in the trunk where the code will be updated to use latest version of Geronimo and Tuscany. ++Vamsi On Tue, Aug 19, 2008 at 1:51 PM, Jacek Laskowski [EMAIL PROTECTED]wrote: On Tue, Aug 19, 2008 at 8:53 AM, [EMAIL

Re: [VOTE] Release Geronimo Eclipse Plugin 2.1.2 (RC1)

2008-08-15 Thread Vamsavardhana Reddy
+1 ++Vamsi On Thu, Aug 14, 2008 at 2:11 PM, Tim McConnell [EMAIL PROTECTED]wrote: Hi everyone, Please review and vote on the maintenance release of the Geronimo Eclipse Plugin 2.1.2 RC1. The deployable zip file is here:

Re: [VOTE] Geronimo Server 2.1.2 Release

2008-08-03 Thread Vamsavardhana Reddy
+1 ++Vamsi On Thu, Jul 31, 2008 at 8:22 AM, Joe Bohn [EMAIL PROTECTED] wrote: All, I've prepared a release candidate of Geronimo Server 2.1.2 for your review and vote. The source for the Geronimo Server 2.1.2 release currently resides here:

Re: m2eclipse

2008-07-30 Thread Vamsavardhana Reddy
I ran into similar problems and stopped using it. ++Vamsi On Thu, Jul 31, 2008 at 8:48 AM, Kevan Miller [EMAIL PROTECTED]wrote: Has anybody had any success using the m2eclipse plugin with Geronimo? I gave it a try, but it's running out of memory (despite my giving it as much heap memory as

Re: [VOTE] Release javamail spec 1.5 and javamail providers 1.5

2008-07-10 Thread Vamsavardhana Reddy
+1 ++Vamsi On Tue, Jul 8, 2008 at 6:51 PM, Rick McGuire [EMAIL PROTECTED] wrote: This is a vote for a combined release of javamail spec and the javamail provider (+ the uber jar). The provider changes have depedencies on the spec changes, so these need to be released at the same time.

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-07-07 Thread Vamsavardhana Reddy
, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: My apologies to Shiva for making the announcement without letting the 72 hour waiting period elapse after the ASF Board acknowledged voting Shiva in by the PMC. As of now, Shiva is not a PMC member and will become one once there are no objections by the board

Re: [ANNOUNCE] Lin Sun is the newest member of the Geronimo PMC

2008-06-26 Thread Vamsavardhana Reddy
Congratulations Lin! ++Vamsi On Thu, Jun 26, 2008 at 11:04 PM, Jarek Gawor [EMAIL PROTECTED] wrote: All, Please join us in congratulating Lin Sun as the newest member of the Geronimo PMC. She has been involved with the Geronimo community for a long time and made great contributions as a

Re: [VOTE] Release Geronimo Eclipse Plugin 2.1.1 (RC2)

2008-06-24 Thread Vamsavardhana Reddy
+1 ++Vamsi On Mon, Jun 23, 2008 at 5:54 AM, Tim McConnell [EMAIL PROTECTED] wrote: Hi everyone, Please review and vote on the maintenance release of the Geronimo Eclipse Plugin 2.1.1 RC2. The deployable zip file is here:

[ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-23 Thread Vamsavardhana Reddy
All, Please join us in congratulating Shiva Kumar H R as the newest member of the Geronimo PMC. It's been great to have Shiva working with us as a committer on Geronimo. Even better to have him join us in providing oversight of the Geronimo project. Way to go Shiva!!! The Apache Geronimo PMC

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-23 Thread Vamsavardhana Reddy
Congratulations Shiva!! ++Vamsi On Mon, Jun 23, 2008 at 5:13 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: All, Please join us in congratulating Shiva Kumar H R as the newest member of the Geronimo PMC. It's been great to have Shiva working with us as a committer on Geronimo. Even better

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-23 Thread Vamsavardhana Reddy
will announce then. I am withdrawing this announcement (if there is such a provision!!). ++Vamsi On Mon, Jun 23, 2008 at 5:13 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: All, Please join us in congratulating Shiva Kumar H R as the newest member of the Geronimo PMC. It's been great to have Shiva

Re: Need JIRA contributor access cwiki create/edit permission

2008-06-20 Thread Vamsavardhana Reddy
ICLA is in place. Added sainath to geronimo-contributor group. Can someone take care of his wiki access? Hernan?? ++Vamsi On Fri, Jun 20, 2008 at 8:23 PM, Sainath Chowdary [EMAIL PROTECTED] wrote: I forgot to add my CWIKI id and JIRA id. They are *JIRA username* : sainath *CWIKI username*

Re: Need JIRA contributor access cwiki create/edit permission

2008-06-20 Thread Vamsavardhana Reddy
H R [EMAIL PROTECTED] wrote: I will provide him wiki access. On Fri, Jun 20, 2008 at 8:30 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: ICLA is in place. Added sainath to geronimo-contributor group. Can someone take care of his wiki access? Hernan?? ++Vamsi On Fri, Jun 20, 2008

Re: [ANNOUNCE] Welcoming Ted Kirby as a Geronimo Committer

2008-06-19 Thread Vamsavardhana Reddy
Congratulations Ted!! ++Vamsi On Thu, Jun 19, 2008 at 6:13 PM, Donald Woods [EMAIL PROTECTED] wrote: I'd like to welcome Ted Kirby as Geronimo's newest committer. Ted, keep up all the great work on the Eclipse Plugin and welcome aboard! -Donald

Re: [ANNOUNCE] Welcoming Yun Feng Ma as a Geronimo Committer

2008-06-19 Thread Vamsavardhana Reddy
Congrats Yun Feng!! ++Vamsi On Thu, Jun 19, 2008 at 9:33 PM, Donald Woods [EMAIL PROTECTED] wrote: I'd like to welcome Yun Feng Ma as Geronimo's newest committer. He should have his Apache account and karma in the next week or so. Yun Feng, keep up all of the great work to test and submit

[jira] Assigned: (GERONIMO-3876) Allow configuring JMX over SSL

2008-06-07 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy reassigned GERONIMO-3876: - Assignee: (was: Vamsavardhana Reddy) Not getting time to look

Re: EditableConfigurationManager.removeGBeanFromConfiguration()

2008-06-07 Thread Vamsavardhana Reddy
On Sat, Jun 7, 2008 at 4:08 AM, Jarek Gawor [EMAIL PROTECTED] wrote: Hi, Does anybody know why the EditableKernelConfigurationManager.removeGBeanFromConfiguration() marks the gbean with load=false instead of actaully deleting it from the config store? I was adding and removing network

[jira] Updated: (GERONIMO-3864) Security warning about installation a certificate from a CA claiming to represent: Me

2008-05-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3864: -- Attachment: GERONIMO-3864-new.patch GERONIMO-3864.patch seems to have some

Re: [VOTE] Release Yoko ORB subproject 1.0

2008-05-09 Thread Vamsavardhana Reddy
On Thu, May 8, 2008 at 6:41 PM, Rick McGuire [EMAIL PROTECTED] wrote: All, I've prepared a release candidate of Geronimo Yoko ORB 1.0 for your review and vote. The source for the Yoko ORB release currently resides here: https://svn.apache.org/repos/asf/geronimo/yoko/tags/yoko-1.0 This

Re: How to stop loading of default certificate

2008-05-06 Thread Vamsavardhana Reddy
Hi Jarek, The reason I introduced this certKeystoreTypes member is that I wanted to update (but have not done so!!) the keystores portlet to display whether a keystore can be used to store trusted certificate entries. The problem seems to be that in Windows environment there are two special

Re: How to stop loading of default certificate

2008-05-06 Thread Vamsavardhana Reddy
if the keystore supports storing of certificates or not. So I'm wondering if it would be better to let the user make that determination (that is, present the user with all keystore types and let him/her choose the right one). Jarek On Tue, May 6, 2008 at 1:09 PM, Vamsavardhana Reddy [EMAIL PROTECTED

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-28 Thread Vamsavardhana Reddy
on AIX.) Makes me wonder why we have tar.gz distributions in our server releases!! ++Vamsi I'd prefer staying with zipfiles only. -Donald Vamsavardhana Reddy wrote: Hi Tim, We should at least have a tar.gz distribution corresponding to geronimo-eclipse-plugin-xxx-deployable.zip so

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-28 Thread Vamsavardhana Reddy
to properly preserve the directory/file attributes, keep the scripts marked as executable and to keep line endings on text files correct for Unix/Linux. -Donald Vamsavardhana Reddy wrote: On Mon, Apr 28, 2008 at 6:32 PM, Donald Woods [EMAIL PROTECTED]mailto: [EMAIL PROTECTED] wrote

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-27 Thread Vamsavardhana Reddy
GEP release, and if reasonable will do so. Thanks for the suggestion - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-335 Vamsavardhana Reddy wrote: To add on, I would love to see these tar.gz distributions in GEP 2.1.0 release itself if adding these does not amount to a lot

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-26 Thread Vamsavardhana Reddy
even after adding the staging site http://people.apache.org/~mcconne/releases/2.1.0/RC1/staging_site/ as remote update site. Sorry for the confusion, and I can update the instructions if they need clarification. Hope this helps. ++Vamsi Thanks Vamsavardhana Reddy wrote: Looks like

Re: [VOTE] Geronimo Server 2.1.1 Release - RC2

2008-04-25 Thread Vamsavardhana Reddy
+1 provided TCK tests pass. Verified that log viewer problems and security realm portlet problem I reported in 2.1 are fixed. ++Vamsi On Thu, Apr 24, 2008 at 5:11 PM, Joe Bohn [EMAIL PROTECTED] wrote: All, I've prepared a second release candidate of Geronimo Server 2.1.1 for your review

Re: [VOTE] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-25 Thread Vamsavardhana Reddy
Tim, you forgot the following part in your original e-mail. [ ] +1 Release Geronimo Eclipse Plugin 2.1.0 [ ] 0 No opinion [ ] -1 Do not release Geronimo Eclipse Plugin 2.1.0 (please provide rationale) Here is my vote: +1 I really liked the reduction in the footprint. Did basic testing of the

Re: [DISCUSS] Geronimo Server 2.1.1 Release - RC2

2008-04-25 Thread Vamsavardhana Reddy
On Fri, Apr 25, 2008 at 8:32 PM, Hernan Cunico [EMAIL PROTECTED] wrote: A user reported yesterday some issues starting the server due to some port conflicts and he started to use the config-substitutions.properties to workaround this issue. I had the same port conflict problem caused by a

Re: [DISCUSS] Geronimo Server 2.1.1 Release - RC2

2008-04-25 Thread Vamsavardhana Reddy
On Fri, Apr 25, 2008 at 9:08 PM, Hernan Cunico [EMAIL PROTECTED] wrote: Vamsavardhana Reddy wrote: On Fri, Apr 25, 2008 at 8:32 PM, Hernan Cunico [EMAIL PROTECTED]mailto: [EMAIL PROTECTED] wrote: A user reported yesterday some issues starting the server due to some port conflicts

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-25 Thread Vamsavardhana Reddy
I don't remember if I had brought this up earlier, but wanted to... Should we also include tar.gz distributions in our Geronimo Eclipse Plugin releases? ++Vamsi On Thu, Apr 24, 2008 at 8:07 AM, Tim McConnell [EMAIL PROTECTED] wrote: Discussion thread for the Geronimo Eclipse Plugin 2.1.0

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-25 Thread Vamsavardhana Reddy
To add on, I would love to see these tar.gz distributions in GEP 2.1.0 release itself if adding these does not amount to a lot of work. ++Vamsi On Sat, Apr 26, 2008 at 9:46 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I don't remember if I had brought this up earlier, but wanted

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-25 Thread Vamsavardhana Reddy
Download and Install option while adding a New Server does not work if I install the Geronimo Eclipse Plugin by extracting geronimo-eclipse-plugin-2.1.0-deployable.zip . It works only if I install the plugin using the Eclipse Update Manager with update site url

Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.1.0 (RC1)

2008-04-25 Thread Vamsavardhana Reddy
On Sat, Apr 26, 2008 at 10:20 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Download and Install option while adding a New Server does not work if I install the Geronimo Eclipse Plugin by extracting geronimo-eclipse-plugin-2.1.0-deployable.zip . It works only if I install the plugin using

Re: trunk\plugins\console\console-base-portlets\src\main\resources\consolebase_zh.properties

2008-04-24 Thread Vamsavardhana Reddy
is overridden by the the consolebase_zh .properties values. Proper way is to provide the localized value in the consolebase_zh ..properties for every consolebase.properties property. Upul On Jan 27, 2008 11:11 PM, Vamsavardhana Reddy [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

[jira] Closed: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-24 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3984. - Resolution: Fixed Fix Version/s: 2.1.2 Fixed. Will leave it up

[jira] Created: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)
Issue Type: Bug Security Level: public (Regular issues) Components: console Affects Versions: 2.1, 2.1.1, 2.2 Reporter: Vamsavardhana Reddy Assignee: Vamsavardhana Reddy Priority: Minor Fix For: 2.1.x, 2.2 The submit button

[jira] Updated: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3984: -- Attachment: GERONIMO-3984.patch GERONIMO-3984.patch: Patches

[jira] Commented: (GERONIMO-3984) Keystores portlet - Unlock keystore page shows wrong label on submit button

2008-04-23 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12591917#action_12591917 ] Vamsavardhana Reddy commented on GERONIMO-3984: --- Completed: At revision

[jira] Updated: (GERONIMO-3955) Typo

2008-04-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3955: -- Issue Type: Bug (was: Improvement) Typo Key

[jira] Closed: (GERONIMO-3955) Typo

2008-04-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3955. - Resolution: Fixed Completed: At revision: 648130 in branches\2.1 Completed

Re: svn commit: r648166 - /geronimo/server/branches/2.1/pom.xml

2008-04-15 Thread Vamsavardhana Reddy
I am of the same opinion. It will also help in avoiding similar errors in future. ++Vamsi On Tue, Apr 15, 2008 at 1:54 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Tue, Apr 15, 2008 at 10:16 AM, [EMAIL PROTECTED] wrote: Author: gdamour Date: Tue Apr 15 01:16:50 2008 New Revision:

[jira] Closed: (GERONIMO-3837) allowLinking Tomcat atttibute in StandardContext not configurable through Geronimo

2008-04-03 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3837. - Resolution: Fixed Added doc at http://cwiki.apache.org/confluence/display

Re: [ANNOUNCE] Jason Warner as Geronimo's most recent committer

2008-04-02 Thread Vamsavardhana Reddy
Congrats Jason!! ++Vamsi On Wed, Apr 2, 2008 at 11:52 PM, Joe Bohn [EMAIL PROTECTED] wrote: All, It is my privilege to announce that Jason has recently accepted an invitation to join the Apache Geronimo project. Jason has been working on Geronimo for a while now in multiple areas

Re: [DISCUSS] GEP 2.1 support for v1.1

2008-03-30 Thread Vamsavardhana Reddy
Should we ask on the user list too and see what users have to say? ++Vamsi On Sat, Mar 29, 2008 at 11:49 AM, Tim McConnell [EMAIL PROTECTED] wrote: Hi, The JAXB refactoring of the GEP 2.1.x code is almost complete for the 2.0.x and 2.1.x versions of the Geronimo servers. Most major functions

Re: [VOTE] Release javamail spec jar (1.3) + javamail provider jars (1.4)

2008-03-28 Thread Vamsavardhana Reddy
+1 ++Vamsi On Thu, Mar 27, 2008 at 9:41 PM, Joe Bohn [EMAIL PROTECTED] wrote: New releases of the javamail spec and javamail provider jars are necessary for a Geronimo 2.1.1 release. We're voting on these collectively. 1) Release 1.3 of the javamail 1.4 spec API. The artifact in

[jira] Commented: (GERONIMO-3819) Update JMS Resources Portlet

2008-03-28 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12583013#action_12583013 ] Vamsavardhana Reddy commented on GERONIMO-3819: --- Anish, The patch seems

[jira] Commented: (GERONIMO-3875) Enabling authentication for Derby renders DB Viewer portlet unusable for all db's except SystemDatabase

2008-03-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12582628#action_12582628 ] Vamsavardhana Reddy commented on GERONIMO-3875: --- At revision: 641794

[jira] Updated: (GERONIMO-3875) Enabling authentication for Derby renders DB Viewer portlet unusable for all db's except SystemDatabase

2008-03-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3875: -- Assignee: (was: Vamsavardhana Reddy) I don't think I will get a chance

[jira] Updated: (GERONIMO-3876) Allow configuring JMX over SSL

2008-03-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3876: -- Fix Version/s: (was: 2.1.1) Removing 2.1.1 from fix versions

[jira] Assigned: (GERONIMO-3901) Security Realms portlet - encoding option missing for Properties File Realm

2008-03-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy reassigned GERONIMO-3901: - Assignee: Vamsavardhana Reddy Security Realms portlet - encoding

[jira] Closed: (GERONIMO-3901) Security Realms portlet - encoding option missing for Properties File Realm

2008-03-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3901. - Resolution: Fixed Completed: At revision: 641804 in branches\2.1 Completed

Re: GERONIMO-3876: Allow configuring JMX over SSL

2008-03-27 Thread Vamsavardhana Reddy
the same port with and without SSL will just create problems for users and admins that have to manage multiple G servers and they will never know if the port is secure or not. Jarek On Thu, Mar 20, 2008 at 4:48 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I am working on providing

[jira] Resolved: (GERONIMO-3806) CLONE -Extraneous WARN messages during deployment of resource-env-refs in EJB jar

2008-03-22 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy resolved GERONIMO-3806. --- Resolution: Fixed Fix Version/s: 2.0.x Assignee: Manu T

[jira] Commented: (GERONIMO-3936) Make changes to openejb gbeans so that they can be modified at runtime

2008-03-22 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581252#action_12581252 ] Vamsavardhana Reddy commented on GERONIMO-3936: --- Can you see if changing

Re: Problem when Geronimo Tomcat 2.1 server is started using start-server

2008-03-21 Thread Vamsavardhana Reddy
somewhere. As a workaround, you can start gshell with -T false option and then control-c worked fine while running the server in foreground. Jarek On Mon, Feb 25, 2008 at 11:29 AM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: On Windows XP, if I start a Geronimo Tomcat 2.1 server using bin

[jira] Created: (GSHELL-106) Problem when Geronimo 2.1 server is started using start-server

2008-03-21 Thread Vamsavardhana Reddy (JIRA)
Security Level: public (Regular issues) Affects Versions: 1.0-alpha-1 Environment: Win XP, G Tomcat 2.1 Reporter: Vamsavardhana Reddy Assignee: Jason Dillon On Windows XP, if I start a Geronimo Tomcat 2.1 server using bin\start-server from a command prompt, I am

[jira] Assigned: (GERONIMO-3806) CLONE -Extraneous WARN messages during deployment of resource-env-refs in EJB jar

2008-03-21 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy reassigned GERONIMO-3806: - Assignee: Vamsavardhana Reddy CLONE -Extraneous WARN messages during

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-20 Thread Vamsavardhana Reddy
java.net.preferIPv4Stack? Without this property set to true, multicasting fails at least on Mac OS X and maybe FC. If this property is already set, then I suggest you to check that multicasting is working ok on your box. Thanks, Gianny On 20/03/2008, at 4:08 AM, Vamsavardhana Reddy wrote: Hi

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-20 Thread Vamsavardhana Reddy
and maybe FC. If this property is already set, then I suggest you to check that multicasting is working ok on your box. Thanks, Gianny On 20/03/2008, at 4:08 AM, Vamsavardhana Reddy wrote: Hi Gianny, I observe that the sample application does not run as expected when I try

[jira] Updated: (GERONIMO-3876) Allow configuring JMX over SSL

2008-03-20 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3876: -- Attachment: GERONIMO-3876-B.patch GERONIMO-3876-B.patch: Start the JMX

GERONIMO-3876: Allow configuring JMX over SSL

2008-03-20 Thread Vamsavardhana Reddy
I am working on providing configuration of JMX over SSL. Here is a situation I have run into and I want others inputs. I want to use Keystore GBean to configure the keystore and truststore required by the connector. Here is the part that I am sure of.

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-19 Thread Vamsavardhana Reddy
Gianny, I was able to get the sample application deployed and running as expected on G Tomcat 2.1. But, it still does not run correctly on G Jetty 2.1. Have you verified on G Jetty 2.1? ++Vamsi On Tue, Mar 18, 2008 at 9:13 PM, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Thanks Gianny. I

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-19 Thread Vamsavardhana Reddy
, Vamsavardhana Reddy wrote: Gianny, I was able to get the sample application deployed and running as expected on G Tomcat 2.1. But, it still does not run correctly on G Jetty 2.1. Have you verified on G Jetty 2.1? ++Vamsi On Tue, Mar 18, 2008 at 9:13 PM, Vamsavardhana Reddy

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-19 Thread Vamsavardhana Reddy
artifactIdwadi-webapp/artifactId version2.0M3-SNAPSHOT/version typewar/type /moduleId /environment tomcat-clustering-wadi/ -- this is the correct element name to use for tomcat. /web-app Thanks, Gianny On 18/03/2008, at 9:57 PM, Vamsavardhana

Re: Geronimo Tomcat 2.1 clustering - application deployment problems

2008-03-19 Thread Vamsavardhana Reddy
and your patience. Thanks, Gianny On 19/03/2008, at 8:55 PM, Vamsavardhana Reddy wrote: Gianny, I was able to get the sample application deployed and running as expected on G Tomcat 2.1. But, it still does not run correctly on G Jetty 2.1. Have you verified on G Jetty 2.1? ++Vamsi

[jira] Updated: (GERONIMO-3392) CA Helper App - Unable to find HTTPS Connector configured for ClientAuth

2008-03-19 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated GERONIMO-3392: -- Affects Version/s: 2.2 2.0.x Fix Version/s

<    1   2   3   4   5   6   7   8   9   10   >