Re: ClassLoader, JNDI and Dependency views in console

2007-01-16 Thread Rakesh Midha
Hello I got the Classloader tree size reduced by 90% using the manual links in dojo tree, for all the classloaders which occurs multiple times. These links are loaded only when parent node is expanded. From user perspective this will not make any difference, but internally all the dojo

Re: ClassLoader, JNDI and Dependency views in console

2007-01-12 Thread Lasantha Ranaweera
trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have a look at https://issues.apache.org

Re: ClassLoader, JNDI and Dependency views in console

2007-01-12 Thread Paul McMahan
It seems there is some confusion about the difference between a Geronimo plugin and a view that plugs in to the admin console. This is probably due to the fact that we haven't really established the terminology and best practices behind these new concepts yet. To further complicate the issue

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread David Jencks
On Jan 11, 2007, at 2:39 AM, Rakesh Midha wrote: Hello Chris, Is there some specific scenerio where you are getting java heap space error. What I am guessing is that there can be a scenerio where classloaders are cyclic. Is it possible, that Classloader C1 is a parent of Classloader

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Paul McMahan
On 1/10/07, Kevan Miller [EMAIL PROTECTED] wrote: Paul, Are you suggesting that we should start architecting the console to be more pluggable? Or suggesting that Rakesh rewrite these viewers? We've talked about architecting the console to be more pluggable and I'm definitely in favor of that.

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Christopher M. Cardona
Rakesh Midha wrote: Hello Chris, Is there some specific scenerio where you are getting java heap space error. What I am guessing is that there can be a scenerio where classloaders are cyclic. Is it possible, that Classloader C1 is a parent of Classloader C2 Classloader C2 is a parent of

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Kevan Miller
On Jan 11, 2007, at 6:08 PM, Christopher M. Cardona wrote: Rakesh Midha wrote: Hello Chris, Is there some specific scenerio where you are getting java heap space error. What I am guessing is that there can be a scenerio where classloaders are cyclic. Is it possible, that Classloader

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Paul McMahan
On 1/11/07, Kevan Miller [EMAIL PROTECTED] wrote: I'd like to commit what we have ATM and start addressing these issues (memory, ejb jar, plugability) as bug fixes/enhancements. Anybody feel strongly otherwise? +1

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Christopher M. Cardona
Kevan Miller wrote: I'd like to commit what we have ATM and start addressing these issues (memory, ejb jar, plugability) as bug fixes/enhancements. Anybody feel strongly otherwise? --kevan My only worry right now is the Classloader Viewer but I'm ok checking it in as is. If nobody complains

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Vamsavardhana Reddy
I don't know if I understand your comments about ca-helper app correctly. The purpose of the ca-helper app is to enable users submit certificate requests from web browsers (currently, from browsers that support KEYGEN tag), download and install issued certificates into web browsers. Access to

Re: ClassLoader, JNDI and Dependency views in console

2007-01-11 Thread Rakesh Midha
Hello Paul, I will definatly provide the this viewer as a plugin, but it may take some time. :-) kinda stuck in other activities and JIRAs. But definatly do it. chris, About Nullpointer, I fixed it in updated patch available in JIRA yesterday. I had fixed it in inital patch but somehow it went

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Donald Woods
[EMAIL PROTECTED] wrote: Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Paul McMahan
of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have a look at https://issues.apache.org/jira/browse/GERONIMO-2689 https://issues.apache.org/jira

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Christopher M. Cardona
Hi Rakesh, I was able to run the new portlets using trunk rev494034 but needed to change all view.jsps because I get javascript errors related to your calls to dojo.require(). The console uses Dojo 0.4.1 right now and I'm guessing you used a different version during development. Some widget

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Kevan Miller
On Jan 10, 2007, at 2:37 PM, Christopher M. Cardona wrote: Hi Rakesh, I was able to run the new portlets using trunk rev494034 but needed to change all view.jsps because I get javascript errors related to your calls to dojo.require(). The console uses Dojo 0.4.1 right now and I'm

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Christopher M. Cardona
Kevan, FYI, I updated https://issues.apache.org/jira/browse/GERONIMO-2689 to include a patch that will fix the javascript error. You should be able to view the new portlets at least. Please let me know if you still get problems. Best wishes, chris Kevan Miller wrote: On Jan 10, 2007, at

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Rakesh Midha
Oh I didnt see the JavaHeap space error about, let me check it out. thanks Rakesh On 1/11/07, Christopher M. Cardona [EMAIL PROTECTED] wrote: Kevan, FYI, I updated https://issues.apache.org/jira/browse/GERONIMO-2689 to include a patch that will fix the javascript error. You should be able to

Re: ClassLoader, JNDI and Dependency views in console

2007-01-10 Thread Rakesh Midha
Hello Chris, Is there some specific scenerio where you are getting java heap space error. What I am guessing is that there can be a scenerio where classloaders are cyclic. Is it possible, that Classloader C1 is a parent of Classloader C2 Classloader C2 is a parent of Classloader C3

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Rakesh Midha
the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have a look at https://issues.apache.org/jira/browse/GERONIMO-2689 https

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Christopher M. Cardona
kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Gianny Damour
trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Rakesh Midha
and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have a look at https://issues.apache.org

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Rakesh Midha
kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Paul McMahan
/07, Rakesh Midha [EMAIL PROTECTED] wrote: Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before

Re: ClassLoader, JNDI and Dependency views in console

2007-01-08 Thread Christopher M. Cardona
missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please

Re: ClassLoader, JNDI and Dependency views in console

2007-01-07 Thread Rakesh Midha
few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have

ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Rakesh Midha
Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread David Jencks
sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread David Jencks
, Rakesh Midha wrote: Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Sachin Patel
days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion below. I got this thing working, so I created three JIRA's, Please have

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Sachin Patel
, at 10:06 AM, Rakesh Midha wrote: Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Prasad Kashyap
Comments inline Cheers Prasad On 1/5/07, David Jencks [EMAIL PROTECTED] wrote: I like the pictures, but haven't had time to look at the implementations. Ditto I think some of the dependency viewer info is already available somewhere else where we show the parents and children of each

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Joe Bohn
Prasad Kashyap wrote: Comments inline Cheers Prasad On 1/5/07, David Jencks [EMAIL PROTECTED] wrote: I like the pictures, but haven't had time to look at the implementations. Ditto I think some of the dependency viewer info is already available somewhere else where we show the

Re: ClassLoader, JNDI and Dependency views in console

2007-01-05 Thread Christopher M. Cardona
: Hello First of all I am sorry for being missing from the list for last few days, actually I have been trying to get this work item done. I kinda liked the idea of having ClassLoader, JNDI and Dependency views in console. We have discussed this before in dev list, please read the discussion