[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread [EMAIL PROTECTED]
If you can refactor it to make it more extensible, without breaking the 
existing bindings, that would be great.

Register that in JIRA as a feature request and submit the patch there.

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874462#3874462

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874462


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread anguyen
Dimitris, you're a genius!

Changing the order worked, but as I expected, the XSLTFileDelegate didn't work. 
 I'm gonna try my hand at implementing XSLTURLDelegate.  Should be very similar 
to the file delegate.

It's unfortunate that the binding delegates aren't setup well to be extended.  
They provide no hooks for subclasses to alter small pieces of functionality.  
It seems a basic abstract delegate should be provided to share functionality as 
well as offer subclasses a way to handle specific parameter types.

For example, XSLTConfigDelegate allows for arbitrary parameter bindings into 
the transformation.  XSLTFileDelegate only allows parameter bindings for "host" 
and "port".  IMO, that functionality should be refactored into a base class.

If there's interest, I would be willing to do the refactoring and submit the 
code.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874454#3874454

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874454


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-18 Thread [EMAIL PROTECTED]
I am not sure if this is related to the order the BindingManager appears in  
conf/jboss-service.xml, i.e. after Log4jService. Try to put it first.

Another thing you can try is to use a JVM property, e.g.

./run -Dmy.log4j.config=

and then

  |
  |${my.log4j.config}
  |...
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874372#3874372

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874372


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user