[jira] Created: (GERONIMO-2835) Error when shutting down server

2007-02-14 Thread Krishnakumar B (JIRA)
: ActiveMQ Affects Versions: 2.0-M2 Reporter: Krishnakumar B Fix For: 2.0-M2 13:14:56,218 WARN [GeronimoConnectionEventListener] connectionErrorOccurred called with null java.sql.SQLException: No current connection

Usage of service ref

2007-01-29 Thread Krishnakumar B
Hi, I am using a web application that looks up a Service Reference from JNDI. This works if i do not add the following section to geronimo-web.xml !-- service-ref service-ref-nameservice/HelloWorldService/service-ref-name port

Re: [WELCOME] Chris Blythe as a new Committer to Apache Geronimo

2007-01-29 Thread Krishnakumar B
Congrats Chris Krish On 1/28/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Congrats Chris. Vamsi On 1/25/07, Matt Hogstrom [EMAIL PROTECTED] wrote: In recognition of Chris' contributions to DayTrader (new UI, new runtime modes) and his sustained set of patches and nagging he has

Using PortableRemoteObject narrow in EJB ( 2.0-M1)

2007-01-23 Thread Krishnakumar B
Hi, If i use PortableRemoteObject narrow in a servlet i get a exception. [TestHome testHome = (TestHome) PortableRemoteObject.narrow(result, TestHome.class);] java.lang.ExceptionInInitializerError javax.rmi.PortableRemoteObject.clinit(PortableRemoteObject.java:36)

Usage of ejb-ref from web application ( 2.0 SNAPSHOT )

2007-01-22 Thread Krishnakumar B
Hi, I am trying to get a reference to Session EJB from the web application. It works if i give the ejb-ref like this in geronimo-web.xml ejb-ref xmlns=http://geronimo.apache.org/xml/ns/naming-1.1; ref-nameejb/TestBean/ref-name pattern nameTestBean/name /pattern /ejb-ref If i add groupId,

Geronimo startup error

2007-01-15 Thread Krishnakumar B
Hi, I built 2.0 SNAPSHOT from trunk. On starting the server it throws an error Booting Geronimo Kernel (in Java 1.5.0_05)... [ ] 0% 1s Startup failed org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exceptio n at

Testsuite error related to serialVersionUID

2006-12-21 Thread Krishnakumar B
Hi, I am trying to deploy daytrader using the testsuite. I get the following error. The same ear and plan i am able to deploy successfully using the console. Any thoughts on possible reasons for this mismatch in UID. [INFO] [INFO] java.rmi.UnmarshalException: error unmarshalling return; nested

Re: Testsuite error related to serialVersionUID

2006-12-21 Thread Krishnakumar B
using geronimo-2.0-M1 ( tomcat jetty ) Regards Krish On 12/21/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, I am trying to deploy daytrader using the testsuite. I get the following error. The same ear and plan i am able to deploy successfully using the console. Any thoughts on possible

[jira] Created: (GERONIMO-2676) Web Application without required jars throws NullPointer

2006-12-21 Thread Krishnakumar B (JIRA)
Level: public (Regular issues) Components: deployment Affects Versions: 2.0 Reporter: Krishnakumar B I have tried deploying applications like ActiveBPEL and MyFaces examples on geronimo. If i dont add the required jars for these application's to run i get

[jira] Created: (GERONIMO-2673) WARN message from Global JNDI

2006-12-20 Thread Krishnakumar B (JIRA)
: naming Affects Versions: 2.0-M2 Reporter: Krishnakumar B When stopping an application a WARN message and exception is thrown 14:43:57,265 WARN [BasicLifecycleMonitor] Exception occured while notifying listener java.lang.NullPointerException

Re: Error when deploying day trader - 2.0-M1-SNAPSHOT

2006-12-17 Thread Krishnakumar B
2.0-M1-SNAPSHOT On 12/18/06, Matt Hogstrom [EMAIL PROTECTED] wrote: What Geronimo Version are you deploying against? On Dec 15, 2006, at 6:20 AM, Krishnakumar B wrote: I get a Nullpointer exception when deploying daytrader. I used the JPA plan to deploy the application. Tomcat error 16

Error when deploying day trader - 2.0-M1-SNAPSHOT

2006-12-15 Thread Krishnakumar B
I get a Nullpointer exception when deploying daytrader. I used the JPA plan to deploy the application. Tomcat error 16:26:22,715 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state:

Re: Servlet Filter error in 2.0-SNAPSHOT

2006-12-15 Thread Krishnakumar B
https://issues.apache.org/jira/browse/GERONIMO-2664 On 12/14/06, Prasad Kashyap [EMAIL PROTECTED] wrote: Krish, please open a JIRA so that it can be tracked. Cheers Prasad On 12/14/06, David Jencks [EMAIL PROTECTED] wrote: On Dec 14, 2006, at 1:51 AM, Krishnakumar B wrote: Hi, I am

[jira] Created: (GERONIMO-2664) Servlet Filter Error

2006-12-15 Thread Krishnakumar B (JIRA)
Affects Versions: 2.0-M1 Reporter: Krishnakumar B Trying out servlet name with a wild card ( * ) in Filter throws exception in Jetty. In tomcat the filter is not called at all filter-mapping filter-nameSample Filter/filter-name servlet-name*/servlet-name /filter-mapping instead

Servlet Filter error in 2.0-SNAPSHOT

2006-12-14 Thread Krishnakumar B
Hi, I am trying out some features of servlet 2.5 spec. This is related to Servlet Filter. According to 2.5 spec servlet filter can be specified with a * instead of adding all servlets to the filter. filter-mapping filter-nameSample Filter/filter-name servlet-name*/servlet-name

Re: JSP 2.1 with Jetty 6.0 and tomcat 6 distributions

2006-12-14 Thread Krishnakumar B
Hi Jeff, I have also tried this. The web.xml ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/javaee; version=2.5 metadata-complete=true display-nameJSP 2.1/display-name /web-app This throws a jasper exception. Regards Krish On 12/13/06, Jeff

[jira] Updated: (GERONIMO-2650) JSP 2.1 error in Jetty/Tomcat

2006-12-13 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2650?page=all ] Krishnakumar B updated GERONIMO-2650: - Attachment: SampleJSP.war sample jsp-2.1 application JSP 2.1 error in Jetty/Tomcat - Key

[jira] Created: (GERONIMO-2650) JSP 2.1 error in Jetty/Tomcat

2006-12-12 Thread Krishnakumar B (JIRA)
Affects Versions: 2.0-M1 Reporter: Krishnakumar B Deploying a web application with JSP 2.1 features throws error in Jetty and Tomcat On Tomcat 6: --- org.apache.jasper.JasperException: /SampleJSP.jsp(12,35) #{..} is not allowed in template text

Re: JSP 2.1 with Jetty 6.0 and tomcat 6 distributions

2006-12-12 Thread Krishnakumar B
Opened the JIRA. Will attach a sample application with JSP 2.1 features soon. (https://issues.apache.org/jira/browse/GERONIMO-2650) Regards Krish On 12/8/06, Paul McMahan [EMAIL PROTECTED] wrote: The jetty and tomcat JEE5 assemblies both use jasper for JSP so that explains why you're seeing

[jira] Created: (GERONIMO-2651) Servlet annotations are not supported

2006-12-12 Thread Krishnakumar B (JIRA)
) Components: web Affects Versions: 2.0-M1, 2.0-M2 Reporter: Krishnakumar B Servlet JEE5 annotations are not supported. ( I have tried @Resource in servlet to get reference to a datasource.) Not sure which release this is targetted at so adding it to 2.0-M1 2.0-M2

Re: Stack trace while shutting down amq in geronimo 2.0

2006-12-07 Thread Krishnakumar B
I get this error when shutting down jee5-jetty6 jee5-tomcat Regards Krish On 12/7/06, anita kulshreshtha [EMAIL PROTECTED] wrote: This trace is produced by geronimo-framework. The trace is produced when attributes of JavaCompContext (rmi-naming) are viewed by jconsole. Thanks Anita

Unable to build jetty6 jee5 assembly

2006-12-06 Thread Krishnakumar B
Hi, I am trying to build jetty6 assembly but it fails in modules-jetty6. [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.mortbay.jetty:jetty:jar:6.1-SNAPSHOT Try downloading the

Re: Unable to build jetty6 jee5 assembly

2006-12-06 Thread Krishnakumar B
Should jetty source be downloaded and built to get this jar. I tried jetty-6.1.0pre0.jar but it gives compilation errors during build of geronimo-jetty6 module. Regards Krish On 12/6/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, I am trying to build jetty6 assembly but it fails in modules

Error when building geronimo 2.0

2006-12-06 Thread Krishnakumar B
hi, The build fails in jetty6 builder module with following error Time to build schema type system: 1.011 seconds BUILD FAILED [INFO] [ERROR] BUILD ERROR [INFO]

Re: Query related to test framework

2006-12-01 Thread Krishnakumar B
can test almost anything as long as the tests are written in JUnit or TestNG. Hopefully soon, we should be able to drop the ejbcontainer-testsuite into it. You will see that this will not have anything to do with the browser. Cheers Prasad On 11/30/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi

Re: testsuite not running

2006-12-01 Thread Krishnakumar B
On 11/30/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, I tried running the testsuite following the instructions from cWiki. The tests stop and do not run after the message Running deployment or Running console. I have checked out trunk and built the server assemblies. rt\test-ear-j2ee_1.4\2.0

testsuite not running

2006-11-30 Thread Krishnakumar B
Hi, I tried running the testsuite following the instructions from cWiki. The tests stop and do not run after the message Running deployment or Running console. I have checked out trunk and built the server assemblies. rt\test-ear-j2ee_1.4\2.0-SNAPSHOT\test-ear-j2ee_1.4-2.0-SNAPSHOT.ear with

1.2 SNAPSHOT build error

2006-11-23 Thread Krishnakumar B
I get an error in configs rmi-naming while building 1.2-SNAPSHOT geronimo. [INFO] [car:package] [INFO] Packaging module configuration: C:\g12\configs\rmi-naming\target\plan\pla n.xml [INFO] [ERROR] BUILD ERROR [INFO]

Re: 1.2 SNAPSHOT build error

2006-11-23 Thread Krishnakumar B
configurations based on the GBeanInfo having the SUID 1053655034244747613 are in your local m2 repository and they cannot be loaded. Thanks, Gianny On 23/11/2006, at 9:19 PM, Krishnakumar B wrote: I get an error in configs rmi-naming while building 1.2-SNAPSHOT geronimo. [INFO] [car:package

Unable to start server 1.2-SNAPSHOT

2006-11-23 Thread Krishnakumar B
I did a build of 1.2-SNAPSHOT successfully. Starting tomcat assembly fails with the following error. I am using Sun JDK 1.5 Booting Geronimo Kernel (in Java 1.5.0_09)... 11:47:58,106 ERROR [GBeanInstanceState] Error while starting; GBean is now in th e FAILED state:

Re: Issues with Scout in Geronimo

2006-11-06 Thread Krishnakumar B
3, 2006, at 10:18 AM, Davanum Srinivas wrote: Yes! -- dims On 11/3/06, Jason Dillon [EMAIL PROTECTED] wrote: Does the new version fix their log4j.properties to not enable log4j.debug? --jason On Nov 3, 2006, at 5:25 AM, Krishnakumar B wrote: I have been trying to use JAXR for doing

Issues with Scout in Geronimo

2006-11-03 Thread Krishnakumar B
I have been trying to use JAXR for doing registry operations in jUDDI that comes with geronimo. The version of Scout in geronimo 1.1.1 scout-0.5.jar seems to have issues related to ServiceBinding. These are reported as JIRA issues in Scout and are fixed in 0.7-RC1 version of Scout.

Re: [ANNOUNCE] Please welcome Vamsavardhana Reddy as one of our newest Committer

2006-10-18 Thread Krishnakumar B
Congrats Vamsi. Regards Krish On 10/19/06, John Sisson [EMAIL PROTECTED] wrote: Congratulations Vamsi! Regards, John Alan Cabrera wrote: The Geronimo PMC is pleased to announce that Vamsavardhana Reddy has recently accepted our invitation to become an Apache Geronimo Committer. Vamsi has

creating a dev environment in eclipse

2006-10-10 Thread Krishnakumar B
Hi, I did a eclipse build using m2. I have imported the projects into eclipse. I get errors for XMLBeans related classes ( schemaorg_apache_xmlbeans.system.s0B3316F73CD7FBB57F083731B55F55A3 cannot be resolved ). In m1 i used to do a rebuild to get these classes. What's the equivalent in m2.

Build errors in Building Geronimo Applications, Console :: Standard Portlets

2006-10-10 Thread Krishnakumar B
Hi, When i do a build i get errors here [INFO] - --- [INFO] Building Geronimo Applications, Console :: Standard Portlets [INFO]task-segment: [install] [INFO]

Re: Build errors in Building Geronimo Applications, Console :: Standard Portlets

2006-10-10 Thread Krishnakumar B
having the same problem for quite a while. I am wondering how can I fixed this problem too. Thanks, Lasantha Ranaweera Krishnakumar B wrote: Hi, When i do a build i get errors here [INFO

Re: Geronimo jee5 webservices integration

2006-10-05 Thread Krishnakumar B
hi David, I would also be glad to make some contributions. I am new to this so would need some pointers as to what to focus on. I would start by reading the specs and also getting familiar with Axis 2. Regards Krishnakumar On 10/5/06, Manu George [EMAIL PROTECTED] wrote: Hi David,

Build error

2006-10-05 Thread Krishnakumar B
hi, I get this error during build [INFO] Packaging module configuration: C:\Apache\geronimo-1.2\configs\client-cor ba-yoko\target\plan\plan.xml [INFO] [ERROR] BUILD ERROR [INFO]

Re: [ANNOUNCE] Welcome Hernan Cunico as the newest member of the Geronimo PMC

2006-09-12 Thread Krishnakumar B
Congrats Hernan. Regards Krishnakumar On 9/13/06, Alan D. Cabrera [EMAIL PROTECTED] wrote: Congrats Hernan! Regards, Alan On Sep 11, 2006, at 7:08 AM, Kevan Miller wrote: All, The Geronimo PMC is pleased to welcome Hernan Cunico as the newest member of the Geronimo PMC. We're very

[jira] Updated: (GERONIMO-2343) tomcat does not use maxPostSize set in config.xml

2006-08-24 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2343?page=all ] Krishnakumar B updated GERONIMO-2343: - Affects Version/s: 1.1.1 tomcat does not use maxPostSize set in config.xml

[jira] Created: (GERONIMO-2343) tomcat does not use maxPostSize set in config.xml

2006-08-22 Thread Krishnakumar B (JIRA)
(Regular issues) Components: Tomcat Affects Versions: 1.1.2, 1.1.x Reporter: Krishnakumar B Attachments: tomcat-maxPostSize.patch I set a value for maxPostSize in config.xml gbean name=TomcatWebConnector attribute name=host0.0.0.0/attribute

[jira] Updated: (GERONIMO-2343) tomcat does not use maxPostSize set in config.xml

2006-08-22 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2343?page=all ] Krishnakumar B updated GERONIMO-2343: - Attachment: tomcat-maxPostSize.patch tomcat does not use maxPostSize set in config.xml

[jira] Commented: (GERONIMO-2312) Create a New JMS Group throws error for external RAR

2006-08-16 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2312?page=comments#action_12428362 ] Krishnakumar B commented on GERONIMO-2312: -- Create a new JMS Group deploys successfully if there is no geronimo-ra plan bundled with RA

[jira] Created: (GERONIMO-2316) Unable to create a new Active IO listener from console

2006-08-11 Thread Krishnakumar B (JIRA)
: public (Regular issues) Components: ActiveMQ Affects Versions: 1.2 Environment: Geronimo 1.1 Reporter: Krishnakumar B I get the following exception when i create a New Active IO Listener from console 12:46:13,784 ERROR [JMSConnectorPortlet] Unable to process

[jira] Created: (GERONIMO-2317) Unable to create a new peer listener from console

2006-08-11 Thread Krishnakumar B (JIRA)
(Regular issues) Components: ActiveMQ Affects Versions: 1.2 Environment: Geronimo 1.1 Reporter: Krishnakumar B I get the following exception when i create a new peer listener from console 12:48:47,655 ERROR [GBeanInstanceState] Error while starting; GBean is now

[jira] Updated: (GERONIMO-2317) Unable to create a new peer listener from console

2006-08-11 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2317?page=all ] Krishnakumar B updated GERONIMO-2317: - Component/s: console Unable to create a new peer listener from console - Key

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

2006-08-11 Thread Krishnakumar B (JIRA)
: public (Regular issues) Components: ActiveMQ, console Affects Versions: 1.2 Environment: Geronimo 1.1 Reporter: Krishnakumar B I am unable to create a new openwire listener from console. I get the following exception 12:51:25,081 ERROR [GBeanInstanceState] Error

Re: How to resolve JMS Dependency ?

2006-08-10 Thread Krishnakumar B
change I am attaching all configuration files here I have 2 war in my ear thats why i attached 2 geronimo-web.xml please help me Thanks Manish On 8/8/06, Krishnakumar B [EMAIL PROTECTED] wrote: For referring to Queues u should use

[jira] Created: (GERONIMO-2310) Ability to import plugin file from file system

2006-08-10 Thread Krishnakumar B (JIRA)
(Regular issues) Components: Plugins Reporter: Krishnakumar B Priority: Minor Currently i am able to import plugin from remote repository. ( http://some_url If i can import plugin from file system it would be useful. -- This message is automatically generated

[jira] Created: (GERONIMO-2311) Exporting plug-in configurations

2006-08-10 Thread Krishnakumar B (JIRA)
) Components: Plugins Affects Versions: 1.1.2 Reporter: Krishnakumar B Priority: Minor When i export a configuration from geronimo to plugin and save it to disk the file names are not legible for e.g) I exported a DataSource Saved as rar.0%2Frar I exported a War

[jira] Created: (GERONIMO-2312) Create a New JMS Group throws error for external RAR

2006-08-10 Thread Krishnakumar B (JIRA)
: public (Regular issues) Components: console Reporter: Krishnakumar B I deployed a JMS RAR using Deploy new and it is deployed. I tried to create a New JMS Group using the console wizard. When i see the deployment plan it doesnt seem right and i get a deployment error when i

[jira] Updated: (GERONIMO-2312) Create a New JMS Group throws error for external RAR

2006-08-10 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2312?page=all ] Krishnakumar B updated GERONIMO-2312: - Attachment: GERJMSRAR.rar Attached RAR i am using to create a new JMS Group Create a New JMS Group throws error for external RAR

Re: Hi , JMS Portlet doesn't show other than activemq.rar file

2006-08-10 Thread Krishnakumar B
Hi ahmed, Use the console to import the rar file into repository. Or place it with correct naming conventions GroupID/ArtifactID/Version/Type inside the repository. Regards Krishnakumar On 8/10/06, ahmed [EMAIL PROTECTED] wrote: Hi , Iam using JMS Porlet , Inorder to create a JMS

Re: How to resolve JMS Dependency ?

2006-08-08 Thread Krishnakumar B
Hi Manish, Can u try naming:resource-ref naming:ref-namejms/AcevaPublisherQueue/naming:ref-name naming:resource-linkAcevaPublisherQueue/naming:resource-link /naming:resource-ref where link refers to message-destination-nameAcevaPublisherQueue/message-destination-name in RA plan.

Re: How to resolve JMS Dependency ?

2006-08-08 Thread Krishnakumar B
For referring to Queues u should use nam:resource-env-ref nam:ref-name/nam:ref-name admin-object-link/admin-object-link /nam:resource-env-ref or Message Destination Reference I think both would work http://www.chariotsolutions.com/geronimo/geronimo-1.1/web-plan.html#web-plan-refs ( You

[jira] Updated: (GERONIMO-2118) Deploying and starting web application in console shows successful even on start exceptions.

2006-08-02 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2118?page=all ] Krishnakumar B updated GERONIMO-2118: - Attachment: ConsoleDeploymentCheck-2118.patch Using console when i deploy an application and it throws Exception when starting the GBeans

[jira] Updated: (GERONIMO-2118) Deploying and starting web application in console shows successful even on start exceptions.

2006-08-02 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2118?page=all ] Krishnakumar B updated GERONIMO-2118: - Patch Info: [Patch Available] Affects Version/s: 1.1.1 1.2 (was: 1.1) Updated

[jira] Created: (GERONIMO-2263) Redeploy application from console

2006-08-02 Thread Krishnakumar B (JIRA)
) Components: console Affects Versions: 1.2 Environment: JDK 1.4.2.X Reporter: Krishnakumar B Priority: Minor I deployed an application successfully from console. I did some changes and am trying to redeploy the same application by checking box Redeploy Application

Re: Implementing Global JNDI

2006-08-01 Thread Krishnakumar B
Hi David, Few days back i had attached a implementation to JIRA-2153. Would be glad if u can provide ur review comments for the same. Regards Krishnakumar On 7/18/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi David, I have updated the JIRA-2153 with Context implementation and GBean

[jira] Updated: (GERONIMO-2124) Deploying an EAR with included WAR and there included commons-logging fails

2006-07-28 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2124?page=all ] Krishnakumar B updated GERONIMO-2124: - Attachment: SimpleServlet.war Hi, I tried this feature in geronimo 1.1 and it works. The geronimo plan has hidden-classes

[jira] Updated: (GERONIMO-2124) Deploying an EAR with included WAR and there included commons-logging fails

2006-07-28 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2124?page=all ] Krishnakumar B updated GERONIMO-2124: - Kindly try out the attached war SimpleServlet.war and see if it works in ur environment. We can then work on this issue or close it. Deploying

[jira] Updated: (GERONIMO-1986) TranQL Connector doesn't check Driver Class during deployment

2006-07-24 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1986?page=all ] Krishnakumar B updated GERONIMO-1986: - Attachment: tranql-1986.patch Check in ConnectorModuleBuilder if Driver class id there in ClassLoader ( cl ). If not throw a Deployment Exception

[jira] Updated: (GERONIMO-1986) TranQL Connector doesn't check Driver Class during deployment

2006-07-24 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1986?page=all ] Krishnakumar B updated GERONIMO-1986: - Attachment: tranql-1986-updated.patch Check if Driver attribute has a value. Not all tranql plans have Driver attribute TranQL Connector

[jira] Updated: (GERONIMO-2153) Global JNDI

2006-07-18 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=all ] Krishnakumar B updated GERONIMO-2153: - Attaching a Context Implementation and GBean for binding connectors. The GBean is called from Builder and a reference is passed thats bound to JNDI

[jira] Updated: (GERONIMO-2153) Global JNDI

2006-07-18 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=all ] Krishnakumar B updated GERONIMO-2153: - Attachment: GeronimoGlobalContext.java Context implementation Global JNDI --- Key: GERONIMO-2153 URL

[jira] Updated: (GERONIMO-2153) Global JNDI

2006-07-18 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=all ] Krishnakumar B updated GERONIMO-2153: - Attachment: ConnectorJNDIBindingGBean.java GBean that binds and unbinds Connectors to JNDI Global JNDI --- Key

Re: Implementing Global JNDI

2006-07-18 Thread Krishnakumar B
do you need anything but a GBean reference to the appropriate GBean. http://issues.apache.org/jira/browse/GERONIMO-2153 thanks david jencks On Jul 6, 2006, at 6:06 AM, Krishnakumar B wrote: Hi David, I tried this and it works for Custom Resource Adapters. There is still a problem

[jira] Created: (GERONIMO-2186) Editing of Connection Pools other than Derby from console not working

2006-07-13 Thread Krishnakumar B (JIRA)
(Regular issues) Components: console Versions: 1.2 Reporter: Krishnakumar B Priority: Minor Editing of connection pools other than Cloudscape is currently not working -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Created: (GERONIMO-2187) Ability to set scope of Connection Pool created from console

2006-07-13 Thread Krishnakumar B (JIRA)
) Components: console Versions: Wish List Reporter: Krishnakumar B Priority: Minor Improves usability if user can also set scope of Pool from Console. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators

[jira] Created: (GERONIMO-2188) Need to configure CommitBeforeAutoCommit=true for Database Commits in Oracle

2006-07-13 Thread Krishnakumar B (JIRA)
Security: public (Regular issues) Components: connector Versions: 1.1.1 Reporter: Krishnakumar B We have to configure CommitBeforeAutCommit=true property exclusively in the database connection pool plan, to have the ejb -based transactions immediately committed for oracle database

[jira] Updated: (GERONIMO-1293) Provide tomcat statistics

2006-07-13 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1293?page=all ] Krishnakumar B updated GERONIMO-1293: - Can some more details like Execute Thread, Queue Length be provided for Tomcat that would be useful for performance modelling Provide tomcat

Re: Implementing Global JNDI

2006-07-06 Thread Krishnakumar B
. Thanks Manu On 6/28/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, We have created a JIRA (http://issues.apache.org/jira/browse/GERONIMO-2153 ) and attached the initial draft. We have tried two approaches. * Adding to plan * Deploying from Builder. The EJBJNDIBindingGBean deploys from

[jira] Updated: (GERONIMO-2153) Global JNDI

2006-06-28 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=all ] Krishnakumar B updated GERONIMO-2153: - Attachment: jndi-project.zip Initial Draft for review. Global JNDI --- Key: GERONIMO-2153 URL: http

Re: Implementing Global JNDI

2006-06-28 Thread Krishnakumar B
to make this more suitable for adding into the product. Regards Krishnakumar B On 6/26/06, Jacek Laskowski [EMAIL PROTECTED] wrote: On 6/23/06, Krishnakumar B [EMAIL PROTECTED] wrote: The plan needs to have some XML Tag to say this resource needs to gets into Global JNDI and the builder can

[jira] Created: (GERONIMO-2153) Global JNDI

2006-06-27 Thread Krishnakumar B (JIRA)
Global JNDI --- Key: GERONIMO-2153 URL: http://issues.apache.org/jira/browse/GERONIMO-2153 Project: Geronimo Type: New Feature Security: public (Regular issues) Components: naming Versions: 1.2 Reporter: Krishnakumar B Implementing

[jira] Updated: (GERONIMO-2153) Global JNDI

2006-06-27 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2153?page=all ] Krishnakumar B updated GERONIMO-2153: - Patch Info: (was: [Patch Available]) Global JNDI --- Key: GERONIMO-2153 URL: http://issues.apache.org/jira/browse

Error in building assembly for 1.1

2006-06-01 Thread Krishnakumar B
hi, i am trying to build a tomcat assembly for 1.1 BUILD FAILED File.. C:\Documents and Settings\Administrator\.maven\cache\geronimo-assembl y-plugin-1.1.0-12\plugin.jelly Element... assemble:installConfig Line.. 197 Column 149 org.apache.geronimo.gbean.GBeanInfo incompatible with

Re: Implementing Global JNDI

2006-05-24 Thread Krishnakumar B
Thanks for the feedback and inputs. Regards Krishnakumar On 5/24/06, Dain Sundstrom [EMAIL PROTECTED] wrote: On May 23, 2006, at 5:19 PM, David Jencks wrote: On May 23, 2006, at 6:28 AM, Krishnakumar B wrote: Hi, I have a few doubts related to implementation of global jndi

Re: Implementing Global JNDI

2006-05-23 Thread Krishnakumar B
Hi, I have a few doubts related to implementation of global jndi. * Currently we have java:comp/env stored in Local JNDI. In Global JNDI should objects be bound using a different namespace e.g) java: or java:global? * When we implement global JNDI we have some entries in Global and All entries

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

2006-04-27 Thread Krishnakumar B
Congrats Guillaume On 4/28/06, Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Congratulations Guillaume!! -Vamsi On 4/28/06, Dain Sundstrom [EMAIL PROTECTED] wrote: The Apache Geronimo PMC is proud to announce Guillaume Nodet as our newest Apache Geronimo committer, and look forward to

Re: Implementing Global JNDI

2006-04-26 Thread Krishnakumar B
Hi Guillaume, The ENCConfigBuilder and ComponentContextBuilder are called when u deploy an application and need a JNDI reference. How does it happen when u start the app server with some apps already deployed? How is the Context built? Regards Krish On 4/26/06, Guillaume Nodet [EMAIL PROTECTED]

SSO in Tomcat

2006-04-20 Thread Krishnakumar B
Hi, I have a ? related to SSO in tomcat. I can build geronimo configuring a SSO Valve and use this in web applications deployed in Tomcat. This works. If i deploy a new Valve along with a web application this does not work. Can valves be deployed at application level so that it works for some

Re: SSO in Tomcat

2006-04-20 Thread Krishnakumar B
On 4/20/06, Jeff Genender [EMAIL PROTECTED] wrote: Yes, you should be able to do this. Look at the geronimo-web.xml for the Tomcat descriptor. There is a xml tag that lets you reference a valve in the geronimo-web.xml. Krishnakumar B wrote: Hi, I have a ? related to SSO in tomcat. I

Re: JDBC Pool access from remote client.

2006-02-27 Thread Krishnakumar B
don't have anything that a non-J2EE client can take advantage of. Patches would be appreciated. :) Thanks, Aaron On 2/23/06, Krishnakumar B [EMAIL PROTECTED] wrote: Hi, Can i get a JDBC Connection for a remote java application from Geronimo Pool? I saw this listed

JDBC Pool access from remote client.

2006-02-23 Thread Krishnakumar B
Hi, Can i get a JDBC Connection for a remote java application from Geronimo Pool? I saw this listed as a requirement in Road Map. ( A JDBC network wrapper allowing a remote client to access a JDBC pool running in the server ) In case this needs to be provided would the approach be as follows.

[jira] Updated: (GERONIMO-585) No indication when DefaultWorkManager pool is exhausted

2006-01-31 Thread Krishnakumar B (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-585?page=all ] Krishnakumar B updated GERONIMO-585: Attachment: WorkExecutorPoolImpl.patch Prints WARN message in log file WARN [WorkExecutorPoolImpl] Pool size is fully consumed -- Maximum Pool Size

DefaultWorkManager and Pool Size

2006-01-23 Thread Krishnakumar B
. The PooledExecutor getPoolSize() gives the size of pool currently consumed If so can this check can be added to WorkExecutorPoolImpl to check the pool size during execution? If i need to increase the pool size is it enough to redeploy DefaultWorkManager GBean? Regards Krishnakumar B

Re: Geronimo w/ WebSphere MQ 5.3 XA

2006-01-15 Thread Krishnakumar B
hi Jason, I have tried without XA to keep it simple. XA would also work without any issues. You can try this for XA support ( https://genericjmsra.dev.java.net/docs/userguide/userguide.html ). With some modifications this works on geronimo. Regards Krishnakumar B On 1/14/06, Jason Dillon

Config Id Clarification related to Classloading

2005-12-15 Thread Krishnakumar B
. Are there any changes related to classloading post M5 so that i dont get this error. Krishnakumar B

Resource Adapter Reference in MDB

2005-12-02 Thread Krishnakumar B
State changed from stopped to starting GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEServer=geronimo,JCAResource=test/jms.rar,j2eeType=JCAManagedConnectionFactory,name=TestFactory State changed from starting to running Regards Krishnakumar B

Re: Resource Adapter Reference in MDB

2005-12-02 Thread Krishnakumar B
/connector I am using a snapshot version post M5. Regards Krishnakumar B On 12/2/05, David Jencks [EMAIL PROTECTED] wrote: After looking at the code I don't see how this is possible. There's no evidence the ResourceAdapterWrapper gbean is being started. Could you show the ra.xml please

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

2005-11-29 Thread Krishnakumar B
hi, Check the deployment plan if the references are correct. Sample plan file. gbean name=test-realm class=org.apache.geronimo.security.realm.GenericSecurityRealm attribute name=realmNametest-realm/attribute reference name=LoginModuleConfiguration nametest-login/name

[jira] Created: (GERONIMO-1217) WARN message in console for JMS Server

2005-11-21 Thread Krishnakumar B (JIRA)
WARN message in console for JMS Server -- Key: GERONIMO-1217 URL: http://issues.apache.org/jira/browse/GERONIMO-1217 Project: Geronimo Type: Improvement Components: console Versions: 1.0-M5 Reporter: Krishnakumar B

Query related to JetSpeed and Geronimo

2005-10-23 Thread Krishnakumar B
feature of jetspeed work on Geronimo? Thanks for any info. Regards Krishnakumar B

[jira] Created: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-19 Thread Krishnakumar B (JIRA)
: Krishnakumar B Currently ou=system is available in Apache Directory bundled with M5. Need the ability to create new partitions to add LDAP entries. ( e.g dc=test,dc=com) This is added through property files in Apache DS server.db.partition.suffix.apache=dc=test,dc=com

Adding a partition to Apache DS with Geronimo

2005-10-18 Thread Krishnakumar B
hi, i am trying to create a new partition with apache DS that comes with geronimo dn: dc=myhost,dc=com dc: myhost objectClass: dcObject The documentation for directory server says to use properties file server.db.partition.suffix.apache=dc=myhost,dc=com server.db.partition.indices.apache=ou cn

GBean starting message

2005-10-10 Thread Krishnakumar B
Hi, When deploying realms i get Successfullly deployed. When starting the server i get the following message. Warning : some gbens not started successfully. (gbean -name) starting. If i try starting these GBeans using deployer it says already started. These GBeans are in starting state and

MailMessage parse help

2005-09-20 Thread Krishnakumar B
need to do to overcome this error. I tried adding another implementation of mail.jar but i still get this error. Thanks for any help. Regards Krishnakumar B

Re: [discussion] How do we get help with testing?

2005-09-14 Thread Krishnakumar B
1+ for me also. I am also interested in contributions. Regards Krishnakumar B On 9/14/05, Chinthaka Thilakarathna [EMAIL PROTECTED] wrote: here is my +1 really i'm just going to star my particpation with the project. i'd like to try with testing things also. Chin

Getting reference of Jetty server in Geronimo

2005-08-10 Thread Krishnakumar B
Hi, I am reposting this to dev group for some help. I need object reference of Jetty Server started in geronimo. Any idea how i can get the same. I am not able to find a Jetty related GBean that gives reference of Server created. thanks for help and ideas. Regards Krish

  1   2   >