ejtools-developers Mailing List for EJTools (Page 6)
Brought to you by:
letiemble
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(8) |
Aug
(6) |
Sep
(4) |
Oct
(5) |
Nov
(3) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(18) |
Mar
(19) |
Apr
(11) |
May
(2) |
Jun
(10) |
Jul
(6) |
Aug
(16) |
Sep
(15) |
Oct
|
Nov
(16) |
Dec
|
2004 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-02-10 21:16:02
|
Bugs item #676902, was opened at 2003-01-29 18:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 Category: JMX Browser (Swing) Group: None Status: Open >Resolution: Fixed Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Laurent Etiemble (letiemble) Summary: IndexOutOfBoundsException invoking multi argument ops Initial Comment: When a multi argument (>1) MBean operation is invoked the Swing UI throws an ArrayIndexOutOfBoundsException. This is due to a double index increment in FullMBeanMethodDialog.actionPerformed() (lines 207 - 214) : int j = 0; for (Iterator i = this.editors.iterator(); i.hasNext(); j++) { Editor editor = (Editor) i.next(); parameters[j] = editor.getEditor().getValue(); types[j] = editor.getType(); j++; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-02-10 17:03:01
|
Change Notes item #684035, was opened at 2003-02-10 18:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684035&group_id=49088 Category: Library : Common Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: ObjectName editor Initial Comment: ObjectNameEditor class has been reviewed to fit to the new class naming scheme and the BeanContextTreeView custom indexing. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684035&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-02-10 17:02:02
|
Change Notes item #684032, was opened at 2003-02-10 18:08 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684032&group_id=49088 Category: Library : AdWT Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: BeanContextTreeView reviewed Initial Comment: BeanContextTreeView class has been enhanced to support : - custom renderer - custom indexer Defaults implementation classes are provided and mimic the old behaviour. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684032&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-02-10 17:00:21
|
Change Notes item #684030, was opened at 2003-02-10 18:07 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684030&group_id=49088 Category: Project Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Package migration and clean-up Initial Comment: Applications : org.ejtools.jmxbrowser -> org.ejtools.jmx.browser org.ejtools.jndibrowser -> org.ejtools.jndi.browser Libraries : Various clean-up ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=684030&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-30 17:10:54
|
Bugs item #676902, was opened at 2003-01-29 18:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 Category: JMX Browser (Swing) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) >Assigned to: Laurent Etiemble (letiemble) Summary: IndexOutOfBoundsException invoking multi argument ops Initial Comment: When a multi argument (>1) MBean operation is invoked the Swing UI throws an ArrayIndexOutOfBoundsException. This is due to a double index increment in FullMBeanMethodDialog.actionPerformed() (lines 207 - 214) : int j = 0; for (Iterator i = this.editors.iterator(); i.hasNext(); j++) { Editor editor = (Editor) i.next(); parameters[j] = editor.getEditor().getValue(); types[j] = editor.getType(); j++; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-29 17:11:32
|
Bugs item #676902, was opened at 2003-01-29 18:16 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 Category: JMX Browser (Swing) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Nobody/Anonymous (nobody) Summary: IndexOutOfBoundsException invoking multi argument ops Initial Comment: When a multi argument (>1) MBean operation is invoked the Swing UI throws an ArrayIndexOutOfBoundsException. This is due to a double index increment in FullMBeanMethodDialog.actionPerformed() (lines 207 - 214) : int j = 0; for (Iterator i = this.editors.iterator(); i.hasNext(); j++) { Editor editor = (Editor) i.next(); parameters[j] = editor.getEditor().getValue(); types[j] = editor.getType(); j++; } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=676902&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-16 09:58:15
|
Bugs item #633317, was opened at 2002-11-04 16:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview >Status: Pending Resolution: Postponed Priority: 5 Submitted By: Chris O'Byrne (chrisobyrne) Assigned to: Laurent Etiemble (letiemble) Summary: Needs an X server running Initial Comment: I'm running jboss-3.0.2 on a headless Unix server that is NOT running X. I get - WARNING: Exception for /jmx-browser/detail.do;jsessionid=xxxxx?reference=xxxxxxxxx java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.Toolkit$2.run(Toolkit.java:507) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) at java.beans.SimpleBeanInfo.loadImage(SimpleBeanInfo.java:119) at net.sourceforge.ejtools.jmxbrowser.model.ResourceBeanInfo.<init>(ResourceBeanInfo.java:29) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) ... It seems that loadImage() needs an X server to be running... ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-01-16 10:59 Message: Logged In: YES user_id=437455 Should be fixed in HEAD. I put this bug in 'pending' state waiting for some positive feedback. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2002-11-06 22:03 Message: Logged In: YES user_id=437455 It's a common issue in Java. If you access graphic related classes or methods which need some native functions, a graphical layer is required (a X11 server in this case). See http://developer.java.sun.com/developer/bugParade/bugs/4281 163.html for the description. Short term workarounds : - install a X11 server (I guess you won't) - install the xvbf utility. It simulates a graphical buffer which satisfies Java graphical method. In the JMX browser, there is a shared code base between the Web version and the Swing version. In this code, there are some BeanInfo classes that load eagerly icons, when the classes are loaded. So a possible work around is to load lazily the icons, only when needed (not needed in Web version). I plan to release a new version of the Web version by the end of November that will correct this bug, so I hope you will be patient. Regards. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-16 09:57:45
|
Bugs item #569711, was opened at 2002-06-16 20:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=569711&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview >Status: Pending Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: org.w3c.dom.Element Attribute bug Initial Comment: When an attribute of type "org.w3c.dom.Element" is in RW mode, the display is corrupted by "<" and ">" contained in the attribute. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2002-07-09 12:06 Message: Logged In: YES user_id=437455 Test can be made in the MBean : jboss.web:service=Jetty ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=569711&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-16 09:57:19
|
Bugs item #633317, was opened at 2002-11-04 16:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview Status: Open >Resolution: Postponed Priority: 5 Submitted By: Chris O'Byrne (chrisobyrne) Assigned to: Laurent Etiemble (letiemble) Summary: Needs an X server running Initial Comment: I'm running jboss-3.0.2 on a headless Unix server that is NOT running X. I get - WARNING: Exception for /jmx-browser/detail.do;jsessionid=xxxxx?reference=xxxxxxxxx java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.Toolkit$2.run(Toolkit.java:507) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) at java.beans.SimpleBeanInfo.loadImage(SimpleBeanInfo.java:119) at net.sourceforge.ejtools.jmxbrowser.model.ResourceBeanInfo.<init>(ResourceBeanInfo.java:29) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) ... It seems that loadImage() needs an X server to be running... ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-01-16 10:59 Message: Logged In: YES user_id=437455 Should be fixed in HEAD. I put this bug in 'pending' state waiting for some positive feedback. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2002-11-06 22:03 Message: Logged In: YES user_id=437455 It's a common issue in Java. If you access graphic related classes or methods which need some native functions, a graphical layer is required (a X11 server in this case). See http://developer.java.sun.com/developer/bugParade/bugs/4281 163.html for the description. Short term workarounds : - install a X11 server (I guess you won't) - install the xvbf utility. It simulates a graphical buffer which satisfies Java graphical method. In the JMX browser, there is a shared code base between the Web version and the Swing version. In this code, there are some BeanInfo classes that load eagerly icons, when the classes are loaded. So a possible work around is to load lazily the icons, only when needed (not needed in Web version). I plan to release a new version of the Web version by the end of November that will correct this bug, so I hope you will be patient. Regards. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-13 21:52:48
|
Change Notes item #657790, was opened at 2002-12-23 10:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Nobody/Anonymous (nobody) Summary: Package migration Initial Comment: Package migration has been succesful for the libraries. Applications wil follow. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-01-13 22:54 Message: Logged In: YES user_id=437455 Package migration is over for every library and application, according to the domain name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-01-13 21:52:03
|
Change Notes item #657790, was opened at 2002-12-23 10:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Nobody/Anonymous (nobody) Summary: Package migration Initial Comment: Package migration has been succesful for the libraries. Applications wil follow. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-01-13 22:54 Message: Logged In: YES user_id=437455 Package migration is over for every library and application, according to the domain name. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 |
From: <no...@so...> - 2002-12-23 09:56:39
|
Change Notes item #657790, was opened at 2002-12-23 10:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Nobody/Anonymous (nobody) Summary: Package migration Initial Comment: Package migration has been succesful for the libraries. Applications wil follow. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=526223&aid=657790&group_id=49088 |
From: <no...@so...> - 2002-11-06 21:03:25
|
Bugs item #633317, was opened at 2002-11-04 16:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview Status: Open Resolution: None Priority: 5 Submitted By: Chris O'Byrne (chrisobyrne) Assigned to: Laurent Etiemble (letiemble) Summary: Needs an X server running Initial Comment: I'm running jboss-3.0.2 on a headless Unix server that is NOT running X. I get - WARNING: Exception for /jmx-browser/detail.do;jsessionid=xxxxx?reference=xxxxxxxxx java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.Toolkit$2.run(Toolkit.java:507) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) at java.beans.SimpleBeanInfo.loadImage(SimpleBeanInfo.java:119) at net.sourceforge.ejtools.jmxbrowser.model.ResourceBeanInfo.<init>(ResourceBeanInfo.java:29) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) ... It seems that loadImage() needs an X server to be running... ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2002-11-06 22:03 Message: Logged In: YES user_id=437455 It's a common issue in Java. If you access graphic related classes or methods which need some native functions, a graphical layer is required (a X11 server in this case). See http://developer.java.sun.com/developer/bugParade/bugs/4281 163.html for the description. Short term workarounds : - install a X11 server (I guess you won't) - install the xvbf utility. It simulates a graphical buffer which satisfies Java graphical method. In the JMX browser, there is a shared code base between the Web version and the Swing version. In this code, there are some BeanInfo classes that load eagerly icons, when the classes are loaded. So a possible work around is to load lazily the icons, only when needed (not needed in Web version). I plan to release a new version of the Web version by the end of November that will correct this bug, so I hope you will be patient. Regards. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 |
From: <no...@so...> - 2002-11-04 21:39:52
|
Bugs item #633317, was opened at 2002-11-04 16:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview Status: Open Resolution: None Priority: 5 Submitted By: Chris O'Byrne (chrisobyrne) >Assigned to: Laurent Etiemble (letiemble) Summary: Needs an X server running Initial Comment: I'm running jboss-3.0.2 on a headless Unix server that is NOT running X. I get - WARNING: Exception for /jmx-browser/detail.do;jsessionid=xxxxx?reference=xxxxxxxxx java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.Toolkit$2.run(Toolkit.java:507) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) at java.beans.SimpleBeanInfo.loadImage(SimpleBeanInfo.java:119) at net.sourceforge.ejtools.jmxbrowser.model.ResourceBeanInfo.<init>(ResourceBeanInfo.java:29) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) ... It seems that loadImage() needs an X server to be running... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 |
From: <no...@so...> - 2002-11-04 15:15:44
|
Bugs item #633317, was opened at 2002-11-04 15:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview Status: Open Resolution: None Priority: 5 Submitted By: Chris O'Byrne (chrisobyrne) Assigned to: Nobody/Anonymous (nobody) Summary: Needs an X server running Initial Comment: I'm running jboss-3.0.2 on a headless Unix server that is NOT running X. I get - WARNING: Exception for /jmx-browser/detail.do;jsessionid=xxxxx?reference=xxxxxxxxx java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:53) at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:115) at java.awt.Toolkit$2.run(Toolkit.java:507) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) at java.beans.SimpleBeanInfo.loadImage(SimpleBeanInfo.java:119) at net.sourceforge.ejtools.jmxbrowser.model.ResourceBeanInfo.<init>(ResourceBeanInfo.java:29) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:232) ... It seems that loadImage() needs an X server to be running... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=633317&group_id=49088 |
From: <no...@so...> - 2002-10-24 23:23:22
|
Todo item #590723, was opened at 2002-08-04 11:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590723&group_id=49088 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Notifications Initial Comment: Add notifications registration/unregistration - Add display (page/page) for the received notifications ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590723&group_id=49088 |
From: <no...@so...> - 2002-10-24 23:23:22
|
Todo item #590724, was opened at 2002-08-04 11:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590724&group_id=49088 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Custom Views Initial Comment: - Create a MBean that can handle template for custom views - Check for existence of this MBean to grab the templates - Display them into a drop-down list box - Use them to display custom informations ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590724&group_id=49088 |
From: <no...@so...> - 2002-10-24 23:13:31
|
Feature Requests item #569878, was opened at 2002-06-17 08:59 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=569878&group_id=49088 Category: Web App improvements Group: None >Status: Closed Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: JMX Notifications Initial Comment: I would be nice to have the registration and the listing of JMX notifications that occured in the JMX Server. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=569878&group_id=49088 |
From: <no...@so...> - 2002-10-24 23:13:30
|
Feature Requests item #570121, was opened at 2002-06-17 19:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=570121&group_id=49088 Category: Web App improvements Group: None >Status: Closed Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Custom JMX View Initial Comment: It would be to have custom JMX View of the Server. For example, to have on one screen all the MBean attributes named 'Port', and to change them without going into the MBean detail. The views coud be described as XML and parsed on-the- fly. They would be accessed by a custom view drop- down. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=570121&group_id=49088 |
From: <no...@so...> - 2002-10-24 23:13:30
|
Feature Requests item #580067, was opened at 2002-07-11 14:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=580067&group_id=49088 Category: Functionnality Group: None >Status: Closed Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: JMX Administration Initial Comment: It would be nice to register new MBean on the JMX spine. Parameters should be : - classname - objectname and optionnaly : - classloader - ability to provide parameters ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=580067&group_id=49088 |
From: <no...@so...> - 2002-09-06 21:51:04
|
Bugs item #579060, was opened at 2002-07-09 11:55 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=579060&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview >Status: Closed Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Exception on detail view Initial Comment: The following exception occured while asking for the detail of a MBean which has an attribute of type ObjectName : DetailAction 11:53:33,859 WARN [Jetty] WARNING: Servlet Exception for /jmx.browser/detail.do? reference=jboss.management.single%3AEJB Module%3Dejb-management.jar%2CJ2EEApplication% 3D+%2CJ2EEServer%3DSingle%2Cj2eeType% 3DStatelessSessionBean%2Cname%3Dejb%2 Fmgmt%2FMEJB java.lang.ExceptionInInitializerError: java.lang.NullPointerException at javax.swing.ImageIcon.<init> (ImageIcon.java:134) at net.sourceforge.ejtools.awt.editors.ObjectNameEditor.<cl init>(ObjectNameEditor.java:44) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237) at java.beans.Introspector.instantiate (Introspector.java:1098) at java.beans.PropertyEditorManager.findEditor (PropertyEditorManager.java:107) at net.sourceforge.ejtools.jmxbrowser.web.taglib.MBeanAttr ibuteEditorTag.doStartTag(MBeanAttributeEditorTag.java :100) at detail._jspService(detail.java:2726) at org.apache.jasper.runtime.HttpJspBase.service (HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service (HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:371) at org.mortbay.jetty.servlet.Dispatcher.dispatch (Dispatcher.java:255) at org.mortbay.jetty.servlet.Dispatcher.forward (Dispatcher.java:156) at org.apache.struts.action.ActionServlet.processActionFor ward(ActionServlet.java:1759) at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1596) at org.apache.struts.action.ActionServlet.doGet (ActionServlet.java:492) at javax.servlet.http.HttpServlet.service (HttpServlet.java:740) at javax.servlet.http.HttpServlet.service (HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:371) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:613) at org.mortbay.http.HttpContext.handle (HttpContext.java:1387) at org.mortbay.http.HttpContext.handle (HttpContext.java:1326) at org.mortbay.http.HttpServer.service (HttpServer.java:757) at org.jboss.jetty.Jetty.service(Jetty.java:528) at org.mortbay.http.HttpConnection.service (HttpConnection.java:741) at org.mortbay.http.HttpConnection.handleNext (HttpConnection.java:914) at org.mortbay.http.HttpConnection.handle (HttpConnection.java:756) at org.mortbay.http.SocketListener.handleConnection (SocketListener.java:151) at org.mortbay.util.ThreadedServer.handle (ThreadedServer.java:287) at org.mortbay.util.ThreadPool$JobRunner.run (ThreadPool.java:715) at java.lang.Thread.run(Thread.java:484) getException(): java.lang.NullPointerException at javax.swing.ImageIcon.<init> (ImageIcon.java:134) at net.sourceforge.ejtools.awt.editors.ObjectNameEditor.<cl init>(ObjectNameEditor.java:44) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Class.java:237) at java.beans.Introspector.instantiate (Introspector.java:1098) at java.beans.PropertyEditorManager.findEditor (PropertyEditorManager.java:107) at net.sourceforge.ejtools.jmxbrowser.web.taglib.MBeanAttr ibuteEditorTag.doStartTag(MBeanAttributeEditorTag.java :100) at detail._jspService(detail.java:2726) at org.apache.jasper.runtime.HttpJspBase.service (HttpJspBase.java:107) at javax.servlet.http.HttpServlet.service (HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:371) at org.mortbay.jetty.servlet.Dispatcher.dispatch (Dispatcher.java:255) at org.mortbay.jetty.servlet.Dispatcher.forward (Dispatcher.java:156) at org.apache.struts.action.ActionServlet.processActionFor ward(ActionServlet.java:1759) at org.apache.struts.action.ActionServlet.process (ActionServlet.java:1596) at org.apache.struts.action.ActionServlet.doGet (ActionServlet.java:492) at javax.servlet.http.HttpServlet.service (HttpServlet.java:740) at javax.servlet.http.HttpServlet.service (HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:371) at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:613) at org.mortbay.http.HttpContext.handle (HttpContext.java:1387) at org.mortbay.http.HttpContext.handle (HttpContext.java:1326) at org.mortbay.http.HttpServer.service (HttpServer.java:757) at org.jboss.jetty.Jetty.service(Jetty.java:528) at org.mortbay.http.HttpConnection.service (HttpConnection.java:741) at org.mortbay.http.HttpConnection.handleNext (HttpConnection.java:914) at org.mortbay.http.HttpConnection.handle (HttpConnection.java:756) at org.mortbay.http.SocketListener.handleConnection (SocketListener.java:151) at org.mortbay.util.ThreadedServer.handle (ThreadedServer.java:287) at org.mortbay.util.ThreadPool$JobRunner.run (ThreadPool.java:715) at java.lang.Thread.run(Thread.java:484) ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2002-09-06 23:51 Message: Logged In: YES user_id=437455 Expcetion is due to a missing library. Now corrected in the packaging. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=579060&group_id=49088 |
From: <no...@so...> - 2002-09-06 21:50:24
|
Bugs item #573997, was opened at 2002-06-26 10:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=573997&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview >Status: Closed Resolution: None Priority: 3 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: PropertyEditorManager registration Initial Comment: The PropertyEditorManager registration of the package net.sourceforge.ejtools.awt.editors is hardcoded with the sun.* packages. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2002-09-06 23:50 Message: Logged In: YES user_id=437455 Done on the HEAD. This correct also the multiple registration bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=573997&group_id=49088 |
From: <no...@so...> - 2002-09-06 21:50:07
|
Bugs item #573997, was opened at 2002-06-26 10:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=573997&group_id=49088 Category: JMX Browser (Web App) Group: 1.0.0-preview Status: Open Resolution: None Priority: 3 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: PropertyEditorManager registration Initial Comment: The PropertyEditorManager registration of the package net.sourceforge.ejtools.awt.editors is hardcoded with the sun.* packages. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2002-09-06 23:50 Message: Logged In: YES user_id=437455 Done on the HEAD. This correct also the multiple registration bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=573997&group_id=49088 |
From: <no...@so...> - 2002-09-06 21:49:15
|
Todo item #590722, was opened at 2002-08-04 11:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590722&group_id=49088 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) Assigned to: Laurent Etiemble (letiemble) Summary: Consolidation of taglib Initial Comment: Scan applications for recurrent tags and move them to the taglib ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2002-09-06 23:49 Message: Logged In: YES user_id=437455 Done ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590722&group_id=49088 |
From: <no...@so...> - 2002-08-04 09:58:02
|
Todo item #590724, was opened at 2002-08-04 11:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590724&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Etiemble (letiemble) >Assigned to: Laurent Etiemble (letiemble) Summary: Custom Views Initial Comment: - Create a MBean that can handle template for custom views - Check for existence of this MBean to grab the templates - Display them into a drop-down list box - Use them to display custom informations ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=490679&aid=590724&group_id=49088 |