[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy same application many times

2008-05-22 Thread gstacey
I forgot to mention, I am currently running JBoss AS 4.2.0, and this is a Seam application if it matters. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152565#4152565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy same application many times

2008-05-22 Thread gstacey
I have a similar situation. I am attempting to deploy a second instance of my application in order to test a build from a branch and having class loading issues. The first instance deployed works fine but the second gets a ClassCastException. The application is deployed as an ear and I have t

[jboss-user] [JBoss Seam] - Re: multiple data sources

2007-11-07 Thread gstacey
I'm just now revisiting this topic (got pulled onto a higher priority project), and another concept / question occurred to me. Since the entities are the same for all the datasources do I really need multiple persistence units? i.e. the only difference is the underlying connection right? Co

[jboss-user] [JBoss Seam] - multiple data sources

2007-10-11 Thread gstacey
A new project I am working on requires multiple data sources and switching between them programmatically. These data sources contain the same entites, but different data. I set up some of the basics of the project with one datasource and a managed persistence context and it works great, but I'

[jboss-user] [JBoss Seam] - exception redirect - missing message

2007-09-04 Thread gstacey
Hi, This may be an issue of integration with IceFaces rather than a Seam issue, but I'm posting on both forums in the hope that someone can offer some insight. I'm using exception redirects in my project and while they work fine, after the first time the associated message is not displayed. e.

[jboss-user] [JBoss Seam] - Re: Injection vs. property

2007-08-28 Thread gstacey
Bump... I'm very curious to know if there are any inherent advantages / disadvantages to either approach. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078853#4078853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407

[jboss-user] [JBoss Seam] - Injection vs. property

2007-08-27 Thread gstacey
I'm fairly new to Seam. I have a small project working and I like working with it so far, but I have a best practices type question... Is it better to inject properties into your beans or just use getters/setters? e.g. | @Name("groupEditor") | public class EditGroupBean implements EditGrou

[jboss-user] [JBoss Seam] - mail unsupported

2007-08-14 Thread gstacey
Hi, I am trying to send a simple email from Seam, following the example in the examples directory and I'm getting an UnsupportedOperationException. I'm using JBoss 4.2.0, Seam 1.2.1GA, and IceFaces 1.6.0. My stack trace: | java.lang.UnsupportedOperationException | at javax.faces.con