[jboss-user] [JBoss Seam] - Re: custom component - HtmlLink works, HtmlCommandLink and H

2009-02-10 Thread ips
Hi, I think I am encountering the same problem. Can you be more specific about how your component tree was broken and how you fixed it? I would really appreciate it, as I've been stuck on this for several days now. Thanks, Ian View the original post :

[jboss-user] [JBoss Seam] - Re: Flex and Seam Integration

2009-01-30 Thread SergeySmirnov
Solutions from Exadel: Flex with Seam without JSF: http://exadel.com/web/portal/flamingo with JSF: http://exadel.com/web/portal/fiji View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4205970#4205970 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Use Eclipse's BIRT with JBoss Seam

2008-04-10 Thread [EMAIL PROTECTED]
Pete - BIRT consists of two parts. The designer AND the runtime. The runtime today is easiest done via their servlet setup and that servlet would/should be living next to Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143346#4143346 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PDF generating

2008-03-03 Thread [EMAIL PROTECTED]
The visual page editor can render anything as long as it can be approximated in an html rendererand for PDF that is probably going to be hard. But if the seam pdf tags could be translated into something approximate html it is very doable as far as I see it. View the original post :

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-18 Thread eirirlar
enda wrote : | There were some issues why it got deprecated and note from Gavin King was to use pages.xml for it. So if it is undeprecated then it is ok. | Actually it's not undeprecated yet but I couldn't find a way to do the same thing in pages.xml. enda wrote : | here you would

[jboss-user] [JBoss Seam] - Re: selectOneMenu preselection

2008-02-18 Thread koenhandekyn
i had already overriden hashCode en equals. that was/is not the issue as far as I can conclude. [ an object is equal if it has the same object ID, if no ID is present, values are compared, hashCode accordingly, using apache EqualsBuilder and apache HashCodeBuilder ] the only wat to fix it was

[jboss-user] [JBoss Seam] - Re: selectOneMenu preselection

2008-02-18 Thread koenhandekyn
adding to it : it probably is NOT a real seam issue but a conflict of hibernate lazy loading (using proxy) and the JSF implementation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130029#4130029 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Flex and Seam Integration

2008-02-18 Thread [EMAIL PROTECTED]
These guys http://www.rationaldeveloper.com/ presented on Flex+Seam at JBossWorld - looking good :) We should have a page up on seamframework.org soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130064#4130064 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error running Seam Examples with JBoss-5

2008-02-18 Thread [EMAIL PROTECTED]
And make sure to add jboss-seam-jbas5.jar to your project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130074#4130074 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130074 ___

[jboss-user] [JBoss Seam] - Re: Use Eclipse's BIRT with JBoss Seam

2008-02-18 Thread [EMAIL PROTECTED]
Onto a remote JVM? No, Seam doesn't support this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130076#4130076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130076 ___

[jboss-user] [JBoss Seam] - Re: Problem with custom converter for class access in facele

2008-02-18 Thread [EMAIL PROTECTED]
I don't think converters are applied when using inline EL like that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130089#4130089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130089

[jboss-user] [JBoss Seam] - Re: component with multiple interfaces?

2008-02-18 Thread [EMAIL PROTECTED]
Post the whole exception. You need to mark any @Converter's @BypassInterceptors and you can't make them EJB3s - so, in essence, no. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130093#4130093 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:selectItems + a4j:support = NullPointerException

2008-02-18 Thread [EMAIL PROTECTED]
That NPE is in your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130096#4130096 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130096 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Event not raised with annotations - Bug?

2008-02-18 Thread [EMAIL PROTECTED]
Please read the API for @RaiseEvent - this behaviour is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130080#4130080 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130080

[jboss-user] [JBoss Seam] - Re: When to pass view id to FacesRequest/NonFacesRequest ?

2008-02-18 Thread [EMAIL PROTECTED]
If you want to attach the FacesRequest to a particular view e.g. to use page parameters/page actions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130101#4130101 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130101

[jboss-user] [JBoss Seam] - Re: when to use seam component and when to use ejb session b

2008-02-18 Thread [EMAIL PROTECTED]
Search back through the forum - discussed many times. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130094#4130094 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130094 ___

[jboss-user] [JBoss Seam] - Re: Possible design weakness of Events.raiseEvent() ??

2008-02-18 Thread [EMAIL PROTECTED]
Please raise a JIRA issue for this - at first glance I agree with you, but we need to carefully consider this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130092#4130092 Reply to the post :

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-02-18 Thread [EMAIL PROTECTED]
No, it's not a common problem as it's not a common use case and not really a standard design either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130110#4130110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130110

[jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-18 Thread chawax
I was talking about the metadata tag that should be used to set the type mapping for Java persistance. If you use it in a datasource XML file, it fails as I showed at the beginning of this topic ;) I used to configure my datasource this way with JBoss 4.2, so has something changed about this

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-18 Thread boevink
UserList.xhtml as generated: | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: PLEASE USE THE NEW FORUM

2008-02-18 Thread epbernard
This forum should be read-only now. Test. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130138#4130138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4130138 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Is it possible to handle Bean Managed Transactions in s

2008-02-17 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/2.0.1.GA/reference/en/html/persistence.html#d0e5850 is up to date and correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129920#4129920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129920

[jboss-user] [JBoss Seam] - Re: Long Running Web Call

2008-02-17 Thread [EMAIL PROTECTED]
Yes. But replace MDB/JMS with an @Asynchronous and a page reload with an ajax poll. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129921#4129921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129921

[jboss-user] [JBoss Seam] - Re: Problems to Run SeamTest with SQLServer

2008-02-17 Thread [EMAIL PROTECTED]
Why an earth are you trying to alter the default data source for jboss? Just use a different datasource for your app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129923#4129923 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Threads and @In JbpmContext

2008-02-17 Thread [EMAIL PROTECTED]
Post the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129924#4129924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129924 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Pageflow event type=

2008-02-17 Thread [EMAIL PROTECTED]
File a bug in JIRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129925#4129925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129925 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: EntityHome as base of all DAO classes

2008-02-17 Thread [EMAIL PROTECTED]
Yes it is Pros - you have CRUD methods available to you. You can define simple ones in components.xml or extension for complex ones. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129926#4129926 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Stateless EJB cant be invoked by POJO

2008-02-17 Thread [EMAIL PROTECTED]
Seam doesn't support injection by @EJB - and as you aren't declaring you bean an EJB3, you won't get the container to inject it either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129927#4129927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template

2008-02-17 Thread [EMAIL PROTECTED]
tomstrummer wrote : I understand that I can't keep state in my SLSB, but I thought the point was that you could biject stateful values into your SLSBs. See http://books.google.com/books?id=h1madTvupB8Cpg=PA162vq=listing+6-2sig=gedSD8Cnzsm8Oj-tDxPWs7pmvkk Yes, correct. You explicitly set the

[jboss-user] [JBoss Seam] - Re: Validation Documentation Incomplete

2008-02-17 Thread [EMAIL PROTECTED]
File a JIRA, we can link to the validator docs in the manual I guess. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129919#4129919 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129919

[jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION

2008-02-17 Thread [EMAIL PROTECTED]
Dan, we outline why the session scope is a problem in the docs intro and every presentation we do :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129918#4129918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129918

[jboss-user] [JBoss Seam] - Re: AbstractEntityManagerImpl warning

2008-02-17 Thread [EMAIL PROTECTED]
So, update your namepsaces. Use seam-gen to set up a correct project and compare it to your current one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129917#4129917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129917

[jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest

2008-02-17 Thread [EMAIL PROTECTED]
What tag? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129915#4129915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129915 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Validator causes InvocationTargetException

2008-02-17 Thread [EMAIL PROTECTED]
We need to see the stack trace - you may need to use a debugger to get that, or turn up logging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129922#4129922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129922

[jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server

2008-02-17 Thread [EMAIL PROTECTED]
There is also a ssl option ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129916#4129916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129916 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread [EMAIL PROTECTED]
To get the transaction do Transactions.instance() - you need to ask on e.g. an EJB3 forum about how to control transactions inside a CMT. You need to ask on the hibernate forum about why .flush() doesn't commit the transaction if you are curious. View the original post :

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

2008-02-17 Thread [EMAIL PROTECTED]
Should work. I don't really understand how you are examinging the values in the handler? What handler? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129932#4129932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129932

[jboss-user] [JBoss Seam] - Re: Annotation Interception Question

2008-02-17 Thread [EMAIL PROTECTED]
1) Its classlevel only - we have an ancient open issue for this, but with Web Beans on the way, I don't think this will see light before then. Your approach is the best workaround I know of. 2) You should be able inject other components using Component.getInstance/Contexts lookup. What is the

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread tynor
I posted a solution on the new forum: Transactions.instance().commit(); | Transactions.instance().begin(); This works, but I am not confident that this is considered clean and proper. Posting to the EJB3 forum doesnt seem appropriate given that these are seam managed transactions and my

[jboss-user] [JBoss Seam] - Re: Proposed solution for lost faces messages after navigati

2008-02-17 Thread [EMAIL PROTECTED]
Yes, what you want work ootb. What you have done seems quite reasonable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129940#4129940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129940

[jboss-user] [JBoss Seam] - Re: Outjected variables flawed.

2008-02-17 Thread [EMAIL PROTECTED]
Of course @Out doesn't cause @Create not to run. You have some other problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129938#4129938 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129938

[jboss-user] [JBoss Seam] - Re: serializing access to resource

2008-02-17 Thread [EMAIL PROTECTED]
Ask on EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129933#4129933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129933 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Is @BypassInterceptors going to be removed for Validator

2008-02-17 Thread [EMAIL PROTECTED]
As we discussed no - as JSF controls the lifecycle, not us. Actually, Max Ross and I talked about this after you asked about it - of course, you can unit test this stuff, you just have to be careful about not calling Component.getInstance in your unit test - move out your validation logic

[jboss-user] [JBoss Seam] - Re: How do I fetch the HTML source of a page programatically

2008-02-17 Thread [EMAIL PROTECTED]
Dustismo - yes, known problem - please open a JIRA for this as it is possible to fix IIRC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129934#4129934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129934

[jboss-user] [JBoss Seam] - Re: NPE with migration to Seam 2.0.1- JBoss 4.2.2

2008-02-17 Thread [EMAIL PROTECTED]
But inconsistent with JSF converter names. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129935#4129935 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129935 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread [EMAIL PROTECTED]
Nothing to do with Seam - ask on the hibernate or ejb3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129947#4129947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129947

[jboss-user] [JBoss Seam] - Re: QueueSession is null when scheduler runs

2008-02-17 Thread [EMAIL PROTECTED]
surely you need @In(create=true) on those? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129948#4129948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129948 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
No they can't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129950#4129950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129950 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem with https : tries to display the page and event

2008-02-17 Thread [EMAIL PROTECTED]
Don't think this is anything to do with Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129953#4129953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129953 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: EntityManager not injected in onMessage method

2008-02-17 Thread [EMAIL PROTECTED]
You need to apply the Seam interceptors to your invocation properly - this would normally be done by making your Seam component an MDB. Otherwise, you need to make JMS call a proxy or something and set up Seam contexts and interception. View the original post :

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread [EMAIL PROTECTED]
Thats just fine. They are seam managed but backed by JTA CMT which are EJB3 provided. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129949#4129949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129949

[jboss-user] [JBoss Seam] - Re: ScopeType.PAGE question

2008-02-17 Thread [EMAIL PROTECTED]
Depends on if the jsf state is serialized to the client - if so no, otherwise, to the session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129945#4129945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129945

[jboss-user] [JBoss Seam] - Re: seam-gen problem with generate-ui and repeated types

2008-02-17 Thread [EMAIL PROTECTED]
Yes, known issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129957#4129957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129957 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Validation patter - Invalid State

2008-02-17 Thread [EMAIL PROTECTED]
Yes s:validateAll only adds the hibernate validator if there is no other validator specified. Also nest s:validate and it will work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129958#4129958 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
Can should be s:button so it doesn't submit the form. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129951#4129951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129951 ___

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-17 Thread [EMAIL PROTECTED]
no. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129964#4129964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129964 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-17 Thread [EMAIL PROTECTED]
You would need to configure javamail to write to a output stream. If this is possible, then yes, and we can write a hook into Seam. File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129962#4129962 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu preselection

2008-02-17 Thread [EMAIL PROTECTED]
Override equals on the entity. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129967#4129967 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129967 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Correct way to start conversation

2008-02-17 Thread [EMAIL PROTECTED]
Put propagation=begin on the s:link or begin-conversation on the navigation in pages.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129956#4129956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129956

[jboss-user] [JBoss Seam] - Re: Security: How to override messages

2008-02-17 Thread [EMAIL PROTECTED]
RTFM #{messages['org.jboss.seam.loginSuccessful']} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129968#4129968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129968 ___

[jboss-user] [JBoss Seam] - Re: Exception handling with interceptors

2008-02-17 Thread [EMAIL PROTECTED]
When do you mean the transaction has gone sour? after the exception? This is expected - you need a new transaction at this point. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129942#4129942 Reply to the post :

[jboss-user] [JBoss Seam] - Re: runtime errors from the startup project by seam-gen

2008-02-17 Thread [EMAIL PROTECTED]
There is a problem with the JDK - log4j bridge in JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129944#4129944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129944 ___

[jboss-user] [JBoss Seam] - Re: Value is not Valid with s:entityConverter and equals an

2008-02-17 Thread [EMAIL PROTECTED]
No one put this in JIRA so that we can fix it - its a bug probably. If you want it fixed, put in JIRA, don't just complain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129943#4129943 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error running Seam Examples with JBoss-5

2008-02-17 Thread [EMAIL PROTECTED]
Use AS5 beta4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129960#4129960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129960 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:decorate question

2008-02-17 Thread [EMAIL PROTECTED]
Oops, cancel should be... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129952#4129952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129952 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam spring tomcat without jboss

2008-02-17 Thread augba
Hi , thanks for the info... I made it to work with the below settings --- Components.xml ?xml version=1.0 encoding=UTF-8? components xmlns=http://jboss.com/products/seam/components; xmlns:core=http://jboss.com/products/seam/core;

[jboss-user] [JBoss Seam] - Re: SeamTest and JSFUnit and Selenium: When and Why?

2008-02-17 Thread [EMAIL PROTECTED]
I've never been convinced by using SeamTest for unit testing. Selenium and JSFUnit are a bit different - one is scriptable, one isn't. We plan to use JSFUnit for some integration tests in the future, and Selenium for release testing. Try to grab Stan Silvert's JSFUnit presentation, he gives a

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread chris.simons
Does anyone know if Jason's OC4J 10.1.3 instructions for Seam work with Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129978#4129978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129978

[jboss-user] [JBoss Seam] - Re: seam-gen problem with generate-ui and repeated types

2008-02-17 Thread jcg3
Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129979#4129979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129979 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2008-02-17 Thread chris.simons
Does anyone know if this problem still exists in Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129977#4129977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129977 ___

[jboss-user] [JBoss Seam] - Re: FlushMode=MANUAL -- not immediately commited to db?

2008-02-17 Thread tynor
Most excellent! Thanks for putting my mind at ease. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129976#4129976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129976 ___

[jboss-user] [JBoss Seam] - Re: cant figure out why my transaction is null

2008-02-17 Thread wiggy
Thanks pete will try to cross post and see igf any one can teel whats going on pretty frsutrating though. Thanks for the post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129984#4129984 Reply to the post :

[jboss-user] [JBoss Seam] - Re: demultiplexing notifications from MDB

2008-02-17 Thread [EMAIL PROTECTED]
Yeah, that is probably the best approach View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129986#4129986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129986 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread [EMAIL PROTECTED]
Btw, create a JIRA request for OC4J 10 support so we can gauge the level of interest in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129988#4129988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129988

[jboss-user] [JBoss Seam] - Re: how to leave a long running conversation and start a new

2008-02-17 Thread marcelkolsteren
Thanks for presenting your solution to a similar problem. We share the hope for attention of the Seam team to these conversation switching issues. In your case, the new conversation only starts after the redirect, in the next request. That makes a big difference. I need to switch to another

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2008-02-17 Thread [EMAIL PROTECTED]
We now have a current version of Hibernate in 2.0.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129991#4129991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129991 ___

[jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1

2008-02-17 Thread [EMAIL PROTECTED]
AFAIK, yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129987#4129987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129987 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: No application context active

2008-02-17 Thread [EMAIL PROTECTED]
Post the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129985#4129985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129985 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template

2008-02-17 Thread tomstrummer
I expect Seam to re-initialize the value when it goes out of scope. How does Seam know when a context variable goes out of scope? If Seam sees a @Out variable go out of scope, then it sees the bijected field with no factory... It should just ignore it and leave whatever value happened to be

[jboss-user] [JBoss Seam] - Re: Outjected variables flawed.

2008-02-17 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Of course @Out doesn't cause @Create not to run. You have some other problem. Hi Pete hope its not too cold up there in Scotland. I think I should re-explain... I had a page that dragged in some Varibles that were @outjected from a Seam bean. I assumed that the

[jboss-user] [JBoss Seam] - Re: Odd Transactional Exception on WebLogic 9.2

2008-02-16 Thread neilac333
Though this might be a long shot, it occurred to me that I might be using s:selectItems incorrectly. In my case, when I do the following in my Facelet as described above: | select jsfc=h:selectOneMenu id=categoryDropdown value=#{myAction.category} | s:selectItems

[jboss-user] [JBoss Seam] - Re: PLEASE USE THE NEW FORUM

2008-02-16 Thread lauerc
Hi Pete, you should be able to hide your real eMail address from the forum posts, currenty it's not which is too spammer friendly ;-( Regards, Christian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129812#4129812 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PLEASE USE THE NEW FORUM

2008-02-16 Thread [EMAIL PROTECTED]
E-mail addresses are only visible to logged-in users, and they are obfuscated even then. Spammers use fully automated bots to collect e-mail addresses, they do not register on a website and then figure out how addresses are obfuscated. View the original post :

[jboss-user] [JBoss Seam] - Re: Update problem with Seam contexts, Bindings, JSF Compone

2008-02-16 Thread haikodo
So the question is? Why doesn't the JSF page call the getAirportmenu() method the second time i load the page? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129827#4129827 Reply to the post :

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-16 Thread [EMAIL PROTECTED]
Btw you don't need to sign a contributor agreement to submit patches. Only for those who have commit access. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129829#4129829 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PLEASE USE THE NEW FORUM

2008-02-16 Thread [EMAIL PROTECTED]
And, to reiterate PLEASE USE THE NEW FORUM! This one is now closed for business. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129828#4129828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129828

[jboss-user] [JBoss Seam] - Re: Woodstock and Seam on JBoss with Facelets, JSF 1.2

2008-02-16 Thread mladen.babic
Hi, I have different problem with installing Woodstock components. I've created generate sample application with Seam 2.0.1. and I've download Woodstock latest jar files. I added those files in app lib folders and I've started JBoss AS 4.2.2. When I try to open any pages , I get this in

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-16 Thread elponderador
I appreciate that since I did mention a jira issue, but the jira issue is a actually a feature addition based off code I am contributing, does that also fall under the need for a contributors agreement? View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem on Internet Explorer

2008-02-16 Thread kai222
I finally found out the reason why I had the problems in my application with IE6. First, I added a rich:calendar tag inside the h:form enctype=multipart/form-data in my xhtml. In the code above I removed this tag to shorten the code the result was a form in a form. Firefox can handle

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-15 Thread boevink
Strange because I am using the display template I'm using the templates and views as generated by seam-gen and can't get it working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129569#4129569 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-15 Thread terryb
Alexander yes please attach it, would be useful to see how you do it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129570#4129570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129570

[jboss-user] [JBoss Seam] - Re: PDF table doesn't show in RTF format

2008-02-15 Thread brachie
done :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129576#4129576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129576 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: how to leave a long running conversation and start a new

2008-02-15 Thread c_inconnu
Thanks for the input. It is what i was looking for. However, it is strange that there is no direct support for this... I was wondering if using one big top level conversation then nested conversations couldn't do the job (i am a noob, remember :) ? In fact, my problem is to manage workspace a

[jboss-user] [JBoss Seam] - Re: How to not propagate conversations??

2008-02-15 Thread mars1412
MSchmidke wrote : Seam 2.0.0.GA, Facelets | A propagation of none, however, works like expected. New conversations are started every time, and the old ones hang around unused until timed out. But this is not what I want - in fact, I want to cancel the conversation when the menu is selected.

[jboss-user] [JBoss Seam] - Re: selectOneMenu preselection

2008-02-15 Thread koenhandekyn
i ran into the same issue. feels like a SERIOUS bug to me. at worst it should get in the seam documentation, but a fix is preferred. curious on your experiences or alternative solutions ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129624#4129624 Reply to

[jboss-user] [JBoss Seam] - Re: How to not propagate conversations??

2008-02-15 Thread MSchmidke
Exactly! Yes! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129638#4129638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129638 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to not propagate conversations??

2008-02-15 Thread mars1412
I think it is possible to set the conversation id on your own (I never used it) so if you click the link again and this conversation already exists, you could continue it (I think) I know: that's not exactly what you want - but maybe this is also ok in your case? View the original post :

[jboss-user] [JBoss Seam] - Re: Help - post login and EntityHome instance

2008-02-15 Thread mars1412
terryb wrote : | If I view View or Edit form, both of wich utilise EntityHome, and then right after I click on Add form, the Add form shows record which was focused by View or Edit form. | Did you solve that? I have the same problem and I am quite stuck. I have no idea why this entity is

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-15 Thread [EMAIL PROTECTED]
This is documented as a note in the reference documentation. Websphere's statefull session bean timeout default is 10 minutes. You can adjust this using Websphere specific deployment descriptors. As stated in the note - that was beyond the scope of the reference docs. Take a look at the

[jboss-user] [JBoss Seam] - Re: can i use s:enumConverter / in jsf 1.1 and websphere

2008-02-15 Thread [EMAIL PROTECTED]
I have not looked at that specific tag on websphere. Can you verify that the same application works as expected on Jboss? Also you could post some more information on the application and error. Thanks, Jay View the original post :

  1   2   3   4   5   6   7   8   9   10   >