Compilation errors while building G1.1.0 from tags/1.1.0

2006-06-28 Thread Vamsavardhana Reddy
Hello, I have checked out G1.1 source from https://svn.apache.org/repos/asf/geronimo/tags/1.1.0/ When I run maven -Dmaven.test.skip=true -Dmaven.itest.skip=true clean new, the build is failing with compilation errors in console-standard project. Console output is given below. Please help resolve

Re: Compilation errors while building G1.1.0 from tags/1.1.0

2006-06-29 Thread Vamsavardhana Reddy
enabled as well and the build was successful for me.You might try cleaning your repo. Matt Vamsavardhana Reddy wrote: Hello, I have checked out G1.1 source from https://svn.apache.org/repos/asf/geronimo/tags/1.1.0/ When I run maven -Dmaven.test.skip=true -Dmaven.itest.skip=true clean new

Deficiencies in the new KeyStore portlet

2006-07-21 Thread Vamsavardhana Reddy
I see that there are too many deficiencies in the new KeyStore portlet in AG1.1. Functionality missing from AG1.0 includes 1. Ability to view Trusted Certificate and Private Key Entry details 2. Ability to generate CertificateRequests 3. Ability to import CA reply The 2nd and 3rd functions from

Re: critical jetty keystore problems on 1.1.1

2006-08-01 Thread Vamsavardhana Reddy
and keyPasswords.However, with the fix just integrated for GERONIMO-2252 we at least have some recovery plan (modifythe config.xml to remove the null entries and the remain stored entrieswill correctly unlock the keys).Thanks to Vamsavardhana Reddy for finding the root cause of why the passwords were being

Directory Server not in G1.1

2006-08-01 Thread Vamsavardhana Reddy
I see that Directory Server is not a part of the G 1.1 Jetty or Tomcat distribution. Any specific reason why it is dropped? Thanks, Vamsi

Problem using Custom Security Realm with MyLoginModule and MyPrincipal

2006-08-03 Thread Vamsavardhana Reddy
Hi, I have deployed a Custom Security Realm using MyLoginModule and MyPrincipal classes. I have configured a simple web application to authenticate against this realm. Even though the login succeeds, I am getting an HTTP 403 Forbidden error. But everything works fine if I change MyLoginModule to

Re: Problem using Custom Security Realm with MyLoginModule and MyPrincipal

2006-08-03 Thread Vamsavardhana Reddy
Web app adds a dependency to myloginmodule-1.0.jar in the repository but not the security realm. Thanks, VamsiOn 8/3/06, Aaron Mulder [EMAIL PROTECTED] wrote: Does the environment for your web app list a dependency on the security realm?Thanks, AaronOn 8/3/06, Vamsavardhana Reddy [EMAIL PROTECTED

HotDeployer causing OutOfMemory error on repeated use

2006-08-03 Thread Vamsavardhana Reddy
I am using HotDeployer extensively. After repeated use, the server is running into memory problems. I have built the server from branches/1.1. The last time I updated my source tree is two days ago. Has this problem been addressed in the past two days? Regards, Vamsi

Security Realm deployed as part of a web app listed as Serverwide in SecurityRealms portlet

2006-08-03 Thread Vamsavardhana Reddy
Hi, I have deployed a web application with its own security realm. The new security realm is shown as Serverwide in Security Realms portlet. Is this the way it should be or is it a bug? Thanks, Vamsi

Re: Security Realm deployed as part of a web app listed as Serverwide in SecurityRealms portlet

2006-08-03 Thread Vamsavardhana Reddy
Calls for a JIRA. VamsiOn 8/3/06, Aaron Mulder [EMAIL PROTECTED] wrote: Sounds like a bug to me.Thanks, AaronOn 8/3/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hi,I have deployed a web application with its own security realm.The new security realm is shown as Serverwide in Security Realms

build errors : configs/daytrader-jetty in 1.1.1 branch

2006-08-04 Thread Vamsavardhana Reddy
I am running into build errors on config/daytrader-jetty in 1.1.1 branch. Any suggestions on fixing this? Console output is given below. Thanks, Vamsi -- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1-beta-2

Re: build errors : configs/daytrader-jetty in 1.1.1 branch

2006-08-04 Thread Vamsavardhana Reddy
That worked. Thanks Aaron. VamsiOn 8/4/06, Aaron Mulder [EMAIL PROTECTED] wrote: I think you may need to update and build OpenEJB.Thanks, AaronOn 8/4/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I am running into build errors on config/daytrader-jetty in 1.1.1 branch. Any suggestions

login-domain-principal or realm-principal in default-principal causing deployment errors

2006-08-04 Thread Vamsavardhana Reddy
Is it allowed to have a login-domain-principal or realm-principal as default-principal tag? I am getting NullPointerExceptions while deploying web applications with deployment plan having login-domain-principal or realm-principal as default-principal. Stacktrace given below. 18:27:38,580 ERROR

Re: login-domain-principal or realm-principal in default-principal causing deployment errors

2006-08-04 Thread Vamsavardhana Reddy
] wrote: Please post your plan.It seems likely that either the principalclass or principal name is missing.Thanks, AaronOn 8/4/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Is it allowed to have a login-domain-principal or realm-principal as default-principal tag?I am getting NullPointerExceptions

Re: login-domain-principal or realm-principal in default-principal causing deployment errors

2006-08-04 Thread Vamsavardhana Reddy
is a plain principal and ignoresthe possibility that it's a realm or domain principal.Can you createa Jira for this?It seems slightly different than the other one you just entered.Thanks, AaronOn 8/4/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: The following is the security related configuration

Re: Problem deploying web applications that have security-constraints in web.xml but use no authentication and security roles

2006-08-06 Thread Vamsavardhana Reddy
On 8/6/06, David Jencks [EMAIL PROTECTED] wrote: On Aug 5, 2006, at 11:09 PM, Vamsavardhana Reddy wrote: Hi, I have a web application that has the following security-constraint in the web.xmlsecurity-constraint web-resource-collectionweb-resource-nameSecure/web-resource-nameurl-pattern/secure

Re: Single Sign On with Geronimo 1.0

2006-08-07 Thread Vamsavardhana Reddy
I could get SSO Working on a server build with SSOValve GBean in the tomcat plan. In this case the application deployment plans needed no change as mentioned in the post that Krish pointed to. Here are some of my observations. An SSOValve GBean created as part of the application needs to be

Re: Single Sign On with Geronimo 1.0

2006-08-07 Thread Vamsavardhana Reddy
You are right. By server built with SSOValve, I meant to say it should be part of Tomcat configuration. Thanks, Vamsi On 8/7/06, Jeff Genender [EMAIL PROTECTED] wrote: Why does the server need to be built with the SSOValve?You should be able to connect the SSOValve to the TomcatEngine in

Re: Single Sign On with Geronimo 1.0

2006-08-07 Thread Vamsavardhana Reddy
to the TomcatEngine in the config.xml. Jeff Vamsavardhana Reddy wrote: I could get SSO Working on a server build with SSOValve GBean in the tomcat plan.In this case the application deployment plans needed no change as mentioned in the post that Krish pointed to. Here are some of my observations

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

2006-08-08 Thread Vamsavardhana Reddy
Congrats Paul!! VamsiOn 8/8/06, Matt Hogstrom [EMAIL PROTECTED] wrote: All,We're pleased to let you know that we have a new committer in our midst.Paul McMahan has recentlyaccepted an invitation to join the Geronimo project.Paul has been active on Geronimo for severalmonths and has provided

Re: 1.1.1 - Ready or not ? Soliciting input

2006-08-08 Thread Vamsavardhana Reddy
On 8/8/06, Aaron Mulder [EMAIL PROTECTED] wrote: Here are the issues that bother me most in 1.1.1.I believe they areall also issues in 1.1.DEPLOYMENThttp://issues.apache.org/jira/browse/GERONIMO-2270 - Redeploy broken when module ID does not include a type (patch

Build failure on branches 1.1.1

2006-08-09 Thread Vamsavardhana Reddy
Build is failing since OpenEJB is looking for geronimo-xxx-1.1.2-SNAPHOT jars .

Re: Build failure on branches/1.1.1

2006-08-12 Thread Vamsavardhana Reddy
I have hit the same road block building 1.1.1 :o(( VamsiOn 8/13/06, Aaron Mulder [EMAIL PROTECTED] wrote: I just tried to build this branche from scratch and I get a dependencyfailure in the OpenEJB deployer on Axis.I confirmed that my OpenEJBis

Fwd: [jira] Updated: (GERONIMO-2294) In security realm with multiple login modules, anything after the first is ignored

2006-08-21 Thread Vamsavardhana Reddy
if this JIRA is that important. Can some committer take a look at the patches and see if they are acceptable? Or is there something specific I need to do to get someone's attention to this JIRA? Thanks, Vamsi-- Forwarded message --From: Vamsavardhana Reddy (JIRA) dev@geronimo.apache.org Date

Testing AJP Connector

2006-03-17 Thread Vamsavardhana Reddy
Hi, How do I test if an AJP Connector for Web Container is working properly? Thanks, Vamsi

GBeanOverride class - sourceClass or className ??

2006-03-20 Thread Vamsavardhana Reddy
Hi, I have trouble with the following code in GBeanOverride class. public GBeanOverride(GBeanData gbeanData) throws InvalidAttributeException { GBeanInfo gbeanInfo = gbeanData.getGBeanInfo(); this.gbeanInfo = gbeanInfo.getSourceClass(); if (this.gbeanInfo == null) { throw new

Re: GBeanOverride class - sourceClass or className ??

2006-03-20 Thread Vamsavardhana Reddy
Jacek, My question is whether the line this.gbeanInfo = gbeanInfo.getSourceClass(); On 3/20/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/3/20, Vamsavardhana Reddy [EMAIL PROTECTED]:Q: Why is this check for sourceClass needed here?Is this code intending to check className here and checking

Re: GBeanOverride class - sourceClass or className ??

2006-03-20 Thread Vamsavardhana Reddy
Jacek, My question is whether the line this.gbeanInfo = gbeanInfo.getSourceClass(); should have actually been this.gbeanInfo = gbeanInfo.getClassName(); Thanks, Vamsi On 3/20/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/3/20, Vamsavardhana Reddy [EMAIL PROTECTED]:Q: Why

Maven question - creating MANIFEST.MF

2006-03-20 Thread Vamsavardhana Reddy
Hi, Is there a way to create MANIFEST.MF (which is to be added to the jar file automatically) with dependencies as entries under Class-Path attribute? For e.g., if I have dependency, say util.jar, the output jar file created by maven should have a manifest file, MANIFEST.MF with an entry

Re: GBeanOverride class - sourceClass or className ??

2006-03-20 Thread Vamsavardhana Reddy
on GBeanInfoBuilder when constructing your GBeanInfo and you should no longer see this problem.-dainOn Mar 20, 2006, at 4:29 AM, Vamsavardhana Reddy wrote: Jacek, My question is whether the line this.gbeanInfo = gbeanInfo.getSourceClass(); should have actually beenthis.gbeanInfo = gbeanInfo.getClassName

Re: org.apache.geronimo.gbean.NoProxy=true

2006-03-21 Thread Vamsavardhana Reddy
Why were proxies introduced at all? -VamsiOn 3/22/06, Jeff Genender [EMAIL PROTECTED] wrote: This is great...debugging with proxies has been a real PITA...this will*really* help.Hiram Chirino wrote: +1 from me too.Way back when I was working on the ActiveMQ - Geronimo integration, the poxies gave

Re: Thoughts on renaming util module

2006-03-23 Thread Vamsavardhana Reddy
crypto should be ok. Though ASN1, Base64 etc aren't necessarily crypto, they are mostly used when dealing with crypto related stuff. -VamsiOn 3/23/06, Aaron Mulder [EMAIL PROTECTED] wrote: Starting an e-mail thread aside from the JIRA...I would *really* like to rename the util module.It's got

FileSystemRepository not able to handle entry with version number which is a single digit.

2006-03-23 Thread Vamsavardhana Reddy
I see the following in FileSystemRepository.java Pattern.compile((.+)/(.+)s/(.+)-([0-9].+)\\.([^0-9]+)); This reqular _expression_ is not matching an entry like the following. group/jars/artifact-1.jar Here the version number is 1, a single digit.

Re: FileSystemRepository not able to handle entry with version number which is a single digit.

2006-03-24 Thread Vamsavardhana Reddy
Pattern.compile((.+)/(.+)s/(.+)-([^-]+)\\.([^0-9]+)) should do a better job. -VamsiOn 3/24/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I see the following in FileSystemRepository.java Pattern.compile((.+)/(.+)s/(.+)-([0-9].+)\\.([^0-9]+)); This reqular _expression_ is not matching an entry

Re: FileSystemRepository not able to handle entry with version number which is a single digit.

2006-03-24 Thread Vamsavardhana Reddy
Settled with Pattern.compile((.+)/(.+)s/(.+)-([0-9].*)\\.([^0-9]+)) for now. -VamsiOn 3/24/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Pattern.compile((.+)/(.+)s/(.+)-([^-]+)\\.([^0-9]+)) should do a better job. -VamsiOn 3/24/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I see

New KeyStores portlet - How to import CA reply?

2006-04-07 Thread Vamsavardhana Reddy
I did not find a way to import CA reply using the new KeyStores portlet. What am I missing?

Playboy mirrors geronimo 1.0 ????!!!!!!!!!

2006-04-11 Thread Vamsavardhana Reddy
I accessed the following link to download G1.0 http://www.apache.org/dyn/closer.cgi/geronimo/1.0/geronimo-tomcat-j2ee-1.0.zip The page lists http://mirrors.playboy.com/apache/geronimo/1.0/geronimo-tomcat-j2ee-1.0.zip as one of the mirrors!!! Is this true or someone is playing!!

Re: Playboy mirrors geronimo 1.0 ????!!!!!!!!!

2006-04-11 Thread Vamsavardhana Reddy
of the standard Apache mirrors.Thanks, AaronOn 4/11/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: I accessed the following link to download G1.0 http://www.apache.org/dyn/closer.cgi/geronimo/1.0/geronimo-tomcat-j2ee-1.0.zipThe page lists http://mirrors.playboy.com/apache/geronimo/1.0/geronimo

Problem building G1.1 on windows

2006-04-12 Thread Vamsavardhana Reddy
Hi, I am trying to build G1.1 on windows and am facing some problems, I guess, due to long file names. Is there a work around for this problem? Here is output from maven. BUILD FAILED File.. C:\Documents and Settings\Administrator\.maven\cache\geronimo-assembl y-plugin-1.1.0-9\plugin.jelly

G1.1 - Compilation errors in Connector module

2006-04-17 Thread Vamsavardhana Reddy
Compilation errors in Connector module in G1.1 branch. Given below is the console output. java:compile: depend closure=false srcdir=1.4 dump=false destdir=C:\g11\modules\connec tor/target/classes/depend [echo] Compiling to C:\g11\modules\connector/ta rget/classes [javac] Compiling 3 source

Re: G1.1 - Compilation errors in Connector module

2006-04-19 Thread Vamsavardhana Reddy
you update bothGeronimo and OpenEJB and do a build with maven -o clean new and seeif you still get the error?Thanks,AaronOn 4/17/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Compilation errors in Connector module in G1.1 branch.Given below is the console output.java:compile: depend closure=false

Re: [announce] Welcome Apache Geronimo's newest committer - Rick McGuire

2006-04-24 Thread Vamsavardhana Reddy
Congrats Rick!! -VamsiOn 4/22/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: In recognition of his contributions and participation in the ApacheGeronimo community,the Geronimo PMC is proud to announce thecommittership of Rick McGuire.Rick has contributed in many places, and is a pleasure to work

Help!!! Problems using KernelManagementHelper got from getRemoteKernelManager()

2006-04-25 Thread Vamsavardhana Reddy
Hi, I am running the following piece of code. KernelManagementHelper mgr = KernelManagementHelper.getRemoteKernelManager(localhost, system, manager); J2EEDomain domain = mgr.getDomains()[0]; String[] servers = domain.getServers(); System.out.println(servers[0]); J2EEServer[]

Re: Help!!! Problems using KernelManagementHelper got from getRemoteKernelManager()

2006-04-27 Thread Vamsavardhana Reddy
. Thanks, Aaron On 4/25/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Hi, I am running the following piece of code. KernelManagementHelper mgr = KernelManagementHelper.getRemoteKernelManager (localhost, system, manager); J2EEDomain domain = mgr.getDomains()[0]; String[] servers

How to make ObjectInputStream to use a specific ClassLoader

2006-04-27 Thread Vamsavardhana Reddy
Hi, I am trying to read an object from file using ObjectInputStream. The readObject method is throwing a ClassNotFoundException. How do I make ObjectInputStream to use a different ClassLoader which can load this class? Thanks, Vamsi

Re: How to make ObjectInputStream to use a specific ClassLoader

2006-04-27 Thread Vamsavardhana Reddy
Thank you David. -VamsiOn 4/27/06, David Jencks [EMAIL PROTECTED] wrote: On Apr 27, 2006, at 12:45 AM, Vamsavardhana Reddy wrote: Hi, I am trying to read an object from file using ObjectInputStream. The readObject method is throwing a ClassNotFoundException.How do I make ObjectInputStream to use

Re: [announce] Apache Geronimo welcomes Guillaume Nodet as our newest committer

2006-04-27 Thread Vamsavardhana Reddy
Congratulations Guillaume!! -VamsiOn 4/28/06, Dain Sundstrom [EMAIL PROTECTED] wrote: The Apache Geronimo PMC is proud to announce Guillaume Nodet as ournewest Apache Geronimo committer, and look forward to his continuedgreat work on XBean and the Geronimo integration with Service Mix.His work

Errors while building G1.1 from branch

2006-05-16 Thread Vamsavardhana Reddy
After doing maven m:update, I ran maven new and got the following error. Please help resolve this error. Thanks, Vamsi + | configurations Geronimo Configuration for

Re: Constructing deployment plans from Configuration GBeanData

2005-11-17 Thread Vamsavardhana Reddy
, Vamsavardhana Reddy wrote: I am trying to reconstruct deployment plan from the Configuration GBeanData.umm, why?I have a code segment like the following. ObjectName configName = Configuration.getConfigurationObjectName(configId); GBeanData configData = kernel.getGBeanData(configName);Once I have

Re: Constructing deployment plans from Configuration GBeanData

2005-11-17 Thread Vamsavardhana Reddy
On 11/17/05, David Jencks [EMAIL PROTECTED] wrote: On Nov 17, 2005, at 4:45 AM, Vamsavardhana Reddy wrote: If deployment plans are inside the archive (ear, war, etc.) they can be obtained from config-store. If the deployment plan is supplied as an external file to the deployer and if the original

Re: Create a security committee?

2005-11-20 Thread Vamsavardhana Reddy
count me in. -VamsiOn 11/19/05, Aaron Mulder [EMAIL PROTECTED] wrote: All,I'd really like to have a group of interested and available people toreview security-related changes to Geronimo.And by this I mean,features dealing with SSL, security realms, storing files withpasswords, showing passwords

Re: Remote Deployment from the Web Console

2005-11-20 Thread Vamsavardhana Reddy
The command line deployer accepts a uri argument. Does this let applications to be deployed remotely?On 11/19/05, John Sisson [EMAIL PROTECTED] wrote:Joe,I think we still should aim to support remote deployment using the command line tools as users will expect them to work with remotesystems,

Geronimo JIRA issues 1181, 1182, 1196 and 1199 (Keystore and Web Connector portlets)

2005-11-22 Thread Vamsavardhana Reddy
Hi, Can some committer have a look at the patches posted to address these issues and comment. GERONIMO-1181 : Add/Edit Tomcat HTTPS Connector does not address truststore parameters GERONIMO-1182 : Connector portlet improvement (delete connector confirmation, more form buttons) GERONIMO-1196 :

Re: Build problems

2005-11-25 Thread Vamsavardhana Reddy
I am also stuck at the same point since morning :( -VamsiOn 11/25/05, Anders Hessellund Jensen [EMAIL PROTECTED] wrote: I have some problems assembling geronimo. All modules build fine exceptthe assembly module.I get the following error:File..

Problem in using a security realm added through geronimo console

2005-11-29 Thread Vamsavardhana Reddy
Here is the description of problem I am facing. I have created a simple web application that uses a FORM authentication method. In the deployment plan, I have configured the application to use geronimo-properties-realm. The application works fine. At this point a added a new realm with name

Re: Problem in using a security realm added through geronimo console

2005-11-29 Thread Vamsavardhana Reddy
=org.apache.geronimo.security.jaas.JaasLoginModuleUseattribute name=controlFlagREQUIRED/attribute reference name=LoginModulenametest-login/name/reference/gbean/configurationRegardsKrishOn 11/29/05, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Here is the description of problem I am facing. I have created a simple web application that uses

Tomcat components won't start

2005-12-07 Thread Vamsavardhana Reddy
Tomcat components will not start on starting the server. I did an offline rebuild today. What am I missing? Here is the console output. C:\GeronimoSource\geronimojava -jar modules\assembly\target\geronimo-1.0-SNAPSHOT\bin\server.jar Booting Geronimo Kernel (in Java 1.4.2_08)... Starting Geronimo

Re: [Vote] Installer: Default Web Container Selection

2005-12-09 Thread Vamsavardhana Reddy
+1 for Tomcat.On 12/8/05, Erik Daughtrey [EMAIL PROTECTED] wrote: The installershould make either Tomcat or Jetty the default selection.Theoperator can always override and select the other.Vote:[] Make Jetty the default Web Container install selection[] Make Tomcat the default web container

Removing an archive from repository

2006-01-04 Thread Vamsavardhana Reddy
As of now the Repository Viewer portlet in Geronimo Console provides a mechanism to add/install an archive. Should there be a provision to remove/uninstall an archive from the repository?

DB Info portlet is not working!!??

2006-01-04 Thread Vamsavardhana Reddy
I notice that the DB Info portlet in Geronimo Console is not displaying any information. No error is logged to geronimo.log . Only java.sql.SQLException is output to the command window running Geronimo. Has anybody else came across this?

Re: DB Info portlet is not working!!??

2006-01-04 Thread Vamsavardhana Reddy
The version I am using is built from trunk. -VamsiOn 1/4/06, Joe Bohn [EMAIL PROTECTED] wrote: What version of Geronimo are you using?There was a problem with this that was fixed in 1.0 by Paul McMahanhttp://issues.apache.org/jira/browse/GERONIMO-1373 Perhaps this patch didn't get applied to

Re: DB Info portlet is not working!!??

2006-01-04 Thread Vamsavardhana Reddy
/org/apache/geronimo/console/internaldb/DerbyConnectionUtil.java and see if the objectname referenced isgeronimo.server:J2EEApplication=null,J2EEServer=geronimo,JCAResource=geronimo/system-database/1.0/car,j2eeType=JCAManagedConnectionFactory,name=SystemDatasourceJoe Vamsavardhana Reddy wrote

Building 1.0 release candidate from source - URL for svn checkout

2006-01-05 Thread Vamsavardhana Reddy
Hi, Which URL should be used with svn to checkout the source for building 1.0 release candidate? Is it https://svn.apache.org/repos/asf/geronimo/branches/1.0/ or https://svn.apache.org/repos/asf/geronimo/tags/1.0.0/ or something else? Thanks, Vamsi

Re: A new TCP listener for ActiveMQ is not shown across server startups

2006-01-11 Thread Vamsavardhana Reddy
Phani, This issue is similar to JIRA issue GERONIMO-1070. To fix this, ActiveMQManagerGBean class should use EditableConfigurationManager to add/remove connectors so that the changes are not lost upon stopping the server. I suggest to report this problem in Geronimo JIRA. -VamsiOn 1/11/06, Phani

Re: New Geronimo Website

2006-01-16 Thread Vamsavardhana Reddy
I agree with Hernan. -VamsiOn 1/17/06, Hernan Cunico [EMAIL PROTECTED] wrote: The templates Epiq developed looks great, but I also think that along with a look feel updatethere should be an overall site content update (reorganization and archiving included).Cheers!Hernan Bruce Snyder wrote: The

Build level for Geronimo and version info for dependency projects

2006-01-18 Thread Vamsavardhana Reddy
Hi, I see that there is a ServerInfo interface in org.apache.geronimo.system.serverinfo package. This has getVersion(), getBuildDate(), getBuildTime(), getBaseDirectory(), getCopyright() methods. Is there any other information (like the svn revision for the server build, etc.) about the server

ssl-keystore-1 created by KeyStore portlet could not be used for adding HTTPS Listener

2006-01-19 Thread Vamsavardhana Reddy
Hi, I am trying to use the KeyStore ssl-keystore-1 created by KeyStore portlet to add new HTTPS Listener for Jetty. Self signed certificate generated by the portlet seems to be fine as I am able to view the certificate. Upon adding a new HTTPS Listener using this keystore, I am getting the

Unable to checkout OpenEJB :(

2006-02-02 Thread Vamsavardhana Reddy
Hi, I ran maven m:fresh-checkout . The command deleted the openejb directory, but, then the checkout failed. So, I ended up with no openejb directory in the source tree :( Can someone help me with openejb checkout? Thanks, Vamsi - The

Re: Unable to checkout OpenEJB :(

2006-02-06 Thread Vamsavardhana Reddy
] At revision 375233. BUILD SUCCESSFUL Total time : 1 minutes 22 seconds Finished at : Monday, February 6, 2006 2:57:32 PM IST On 2/2/06, Kevan Miller [EMAIL PROTECTED] wrote: On Feb 2, 2006, at 3:51 AM, Vamsavardhana Reddy wrote:Hi, I ran maven m:fresh-checkout . The command deleted the openejb

Re: Unable to checkout OpenEJB :(

2006-02-06 Thread Vamsavardhana Reddy
Jacek, Thanks. As for the procedure, it works and for now it is THE solution for this problem. I will not worry whether it is dumb or smart. Regards, VamsiOn 2/6/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/2/6, Vamsavardhana Reddy [EMAIL PROTECTED]: Trying to checkout openejb, I ended up

Compilation errors in module javamail-transport

2006-02-06 Thread Vamsavardhana Reddy
Compilation errors in modules\javamail-transport\src\java\org\apache\geronimo\javamail\authentication\CramMD5Authenticator.java Command line output from running rebuild on the project is given below. C:\GeronimoSource\geronimo\modules\javamail-transportmaven -Dmaven.test.skip=true

Re: Compilation errors in module javamail-transport

2006-02-08 Thread Vamsavardhana Reddy
Thanks Gianny. That worked!! -VamsiOn 2/8/06, Gianny Damour [EMAIL PROTECTED] wrote: Hi,In this situation, I think that you should try:maven -U clean install-U means that newer versions of plugins should be checked from theplugin repositories.Thanks,GiannyVamsavardhana Reddy wrote: Got the

Error building from TRUNK

2006-02-23 Thread Vamsavardhana Reddy
Hi, I ran maven m:update and then maven new to build. I ended up with java.lang.NoClassDefFoundError: org/apache/axis/Handler.. Please suggest how this can be resolved. Console output attached below. Thanks, + | configurations openejb Configuration for

Re: Any character encoding experts out there?

2006-02-23 Thread Vamsavardhana Reddy
Hi Rick, See the byte to character map at http://www.microsoft.com/globaldev/reference/sbcs/1252.mspx . Char 0u0081 is not mapped to any byte in Cp1252. So String.getBytes(Cp1252) is returning a '?' which has byte value decimal 63. The same will happen result with any char that is not mapped.

Re: A general question?

2006-02-27 Thread Vamsavardhana Reddy
I would suggest that once the patch is committed, one of the commiter, the contributor and the reporter, whoever verifies that the patch does solve the issue, can mark the issue as resolved. This will definitely cut the waiting time short. -VamsiOn 2/28/06, Jacek Laskowski [EMAIL PROTECTED]

Re: [jira] Commented: (GERONIMO-1692) Creating Web Connectors using Console

2006-03-06 Thread Vamsavardhana Reddy
Hi Ilya, This problem of startup failure has been fixed already. See http://issues.apache.org/jira/browse/GERONIMO-1500 . Regards, VamsiOn 3/7/06, Ilya Kanonirov (JIRA) dev@geronimo.apache.org wrote: [ http://issues.apache.org/jira/browse/GERONIMO-1692?page=comments#action_12369173 ]Ilya

Re: build error in branches\1.2 in configs\dojo-jetty

2006-11-30 Thread Vamsavardhana Reddy
this problem. I think some change JettyModuleBuilder.java solves it. thanks Rakesh On 11/30/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Build is failing with a NullPointerException. Console output given below: [INFO] Packaging module configuration: C:\G1.2\configs\dojo-jetty\target\plan\pl

Re: Build failure in branches\1.2 in modules\geronimo-persistence-jpa10

2006-11-30 Thread Vamsavardhana Reddy
and a complete build (starting with an empty m2repo) and I didn't have any build problems. I'm building on windows with Sun JDK 1.5.0_06. Joe Vamsavardhana Reddy wrote: I am using Sun JDK 1.5.0_10. Vamsi On 11/30/06, *Rakesh Midha* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi

Re: Exception Handling in Console

2006-12-01 Thread Vamsavardhana Reddy
Hi Rakesh, Even I noticed this lack of error reporting in console. So, I tried to make it some what better in the newly added CA Portlet. We definitely need something uniform across all the portlets. Why don't you create a JIRA for this? --vamsi On 12/1/06, Rakesh Midha [EMAIL PROTECTED]

Duplicate jars in geronimo distribution

2006-12-04 Thread Vamsavardhana Reddy
The following jars in lib\endorsed directory 1,010,675 xercesImpl-2.6.2.jar 124,724 xmlParserAPIs-2.6.2.jar 1,831,743 yoko-spec-corba-1.0-incubating-M2-SNAPSHOT.jar and the following jars in lib directory 326,319 backport-util-concurrent-2.2.jar 324,238 cglib-nodep-2.1_3.jar 38,015

Re: Unable to find jetty 5.1.12

2006-12-05 Thread Vamsavardhana Reddy
I have a successful build of branches\1.2. Build completed a few minutes ago. I can send you the jetty jar if you want me to. --vamsi On 12/5/06, Rick McGuire [EMAIL PROTECTED] wrote: I'm getting an unresolved dependency on the current 1.2 branch for Jetty 5.1.12. I haven't had any luck

Re: Problem compiling javamail code?

2006-12-05 Thread Vamsavardhana Reddy
May be there are some jars in the repo that are being used at assembly time instead of the jars created when you build javamail. Why don't you remove the corresponding jars from the repo and build javamail afresh and then G. --vamsi On 12/5/06, Jason Warner [EMAIL PROTECTED] wrote: That is a

Re: SVK

2006-12-05 Thread Vamsavardhana Reddy
Tim, I have been adding $Rev$ $Date$ to any of the files that are getting modified and that don't already have these tags. Is this causing any trouble? One other question... Is it better to commit related changes to branches\1.2 and trunk in a single revision? Does it help in any manner?

Re: [DISCUSS] G 2.0 M1 Content

2006-12-05 Thread Vamsavardhana Reddy
2.0 followed by 2.0-geronimo-developer :o) --vamsi On 12/6/06, Matt Hogstrom [EMAIL PROTECTED] wrote: On Dec 5, 2006, at 2:41 PM, Jason Dillon wrote: On Dec 5, 2006, at 11:34 AM, Sachin Patel wrote: I don't see the confusion at all, as long as the Mn is preceded by the final release

Re: svn commit: r483034 - /geronimo/server/trunk/applications/geronimo-welcome/src/main/webapp/WEB-INF/web.xml

2006-12-06 Thread Vamsavardhana Reddy
Do we need this fix in branches\1.2 too? --vamsi On 12/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: gdamour Date: Wed Dec 6 03:11:05 2006 New Revision: 483034 URL: http://svn.apache.org/viewvc?view=revrev=483034 Log: Update module id name templates to reflect m2 re-organization:

exclusions tag in geronimo-connector\pom.xml

2006-12-06 Thread Vamsavardhana Reddy
I see the following xml fragment in modules\geronimo-connector\pom.xml dependency groupIdorg.tranql/groupId artifactIdtranql/artifactId scopetest/scope exclusions exclusion groupIdcommons-logging/groupId

Re: Need Contributor Access to JIRA

2006-12-06 Thread Vamsavardhana Reddy
Shiva, Please provide your JIRA id. --vamsi On 12/6/06, Shiva Kumar H R [EMAIL PROTECTED] wrote: Hello, I have been working on enhancing Geronimo Eclipse Plug-in for quite sometime now (http://www.mail-archive.com/dev@geronimo.apache.org/msg35865.html ) and want to start contributing to the

Re: [jira] Closed: (GERONIMO-1135) Keystore password in System.properties

2006-12-07 Thread Vamsavardhana Reddy
the empty SystemProperties gbean to make it more obvious where to set them in config.xml. If we do this we should include an empty override in config.xml. What do others think? thanks david jencks On Dec 7, 2006, at 11:21 AM, Vamsavardhana Reddy (JIRA) wrote: [ http://issues.apache.org/jira

Re: svn commit: r482713 - in /geronimo/specs: branches/1_1/geronimo-spec-j2ee-connector/src/main/java/javax/resource/ branches/1_1/geronimo-spec-j2ee-connector/src/test/java/javax/resource/ trunk/gero

2006-12-07 Thread Vamsavardhana Reddy
Kevan, After your Simpler suggestion, I did a little investigation and made it even Simpler :o) . Returning super.toString() in ResourceException.toString() has the same effect as eliminating the method altogether. I guess the problem is with the bad testcase and it resulted in introducing

Re: XALAN : Re: svn commit: r483346 - in /geronimo/server/trunk: applications/console/geronimo-console-standard/src/main/webapp/WEB-INF/classes/login-modules.properties assemblies/geronimo-boilerplate

2006-12-08 Thread Vamsavardhana Reddy
In the commits to branch\1.2 may be we should indicate in the comment that the commit is meant for branch only. Will that help prevent those being merged into trunk using SVK? --vamsi On 12/8/06, anita kulshreshtha [EMAIL PROTECTED] wrote: hmm... This change was only meant for the branch.

Re: svn commit: r485321 - in /geronimo/server/trunk/modules: geronimo-kernel/src/main/java/org/apache/geronimo/gbean/ geronimo-kernel/src/main/java/org/apache/geronimo/gbean/runtime/ geronimo-kernel/s

2006-12-11 Thread Vamsavardhana Reddy
It is not allowed to have public Object getObjectName() and public String getObjectName() simultaneously. --vamsi On 12/11/06, anita kulshreshtha [EMAIL PROTECTED] wrote: Gianny, Thanks for looking into this. I did consider the easy way out. But the retrun type is part of the method

Re: Remove corba specs from specs/trunk

2006-12-12 Thread Vamsavardhana Reddy
+1 --vamsi On 12/13/06, Kevan Miller [EMAIL PROTECTED] wrote: I'm not aware of any use of the corba specs currently in specs/trunk (geronimo-spec-corba, geronimo-corba_2.3_spec, and geronimo- corba_3.0_spec). For geronimo, yoko is now our corba spec provider. Rather than releasing these 3

Re: svn commit: r486734 - in /geronimo/server: branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ branches/1.2/modules/geronimo-system/src/main/java/org/apache/geronimo/sys

2006-12-13 Thread Vamsavardhana Reddy
Fixed. Remove the config.xml entry only if it is empty. Fixed in rev 486815 in branches\1.1, branches\1.2, branches\2.0-M1 and trunk. --vamsi On 12/13/06, David Jencks [EMAIL PROTECTED] wrote: On Dec 13, 2006, at 9:18 AM, Vamsavardhana Reddy wrote: Yes. It removes the config.xml entry

Re: svn commit: r487020 - /geronimo/server/branches/2.0-M1/modules/geronimo-jetty6-builder/src/main/java/org/apache/geronimo/jetty6/deployment/JettyModuleBuilder.java

2006-12-13 Thread Vamsavardhana Reddy
On 12/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: hogstrom Date: Wed Dec 13 22:54:54 2006 New Revision: 487020 URL: http://svn.apache.org/viewvc?view=revrev=487020 Log: Applying r486567 from trunk (2.0-SNAPSHOT) Modified:

Re: svn commit: r486815 - in /geronimo/server: branches/1.1/modules/kernel/src/java/org/apache/geronimo/kernel/config/ branches/1.1/modules/system/src/java/org/apache/geronimo/system/configuration/ br

2006-12-13 Thread Vamsavardhana Reddy
On 12/14/06, Matt Hogstrom [EMAIL PROTECTED] wrote: Wow...Javadoc...I had to look twice...nice work Vamsi ;-0 Thanks Matt :o) And there is code in there too. I didn't get this part :( On Dec 13, 2006, at 2:45 PM, [EMAIL PROTECTED] wrote: Author: vamsic007 Date: Wed Dec 13 11:45:10

Re: svn commit: r487020 - /geronimo/server/branches/2.0-M1/modules/geronimo-jetty6-builder/src/main/java/org/apache/geronimo/jetty6/deployment/JettyModuleBuilder.java

2006-12-13 Thread Vamsavardhana Reddy
Fixed in r487099. On 12/14/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: On 12/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: hogstrom Date: Wed Dec 13 22:54:54 2006 New Revision: 487020 URL: http://svn.apache.org/viewvc?view=revrev=487020 Log: Applying r486567 from

Who is using geronimo\server\branches\jpa-plugin branch?

2006-12-14 Thread Vamsavardhana Reddy
Is anyone using this geronimo\server\branches\jpa-plugin branch? If no one is using it, may be it is better to get rid of this branch. --vamsi

Re: svn commit: r487197 - /geronimo/server/tags/1.2.0-beta/maven-plugins/geronimo-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/geronimo/server/InstallerMojoSupport.java

2006-12-14 Thread Vamsavardhana Reddy
Should this fix go into branches\1.2? Vamsi On 12/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: dain Date: Thu Dec 14 04:48:26 2006 New Revision: 487197 URL: http://svn.apache.org/viewvc?view=revrev=487197 Log: Enum is a reserved java 5 keyword Modified:

Re: [vote] Release Geronimo 1.2-beta

2006-12-15 Thread Vamsavardhana Reddy
+1 --vamsi On 12/14/06, Dain Sundstrom [EMAIL PROTECTED] wrote: The 1.2-beta release and all dependencies are cut and awaiting your vote! All the files are available in a staging area in my home dir on people. http://people.apache.org/~dain/stage/org/apache/geronimo/genesis

Re: [VOTE] 2.0-M1 Release

2006-12-19 Thread Vamsavardhana Reddy
+1 --vamsi On 12/18/06, Matt Hogstrom [EMAIL PROTECTED] wrote: All, I have prepared 2.0-M1 for release. Of course all the hard work was done by the lot of y'all :) I have tested DayTrader 2.0-SNAPSHOT on this build and I'm satisfied with the results. All modes of operation functioned

  1   2   3   4   5   6   7   8   9   10   >