How do I get source dumped when run in DEBUG mode

2006-01-09 Thread Phani Madgula
Hi   I started Geronimo1.0 in JDB DEBUG mode using geronimo DEBUG command. I am able to observe thread stackspace, classes loaded and etc. However, when I type "list" command to list the java source of the class where the break point is set, it is saying "Source file not found: HelloWorldExample.j

Re: How to deploy a database connection pool from plugin

2006-01-09 Thread Lin Sun
If I define it within the plan, I can only create module scoped or application scoped database connection pool (not server wide), which is ok for my purpose. So I tried to add the resource reference from the eclipse gui, and discovered bug DEVTOOLS-34. Thanks, Lin --- Sachin Patel <[EMAIL PRO

Re: JSR77 StateManageable inconsistency?

2006-01-09 Thread Leigh Williamson
Here is a simple example program to demonstrate the issue. It can be directly deployed to Geronimo. The essential ingredients are a TestBean.java class that is a client to the JSR77 ManagementEJB, and a JSP to display the results of testBean methods. Here is the source for the TestState.jsp:

Re: JSR77 StateManageable inconsistency?

2006-01-09 Thread Leigh Williamson
Yes, I will extract a small example from the program I am working on and post it. Thanks! Leigh Williamson [EMAIL PROTECTED] Aaron Mulder <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/09/2006 02:27 PM Please respond to user@geronimo.apache.org To user@geronimo.apache.org cc

Re: How to deploy a database connection pool from plugin

2006-01-09 Thread Sachin Patel
Can you define it within the plan? If not, you can bring up the console from the context menu on the server in the servers view. - sachin On Jan 9, 2006, at 3:33 PM, Lin Sun wrote: Yeah I know how to do it using the console (significantly improved since last time I saw the console) or d

Re: How to turn on the plugin trace

2006-01-09 Thread Sachin Patel
Tracing for eclipse plugins is enabled by using the .options file that is packaged within a given plugin. The output is not sent to the .log or server logs but to the console when eclipse is launched with... eclipse -debug pathToOptionsFile - sachin On Jan 9, 2006, at 3:11 PM, Lin Sun w

Re: How to deploy a database connection pool from plugin

2006-01-09 Thread Lin Sun
Yeah I know how to do it using the console (significantly improved since last time I saw the console) or deploy.bat. I'd also like to know if it is possible to do it from the plugin. Thanks, Lin --- Aaron Mulder <[EMAIL PROTECTED]> wrote: > I'm not sure about Eclipse, but you can create a d

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
On Jan 9, 2006, at 11:38 AM, David Jencks wrote: On Jan 9, 2006, at 4:15 AM, Michael Allman wrote: On Mon, 9 Jan 2006, David Jencks wrote: I started looking into the daytrader app you mentioned. I think I found its deployed instance in config-store/28, but it looks like it bundles

Re: How to deploy a database connection pool from plugin

2006-01-09 Thread Aaron Mulder
I'm not sure about Eclipse, but you can create a database connection pool using the management console: http://chariotsolutions.com/geronimo/database-console.html Aaron On 1/9/06, Lin Sun <[EMAIL PROTECTED]> wrote: > Hi there, > > I have a simple jsp application that would display the data from

Re: JSR77 StateManageable inconsistency?

2006-01-09 Thread Aaron Mulder
Hmm, that's curious. Every GBean is state manageable in the sense that if you talk to the kernel it can get and change the state of the GBean. And if you have the kernel generate you a proxy it includes the state manageable methods in one of the implemented interfaces, IIRC. However, it may well

How to deploy a database connection pool from plugin

2006-01-09 Thread Lin Sun
Hi there, I have a simple jsp application that would display the data from a table within the embedded derby database. If I use the command line deployment tool, I would just deploy the database connection pool first, then deploy my application. But how do I deploy a database connection poo

How to turn on the plugin trace

2006-01-09 Thread Lin Sun
Hi there, I've been looking at the plugin code and saw the following but I don't see "kernelFullyStarted = " anywhere in geronimo server log or plugin .metadata\.log. Can someone please advise how to turn on the plugin trace and where all the trace/logs related to plugin are? Trace.trace(Tra

JSR77 StateManageable inconsistency?

2006-01-09 Thread Leigh Williamson
I have been attempting to port a J2EE 1.4 management program to Geronimo and noticed what appears to be inconsistency in the way JSR77 StateManageable attribute is handled. The spec says that if one of the JSR77 objects does support the StateManageable interface it should return "true" for the

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
On Jan 9, 2006, at 4:15 AM, Michael Allman wrote: On Mon, 9 Jan 2006, David Jencks wrote: I started looking into the daytrader app you mentioned. I think I found its deployed instance in config-store/28, but it looks like it bundles the activemq and tranql resource adapters under th

Re: Error: Unable to distribute tranql-connector-1.1.rar

2006-01-09 Thread Aaron Mulder
The parentId attribute has the wrong value. If you want to include that attribute I think it should be set to geronimo/j2ee-server/1.0/car, but it's simpler to just omit it (it defaults to a sensible value). Also, as the warning notes, there are some obsolete elements in your plan which really ou

Error: Unable to distribute tranql-connector-1.1.rar

2006-01-09 Thread chenz
Hi All I try to configure resource with tutorial list http://opensource2.atlassian.com/confluence/oss/pages/viewpage.action?pageId=937 When I deploy the connection pool I got errors below - D:\geronimo-1.0>java -jar bin/deployer.jar --user system --password manager

Re: Web Console authentication realm

2006-01-09 Thread Cristian Roldan
Hi Aaron, Yes, I mean the user/password when you execute the deploy.bat I will try to execute these steps.   Thanks. Aaron Mulder <[EMAIL PROTECTED]> escribió: Do you mean, when the deploy tool prompts you for a username andpassword to connect to the server, what security realm is that?

Re: Web Console authentication realm

2006-01-09 Thread Aaron Mulder
Do you mean, when the deploy tool prompts you for a username and password to connect to the server, what security realm is that? It's called geronimo-properties-realm and it reads the users and groups from var/security/users.properties and var/security/groups.properties. I think you could change

Web Console authentication realm

2006-01-09 Thread Cristian Roldan
Any idea ? Cristian Roldan <[EMAIL PROTECTED]> escribió:Hi All,         I could change the Web Console's authentication realm to use a ldap realm, i'm using the Geronimo's ldap (1389) , every thing works ok. But I saw that de deploy.bat script is using another realm, could someone tell me w

Re: geronimo statistics via JMX

2006-01-09 Thread Aaron Mulder
On 1/9/06, Cristian Roldan <[EMAIL PROTECTED]> wrote: > Hi Aaron, > Is there any table with all the statistics available ? If by that you mean documentation, not at present. I know there are statistics on JVM and the Jetty servlet container, I think that might be it. We'd have to look at the

Re: geronimo statistics via JMX

2006-01-09 Thread Cristian Roldan
Hi Aaron,     Is there any table with all the statistics available ?   Thanks. Aaron Mulder <[EMAIL PROTECTED]> escribió: There's not a whole lot of statistics available in 1.0. However, youshould start with the JVM statistics (memory usage, etc.) which *are*there, and if that works for you th

Re: geronimo statistics via JMX

2006-01-09 Thread Aaron Mulder
There's not a whole lot of statistics available in 1.0. However, you should start with the JVM statistics (memory usage, etc.) which *are* there, and if that works for you then it should be easy for you to pick up the rest as they are implemented. You can get to the JVM stats through the usual JS

geronimo statistics via JMX

2006-01-09 Thread Cristian Roldan
Hi All,     I was playing a little bit with Geronimos's JMX and MC4J console, I didn't see any statistics like HTTP Session, HTTP/S pool,  JCA connection pool , Transaction (Local/global),  etc. How can I get this kind of information ? is it available in version 1.0 ?   Thanks in advance. 1

Re: deploying a resource adapter (fwd)

2006-01-09 Thread Michael Allman
On Mon, 9 Jan 2006, David Jencks wrote: I started looking into the daytrader app you mentioned. I think I found its deployed instance in config-store/28, but it looks like it bundles the activemq and tranql resource adapters under the TradeDataSource and TradeJMS subdirectories, respect

Re: Exceptions when deploying a resource adapter

2006-01-09 Thread Krishnakumar B
hi all, apologies. Kindly ignore. The rar file used for deployment was incorrect and geronimo throws a whole stack of errors. Regards Krish On 1/9/06, Krishnakumar B <[EMAIL PROTECTED]> wrote: > hi, > > I am trying to deploy a resource adapter. During deployment i get a > lot of exceptions. > >

Exceptions when deploying a resource adapter

2006-01-09 Thread Krishnakumar B
hi, I am trying to deploy a resource adapter. During deployment i get a lot of exceptions. Is something basically wrong? 16:51:34,680 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: objectName="geronimo.server:J2EEApplication=null,J2EEServer=geronimo,JCAResourc

Re: deploying a resource adapter (fwd)

2006-01-09 Thread David Jencks
I started looking into the daytrader app you mentioned.  I think I found its deployed instance in config-store/28, but it looks like it bundles the activemq and tranql resource adapters under the TradeDataSource and TradeJMS subdirectories, respectively.  Are you saying they don't need to be there,

Mailing-List:

2006-01-09 Thread Bhanu Vasireddy