[JBoss Messaging] - Re: MBean Servic cannot open jms session
by chip_schoch
I did not run the examples, but I will do that. What I did was:
1. Download and unzip JBossAS 4.2.0.GA
2. Download and unzip JVM 1.3.0.QA
3. run ant -f release-admin.xml
4. replace hssql with mssql everywhere
5. Add in my application dependent jars (jtds, groups etc.)
6. Start JBossAs
7. Deploy my hibernate archive, webapp and services.
8. Attempt to connect to JBM from each.
I have a test project that is able to post messages to JBM but it is not running in the same JVM as JBossAS. It uses the client libs and works fine. I have only seen this when trying to connect from processes running in the same JVM as JBossAS.
I tried both the webapp scoped and not scoped and it made no difference.
I am getting a new machine this afternoon so I will redo the installation and try it all again.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050993#4050993
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050993
18Â years, 10Â months
[JBoss Seam] - EvaluationException for MethodBinding (creation of UICompone
by juja76
hello,
my server setup:
JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
JBoss Seam - Version 1.2.1.GA
no changes have been done to the libraries supplied with JBoss server and Seam.
Following code works perfectly in my page:
<s:link view="/help.xhtml" action="#{menuManager.selectFirstLevel('HELP')}" value="Help"/>
But when I'm trying to build one of the components <rich:toolBarGroup binding="#{firstToolBarGroup}"/> within the same page dynamicaly using Java code:
HtmlLink link = new HtmlLink();
MethodBinding actionBinding = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{menuManager.selectFirstLevel('" + object.get("key") + "')}",new Class[] {String.class});
link.setAction(actionBinding);
during the page rendering the server throws follwing exception:
javax.faces.el.EvaluationException: /layout/menu.xhtml @8,56 binding="#{firstToolBarGroup}": Invalid expression: '${menuManager.selectFirstLevel('SALES')}'
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) ...
Not sure what I'm doing wrong, could you please help me.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050989#4050989
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050989
18Â years, 10Â months