[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-16 Thread supernovasoftware.com
I integrated the selectitems-1.1.0rc2 into my project and it works great, but now I must restart jboss every time instead of being able to redeploy my application. I get the following exception. Any assistance would be greatly appreciated. | 15:34:58,609 ERROR [STDERR] Nov 16, 2006 3:34:58

[jboss-user] [JBoss Seam] - Re: jboss seam @Datamodel

2006-11-03 Thread supernovasoftware.com
That rocks. Now I will have to switch to seam 1.1 I have been dying to nest tables and it was unclear to me how to do so with datamodel selection. A wiki tip would be most helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983066#3983066 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Automatic Bytecode Instrumentation?

2006-09-06 Thread supernovasoftware.com
I am using the following to instrument my classes | | | | I need this so I can use | private Double pipeFtCompleted; | @Basic(fetch = FetchType.LAZY) | @Formula(value="(select v.sumft from v_state_pipe_completed v where v.id=id)") | public Double getPi

[jboss-user] [JBoss Seam] - Re: JBoss Seam don ´t work.

2006-08-28 Thread supernovasoftware.com
Even if you have to fight to get it working it is well worth it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967924#3967924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967924 __

[jboss-user] [JBoss Seam] - Call Post Page action?

2006-08-14 Thread supernovasoftware.com
Is is possible to fire a page action after the page is loaded? I currenlty use a page action to log access to my application. I would like to persist an object in my page action and then outject. This part works fine. After the page has loaded I would like to fire another action and inject th

[jboss-user] [JBoss Seam] - Re: getting referer

2006-08-14 Thread supernovasoftware.com
I use the following as a page action to log access to my application. In the @Create method I set the request. I am only interested in the "User-Agent" header, but I am sure you can get the referrer as well. | @Stateful | @Name("accessManager") | @Scope(ScopeType.EVENT) | public class

[jboss-user] [JBoss Seam] - Re: Entity Bean extends SelectItem

2006-08-11 Thread supernovasoftware.com
Check the wiki and the forum. There are various way to do what you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964689#3964689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964689 _

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-23 Thread supernovasoftware.com
I spoke too soon. I get the following error on any pages that have | | | | I have seen various posts on this problem, but no resolution. I saw Gavin hacked this for s:link http://jira.jboss.com/jira/browse/JBSEAM-257 My t:jscookMenu a

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-22 Thread supernovasoftware.com
Thx again. You saved me valuable time. I had ADF working flawlessly in my application in 10 min by following your example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960151#3960151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: ADF and Facelets

2006-07-22 Thread supernovasoftware.com
Christian: How is that example coming? CptnKirk: Would you you post what you sent Christian on the wiki so I can put some ADF funtionality in my project? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960124#3960124 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-18 Thread supernovasoftware.com
I would be fantastic to have a Seam Cookbook that contained real world examples and solutions using the Seam Framework. I would like to see something more detailed a focued than the current examples. The current documentation is good, but I would like to see some recipes. View the original pos

<    1   2   3