[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-18 Thread supernovasoftware.com
If you have time, I would greatly appreciate a tutorial as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085540#4085540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085540

[jboss-user] [JBoss Seam] - Re: Recovering from a Constraint violation exception

2007-09-18 Thread supernovasoftware.com
I do this validation manually and add a message to that control if the value already exists. I am not using Hibernate Validator at all. In every action that requires validation, I do this. This handles all complex cases that I have come across. Does anyone know if it is possible to bind a

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-18 Thread supernovasoftware.com
Those things do rock. I can't wait. :) :) :) Anything else that you have heard of? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085612#4085612 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085612

[jboss-user] [JBoss Seam] - Re: HOWTO: Seam 2.0 and s:cache

2007-09-17 Thread supernovasoftware.com
This is in fact the only Tomahawk tag I am still using. I have replaced all others with Richfaces tags. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085060#4085060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085060

[jboss-user] [JBoss Seam] - Re: aDDING SEVERAL MESSAGES WITH facesMessages.addToControl

2007-09-17 Thread supernovasoftware.com
I would also like to achieve this functionality. Is this possible with JSF 1.2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085066#4085066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085066

[jboss-user] [JBoss Seam] - Re: How to hide

2007-09-17 Thread supernovasoftware.com
I have been using .xhtml for a long time and it works perfectly. Here is a stripped down version of my web.xml that integrates Richfaces and Trinidad. ?xml version=1.0 ? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[jboss-user] [JBoss Seam] - Re: inputText / empty string versus NULL

2007-09-13 Thread supernovasoftware.com
How about using a converter that trims the field and if field.trim().equals() use null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084035#4084035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084035

[jboss-user] [JBoss Seam] - Re: When would SEAM 2.0.0 GA and SEAM 2.0.1 GA be released a

2007-09-11 Thread supernovasoftware.com
I do like the release dates, but the never seem to be updated. If the open issues were evaluated and an estimate was made, this would help out some of us on the bleeding edge that are planning a production release of a product based of Seam 2.0 on or before GA. I was also under the

[jboss-user] [JBoss Seam] - Re: s:selectDate startYear problem

2007-09-11 Thread supernovasoftware.com
Seam should focus on integration with other projects and not have controls that are already implemented and proven stable in other libraries. For example quartz integration. +1 Pete's Trinidad/Richfaces example. +1 Itext Integration +1 I can't wait for the RF 3.1 integration example. :)

[jboss-user] [JBoss Seam] - Seam 2.0 and Richfaces 3.1.GA Integration

2007-09-11 Thread supernovasoftware.com
I am using Seam 2.0.CVS, Trinidad and Richfaces 3.0.1 integrated as per the seam example. Now that Richfaces 3.1 is built and soon to be released: See http://www.jboss.com/index.html?module=bbop=viewtopicp=4083253#4083253 Could someone please advise on upgrading or comment on when this will be

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-09 Thread supernovasoftware.com
I have used both, but not extensively. The drill down feature looked nice in Trinidad. I haven't checked for a similar feature in JFreeChart. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4082434#4082434 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-06 Thread supernovasoftware.com
I have seen charts integrated in PDF, but how is this integrated now within HTML pages? Please point me to an example or provide assistance. I now have Trinidad, Richfaces, and Tomahawk playing nicely together. I need charting support and started to evaluate the chart component in Trinidad.

[jboss-user] [JBoss Seam] - Re: How to setup Seam 1.2.1 with JBoss 4.2.1?

2007-09-05 Thread supernovasoftware.com
I have Seam 1.2.1 working with no problems on AS 4.2.1. First I upgraded to JSF 1.2 on JBoss 4.0.4 which is what I was using. I did some preliminary tests and let the users have a go at it. After a few days of stability I then moved to AS 4.2. This is running in production with Richfaces

[jboss-user] [JBoss Seam] - Re: [2.0 cvs] Trinidad svg generation error

2007-08-30 Thread supernovasoftware.com
I am using Seam from CVS from 08-29-07 and have the same problem. I am using JBoss 4.2.1. The fix for specifying a template posted earlier worked for me, but I am concerned that this will cause other problems. The Trinidad examples war works fine, but I am using the Richfaces integration

[jboss-user] [JBoss Seam] - Component precedence and SFSB

2007-08-09 Thread supernovasoftware.com
I have a seam component that is also a SFSB. I extended this component and added @Stateful | @Name(contactManager) | @Install(precedence=100) This deploys the correct version as a Seam component, but the EJBContainer deploys both. What is the best way to have this component take

[jboss-user] [EJB 3.0] - Seam Component precedence and SFSB

2007-08-09 Thread supernovasoftware.com
Please see http://www.jboss.com/index.html?module=bbop=viewtopict=115642 The reason that I am trying to do this is that I have about 50 SFSB that are used to manage entities. I generate these with a Groovy script. Out of these only 2-3 need to be customized beyond their default behavior.

[jboss-user] [JBoss Seam] - Re: Problem restoring view after timeout

2007-08-09 Thread supernovasoftware.com
I have not solved this problem. Is this caused by session timeout, conversation timeout, or both? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072743#4072743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4072743

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe

2007-08-04 Thread supernovasoftware.com
I have seen this exception, but in my case is was always due to an error on my part and disappeared after I fixed it. I am currently using Seam 1.2.1 on JBAS 4.2.1 in production. I will switch to Seam 2.0 as soon as it comes out though. View the original post :

[jboss-user] [JBoss Seam] - Problem restoring view after timeout

2007-07-20 Thread supernovasoftware.com
I have upgraded to JSF 1.2 in anticipation of Seam 2.0, but I am having a problem with restoring the view after timeout. This occurs when using a4j:commandLink. I get the exception below and a yes/no popup appears with the text | View state couldn't be restored - reload page ? By adding

[jboss-user] [JBoss Seam] - Re: Problem removing

2007-07-14 Thread supernovasoftware.com
Thx. Pete. I had the following on a class. I did not realize Seam was registering it for me as it was not listed in my web.xml @Name(sddsddsdsdsds) | @Interceptors(SeamInterceptor.class) | public class HttpServletRequestTimerFilter implements Filter View the original post :

[jboss-user] [JBoss Seam] - Re: getting rid of the .seam extension

2007-07-14 Thread supernovasoftware.com
See http://www.jboss.com/index.html?module=bbop=viewtopict=113401 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064260#4064260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064260

[jboss-user] [JBoss Seam] - Re: getting rid of the .seam extension

2007-07-14 Thread supernovasoftware.com
?xml version=1.0 encoding=UTF-8? | web-app version=2.5 |xmlns=http://java.sun.com/xml/ns/javaee; |xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

[jboss-user] [JBoss Seam] - Re: getting rid of the .seam extension

2007-07-14 Thread supernovasoftware.com
You could use URL rewrite. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064276#4064276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy c

2007-07-13 Thread supernovasoftware.com
I just upgraded my app to JBoss 4.2 in preparation for Seam2. I am still running Seam 1.2.1 currently and I am only seeing minor problems. Hopefully the switch to Seam2 will be less painful now that I am on 4.2. View the original post :

[jboss-user] [JBoss Seam] - Problem removing

2007-07-13 Thread supernovasoftware.com
I am gearing up for Seam 2.0, but I cannot remove SeamExceptionFilter or SeamRedirectFilter in web.xml anonymous wrote : Since Seam 1.2, you didn't need any declarations of SeamExceptionFilter | or SeamRedirectFilter in web.xml, just a single declaration of SeamFilter. | Make sure you've

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - .xhtml mime type problem

2007-07-12 Thread supernovasoftware.com
I am trying to upgrade to JBoss 4.2(tomcat 6) and in mime type is always application/xhtml+xml and Firefox renders this as xml. Previously it was always text/html. I tried changing this in both the server and the applications web.xml, but this has no effect. Any advice would be greatly

[jboss-user] [JBoss Seam] - .xhtml mime type problem after 4.2 upgrade(solution included

2007-07-12 Thread supernovasoftware.com
Solution: http://jboss.com/index.html?module=bbop=viewtopicp=4063715#4063715 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063717#4063717 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063717

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: .xhtml mime type problem

2007-07-12 Thread supernovasoftware.com
adding f:view contentType=text/html to my facelets page worked. I guess this was a myfaces/jsf 1.2 upgrade problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4063715#4063715 Reply to the post :

[jboss-user] [JBoss Seam] - s:selectDate --

2007-07-09 Thread supernovasoftware.com
I am attemepting to remove Tomahawk components from my application, but I am having a problem with s:selectDate. I keep getting could not find component with id: invoiceNew_date, but there is an inputText there. Am I missing some configuration somewhere? f:facet name=footer |

[jboss-user] [JBoss Seam] - Re: s:selectDate --

2007-07-09 Thread supernovasoftware.com
I am using 1.2.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062093#4062093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062093 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:selectDate --

2007-07-09 Thread supernovasoftware.com
I think the problem is that it is in the footer of a dataTable. It did work inside the dataTable rows, but the calender would not open. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062209#4062209 Reply to the post :

[jboss-user] [JBoss Seam] - Access messages for a component from el

2007-07-03 Thread supernovasoftware.com
I am removing tomahawk from my application. One of the tags that I use is t:buffer | t:buffer into=#{errorFieldMessage}h:message for=#{id} //t:buffer | | h:inputText title=#{errorFieldMessage} |id=#{id} |value=#{value} |

[jboss-user] [JBoss Seam] - Re: how to prevent *.xhtml pages from downloading?

2007-06-28 Thread supernovasoftware.com
I use the following and it has had no ill effect I can see. I have been using it in production for over a year. This keeps the pages from being viewed with out being processed. filter-mapping | filter-nameSeam Redirect Filter/filter-name | url-pattern*.xhtml/url-pattern |

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-05 Thread supernovasoftware.com
I came across this problem quite some time ago. It is quite confusing until you determine what is going on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051436#4051436 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
Dumb tomahawk for richfaces. The newest version has a menu component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049025#4049025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049025

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
I meant dump tomahawk. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049026#4049026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049026 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
Get the soon to be released 3.0.1 snapshot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049073#4049073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049073 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-04 Thread supernovasoftware.com
Why are so many people not willing to just download JBoss AS for free and use the embedded Tomcat? What are the advantages of just using plain tomcat? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043288#4043288 Reply to the post :

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-03 Thread supernovasoftware.com
Could someone please comment on the status and technology plans for scheduling integration for seam 1.3? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042942#4042942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042942

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-03 Thread supernovasoftware.com
I was referring to the following reference of integration of Quartz or jBPM business calendars. http://jira.jboss.com/jira/browse/JBSEAM-161 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042953#4042953 Reply to the post :

[jboss-user] [JBoss Seam] - Re: While Seam is great, is any weakness of this framework?

2007-05-03 Thread supernovasoftware.com
Is there anyone else working on this? From the jira issue is appeared that there was a need. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042979#4042979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042979

[jboss-user] [JBoss Seam] - Re: EntityManager in custom validator

2007-05-01 Thread supernovasoftware.com
Can the this be used with a SLSB to avoid the @Transactional annotation and the entityManager.joinTransaction()? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042060#4042060 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityManager in custom validator

2007-05-01 Thread supernovasoftware.com
It seems to work fine for a SLSB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042146#4042146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042146 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Blog example fails to load on Windows JDK 6

2007-05-01 Thread supernovasoftware.com
I am also using JDK 6 and have had no problems that I know of. My code runs faster on JDK 6 and I would not want to have to switch back. :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042221#4042221 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-04-23 Thread supernovasoftware.com
Can ICEfaces 1.6 and Richfaces be used in the same application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039924#4039924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039924

[jboss-user] [JBoss Seam] - Re: seam-gen generate entities problem

2007-04-23 Thread supernovasoftware.com
I named mine Usr. It was a keyword problem for me when I picked this name and it was long before SeamGen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040049#4040049 Reply to the post :

[jboss-user] [JBoss Seam] - @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
I am trying to get the following code to work that was taken almost verbatim from the ui example in Seam 1.2.1. By the converter is never called. In fact is does not work for me in the ui example either. I put a System.out and recompiled the example and I never see any output. Any help would

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Worked like a charm. Thanks a million. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038969#4038969 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038969 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Use the converter posted previously and the code shown below. h:outputText escape=false value=#{messageL.text} converter=newlineConverter/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038997#4038997 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Converter usage in ui example problem

2007-04-19 Thread supernovasoftware.com
Sorry I missed the part out the output dissable. I used to use a tag, but I like this better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038998#4038998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038998

[jboss-user] [JBoss Seam] - Re: Migrate to jboss 4.2.0 CR

2007-04-18 Thread supernovasoftware.com
I am about to migrate my application. So please post your fix here if you find one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038473#4038473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038473

[jboss-user] [JBoss Seam] - Re: Migrate to jboss 4.2.0 CR

2007-04-18 Thread supernovasoftware.com
I have read this in several places as well. I am going to start with the latest seam gen project and compare it to mine. Hopefully this will go smoothly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038493#4038493 Reply to the post :

[jboss-user] [JBoss Seam] - Re: duplicate factory for: actor

2007-04-13 Thread supernovasoftware.com
I had a similar problem when I did not do a clean compile. I had renamed a class and there were two of them with the same factory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037118#4037118 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-04-13 Thread supernovasoftware.com
What can Netbeans give me that Eclipse cannot in the context of a Seam app? I have never tried Netbeans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037163#4037163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037163

[jboss-user] [JBoss Seam] - Re: @Out and @Datamodel combination error

2007-04-12 Thread supernovasoftware.com
I concur. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036742#4036742 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036742 ___ jboss-user mailing list [EMAIL PROTECTED]

[jboss-user] [JBoss Seam] - Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1.5 t

2007-04-11 Thread supernovasoftware.com
I am quite excited to switch to both JBoss 4.2 and JSF 1.2. I have a large application that is currently using Seam 1.2.1. Could someone comment on issues with migration from 4.0.4 to 4.2 and from myfaces 1.5 to JSF RI 1.2 is the context of a Seam app? I am using Tomahawk, which i am weeding

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread supernovasoftware.com
I guess I will try the JSF 1.2 upgrade in 4.0.4. I am still using 4.0.4 because I ran into some of my HQL queries not working with 4.0.5. I never took the time to investigate and correct this issue and my app will not deploy on 4.0.5. I will take time to migrate to 4.2 though. View the

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread supernovasoftware.com
I am using a very similar setup. So hopefully it will go that way for me. I am mainly switching due to JBoss's direction and the lack of development with MyFaces. What technical advantages are there with JSF 1.2 in the context of a Seam application? Are there any tricks or new functionality

[jboss-user] [JBoss Seam] - @Out and @Datamodel combination error

2007-04-11 Thread supernovasoftware.com
I had the following in a SFSB that worked until I upgraded to Seam 1.2.1. | @Out(scope = ScopeType.CONVERSATION, required = false) | @DataModel(value=dosRecordPend, scope=ScopeType.UNSPECIFIED) | private ListMap dosRecordPend; | This was obviously an error on my part, but

[jboss-user] [JBoss Seam] - Re: Request for PDF p:element tag

2007-04-10 Thread supernovasoftware.com
I am doing the following in order to add a vector logo to my PDF documents. I had my graphics artist make the logo in vector and then save it as a PDF. I then read this PDF fragment from the classpath and then use iText to write it to an empty region of a PDF that I created using

[jboss-user] [JBoss Seam] - Explicit Conversation Id Question

2007-04-05 Thread supernovasoftware.com
I have the following code in a CONVERSATION scope SFSB and I have two questions. 1. Why is my conversation id always size and the selected size is never taken into account? 2. If I am already in another long running conversation, but I would actually like to switch to a new one with id size.

[jboss-user] [JBoss Seam] - Re: Question on Stateless Session Bean

2007-03-27 Thread supernovasoftware.com
Is it possible to store the lists for s:selectItems in application scope? Currently all my select items lists are in conversation scope. These lists are sometimes modified by users and I would like the changes to be globally visible. If use Session or Conversation scope and outject the list

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2007-03-08 Thread supernovasoftware.com
Seam+Richfaces have a fair amount of overlap. I am using Tomahawk tags in my app: 1. dataTable I will be switching these out asap to Richfaces. I currently have no problem with them, but the Richfaces on looks better. I will see how this process goes.If I have to makes substantial

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2007-03-08 Thread supernovasoftware.com
I added the following page to the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=http://wiki.jboss.org/wiki/Wiki.jsp?page=http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamJSFComponentCompatibilityList I encourage all users to list their experiences with, post examples, and recommendations for use of

[jboss-user] [JBoss Seam] - SeamJSFComponentCompatibilityList wiki page added

2007-03-08 Thread supernovasoftware.com
I added the following page to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=http://wiki.jboss.org/wiki/Wiki.jsp?page=http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamJSFComponentCompatibilityList This is in reference to my forum post here:

[jboss-user] [JBoss Seam] - Re: SeamJSFComponentCompatibilityList wiki page added

2007-03-08 Thread supernovasoftware.com
That looks like a cool demo. Will you be posting the source? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026542#4026542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026542

[jboss-user] [JBoss Seam] - Re: Can't pass action successfully to custom source tag

2007-03-06 Thread supernovasoftware.com
h:commandButton action=#{backingBeanName[actionCancelUpdateName]} / pass them to the template like this | cu:yourCustomTag backingBeanName=${yourBackingBean} | actionEditName=youActionName/ | This works for me, but

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread supernovasoftware.com
Could someone comment on the current compatibility of JBoss Richfaces with Seam? When might there be an example posted that demonstrates integration of the various JBoss Richfaces components? I have been trying to determine if I should use Ajax4JSF or Icefaces. I have a rather large

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread supernovasoftware.com
Gavin, Thank you for the prompt reply. I have been looking into purchasing Exadel Studio Pro and Richfaces recently. It rocks that JBoss is open sourcing these products. :) This has been the story with most of the commercial or non JBoss OS products I have researched. Just as I am close

[jboss-user] [JBoss Seam] - Re: Back button after logout - solved through Seam?

2007-03-02 Thread supernovasoftware.com
I put this as a JS include in all my pages. window.history.forward(1); It prevents back. This could be used only for the logout page in your case. Maybe an AJAX poller that would automatically redirect the page if there is not a valid login? View the original post :

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-02-28 Thread supernovasoftware.com
I think Excel support is a great idea. How about something like this http://displaytag.sourceforge.net/10/export.html I never used it, but I think that it lets you use a special data table tag that will export the data automatically. It is not JSF. This could allow for general data tables to

[jboss-user] [JBoss Seam] - Load messages from Database example

2007-02-21 Thread supernovasoftware.com
I decided that I would like to store my application messages in the database and I came up with the code shown below. I extended org.jboss.seam.core.ResourceBundle and override protected java.util.ResourceBundle loadBundle(String bundleName) ApplicationMessage is just an entity I created

[jboss-user] [JBoss Seam] - FacesMessages.instance().addToControl(String id, FacesMessag

2007-02-20 Thread supernovasoftware.com
I just upgraded to the current CVS from 1.1.6.GA to get s:selectItems working. I had to switch form FacesMessages.instance().add(String id, FacesMessage facesMessage) | to FacesMessages.instance().addToControl(String id, FacesMessage facesMessage) Are there any other API changes that I

[jboss-user] [JBoss Seam] - Re: Wysiwyg editor for Seam Text?

2007-02-20 Thread supernovasoftware.com
Thanks for the tip. It would be great if you could post something on the wiki like the Ajax4JSF file browser. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019706#4019706 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-02-19 Thread supernovasoftware.com
My project does start with in debug using eclipse, but it seems to time out. It will just die with no error after a minute or so. Has anyone else seen this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018966#4018966 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-18 Thread supernovasoftware.com
My project does that as well sometimes. I either have to refresh or clean from the eclipse menu. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4018538#4018538 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4018538

[jboss-user] [JBoss Seam] - Re: s:selectItems - whto work

2007-02-17 Thread supernovasoftware.com
I removed all of my @PersistenceContext in favor of @In(create=true) | public EntityManager entityManager; I also replaced all | @EJB with @In(create=true) MyDAO myDAO; This did make it work a little better. Then I stepped into AbstractEntityConverter and

[jboss-user] [JBoss Seam] - Re: s:selectItems - whto work

2007-02-16 Thread supernovasoftware.com
I am also having a problem, but mine is migrating from si:selectItems to s:selectItems. My usage is below: h:selectOneMenu id=#{id} |value=#{value} | s:selectItems value=#{selectItems} |var=si |label=#{si.label} |

[jboss-user] [JBoss Seam] - Re: s:selectItems - whto work

2007-02-16 Thread supernovasoftware.com
I forgot to mention I am using Seam 1.1.6. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017830#4017830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4017830 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:selectItems - whto work

2007-02-16 Thread supernovasoftware.com
This is what I have for the entity manager in components.xml |core:managed-persistence-context name=entityManager | persistence-unit-jndi-name=java:/xxx.xxx.comEntityManagerFactory/ | A lot of my queries are loaded form SLSB DAOs that get their

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-02-14 Thread supernovasoftware.com
I find that my users want to frequently change messages and text throughout my applications. I would prefer to use an entity to store and update messages and text. I believe that I would only need 3 fields: key, text, locale or possibly key, text, en, fr (an extra column of each locale) My

[jboss-user] [JBoss Seam] - Re: Restrict

2007-02-14 Thread supernovasoftware.com
I put all of my page fragments in WEB-INF and only have pages that I make available in the root directory. This solves this problem for me without have to put any restrictions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4016729#4016729 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Restrict

2007-02-14 Thread supernovasoftware.com
I also use the following in components.xml | factory name=basePath | value=#{facesContext.externalContext.request.scheme}://#{facesContext.externalContext.request.serverName}:#{facesContext.externalContext.request.serverPort}#{facesContext.externalContext.request.contextPath}// |

[jboss-user] [JBoss Seam] - Re: Complex validation

2007-02-09 Thread supernovasoftware.com
I have a lot of complex validations in my project. I just put the logic in my action method and add the appropriate messages to a map as feed it to the function below. If messages were added I redirect to the same page. This seems like an old fashioned what to do things, but I have not found

[jboss-user] [JBoss Seam] - Re: Seam ICEFaces

2007-02-09 Thread supernovasoftware.com
I have been dying to try out AJAX in my application. At a first glance, ICEFaces does seem to be a great solution. Is there a time line for having Seam and ICEFaces working completely with Seam? I only noticed on open JIRA item. View the original post :

[jboss-user] [JBoss Seam] - Re: Building Seam CVS with ant build

2007-02-09 Thread supernovasoftware.com
Is there any reason not to use Java 1.6 with JBoss or Seam currently? Are there any know bugs related to upgrading to Java 1.6? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013821#4013821 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Building Seam CVS with ant build

2007-02-09 Thread supernovasoftware.com
I just upgraded and now my app deploys in 31 vs 51 sec and it seems more responsive in general. I checked it by switching JAVA_HOME back and forth and it is reproducible. Has anyone else seen this type of boost from JDK 1.6? View the original post :

[jboss-user] [JBoss Seam] - Re: SelectItems and Seam

2007-02-02 Thread supernovasoftware.com
I have been waiting for SelectItems to finally be included in the main distribution of Seam. Thank you Peter for all you hard work. I read you comment about converters aren't there (or automatically added) and si:convertEntity for entities. I use the org.jboss.seam.EntityConverter a great

[jboss-user] [JBoss Seam] - Re: SelectItems and Seam

2007-02-02 Thread supernovasoftware.com
If I include the 1.1.1beta4 jars and upgrade to 1.1.5 will there be any conflict with the new implementation if I do not use s:selectItems? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010233#4010233 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SelectItems and Seam

2007-02-02 Thread supernovasoftware.com
Thanks for you prompt reply. I am upgrading a project this weekend, and I will let you know how it goes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4010237#4010237 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4010237

[jboss-user] [EJB 3.0] - RC9 mappedBy and InheritanceType.JOINED problem

2006-12-13 Thread supernovasoftware.com
I want to upgrade to JBoss 4.0.5, but I cannot deploy my applications anymore. I have some classes with @Inheritance(strategy=InheritanceType.JOINED ) and a collection mapped as | private SetCoupling couplings; | @OneToMany(mappedBy=state) | public SetCoupling

[jboss-user] [EJB 3.0] - Re: RC9 mappedBy and InheritanceType.JOINED problem

2006-12-13 Thread supernovasoftware.com
I thought I was using RC9, because I used the 4.0.5 installer I just downloaded from http://labs.jboss.com/portal/jbossas/download I selected EJB3 profile. After investigating the manifest in jboss-4.0.4.GA\server\default\deploy\ejb3.deployer says RC8, but the one from the new installer

[jboss-user] [JBoss Seam] - Re: si:selectItems Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I am also having a problem with this. I have it working for one entity, but I get a jsf validation error for another. Both equals methods were generated using Eclipse 3.2. I cannot find the difference between the 2 entities. I will try the equals method that only compares the ids. View

[jboss-user] [JBoss Seam] - Re: si:selectItems Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I tried the following on the offending entity, but I still get a validation error. | @Override | public boolean equals(Object obj) | { | final Size other = (Size) obj; | if(other.getId()==id) return true; | return false; | } | Here is how I am using the

[jboss-user] [JBoss Seam] - Re: si:selectItems Value is not a valid option.

2006-11-28 Thread supernovasoftware.com
I stepped into org.jboss.seam.selectitems.jsf.EntityConverter and found that the entities are in fact looked up correctly. If I select 3 items each lookup works fine, but I am still getting the jsf validation error. I am using myfaces 1.1.4, JBoss 4.0.4.GA and Seam 1.0.1 GA. Any advice?

[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=bbop=viewtopicp=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 | taskdef name=instrument | classname=org.hibernate.tool.instrument.InstrumentTask | classpath refid=classpath.lib/ | /taskdef | I need this so I can use | private Double pipeFtCompleted; | @Basic(fetch

[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=bbop=viewtopicp=3967924#3967924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967924

[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=bbop=viewtopicp=3964689#3964689 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964689

[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=bbop=viewtopicp=3960151#3960151 Reply to the post :

<    1   2   3   >