[jboss-user] [JBoss Seam] - Re: @Restrict - No redirection to Error Page

2007-03-19 Thread [EMAIL PROTECTED]
The in pages.xml will work. That is a good way to solve the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029561#4029561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029561

[jboss-user] [JBoss Portal] - Re: Jboss portlet instance security module not working

2007-03-19 Thread [EMAIL PROTECTED]
I fixed a bug that triggered a Javascript error visible in Firefox even though it had no effect. It is in the SVN trunk, i don't have a windows box here to test if it fixes this bug, but if someone can test it it would be great otherwise, i'll do it tomorrow. The coming nightly build

[jboss-user] [JBoss Seam] - Re: ExceptionFilter without UserTransaction

2007-03-19 Thread [EMAIL PROTECTED]
I don't think it actually bails. It tries to roll back the tx, can't find the UT anywhere and logs an error. Pretty harmless, I guess... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029563#4029563 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Page parameters are injected in the wrong phase.

2007-03-19 Thread [EMAIL PROTECTED]
What you just described is what the Seam PAGE context does, I think... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029565#4029565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029565

[jboss-user] [JBoss Seam] - Re: How do I select an initial page after login chosen by us

2007-03-19 Thread [EMAIL PROTECTED]
This is a bug with MyFaces not supporting EL Functions. We're currently working on a solution, please hold :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029566#4029566 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how best to workaround lack of ServletContext at Startup

2007-03-19 Thread [EMAIL PROTECTED]
Does Lifecycle.getServletContext() help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029567#4029567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029567 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @Startup depends

2007-03-19 Thread [EMAIL PROTECTED]
Right, neither conversation nor session scoped components can be created until there is a session. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029568#4029568 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029568

[jboss-user] [JBoss Seam] - Re: How do I select an initial page after login chosen by us

2007-03-19 Thread [EMAIL PROTECTED]
No easy fix I'm afraid. http://jira.jboss.com/jira/browse/JBSEAM-1079 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029573#4029573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029573

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-19 Thread Kborna
I'm also interested to know how to change the URL. What document did you refer to? Thanks Borna View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029576#4029576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029576

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-19 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/configuration.html#configuration-contextroot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029581#4029581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029581

[jboss-user] [JBoss Seam] - Re: Multiple Seam-managed persistence contexts

2007-03-19 Thread [EMAIL PROTECTED]
Just give them different component names, of course! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029582#4029582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029582 ___

[jboss-user] [JBoss Seam] - Re: ExceptionFilter without UserTransaction

2007-03-19 Thread dan.j.allen
True, a poor choice of words. I guess since it is just a log message, it doesn't affect the executing of the application in anyway. On the other hand, it does sound an alarm which isn't necessarily a problem with the application. I cannot really offer a recommendation for a change unless

[jboss-user] [JBoss Seam] - Re: Multiple Seam-managed persistence contexts

2007-03-19 Thread monkeyden
Haha, yeah I thought I did that. Instead I made so many changes to the file that I gradually brought it further and further away from something that could possibly work. components.xml, persistence.xml and Java now in alignment. Thanks. View the original post :

[jboss-user] [Clustering/JBoss] - Message-driven bean static field over cluster

2007-03-19 Thread kouiskas
I've been using JBoss for a few weeks now and I ran into a tricky situation that I'm not sure will work in a clustered environment. I have a message driven bean class, as I understand it when it's deployed JBoss instantiates a pool of these beans listening to the queue I've specified. This mdb

[jboss-user] [JBoss Seam] - Re: my CRUD way, is it right? show yours please!

2007-03-19 Thread kaiak
Thank for your reply,yuan. I read Beating Rails in its own game (5-minute movie on Seam Eclipse Tools),It's cool! I tried the framework Seam Gen provides,but I can't understand it fully. I can't find the easiest way to use it,so I try the way showed above. Can you tell me how to get the code

[jboss-user] [JBoss Portal] - Re: Switching to Sybase Database in JBoss Portal

2007-03-19 Thread eabarquez
I am still very much interested for an answer to this, so anyone with any ideas, just let me know. This might be an issue with JBoss Portal being coupled with Sybase. I have tried switching to MySQL 5 and it seemed to work fine. However, we are using Sybase as the database for our old

[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-19 Thread kayart
Hello, petemuir wrote : Try @Stateless | | @Name(action2) | | public class Action2Bean implements Action2Local { | | @In private Action1Local action1; | | } acton1 is typo. I have another example. --- @Stateless @Name(action2) public class Action2Bean implements Action2Local

[jboss-user] [Performance Tuning] - Where to know info about JBOSS performance and tuning

2007-03-19 Thread luhy
hi! I'm looking for some information about JBOSS performance and tuning, for example, what's kind of performance and tuning that jboss supported? what I can set to high up the speed of IO. I want to know where I can find information the Jboss supported about performance and tuning.

[jboss-user] [JBoss Seam] - Generate database table from Entity with seam-gen

2007-03-19 Thread thejavafreak
Dear all, Are we able to create database table from Entity class with seam-gen? The current state I know now is that seam-gen able to create Entity from already created table. But not all case in a project that database table is made first, sometimes people prefer creating the Entity class

[jboss-user] [JBoss Seam] - Re: Scheduler Support

2007-03-19 Thread thejavafreak
Thanks for the direction stu. This really helps me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029604#4029604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029604 ___

[jboss-user] [JBoss jBPM] - how to update early jbpm processdefinition?

2007-03-19 Thread xungu
hello, I have some early jbpm processdefinition draw under jbpm desinger in eclipse.Today,I am download a newst version desinger(3.1 alpha3).Now when I open the old processdefinition,can't see the transition lines,how Can I do to show this? thaks View the original post :

[jboss-user] [JBoss Seam] - Re: Generate database table from Entity with seam-gen

2007-03-19 Thread tangzhen
thejavafreak seam-gen is a new project making tools,it can creat a project ,project can creat a database table when you deploy it in jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029606#4029606 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Generate database table from Entity with seam-gen

2007-03-19 Thread [EMAIL PROTECTED]
anonymous wrote : Are we able to create database table from Entity class with seam-gen? Yes, of course. Answer n to do the tables already exist, or just edit persistence-dev.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029607#4029607 Reply to the post

[jboss-user] [JBoss Portal] - HOW to change Locale in Program?

2007-03-19 Thread qqqqzaza
i am developing a struts based project in Jboss Portal . i wanna ask how to change Locale for all jsps while user clicks link on page ? thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029609#4029609 Reply to the post :

[jboss-user] [JBoss Seam] - how to work with JSF and portlet using JBossAS+portal 2.6

2007-03-19 Thread msachin38
Hi I am a beginner in JSF and portlets I wanted to know how to go about creating a simple database application having the CRUD operations in it. I want the step by step procedure or if there any best tutorial send in the link View the original post :

[jboss-user] [JBoss jBPM] - Re: How do *you* use jBPM/jPDL/BPEL?

2007-03-19 Thread xungu
used jbpm in a erp project,use to work flow control. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029613#4029613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029613 ___

[jboss-user] [JBoss Seam] - Re: my CRUD way, is it right? show yours please!

2007-03-19 Thread [EMAIL PROTECTED]
kaiak, You can duplicate the steps in the tutorial using the command line seam-gen tool: http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/gettingstarted.html Use seam generate-entities to generate the entity classes and view pages from the existing database tables. michael View the

[jboss-user] [JBoss Seam] - Re: Generate database table from Entity with seam-gen

2007-03-19 Thread thejavafreak
anonymous wrote : | Yes, of course. Answer n to do the tables already exist, or just edit persistence-dev.xml. Now I get what you mean. So the table will be automatically created by the JPA (in this case Hibernate) when the application starts. Is this correct? But this doesn't create the

[jboss-user] [JBoss Seam] - SFSB functionality on a Seam POJO component

2007-03-19 Thread thejavafreak
Will I get the same benefit of SFSB if I annotate a POJO with @Scope(ScopeType.CONVERSATIONAL), since from what I've read from the documentation, SFSB's ScopeType by default is CONVERSATIONAL I tried it on my apps and it works, but I still can not see any difference yet. If it is the same, why

<    1   2   3