[jboss-user] [JBoss Seam] - Re: accessing seam component outside jsf

2007-10-17 Thread trossmy
thanks but for the moment I'm stuck with 1.2, anything else that's possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095904#4095904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095904

[jboss-user] [JBoss Seam] - accessing seam component outside jsf

2007-10-16 Thread trossmy
I like to access a seam component outside of a jsf context (in a webservice). Is that possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095647#4095647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095647

[jboss-user] [JBoss Seam] - Template and Nested EL Expresssion

2007-10-02 Thread trossmy
I have several managed beans that lookup a list of database records and implement an Interface (SeamAction) with one method public void find() . In order to provide paging for the results I would like to have a template like this: | s:link action=#{seamAction.find} rendered=#{previousExists}

[jboss-user] [Beginners Corner] - classloader problems

2007-06-14 Thread trossmy
I have a classloader problem in my ear with associated war so that I can't make no hot deploy ... probably due to multiple deployed libs, maybe someone can point me to a strategy for finding this multiple deployed lib? View the original post :

[jboss-user] [Beginners Corner] - mbean inside war archive

2007-05-03 Thread trossmy
I've been trying to deploy a mbean inside of a war archive and despite reading that that is possible it does not get deployed, wherever I place the jboss-service.xml inside the archive, anybody knows more? View the original post :

[jboss-user] [Management, JMX/JBoss] - deploy with HtmlAdaptor and MainDeployer

2007-03-08 Thread trossmy
Wenn I deploy an application using JMX like this |