[jboss-user] [JBoss Tools (users)] - How to open JBossSeam project?

2007-12-28 Thread ybxiang.wolf
all: I created a project with JBosstolls: 1).file-new -seam -Seam web project 2)all ok. I got 4 folders: ybxiang | ybxiang-ear | ybxiang-ejb | ybxiang-test | | | Then i delete the 4 projects from eclipse without deleting contents. | | | Now, i want to open those 4 projects

[jboss-user] [JBoss Tools (users)] - Re: How to open JBossSeam project?

2007-12-28 Thread ybxiang.wolf
Sorry, i find the method. I got used to IntelliJ and always want to open project by click the .project files. I should use import!!! I am sorry to ask such a stupid question! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115859#4115859 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and debugging

2007-12-28 Thread ybxiang.wolf
I debuged in eclipse less 5 times, it's so tiring! I always use logs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115860#4115860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115860

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.GA released

2007-12-27 Thread ybxiang.wolf
I have tried it. Nice! Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115852#4115852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115852 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-12-27 Thread ybxiang.wolf
I have tried it. Nice! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115855#4115855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115855 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: DocumentException, Invalid byte 3 of 3-byte UTF-8 sequen

2007-10-30 Thread ybxiang.wolf
I am sure that your pages.xml in deployed directory is started with some strange character. I met the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100209#4100209 Reply to the post :

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-27 Thread ybxiang.wolf
You are completely right!!! I tried many times and found by accident that the beginning of pages.xml is added with some unrecognized character!!! I re-wrote the beginning with ?..., then the project is ok!!! But everything is ok in English version OS. I am really exhausted by those little

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-27 Thread ybxiang.wolf
modoc wrote : | | I suspect if you copy a non-unicode xhtml file from the english OS, the chinese OS will attempt to parse it perhaps using unicode, which would create a ton of garbage sequences. Or perhaps it's something else. However I suspect that OS language difference is the

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
org.dom4j.DocumentException: Invalid byte 3 of 3-byte UTF-8 sequence. Nested exception Why everything is ok in my company??? Because of CPU??? Maybe!!! 2007-10-27 00:36:15 ERROR [org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:189)] uncaught exception

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
The log shows there must be something wrong with seam: 2007-10-27 00:32:42 WARN [org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFactoryObjectFactory.java:101)] InitialContext did not implement EventContext 2007-10-27 00:32:54 WARN

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Obviously, erros is cause by this link: s:link view=/login.xhtml value=Login rendered=#{not identity.loggedIn}/ == java.lang.IllegalStateException: No active conversation context at .. ~~Why???

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
supernovasoftware.com wrote : Posting 6 times to the same topic in 40 minutes is not likely to get a response. | | Obviously there is something wrong with you home setup. I am afraid that i do not agree with you because i think i found the bug. I reported this here:

[jboss-user] [JBoss Seam] - To Gavin.King--how to start a conversation from pages.xml

2007-10-26 Thread ybxiang.wolf
Gavin.King: I have a question for long, and i read seam_reference at least 3 times but still do not find the answer. Please help me. The question is: I have an home page with two links: 1)s:link action=#{register.start} value=Register propagation=end/ 2)s:link

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Another question: I deployed My Seam project in My company's PC, it works well. But when i deployed it my home's PC, it shows: ** An Error Occurred: No active conversation context java.lang.IllegalStateException: No active conversation context at

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
I test and find that those erros is cause by the menu.xhtml: * this menu works*** rich:toolBar xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core;

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

2007-10-22 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : s:selectDate has been deprecated in favour of jsf component sets calendar components e.g. rich:calendar ~~~I donn't think rich:calendar isbetter than s:selectDate! But, now, i must use it. Thanks for your reply!!! It's very kind of you to give the tip!!! Thanks

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

2007-10-22 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : I think that is bad idea ! I need to use this tag but I dont`t wont to use rich faces library !!! Now, you have no choice! JBOss is the only one big brother, we are little brothers. Everything jboss said is right, everything we want not supported by JBoss is

[jboss-user] [JBoss Seam] - How to change font of seam captcha

2007-10-19 Thread ybxiang.wolf
h:graphicImage value=/seam/resource/captcha?#{captcha.id}/ h:outputLabel for=verifyCaptchaEnter the above letters*/h:outputLabel h:inputText id=verifyCaptcha value=#{captcha.response}

[jboss-user] [JBoss Seam] - Re: How to change font of

2007-10-19 Thread ybxiang.wolf
thejavafreak wrote : Please refer to documentation in http://jcaptcha.sourceforge.net/ as this is not Seam's problem. Thank you very much!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096831#4096831 Reply to the post :

[jboss-user] [JBoss Seam] - s:selectDate of jboss-seam-2.0.0.BETA1 doesn't work in JBo

2007-10-19 Thread ybxiang.wolf
I deployed jboss-seam-2.0.0.BETA1\examples\seamspace to JBoss4.2.1, when i push the little button to select a date in page http://localhost:8080/seam-space/register.seam;, It shows erorr Function excpected!!! View the original post :

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

2007-10-19 Thread ybxiang.wolf
??? dateselect of Seam1.2 works well in jboss4.0.5, but why not Seam2.0 in jboss4.2.1??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096955#4096955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096955

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

2007-10-19 Thread ybxiang.wolf
Nobody knows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096953#4096953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096953 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to change font of

2007-10-19 Thread ybxiang.wolf
Another question, i want to generate an image with more letters, for example, 6-10 letters. How should i set configuration? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096819#4096819 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: nightly build--JBossTools-200710101613--Where is

2007-10-15 Thread ybxiang.wolf
You want us write a note.txt every night for each build ? :) ~ Sorry, i am selfish and do not think much in your situation. That will DO make you(or me if i am you) tired. hahaha... I tested 2007.10.09, it's ok!!! Your team can issues new build once per week(That is enough for us!) Or

[jboss-user] [JBoss Tools (users)] - nightly build--JBossTools-200710101613--Where is Seam???

2007-10-14 Thread ybxiang.wolf
nightly build--JBossTools-200710101613--Where is Seam??? http://download.jboss.org/jbosstools/builds/nightly/ Here, 1.I download JBossTools-200710101613-nightly-ALL-win32.zip, 2.unzip file JBossTools-200710101613-nightly-ALL-win32.zip 3.copy all files in

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
If there are no changes to files, why shuold the files be redeployed ? ~I have deleted EAR AND WAR from deploy directory and have shut down JBoss, so i think they should be redeployed when i run this project again. That is because you used Seam 1.2.1.GA which seam-gen is generating files

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
Max, RHDS is wonderful now, but has too many bugs. You and your team have some work to do to make it perfect! I don't think you will disappoint all guys who love JBoss deeply. I am just waiting... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094431#4094431

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-12 Thread ybxiang.wolf
ybxiang.wolf wrote : Max: | There are still some bugs about seam's EAR project, but the generated project does work!!! That's enough for me! | | Bugs are: | 1.After having Installed JBossAS with RHDS in winXP, some error windows pop up. | | 2.I cann't run EAR on server, but i do

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-10 Thread ybxiang.wolf
good! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093315#4093315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093315 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-10 Thread ybxiang.wolf
Max: There are still some bugs about seam's EAR project, but the generated project does work!!! That's enough for me! Bugs are: 1.After having Installed JBossAS with RHDS in winXP, some error windows pop up. 2.I cann't run EAR on server, but i do can run WAR or JAR file on server! And i cann't

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0.beta4 released

2007-10-10 Thread ybxiang.wolf
some useful info about version compatibility: .JBoss 4.2+ (Tomcat6.0) .JSF1.2(Sun implementation) .Seam2.0 .Seam1.2(remove MYFaces jars from lib and related listener from web.xml) .JBoss 4.0.4/JBoss4.0.5 (Tomcat5.0) .JSF1.1(MyFaces implementation)

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-09-27 Thread ybxiang.wolf
I think you should study seam_reference and Michael Yuan's book about seam. I failed many times as you before i study those two books carefully. Once you mastere Seam, you will love it!!! Trust me. djfjboss wrote : One week on and some success but a lot of failure. | | Seam looks to me

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-09-24 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : I use Seam 2 and seam-gen works fine with JBoss 4.2 here. | | Seam 1.2 works fine with JBoss 4.0.x - just like described in the docsI don't know how much clearer we can be on that. | | RHDS comes with a seam-gen with Seam 1.2 that works with the JBoss 4.2;

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-09-24 Thread ybxiang.wolf
Yes, i am in the same situation too! I told Max many times that Netbeans works but JBOsstools Not! And i told him that netbeans is prone to die without any reason and 6.0 doesn not support Seam! It is a pity and the reason i give it up!!! I am waiting for JBossTools although it does not work

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-09-24 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : so how could calling seam gen not work for you in eclipse ? you don't have to do anything different than from command line nor netbeansI don't get it ;) (and i don't recall any bugreports ? :) Max, i think you had better to use netbeans's seam-plugin to know

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-09-24 Thread ybxiang.wolf
ericcart wrote : | I didn't try sem-gen command line. I used all the others tools. For example Jboss IDE Beta, creating a JBoss IDE Project (EAR, WAR and EJB... and adding the libraries and files). I thought Seam was supported... It's very tricky to configure and the environment does not

[jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !!

2007-09-24 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : JBoss IDE beta never claimed seam support so nope ;) | | the seam gen projects are directly importable into eclipse, including jboss ide etc. | | JBoss Tools and RHDS have a wizard that generates a directly deployable project from eclipse. | | Anyway,

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-09-21 Thread ybxiang.wolf
BakuZozi wrote : I use Seam 1.2.1.GA with JBoss IDE 1.6.0.GA with JEMS Installer 1.2.0.GA (AS 4.0.5.GA, ...etc.) with either Sun Java EE SDK build 1.5.0_09-b03 and BEA JRockit R27.2.0-jre1.5.0_10 versions... | | Though Ant 1.7.0 is usable only from commandline and I occured few exceptions,

[jboss-user] [JBoss Tools (users)] - Re: Developing a Seam Web 2.0 Project

2007-09-21 Thread ybxiang.wolf
Not yet now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087135#4087135 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087135 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: to Max--why JBoss tools(Seam module) does not work

2007-09-21 Thread ybxiang.wolf
Thanks for your reply! I hope everyting will be ok before long. JBoss tools will become the best! I am waiting... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087141#4087141 Reply to the post :

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

2007-09-21 Thread ybxiang.wolf
nickarls wrote : Please do. Help is... helpful. Although I'm mostly interested in vanilla Eclipse Europa (WTP) hot-deployment. It looks like it doesn't do exploded deployment. If it does, I'm very interested... ~~~yes!! I need this feature too!!! View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Holiday is over....

2007-09-21 Thread ybxiang.wolf
you are welcomed! Haha... I love JBOssTools and you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087145#4087145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087145 ___

[jboss-user] [JBoss Tools (users)] - Re: Holiday is over....

2007-09-21 Thread ybxiang.wolf
I'll try seam-module of JBossTool everyday till it satisfies me. Then i will persuase my colleagues to use Seam, JBOssTool. I will introduce JBOssTools to everybody i know. My Boss bought 20-uses License of IntelliJ(but i love Eclipse more than IntelliJ), 60-users License of UltraEditor, and

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

2007-09-19 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : This may not be what you require but I dont use Ant or Seam tools at all. | | I use | MyEclipse | | Create an EJB3 project and Map the correct files to thew correct sub projects (Ear, Jar and War). | | I simply tell MyEclipse where the JBoss Server is

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

2007-09-19 Thread ybxiang.wolf
sstrenn wrote : Your posts are rather offensive... | | I've been using seam-gen (command line) along with Red Hat Developer Studio since it went beta, and I have cranked out several web sites in the process. Perhaps you can try to be a bit more constructive with your posts - that way, if

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

2007-09-19 Thread ybxiang.wolf
Yes, i never use seam-tools too. Now, i only use Ant. But how to edit FACET? JBPM? Yes, they can be written by hand too. But you will waste more time because of writting errors,etc. As we know, we cann't delete files such as web.xml(in exploded war file) from jboss. So,at last, how to deploy

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

2007-09-19 Thread ybxiang.wolf
Tony maybe never come back. He is a superman, i hope i can become superman too. ;-) saeediqbal1 wrote : Tony could you please post a tutorial on how you do all that? I dont have myeclipse i would rather try doing that using redhat studio. | ~yes, I love RHDS too!!! But it has too many

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

2007-09-19 Thread ybxiang.wolf
Me too. When i am free, I will dig the whole Jboss forum about seam. supernovasoftware.com wrote : If you have time, I would greatly appreciate a tutorial as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085882#4085882 Reply to the post :

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

2007-09-19 Thread ybxiang.wolf
monkeyden wrote : I agree with supernova. The tools that exist today pretty much satisfy my needs. The only thing I really need from a seam tool is to generate the finicky project structure. | ~This is what i want too. Drag and drop is good too. You should try it, it can easy

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

2007-09-19 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : Please bear in mind that RHDS and JBossTools are only in beta at the moment. If you aren't willing to work with the development team and provide feedback about bugs but looking for a supported development environment that just works, you're probably best of waiting

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

2007-09-19 Thread ybxiang.wolf
amitev wrote : With standard WTP you don't have code assist Yes, this is the reason i need tools!!! You maybe get wrong result by wrong handwriting. There are so many tags, can you remember all of them and write them completely right??? Yes, you may say I can refer to API. But the API is huge

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

2007-09-19 Thread ybxiang.wolf
jatsrt wrote : Ok, so I think if you are complaining about tools, you may be missing the point of seam. | | Personally, I use seam-gen to get a project started. After that the entire framework is so simple, I really do not need tools to do anything. | ~My tools means

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

2007-09-19 Thread ybxiang.wolf
hafidzmalik wrote : Thanks to ybxiang.wolf for addressing my concern from JBoss Tools (user) forum. | | Now new version of SEAM already available at http://labs.jboss.com/jbossseam/download/index.html. I hope this version will compliment the available version of JBoss Tools or the nightly

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

2007-09-19 Thread ybxiang.wolf
Everybody, i apologize formaly for my complaint of JBossTools-Seam Module. We should give it more support instead of complaint and impatiance, after all it's making our life better. If i find NetBeans or JBOssTools' Seam-plugin works, i will come back. View the original post :

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

2007-09-17 Thread ybxiang.wolf
Gavin King: I love Seam so deep, but i am really disappoinited about the JBoss tool! The seam-related tool never works! Bad tools are killing Seam-users, and driving JBoss-tool users to netbeans or other tools! I hope you can affect those developers of jboss, drive them take more

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-09-17 Thread ybxiang.wolf
JBoss 4.2.1 works!!! I deployed seam prj successfully! with JBoss 4.0.4, you must replace jboss/.../tomcat/jsflib/myface.jar,etc, with related JSF LIB. JBoss 4.0.4 use myface(jsf 1.0), Seam2.0 use JSF1.2!!! JBoss4.2.1 is ok!!! View the original post :

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

2007-09-17 Thread ybxiang.wolf
The forum is filled with such sentence http://www.jboss.com/index.html?module=bbop=viewtopict=118693 Failed to create SEAM project in eclipse compared to Netbeans. My objective is to create a SEAM 2.0 Web project as EAR for JBoss AS 4.2.1. Recently I've set up Eclipse 3.3 with all the plugins

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

2007-09-17 Thread ybxiang.wolf
1.Everything You Wanted to Know about Seam, but were afraid to::: http://www.jboss.com/index.html?module=bbop=viewtopict=118880 2.Creating SEAM Web Project resulting [An internal error occur::: http://www.jboss.com/index.html?module=bbop=viewtopict=118693 3.JBossTools and Eclipse 3.3.0 , does it

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

2007-09-17 Thread ybxiang.wolf
How can i not be disappointed of jboss-tools!!! Now, what i can do is to use Ant script--Everything is write by hand! Path,environment, jar,war,ear,deploy...and headache! ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( ;-( View the original post :

[jboss-user] [JBoss Tools (users)] - to Max--why JBoss tools(Seam module) does not work

2007-09-11 Thread ybxiang.wolf
Max: I do love RHDS, but in JBoss.com - Red Hat Developer Studio - Red Hat Developer Studio Users, there is a topic Deploying a SEAM EAR application.[http://www.jboss.com/index.html?module=bbop=viewtopict=117091]; in which you said EAR proper and exploded deployment is one of the things we

[jboss-user] [JBoss Seam] - Re: To Gavin king__suggestion about restriction

2007-06-15 Thread ybxiang.wolf
Another reason why i want to do like that: My customers need an UI Interface to assign permisisons by themselves. When i told them the concept of roles and permissions, they told me:I just want select one user and assign some permission to him, and nothing more! I have thought about this

[jboss-user] [JBoss Seam] - To Gavin king__suggestion about restriction

2007-06-15 Thread ybxiang.wolf
Gavin King: I love seam so much! I have 2 years web experience, and find that the security restriction offered by seam(jbpm or drools) is not enough. Now,i give a example: 100 Users: u1u100. 100 Actions,namely 100 methods: m01---m1000 now, u1 is allowed to access m01-m10 u2 is allowed

[jboss-user] [JBoss Seam] - Re: To Gavin king__suggestion about restriction

2007-06-15 Thread ybxiang.wolf
[EMAIL PROTECTED] wrote : I think you've got kind of the wrong idea about what the security rulebase should look like. | | It should not have 1000s of rules, 1 for each user, instead it should have one rule which says: if the needed Permission belongs to User.getPermissions(), grant the

[jboss-user] [JBoss Seam] - Re: To Gavin king__suggestion about restriction

2007-06-15 Thread ybxiang.wolf
I have read seam_reference and JBoss seam-simplity and power beyond java, i really love them! haha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054649#4054649 Reply to the post :

[jboss-user] [JBoss Seam] - Re: To Gavin king__suggestion about restriction

2007-06-15 Thread ybxiang.wolf
Gavin king: Thank you again!!! You make java better!!! You are changing JAVA and JAVAers!!! You are the best!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054658#4054658 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Please help: problem with running the hotel booking exam

2007-05-14 Thread ybxiang.wolf
I meet the same problem. I am sure you deleted seam.properties file when create jar file. seam.properties file contains nothing, but you cannot drop it!! May you succeed! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045649#4045649 Reply to the post :

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-05-14 Thread ybxiang.wolf
Gavin king, I love you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045650#4045650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045650 ___ jboss-user

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

2007-05-14 Thread ybxiang.wolf
Gavin King, i love you!!! hahahaha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045651#4045651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045651 ___

[jboss-user] [JBoss Seam] - Re: Seam/Hibernate meetup in San Francisco, Friday, March 2

2007-05-14 Thread ybxiang.wolf
Gavin king, i love you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045652#4045652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045652 ___ jboss-user mailing list