[jboss-user] [JBoss jBPM] - Task-create events not executing multiple times

2008-06-27 Thread BrettG
All, I'm wondering if anyone has experienced a rather strange problem that I've been trying to figure out for a while now. I have a task-node in a process: | | | | | | | |

[jboss-user] [JBoss Seam] - Injection of non-Entity bean failing

2008-02-07 Thread BrettG
I have a simple application that I've set up, with a feature to perform searches. I've created a POJO to hold the search values: | @Name("sCriteria") | public class SearchCriteria implements java.io.Serializable{ | | private static final long serialVersionUID = 4249273907087086393L;

[jboss-user] [JBoss Seam] - Re: Multiple Seam projects on one server

2008-02-14 Thread BrettG
You know, I've had very little luck with the IDE tools (including JBoss Dev Studio). I find that using the command line tools with the seam distribution work all the time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129457#4129457 Reply to the post : ht

[jboss-user] [JBoss Seam] - Simple example using selectOneListbox without CRUD?

2007-11-20 Thread BrettG
I've been trying for quite a few hours now to get selectOneListBox to work, and I'm not having much luck. I've reviewed the posts and the ui example in the Seam 2 distribution as well. What I'm doing is fairly straight forward, passing a list to selectOneListBox, and trying to use the value se

[jboss-user] [JBoss Seam] - Re: Simple example using selectOneListbox without CRUD?

2007-11-20 Thread BrettG
So, I fixed the problem. From what I've seen outjected lists and jsf tags that take in lists don't mix well. After removing the @Out(required = false) from List clients and the @In(required = false) from Object selectedClient, and adding getters and setters for both, everything is working grea