[jboss-user] [Management, JMX/JBoss] - Re: Naming parameters in a management bean using annotations

2009-04-28 Thread tajh
Did you ever find anything? I'm curious to know too. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227252#4227252 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4227252 ___

[jboss-user] [EJB/JBoss] - Re: calling a web service from a web page

2009-04-16 Thread tajh
I'm no expert, but that would seem to require that you write a WS client in Javascript... no easy task. You'd be better off writing a servlet or JSP that contains the WS client and then using that to invoke the web service, then present the results in HTML. View the original post :

[jboss-user] [JNDI/Naming/Network] - How to locate MDB MXbean via JNDI? (crosspost from EJB/JBoss

2009-04-16 Thread tajh
Sorry for the duplication; this is a cross-post from the EJB/JBoss Forum because I am not sure which one is the right forum. Original post is here: http://www.jboss.org/index.html?module=bbop=viewtopict=154082 I've searched the documentation and the forums, wasn't able to find this particular

[jboss-user] [EJB/JBoss] - How to locate MDB MXbean via JNDI?

2009-04-15 Thread tajh
I've searched the documentation and the forums, wasn't able to find this particular issue addressed anywhere. I have a MDB (called MyMDB) deployed in a JAR, and I have a custom JMX bean deployed in a SAR. I would like to access the org.jboss.ejb.plugins.jms.JMSContainerInvokerMBean

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2007-03-27 Thread tajh
Months later... I think there is a programmatic way to do this. I have had the same issue, using JBP 2.4. You can implement a custom org.jboss.portal.theme.render.DecorationRenderer, or just subclass org.jboss.portal.theme.impl.render.DivDecorationRenderer (assuming you are using the

[jboss-user] [JBoss Portal] - response.createRenderUrl() always returns

2006-09-08 Thread tajh
My environment: JBoss Portal 2.2.1 SP3, downloaded JBoss AS 4.0.4 Oracle 10g Windows XP SP2 jdk 1.5.0_07 I am attempting to construct a URL within a portlet for output that returns to the same portal page, but with an additional parameter added. For some reason, within my portlet's

[jboss-user] [JBoss Portal] - Re: response.createRenderUrl() always returns

2006-09-08 Thread tajh
I think either you misunderstand what it is I need, or else I misunderstand the complexity of this task. All I want is to construct a URL that points to the existing web page, from within a portlet, which is already mapped by JBoss Portal to execute the portlets, etc. I do not need any custom