[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Search

2008-01-18 Thread przemjaskier
I've run into this problem a while ago. I don't recall how I solved this. (Just trying to recall ->) this is reported on on HS forum or it's JIRA (cannot access these sites at this moment to provide concrete points, servers overloaded?) and is caused by behind-the-scene casting against an unimpl

[jboss-user] [JBoss Seam] - Re: Occasional error

2007-12-09 Thread przemjaskier
Ryoung, your fix will not work AFICT. Look at the comment I've added to this issue: http://jira.jboss.org/jira/browse/JBSEAM-2086#action_12391226 Greets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111462#4111462 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-12-01 Thread przemjaskier
Sam, Please update this thread if you get with something on this subject. It's possible that I will have to deal with something similar in a few months perspective. TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109553#4109553 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-11-06 Thread przemjaskier
DKane, could you set "fix version" to 2.0.1.GA, it looks like a serious problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102114#4102114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102114 _

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2007-10-30 Thread przemjaskier
DKane, Peter I have (still) exactly the same problem: http://jira.jboss.org/jira/browse/JBSEAM-1840 DKane, could you comment and attach your reproducible code to this issue? Norman, Pete, can I reopen this rejected issue then? TIA View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: doesn't work

2007-10-11 Thread przemjaskier
Thanks Peter! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094079#4094079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094079 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - doesn't work

2007-10-11 Thread przemjaskier
Despite the fact that I put in my components.xml I receive this when try to access any view: | 2007-10-11 15:21:27,514>ERROR>[org.jboss.seam.jsf.SeamPhaseListener]> | uncaught exception | java.lang.IllegalStateException: Could not start transaction | at org.jboss.seam.jsf.

[jboss-user] [JBoss Seam] - Re: FR: Make all Seam-originated internal FacesMessages opti

2007-10-09 Thread przemjaskier
Another example: Seam forces "Transaction failed" faces message in case of setRollbackOnly(). I've already put there a proper message fully describing problem, but user got confused by "transaction failed" message, which adds no value here, View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - FR: Make all Seam-originated internal FacesMessages optional

2007-10-09 Thread przemjaskier
Is it possible to make Seam to not produce any FacesMessages with it's internal informations? I've hit some topics on this and AFAIR only way was to "override" default message etc. C'mon - most of our applications are focused on a common user's that don't want to see strange message that "Conve

[jboss-user] [JBoss Seam] - Re: Conversation propagation problem/error?

2007-09-18 Thread przemjaskier
BTW: last Seam CVS, Tomcat 6.10, RI 1.2, RF 3.1. If this issue is related to the fact that propagation=none affects the conversation started from startConversation(), why does it work when I click it for the first time? Something is wrong here. | | |

[jboss-user] [JBoss Seam] - Re: Conversation propagation problem/error?

2007-09-17 Thread przemjaskier
One more note: this conversation starts for the first time this link is clicked. But every following invocation of this link from within page that belongs to the initially started conversation leads to the error above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Conversation propagation problem/error?

2007-09-17 Thread przemjaskier
I have a menu with link on which user can click at any time, even being in the middle of a long-running conversation. This link begins conversation by invoking a bean method "startConversation()" which is annotated with @Begin(nested=false, join=false, pageflow="flow.jpdl"). I want that every cl

[jboss-user] [JBoss Seam] - Re: How to correctly start pageflows

2007-08-23 Thread przemjaskier
Just for the records: there are plenty of pageflows containing start-state in Seam examples. This can make people think that it is a right way of doing things. Dvdstore, numberguess, todo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077164#4077164 Reply t

[jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give

2007-08-20 Thread przemjaskier
Sure http://jira.jboss.org/jira/browse/JBSEAM-1823 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075958#4075958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075958 ___ jb

[jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give

2007-08-17 Thread przemjaskier
In case someone hit this topic looking for answer. There is an attribute that I think is missing in documentation but is used in examples: conversation-required="true" (thanks to Gavin for pointing this!). When it is combined with no-conversation-view-id it gives effect desired by me. So my exam

[jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give

2007-08-17 Thread przemjaskier
Or maybe this is a bug and should I fill an PR because it would be expectable that timeouted and not present conversation cases should both lead to a no-conversation-view-id? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075127#4075127 Reply to the post :

[jboss-user] [JBoss Seam] - How to force/assure conversational-only access to a given pa

2007-08-16 Thread przemjaskier
I have a bunch of views that are used by pageflow-driven conversation. Lets call them page1.xhtml, page2.xhtml, page3.xhtml. I want to prevent user from entering arbitrary selected view from those above. When a user enters page2.xhtml he should be redirected to a configured no-conversation-view-

[jboss-user] [JBoss Seam] - Re: @Transactional + Transaction.setRollbackOnly error

2007-07-12 Thread przemjaskier
Sure, http://jira.jboss.org/jira/browse/JBSEAM-1651 Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063339#4063339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063339 __

[jboss-user] [JBoss Seam] - Re: @Transactional + Transaction.setRollbackOnly error

2007-07-11 Thread przemjaskier
Update: please ignore the note about "cannot render message", there was no indeed (how embarrassed I am). Anyway, the problem with transaction rollback is valid. BTW despite all these exceptions jPDL "GOBACK" navigation DOES take effect and user is redirected correctly. View the original post

[jboss-user] [JBoss Seam] - @Transactional + Transaction.setRollbackOnly error

2007-07-11 Thread przemjaskier
Env: Tomcat 6.0.13, Hibernate local transactions, Seam CVS 11/07. As @Rollback(ifOutcome) had been removed ,usage of Trancation.instance(),setRollbackOnly() was introduced instead. Before (1.3 + Rollback) such pseudocode was working (long-running conversation with manual flush mode). Am I doing

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-10 Thread przemjaskier
Hi Mike! I tried to do my best to reproduce my previous environment (with limited success). Hope it helps. http://jira.jboss.org/jira/browse/JBSEAM-1636 Cheers, Przemek. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062674#4062674 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: JSR-299 Web Beans approved by the EC

2007-07-10 Thread przemjaskier
Gavin, I see that description of this JSR covers EJB only. What about Seam's POJO components compatibility? Will it be maintained by future versions of Seam/WebBeans RI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062277#4062277 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-09 Thread przemjaskier
I want to share, in case that someone is googling for a solution here: I managed to create this configuration: DataSource bound by Spring, HibernateSessionFactory bound by Spring, Seam-managed Session by creating a Seam delegate component "sessionFactoryDelegate" that wraps Spring-bound Session

[jboss-user] [JBoss Seam] - Re: Dropping clean MC support was a Bad Thing :(

2007-07-09 Thread przemjaskier
I want to share, in case that someone is googling for a solution here: I managed to create this configuration: DataSource bound by Spring, HibernateSessionFactory bound by Spring, Seam-managed Session by creating a Seam delegate component "sessionFactoryDelegate" that wraps Spring-bound Session

[jboss-user] [JBoss Seam] - Re: Dropping clean MC support was a Bad Thing :(

2007-07-09 Thread przemjaskier
Christian, I'm aware that these are standalone, simple POJOs. Making them into my custom build can solve my problem for now, but like you see I've already made some things in a different way and I'm bitting my nails next day in a row now. I simply don't want to spend another few days when I hit

[jboss-user] [JBoss Seam] - Re: Dropping clean MC support was a Bad Thing :(

2007-07-09 Thread przemjaskier
Christian, "org.seam.microcontainer" package has been removed from Seam codebase, taking out a way to bootstrap Jboss Managed Connection Pool and JTA Transaction Manager as described in Seam 1.3. docs. I don't know JBoss Embedded internals at all, if I'm missing something, please elaborate. In

[jboss-user] [JBoss Seam] - Dropping clean MC support was a Bad Thing :(

2007-07-09 Thread przemjaskier
Hi! After struggling with 1.3->2.0 migration for couple of days (no success) I want to share my objections on last Seam changes. I admire Seam team work and am working with the bleeding edge versions of Seam since a long long time. Forgive me if I'm sounding a little bit harsh and disappointed,

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Update: removing scope="prototype" from Spring bean definition helped with infinite loop in EL resolver case. But instead I get some huge (houndreds/thousands of lines) stracktraces similiar to the one below. Note: test harness that do not have Seam-managed session works fine. Everything was wo

[jboss-user] [JBoss Seam] - Re: Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Correction to point 2.3: Seam enters infinite loop AFTER HTTP REQUEST. It deploys normally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061771#4061771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061771 __

[jboss-user] [JBoss Seam] - Seam 2: is Spring integration totally broken?

2007-07-08 Thread przemjaskier
Env: Tomcat 6.0.13, Spring 2.0.6, Seam CVS snapshot 08-07-2007. Task: I try to get Seam-managed hibernate session to work. Datasource and HibernateSessionFactory are wired by Spring. Then I want to get to that factory from within components.xml, to enable Seam-managed session. I tried both ways

[jboss-user] [JBoss Seam] - Re: I stucked:CVS 07072007:IllegalStateException at startup

2007-07-08 Thread przemjaskier
Sure: http://jira.jboss.org/jira/browse/JBSEAM-1620 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061688#4061688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061688 ___ jbo

[jboss-user] [JBoss Seam] - Re: I stucked:CVS 07072007:IllegalStateException at startup

2007-07-08 Thread przemjaskier
Gavin, I've just discovered the source of this problem. I use part of Fer's maven seam "profiles" and didn't upgrade it, so on my classpath there was an alternate components.xml with core:microcontainer. Speaking of this, more accurate error reporting would be very helpful :):):) BTW sometimes

[jboss-user] [JBoss Seam] - I stucked:CVS 07072007:IllegalStateException at startup and

2007-07-07 Thread przemjaskier
Env: pure Tomcat 6.0, Seam CVS-07072007 snapshot. "On Seam 1.3.ALPHA everything worked like a charm...". I made all things from 1.3->2.0 migration guide. After running into this problem I have only in my components.xml, but still during startup I get: | java.lang.IllegalStateException: No

[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

2007-07-05 Thread przemjaskier
Wolfgang, although you question is not directed to me, I would suggest filling JIRA issue for this, because this behavior looks like not intended, indeed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060679#4060679 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Scary, scary thing: browser cache + Ajax4JSF???

2007-06-28 Thread przemjaskier
Sergey said that it is going to be resolved for RF 3.1.0. FYI: http://jira.jboss.com/jira/browse/RF-401 You can vote for this :). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058914#4058914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Scary, scary thing: browser cache + Ajax4JSF???

2007-06-28 Thread przemjaskier
Fernando, your suggestions in that topic should be definitely taken into account... After analyzing this further I find this issue as critical :(. I encourage others to think about it, because someone can have a lot of troubles someday. FYI: I posted on the a4jsf forum: http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread przemjaskier
FYI: Gavin, apparently this has been just implemented by Ronald :) See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058525#4058525 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058727#4058727 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Scary, scary thing: browser cache + Ajax4JSF???

2007-06-28 Thread przemjaskier
Hi, I've just noticed an answer for this thread and I'm curious how do you perceive this problem in general. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112124 ...suggesting cleaning browser cache as a solution for a specific error. Ok, as a developer I can do it after A4J update that

[jboss-user] [JBoss Seam] - Re: Page scope, SERVER state sav, etc - clear explaination fo

2007-06-17 Thread przemjaskier
Thank you for your answers, Gavin. I just need a clarification for you answer to 1. 1. That simply means that Page-scoped beans are abandoned after INVOKE_APPLICATION->INVOKE_APPLICATION form submission, and in case of SERVER state saving they are just immediately ready for Garbage Collector to

[jboss-user] [JBoss Seam] - Page scope, SERVER state sav, etc - clear explaination for th

2007-06-16 Thread przemjaskier
I find page scope quite confusing and don't fullly understand how it works. Documentation is extremely short on this, and I found two threads (at the end of this post), that appear as giving two different answers from Gavin. Lack and/or incomplete info on this subject does not help with sane des

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-11 Thread przemjaskier
I've added a comment describing how this can be reproduced in 100% of cases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052996#4052996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052996 __

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
Ok, after leaving this test app running for a while (session timeout???) I can reproduce it again. I've filed a bug: http://jira.jboss.org/jira/browse/JBSEAM-1429 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052942#4052942 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
Hi Gavin, I've just prepared sample app to demonstrate this problem... But I'm a little bit confused because at the beginning this error was 100% reproduceable in this app, but now Seam Filter ceased to throw this exception suddenly... Weird... File bug and attach this application (15 MB) anywa

[jboss-user] [JBoss Seam] - Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
After adding SeamFilter to my web.xml I'm getting error shown on stacktrace below. Problem appears in case of any application exception that appears after ajax4jsf's call that I'm performing with . | Jun 10, 2007 5:54:03 PM org.apache.catalina.core.StandardWrapperValve invoke | SEVERE: S

[jboss-user] [JBoss Seam] - Re: 3.0.1 - when is going to be released?

2007-05-31 Thread przemjaskier
Sorry, I wrote to this forum by mistake. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050107#4050107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050107 ___ jboss-user mai

[jboss-user] [JBoss Seam] - 3.0.1 - when is going to be released?

2007-05-31 Thread przemjaskier
Hi, Watching JIRA I see that new tickets are constantly being added to the 3.0.1 milestone in place of those that are resolved. Is there any time schedule for 3.0.1? That would help to make some decisions... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050

[jboss-user] [JBoss Seam] - seam CVS-28052007 - compatibility with myfaces lost?

2007-05-28 Thread przemjaskier
Hi, trying to update my 1.2.1 environment (worked flawlessly) to the latest CVS snapshot... Environment: MyFaces 1.1.5 api + core. I've met following problem: After application started, I've got following stacktrace when trying to acces random page: | java.lang.NoSuchMethodError: javax.face

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-11 Thread przemjaskier
Improvement created by Michael: http://jira.jboss.org/jira/browse/JBSEAM-1144 Great idea, +1 for me. Support, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036262#4036262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-04 Thread przemjaskier
Gavin, my target platform is pure Tomcat. I create my conversations using Conversation.instance(),begin()/beginNested(). I spotted conversation.setTimeout() method, and thought that this will provide such low-level control on a given coversation lifetime. But when I set this value, Seam's debug

[jboss-user] [JBoss Seam] - FR: customizable per-conversation timeout value

2007-03-03 Thread przemjaskier
What about providing a property for @Begin that would allow to specify what is a timeout of a given conversation? Depending on a context, some conversation should be valid for a long time, some not... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024838#4024

[jboss-user] [JBoss Seam] - Re: Security Remember Me Functionality

2007-02-19 Thread przemjaskier
Ok, but in case when only user name is used for creation of the "remember me" cookie, someone can simply create such cookie without performing any "sophisticated" attacks like XSS or cookie-hijacking. Amazon's approach mentioned by Christian and hashing cookie value can be the recommended appr

[jboss-user] [JBoss Seam] - Re: Polimorphism problem :(

2007-02-14 Thread przemjaskier
Thanks for help, Norman. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016498#4016498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016498 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Polimorphism problem :(

2007-02-14 Thread przemjaskier
** Problem: I cannot customize content of a template, depending on a type of returned hibernate @Entity. ** Environment: MyFaces 1.1.4, Facelets 1.1.12, Seam 1.1.6, Hibernate 3.2.1. ** Situation: I have three Hibernate entities: 1. Item - annotated with @Inheritance(strategy=InheritanceType

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Polimorphism problem

2007-02-14 Thread przemjaskier
Wrong forum. Sorry, I don't know how it hit here View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016288#4016288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016288 ___ jb

[jboss-user] [JBoss Eclipse IDE (users)] - Polimorphism problem

2007-02-14 Thread przemjaskier
Polimorphism problem ** Problem: I cannot customize content of a template, depending on a type of returned hibernate @Entity. ** Environment: MyFaces 1.1.4, Facelets 1.1.12, Seam 1.1.6, Hibernate 3.2.1. ** Situation: I have three Hibernate entities: 1. Item - annotated with @Inheritance(strateg