[jboss-user] [JBoss Seam] - Re: seam2.0beta : tests fail with jdk1.6

2007-07-05 Thread koenhandekyn
the error starts like this, the key messag being that it doesn't find the native String class: Class not found: [Ljava.lang.String; test: |[testng] [Parser] Running: |[testng] C:\workspace\upbox\test-build\ExampleActionTest.xml |[testng] |[testng] WARN 04-07 15:02:49,3

[jboss-user] [JBoss Seam] - seam2.0beta : tests fail with jdk1.6

2007-07-05 Thread koenhandekyn
just want to share that on my machine there seams to be an issue with running the tests with jdk1.6. it's probably a jboss embedded issue much more than seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061118#4061118 Reply to the post : http://www.jboss.

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2007-07-05 Thread vickyk
Adrian, Considering the following scenario Assuming that in MySQL Database we have a Reauth-Schema SCHEMA with the following tables: 1) Table0 2) Table1 3) Table2 Considering there are 3 users with the following username/password 1) user1/password1 2) user2/password2 3) user3/password3 Now u

[jboss-user] [Clustering/JBoss] - Re: Cluster JBoss 4.0.5 - IP_MULTICAST_IF error on startup

2007-07-05 Thread [EMAIL PROTECTED]
-b 0.0.0.0 won't work, use a real IP address, e.g. -b 192.168.0.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061109#4061109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061109 _

[jboss-user] [JBoss Seam] - Re: Accessing Seam Web Service

2007-07-05 Thread twocoasttb
Turns out it was my issue- it's important that the namespace matches what's in the WSDL: public class Client { | public static void main(String[] args) throws Exception { | | try { | OMFactory fac = OMAbstractFactory.getOMFactory(); | OMNamespace omNs = fac.createOMN

[jboss-user] [JBoss Seam] - rich:tree with a simple s:link?!

2007-07-05 Thread mugwump
I'm trying to get the most naive implementation of a list with a a seam-link to run: | | | | | | | | The link is rendered correctly, however it d

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 B1 & validateAll

2007-07-05 Thread mygol
me too,how to fix this problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061099#4061099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061099 ___ jboss-user mailing list

[jboss-user] [JBoss/Spring Integration] - Re: jboss-spring.xml beans location

2007-07-05 Thread alesj
What happens? I don't see what is this catalogBean that 'solved' the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061096#4061096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061096 _

[jboss-user] [JBoss Portal] - Re: RichFaces : sample for ajax jsf portlet provided

2007-07-05 Thread chuaky
Thanks Antoine, no wonder i got such a hard time getting things to work :( I guess i have to start the study to migrate my production system to new portal 2.6. Could you help me out a bit here, i'm lost in what new version to use here. What should i use with JBoss Portal 2.6: - JBoss AS 4.0.5

[jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)?

2007-07-05 Thread hurzeler
Thanks again for all the help. I found that setting the flag -Djboss.remoting.pre_2_0_compatible=true on the server works great for the socket server but one has to set this flag as well on remote clients if they want to do a JNDI lookup on the InitialContext. One other question that cam up wa

[jboss-user] [JBoss Seam] - Re: RequestParameter encoding problem

2007-07-05 Thread jyc5131
Please Help me i cannot encode the requestParameter to UTF-8 by new String(val.getBytes(),"UTF-8") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061091#4061091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061091 ___

[jboss-user] [JBoss Seam] - Re: dynamic permissions/roles

2007-07-05 Thread [EMAIL PROTECTED]
That would be this issue: http://jira.jboss.org/jira/browse/JBSEAM-730 This isn't a high priority right now, as you can easily implement the same thing in your own application (look at the pointers in the post you referenced). View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: FacesMessages living beyond notLoggedIn Event

2007-07-05 Thread [EMAIL PROTECTED]
By default, Seam does not intercept the notLoggedIn event. However, faces messages are conversation scoped, and if you've hooked up redirect.captureCurrentView to this event in your components.xml (as I'm guessing) then this might explain it. I suggest putting a breakpoint in org.jboss.seam.f

[jboss-user] [JBoss Seam] - Re: Certificate security question

2007-07-05 Thread [EMAIL PROTECTED]
We've got an outstanding JIRA issue to implement something in this area (http://jira.jboss.org/jira/browse/JBSEAM-744). It might be a little time till I get around to it (more important things to work on) but perhaps you'd like to contribute something in this area? :) View the original post :

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread [EMAIL PROTECTED]
Identity.getSubject() returns the subject, from which you can iterate through the principals to find the "Roles" group. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061087#4061087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Security rules for Role in document not working..

2007-07-05 Thread [EMAIL PROTECTED]
Is the user already authenticated before you invoke addRole() in your rule? If not, then calling addRole() simply puts the role into a temporary "holding" area until authentication is successful, at which point it becomes a "real" role which will then return true for a hasRole() check. View th

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-07-05 Thread [EMAIL PROTECTED]
I don't think that SSO integration will make it into Seam 2.0. I've been communicating with Anil from the security team about this and it seems that they're making some big changes to security at the moment. Once this settles down we'll look at SSO integration. View the original post : http:

[jboss-user] [JBoss Seam] - Re: Accessing Seam Web Service

2007-07-05 Thread [EMAIL PROTECTED]
I'm 99% certain this is a JBossWS issue. Seam/WS doesn't really do anything that "interferes" with the normal operation of web services. I recommend you ask on the JBossWS forum and keep bugging them if they're slow to answer. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Clustering/JBoss] - :: Question On JBoss Clustering with Hibernate Second Level

2007-07-05 Thread BhaktavatsalamReddy
Hi, I having striving to do clustering on JBoss. It is giving lot of problems. Let me first give the environment I am using: => JBoss4.2. GA => JBossCache - Bundled along with JBoss installation => EJB 3.0 => Hibernate 3.2.X Stateless Session Ejb communicates with Hibernates POJOs. Internally Hib

[jboss-user] [JBoss Seam] - Accessing Seam Web Service

2007-07-05 Thread twocoasttb
Has anyone had success writing a client for a Seam web service? I've got a skeleton modeled after the seambay example: @Remote | public interface AgentRemote { | | public void processOrder(); | | } @Stateless | @WebService(name="AgentService", serviceName="AgentService") |

[jboss-user] [JBoss Tools (users)] - Re: New Seam project configuration

2007-07-05 Thread [EMAIL PROTECTED]
hmm..I thought we got that one fixed. could you be a sport and describe the steps you do and report it in jira ? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061069#4061069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Getting objects from conversation in a custom PhaseListener

2007-07-05 Thread JakeC
I need to make a URL that can download a binary file based on information stored in a long running conversation. I can get it to work fine once from a page, but the second time, it fails with: ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.Illega

[jboss-user] [JBoss Tools (users)] - New Seam project configuration

2007-07-05 Thread fabricio.lemos
When I create a new Seam project, choosing Jboss 4.2 as the target runtime, why does the web.xml file created have myfaces as the JSF implementation? Should not it be the Sun RI one? I´m using jbosstools 200707031655-nightly thanks in advance, Fabrício Lemos View the original post : http://ww

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [Newbie]Can't persist 2 new objects, if they have the sa

2007-07-05 Thread fmars
No One! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061063#4061063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061063 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-07-05 Thread asookazian
As far as SSO is concerned, when is the JBoss Federated SSO integration with Seam going to be available (in what version)? Are there any recommended techniques or libraries to use for SSO and/or Kerberos authentication? View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Multiple web apps in single ear

2007-07-05 Thread nakhnoukh
Hi, I want to have multiple wars in a single ear. The two web apps both reference classes in a shared jar. My login page (using seam identity) comes up for both, but when I attempt to login to either web app I get two "Conversion Error" messages. Unfortunately there are no errors in the se

[jboss-user] [JBoss Seam] - Security rules for Role in document not working..

2007-07-05 Thread tim_ph
I follow the documentation of Seam 2.0.0.Beta1 to put some security rules to check for page access permission, but it didn't work the way it documented. If anyone can explain how Role got created and used in the framework, that would be real helpful. In security.drl (as documentation explains i

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread ellenzhao
forgot to mention, all the action methods in the beans (userManager, recipeManager, ingredientManager.) have the return type of void. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061058#4061058 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [EJB 3.0] - Re: LazyInitializationException explination

2007-07-05 Thread waynebaylor
Are you calling size() before the transaction ends? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061057#4061057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061057 ___ j

[jboss-user] [JBoss Seam] - Re: problem with conversations

2007-07-05 Thread kosl
As I said I am really grateful for your attempts to help me. Thx also for hint's of writing cleaner code. Unfortunatelly this example doens't work either for me. I've no idea why, maybe I have something misconfigured concerning conversations, or it's the problem of icefaces and seam. Regards V

[jboss-user] [JBoss Messaging] - Re: Scheduled messages not delayed

2007-07-05 Thread timfox
The release should be out in a few days. In the mean-time you could try the code from TRUNK but beware it's not stable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061054#4061054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Messaging] - Re: Error: Did not load correct number of messages

2007-07-05 Thread timfox
For 1.4, I have changed the create table DDL statements for mysql so they specify the engine as innodb, this means it will barf on a database setup to use MyISAM tables. You can change this in your mysql-persistence-manager.xml or clustered-mysql-persistence-manager.xml file. Just add ENGINE =

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread ellenzhao
Here is the third experiment. In home.xhtml: | | You can: | | | | | | In the pages.xml: | | | | | | | | | | | | | | The first link does _not_ redirect but the second link re

[jboss-user] [JBoss Seam] - question on injection with multiple forms

2007-07-05 Thread X490812
I am getting the following error and would like to know why: Caused by: org.jboss.seam.RequiredException: In attribute requires non-null value: indexPage.property at org.jboss.seam.Component.getValueToInject(Component.java:1919) at org.jboss.seam.Component.injectAttributes(Componen

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread ellenzhao
Then I thought maybe both actions from the same page confused the processor of the pages.xml. But I also have code like this in the pages.xml, both buttons on the /register.xhtml worked very well! | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread ellenzhao
Here is the first experiment I did today. in the new-recipe.xhtml: | ... | | ... | | ... | in the pages.xhtml, at first it was like below. It prevented the "Cancel Creating New Recipe" button redirecting to /home.xhtml: | | | | | | | | |

[jboss-user] [JBoss Messaging] - Re: Error: Did not load correct number of messages

2007-07-05 Thread timfox
Are you sure you are using InnoDB storage? I believe this program occurs when using non transactional MyISAM storage with MySQL, although I am not 100% Basically two rows are written into different tables in a transaction, and the server fails mid way and ends up with one row being written but

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread ellenzhao
Ah sorry, there is copy&paste mistake in my last post. It should be: anonymous wrote : | I had this code always worked prior to the migration to 2.0 beta1: | | in the new-recipe.xhtml: | | | | | | | | | ... (the rest is the same) | Sorry for the confusion

[jboss-user] [Clustering/JBoss] - Cluster JBoss 4.0.5 - IP_MULTICAST_IF error on startup

2007-07-05 Thread fshtank
* JBoss 4.0.5 (JEMS 1.2 installer EJB3 cluster option) * Fedora Core 6 (Linux) * Java 1.6.1_01 (also tried 1.5.1_01) JDK * Starting JBoss as a Linux service with a jboss link under 'etc/rc.d/init.d' starting parameters :: run.sh -c default -b 0.0.0.0 -g DefaultPartition -Djava.net.preferIP

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
ok - where would I start and end my conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061043#4061043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061043 __

[jboss-user] [JBoss Seam] - Re: Using log4j's NDC

2007-07-05 Thread [EMAIL PROTECTED]
Great, thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061042#4061042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061042 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
1) The PC is a cache of data that is NOT kept consistent with the database, except by optimistic locking. You should use a new PC each time you render. 2) Nope, it just leaves it in a "dead" state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061041#4061041

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread ASavitsky
Looks like there's one created already: http://jira.jboss.org/jira/browse/JBSEAM-1538 - my bad for not checking the JIRA in the first place. Looks like there's a patch provided as well - I'll try it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061040#

[jboss-user] [JBoss Seam] - Re: Using log4j's NDC

2007-07-05 Thread trautmane
Gavin, At your suggestion, I created the following JIRA feature request: http://jira.jboss.com/jira/browse/JBSEAM-1610 This is my first request, so please forgive (and correct) me if I did not submit the information properly. Thanks, Eric View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
thanks for your quick reply. 1)In the long running conversation, there are no updates taking place - The information is only read for rendering, updates take place in the nested actions. What should I do instead? 2) doesn't rolling back the transaction destroy the PC? anonymous wrote : start

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.Beta1 and UIDecorate

2007-07-05 Thread [EMAIL PROTECTED]
noidea, maybe pete knows View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061036#4061036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061036 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread [EMAIL PROTECTED]
OK, well, can you search JIRA to see if there is a pre-existing request for this (I think Michael Youngstrom might have created an issue already). If not, would you create one please. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061037#4061037 Rep

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-05 Thread [EMAIL PROTECTED]
If you want to understand it, just consider that most JBoss employees were "volunteers" who contributed to open source projects in their freetime, and our culture is deeply rooted in that. You can't tell people who contribute to your project for free what to do or say. View the original post :

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread ASavitsky
Yes, and I declare it in persistence.xml, via hibernate.* properties. Have to maintain two persistence.xml files, though (one for app and one for test), but since all my test code is in a separate project, it works pretty well (the testing version overrides the app). View the original post : h

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.Beta1 and UIDecorate

2007-07-05 Thread [EMAIL PROTECTED]
Good point... http://fisheye.jboss.com/browse/JBoss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/component/UIDecorate.java and public abstract class UIDecorate extends UIComponentBase | { | |public static final String COMPONENT_TYPE = "org.jboss.seam.ui.UIDecorate"; so any ideas wh

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread ulath
i know the hasRole method, but i need the role name(s) of user (admin, customer) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061031#4061031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061031 _

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-05 Thread hkarapuu
"[EMAIL PROTECTED]" wrote : | Yes, thanks for spotting this. I will get it fixed. | I didn't spot it, i was just the victim :) anonymous wrote : | I don't tell Bill what to do or say. Frankly I find most of the stuff he posts on TSS amazingly intemperate, unpersuasive, unproductive and

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread [EMAIL PROTECTED]
(This method already exists.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061028#4061028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061028 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread [EMAIL PROTECTED]
Would a boolean hasRole(String) method solve your problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061027#4061027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061027

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.Beta1 and UIDecorate

2007-07-05 Thread [EMAIL PROTECTED]
Its still there, its in ui/src/main View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061026#4061026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061026 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Injection of NULL immediately after outjection

2007-07-05 Thread dkane
I have a working slution now but not sure about it's reliability and performance. So I needed list of records in Shopping cart. Records can be added, removed and checked (in special checkbox column). The problem was that all checkboxes resets after add or remove operation. In fact records of

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread ulath
i want to get list and decide something in the java code programatically, of course i can hit the db again to get roles or store roles in a session object but i just want to know is there a way to access using seam security mechanism... View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread [EMAIL PROTECTED]
But you'll need *some* kind of datasource, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061019#4061019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061019 ___ jboss

[jboss-user] [JBoss Seam] - Seam 2.0.0.Beta1 and UIDecorate

2007-07-05 Thread [EMAIL PROTECTED]
In my app I'm programmatically creating a UIDecorate component: UIDecorate component = (UIDecorate) getApplication().createComponent(UIDecorate.COMPONENT_TYPE); This used to work in Seam 1.2.1, but with 2.0.0.Beta1 I now get | Caused by: javax.faces.FacesException: Expression Error: Named Ob

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread ASavitsky
Given that we're stuck here with Tomcat anyways, I'd say it doesn't make much sense to use JBE for tests if it's not used in production (and if it is capable of running standalone - which it is), so, yes, if that dependency could be reworked into a soft one, that would greatly help... Thanks,

[jboss-user] [JBoss Seam] - RequestParameter encoding problem

2007-07-05 Thread jyc5131
I am using @RequestParameter to pass a chinese String to a sessionbean but the sessionbean got a unrecognized encoding String for example /test.seam?val=?? but i cannot get the correct ?? value how can i do? any help is appreciated View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - flexible timers

2007-07-05 Thread justin.zhou
What it takes to have more flexible timers to do something beyond the simple repeat times and interval. Say, I want the timer execution interval changed with retry times. With current enterprise approach, the only thing I can see is to dynamically cancel and create the new timers. Can we do this

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-07-05 Thread [EMAIL PROTECTED]
Looks like you got 2 JSF jars in your classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061007#4061007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061007 ___ jboss-

[jboss-user] [JBoss Seam] - Re: BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread [EMAIL PROTECTED]
It was intentional, I did not know that people used SeamTest without a TM and datasource. I can make it a soft dependency if necessary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061006#4061006 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
OK, I really think you're doing Bad Stuff here. (1) never try to have a managed entity / persistence context around for more than a single optimistic transaction. If you try to have a managed entity sitting there for an indefinite period of time, you will get into lots of problems when other us

[jboss-user] [JBoss Seam] - Re: how to access users role list...

2007-07-05 Thread [EMAIL PROTECTED]
What do you need it for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061004#4061004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061004 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Portal] - Re: Portal Page Security

2007-07-05 Thread bertles
Thanks, that did the trick. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061003#4061003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061003 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - BaseSeamTest - unnecessary depencency on JBoss Embedded?

2007-07-05 Thread ASavitsky
I noticed that the org.jboss.seam.mock.BaseSeamTest has some references to what it seems to be JBoss Embedded: import org.jboss.deployers.spi.DeploymentException; | import org.jboss.embedded.Bootstrap; | << snip >> |protected void startJbossEmbeddedIfNecessary() throws DeploymentExcept

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How do I control through-put of messages when using MDB?

2007-07-05 Thread genman
The only existing feature to sort of emulate throttling is to use scheduled messages. Or, track the rate using a singleton counter and sleep() appropriately. The real way to implement this would be to extend the generic JMS resource adapter. http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSMe

[jboss-user] [JBoss Seam] - Re: [2.0beta1]s:button + pages.xml behaviour change

2007-07-05 Thread [EMAIL PROTECTED]
It should work. Put a breakpoint in Pages.callAction() and find out why the navigation rule doesn't get triggered. Let me know how you go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060999#4060999 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure jboss.bind.address

2007-07-05 Thread pavel.orehov
Thanks, it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060998#4060998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060998 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
The problem I have is that the parent conversation has an object (selectedDocument) which almost always gets updated by the nested action. If I were to use a 'per-action' state is there any simple way of updating the object in the parent conversation? I would prefer to keep using the SMPC a

[jboss-user] [JBoss Seam] - how to access users role list...

2007-07-05 Thread ulath
is there any way to access users' role list stored in Identity object... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060995#4060995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060995 __

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-07-05 Thread salar118
I've used trinidad,seam1.2,ajax4jsf,myface in one of my projects. As I test my project on jetty by using mvn jetty:run command, it works well but if i deploy my project (war file) into jboss, it gives me following message: [STDOUT] 2007-07-05 20:39:23,023 ERROR [org.apache.myfaces.webapp.Start

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-05 Thread [EMAIL PROTECTED]
anonymous wrote : The problem was that, apparently due to the bug in @Begin(nested=true) as discussed in the other thread, the behavior did not work ... Yes, thanks for spotting this. I will get it fixed. anonymous wrote : If Bill continues his postings like today [1], we'll be soon unable to

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to configure SonicMQ with JBOSS

2007-07-05 Thread genman
Having worked with using SonicMQ, I'm pretty sure you have to get it from them. No free download for you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060991#4060991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss Seam] - Remote job opportunity on Seam project

2007-07-05 Thread mustaghattack
Sorry for this, it's probably not the right place ... I've been working with Seam for a few month and I definitively like it ! I'm currently in London and I would like to move to a very small village far from the city (in another country :)). I won't find anything overthere so I'm thinking abou

[jboss-user] [JBossCache] - Re: uninitialized nodes

2007-07-05 Thread genman
Filed this as JBCACHE-1120 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060987#4060987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060987 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Can not persist EJB3 Timer since Jboss 4.2.0cr2 + seam

2007-07-05 Thread [EMAIL PROTECTED]
"kevinpauli" wrote : I'm seeing the same problem here, with the 4.2.0GA release (though we are not using the Seam annotation to create it, we're invoking the TimerService directly). | | It seems a shame to have to go XA just to get timer functionality. I mean, everything is on the same box

[jboss-user] [JBoss jBPM] - Re: problems with task assignment

2007-07-05 Thread petia
Thanks Ronald, your reply is very appreciated. "kukeltje" wrote : every user: the behaviour you see is what is there. This is under discussion between the developers. Has something to do with what we think the main focus of the webconsole should be. I did not realize that jbpm-jbpl-suite-3

[jboss-user] [JBoss Seam] - Re: Seam-gen. The prefix

2007-07-05 Thread [EMAIL PROTECTED]
done View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060983#4060983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060983 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Page parameter and returnToCapturedView

2007-07-05 Thread [EMAIL PROTECTED]
Submit a really simple test case to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060979#4060979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060979 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-05 Thread hkarapuu
"Gavin King" wrote : Not really, other frameworks are wrong here (and unperformant). In Seam, you get effect you want to achieve using "state rollback" by instead using nested conversations. It will take a bit of thinking for you to really "get" this. Yes i got the style, it's in fact same as

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure jboss.bind.address

2007-07-05 Thread PeterJ
Did you try: run -b < ip-address > View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060977#4060977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060977 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: concurrency of conversation-scoped components

2007-07-05 Thread [EMAIL PROTECTED]
1. process==JVM 2. No idea what you're trying to say here. The thread blocks when it attempts to restore the conversation, not when it hits the SFSB. There should be zero diff between your two test methods, it blocks before it even gets to the test method. View the original post : http://www.

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure jboss.bind.address

2007-07-05 Thread pavel.orehov
On linux it ./run.sh -b But what if I am running on windows ? Should I edit the run.bat ? Where ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060973#4060973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060973 ___

[jboss-user] [JBoss Seam] - Re: Singe Page Application and Conversations

2007-07-05 Thread [EMAIL PROTECTED]
The problem with extremely long-running conversations in Seam is that Seam-managed persistence contexts are bound to the conversation, and will fill up with stale data. It is *possible* to futz with stuff to get a PC-per-nested-conversation, but it wouldn't be that transparent. If you're not u

[jboss-user] [JBoss Seam] - Re: Hot redeployment - internationalization

2007-07-05 Thread [EMAIL PROTECTED]
Fixed in CVS, please try it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060968#4060968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060968 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal] - Re: Portal Page Security

2007-07-05 Thread [EMAIL PROTECTED]
Make sure you didn't allow recursive-view right on the portal. The page shouldn't show up. (neither the link to it in the menu) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060967#4060967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Partnership between JBoss and ActiveEndpoints

2007-07-05 Thread rvsoft
I've read of a partnership between JBoss and ActiveEndpoints for the former to use ActiveBPEL. Does this mean that JBoss no longer intends to keep developing its own BPEL engine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060966#4060966 Reply to the post

[jboss-user] [JBoss Portal] - Portal Page Security

2007-07-05 Thread bertles
First off, I am working with a fresh install of the 2.6-GA AS bundled portal with a MySQL back-end. I created a new portal page with security to only allow admin access. When not logged in, however, I still have access to the page. Shouldn't the portal page access function much like the portlet

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-05 Thread [EMAIL PROTECTED]
"hkarapuu" wrote : anonymous wrote : No. In my opinion this is not the true semantics of "back". Back is purely navigational, it should not change the underlying state. | | I think there are many equally 'correct' or 'true' semantics for back button. | | Other frameworks saying "back b

[jboss-user] [JBoss Seam] - Re: What must I do to make the back button stop working?

2007-07-05 Thread pettersonfp
I thought that seam somehow did put some javascript to avoid a user to go back in a pageflow with the back button. Thanks for your explanation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060956#4060956 Reply to the post : http://www.jboss.com/index.

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

2007-07-05 Thread [EMAIL PROTECTED]
anonymous wrote : When @Begin(nested=true) is encountered and there is NO long-running conversation active, a nested conversation does NOT get created. Instead, the temporary conversation being active gets promoted to a long-running conversation. So we get the same behavior in this case as would

[jboss-user] [JBoss Seam] - Re: What must I do to make the back button stop working?

2007-07-05 Thread [EMAIL PROTECTED]
"pettersonfp" wrote : I thought that just disabling the back in seam's configuration should do the trick. Am I wrong? The back button does not do a request to the server! You can't actually disable the backbutton itself. However, you can tell Seam to detect the prior use of the backbutton on t

[jboss-user] [JBoss Seam] - Re: Seam2.0B1: nested conversations and StaleStateException

2007-07-05 Thread [EMAIL PROTECTED]
If you can create a really ultra-simple testcase to reproduce this, and submit it to JIRA, I will take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060951#4060951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Need to fully qualify isUserInRole?

2007-07-05 Thread [EMAIL PROTECTED]
No, its related to the fact that its a bug :-) Fixed now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060950#4060950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060950

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Custom tag - Jasper compilation error

2007-07-05 Thread ybh6336
Found the issue. The path to .tld file in the JSP was incorrect. Thanks to all those who looked at the post :). Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060949#4060949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-07-05 Thread [EMAIL PROTECTED]
I hope that the Seam2 final release will have an icefaces example that integrates the latest version of icefaces correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060948#4060948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: seam conversations - conceptual design issues

2007-07-05 Thread [EMAIL PROTECTED]
The reason this stuff changed is that in order to distinguish a temp conversation id from a lrc id, we had to add the ugly conversationIsLongRunningParameter. Eventually I hated this ;-) A much better approach is to use conversation-required in pages.xml. View the original post : http://www.jb

  1   2   3   >