[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running Multiple Instances of JBoss on Windows

2008-12-02 Thread ScottDawson
The easiest way is to configure the ServiceBindingManager. See section 8.5 here: http://docs.jboss.org/jbossas/guides/j2eeguide/r2/en/html/ch08.html#ch10.bindingmanager Regards, Scott View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193868#4193868 Reply to

[jboss-user] [JBoss Messaging] - Re: Destination discrepancy

2007-05-14 Thread ScottDawson
I agree. It's very convenient to have the out-of-the-box destinations for prototyping, providing easy-to-deploy samples, etc. Does anyone know if the default destinations will be included in AS 5.0? Thanks, Scott View the original post :

[jboss-user] [JBoss Portal] - Re: problem in logout

2007-02-07 Thread ScottDawson
You may also want to configure the specific page that is displayed after logout. Instructions for that are here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePortalLogout Regards, Scott Dawson Unisys View the original post :

[jboss-user] [JBoss Portal] - Re: Singout

2007-01-16 Thread ScottDawson
At the bottom of portal-core.war/WEB-INF/jsp/user/menu.jsp, there is a chunk of commented-out HTML that can be uncommented to provide a Logout and return to default page link in the User Portlet. The target URL is configurable. Can you use that to solve your problem? Regards, Scott Dawson

[jboss-user] [EJB 3.0] - Re: Very Silly But Valid Question : Annotation Compiler err

2006-09-20 Thread ScottDawson
The @Stateless annotation is in the javax.ejb package so you need this import: import javax.ejb.Stateless; In the JBoss EJB3 implementation, the Stateless class is located in jboss-ejb3x.jar. Regards, Scott View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Seam JSF facelets

2006-09-06 Thread ScottDawson
According to the Facelets FAQ, you can prevent HTML comments from being rendered by putting this in your web.xml: | context-param | param-namefacelets.SKIP_COMMENTS/param-name | param-valuetrue/param-value | /context-param | The FAQ is here:

[jboss-user] [JBoss Portal] - Re: CMS fails to start

2006-08-11 Thread ScottDawson
Yes: http://jira.jboss.com/jira/browse/JBPORTAL-978 Regards, Scott View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964685#3964685 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964685