[jboss-user] [JBoss Seam] - Re: Change Locale sequence

2006-12-25 Thread rengar
It is simplified. There aren't irrelevant details. If I change language with localeSelector, the locale change it after call action setParameters. In this setParameters locale language is the previus language before I change with localeSelector. If use immediate="true" in h:selectOneMenu --> D

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread SmokingAPipe
Ok, I'll try that. I'm now thinking that the problem is I don't have the Facelets Servlet installed in my web.xml. That would make sense; it's a load-on-startup servlet which probably does set up factories, etc. But then I'm totally confused about URLs. Right now my files are .jsp files, but

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread [EMAIL PROTECTED]
Add the same jars that the example apps add. :) I'm assuming the only thing you have to add is jsf-facelets.jar, but since I don't normally use JSP with seam, I may be forgetting something obvious. You should really just build one of the examples that uses facelets and compare. View the or

[jboss-user] [JBoss Seam] - Re: Validation Error Messages...

2006-12-25 Thread [EMAIL PROTECTED]
Anyone any ideas on this one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996244#3996244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996244 ___ jboss-user mailing list j

[jboss-user] [JBoss Portal] - Re: Jboss Portal Page Redirection after successful login

2006-12-25 Thread rashmi_setty
Hi, Go to admin page, Click on root,then on default database icon.At the right side,select the page you want from Default Page Name combo box and click update. Once you login the page u selected will be displayed first. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread SmokingAPipe
Ok, I'm running plain vanilla JBoss 4.0.5 with whatever Tomcat it comes with, meaning that I'm using JSP 2.0, so that shouldn't be a problem. "[EMAIL PROTECTED]" wrote : Oh, and Facelets is trivial to set up. Have a look at the examples. I would NEVER go back to plain JSPs unless forced to.

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-25 Thread [EMAIL PROTECTED]
My impression is that you should expect a lot of churn until the final release. I don't think it is near its final form yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996241#3996241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread [EMAIL PROTECTED]
Oh, and Facelets is trivial to set up. Have a look at the examples. I would NEVER go back to plain JSPs unless forced to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996240#3996240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread [EMAIL PROTECTED]
If you are using JBoss 4, you are using JSP 2.0. JSP 2.1 is the Java EE 5 version, which is sadly not yet available on JBoss 4. I believe Tomcat 6 supports JSP 2.1, but you have to go to JBoss 5 for that. (Or maybe JBoss 4.2, though I've given up trying to figure out what exactly will or won'

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-25 Thread SmokingAPipe
I looked into it some more, and it looks like it would be substantial work to convert ALL my existing JSP pages to proper XML Faclets pages. Also it looks like it's non-trivial to even get Faclets working within JBoss; I kept on getting exceptions like: java.lang.IllegalStateException: Applica

[jboss-user] [JBoss Portal] - Jboss Portal Page Redirection after successful login

2006-12-25 Thread sridhark79
Hi, I have deployed a portal into the Jboss Portal Server (2.4). I want to redirect to my portal page after successful Jboss login. What are the changes to be made inorder to acheive this. Thanks in Advance Regards Sridhar View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB 3.0] - Re: Help on EjB 3 Packaging

2006-12-25 Thread bustanil
Hi ALRubinger, Currently my project has grown from 3 modules to 7 modules. And my entity classes that is used by more than one session bean is scattered over the 7 jar file. It makes hot deployment running slow and surely slowing the development process. So I tried your setup. Here's my first p

[jboss-user] [JBoss Seam] - Any experience with SeamFaceletViewHandler?

2006-12-25 Thread SmokingAPipe
I was looking at: http://docs.jboss.com/seam/1.1GA/reference/en/html/elenhancements.html This looks super-cool. I could then have a table, and I could directly execute methods on entities from buttons in the table. I completely bypass needing a session bean for some operations if I can provid

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-25 Thread kasim
yeah. just trying to figure out what to do. I initially wrote my chapter about security before the latest changes. So a lot of it isnt accurate right now. My updates to the chapter are due in a few days that its in. So i was trying to figure out if i could get it enough to make what i wrote ac

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-25 Thread [EMAIL PROTECTED]
You can get a sneak peak in CVS, but I suspect everything there is subject to change. Unless you want to join in the development, it's probably better just to hold off. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996230#3996230 Reply to the post : http:

[jboss-user] [EJB 3.0] - A collection of value types?

2006-12-25 Thread SmokingAPipe
I know it's possible in Hibernate to have a collection of Strings, for example, and map that. Reading the EJB3.0 book that I have, it only mentions collections of Entities. Is this true? Can EJB3 only handle collections of Entities? If so it's no big deal; the object that I want to represent

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-25 Thread kasim
are there any examples anywhere of the Seam security for 1.1.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996227#3996227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996227 __

[jboss-user] [JBoss Seam] - Re: Problem with @End(beforeRedirect=true)

2006-12-25 Thread ccurban
Thanks Norman, actually the method has not been called, as I annotated and posted the wrong method. Annotating the right method works like a charm. Maybe I should stop working over christmas. :) /closed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996226#3

[jboss-user] [JBossCache] - Using JBossCache on Webpshere 6.x

2006-12-25 Thread suneetshah
Hello, Has anyone deployed JBossCache on Websphere 6.x? If so, would you be able to provide some instructions on how this can be done? Thanks Suneet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996225#3996225 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - Re: Reports on jBpm processes

2006-12-25 Thread kukeltje
what is so difficult about using the search? Did you use the top right? That is for the jboss site... use the one directly above the forum. That one turns up http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97669 for me... sooo easy View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Problem with @End(beforeRedirect=true)

2006-12-25 Thread ccurban
Actually I have a "view" directory. And I actually want to be redirected to the same page, but with ending the old and starting a new long running conversation. I thought @End(beforeRedirect=true) would exactly do thatm but as stated before I am just redirected to the same page with the old con

[jboss-user] [JBoss Portal] - Latest portal release (Xmas)

2006-12-25 Thread [EMAIL PROTECTED]
We will advertise it more next week when people are back from holidays but we released the 2.4.1.SP1 (2.4.1 had a minor bug immediatly corrected in 2.4.1.SP1) of portal last week and it is available on sourceforge for those who are working with portal at the moment during the holidays, you can s

[jboss-user] [Clustering/JBoss] - Re: Running JBoss with run -c all reboots Windows XP

2006-12-25 Thread pshankar
"pshankar" wrote : I have tried the same in my friend's PC and found that the problem lies in the JDK. | | JBoss cluster option reboot the XP when used in conjunction with JDK[1.5._06 and above]. I checked my friend's jboss log and found his JUDDI never failed. The system started rebooting

[jboss-user] [Clustering/JBoss] - Re: Running JBoss with run -c all reboots Windows XP

2006-12-25 Thread pshankar
I have tried the same in my friend's PC and found that the problem lies in the JDK. JBoss cluster option reboot the XP when used in conjunction with JDK. I checked my friend's jboss log and found his JUDDI never failed. The system started rebooting after it joined the Cluster/GMS/JGroup channel

[jboss-user] [Installation, Configuration & Deployment] - Re: JBOSS 4.0.4 install issues on Windows XP media Center OS

2006-12-25 Thread yskreddy2003
Hey ! Thank you. it worked with your suggestion. Regards Krishna View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996217#3996217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996217 _

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2006-12-25 Thread [EMAIL PROTECTED]
I have started to rework the security documentation in the 2.6 trunk docs (http://anonsvn.jboss.org/repos/portal/docs/trunk/referenceGuide/en/modules/security.xml). It describe both authentication and authorization part with simple examples. I regret that I don't have much time to spend on that

[jboss-user] [EJB/JBoss] - Re: Unit Testing Practices

2006-12-25 Thread jantzen
Thanks for the help Gommo. I've been trying to get unit tests working inside of my primary development directory tree, which has created problems with finding config files, building properly etc. I'll try a separate test hierarchy like you've got and see if I make it any farther this time.

[jboss-user] [JBoss Portal] - Authenticate Login with Active directory

2006-12-25 Thread surajit2k2
Hi, I would need to integrate the Login page with Active directory instead of Database. Could you please provide some sample code and the xml entries to acheive the same. I think it can be acheived by using LDAPLoginModule but if somebody could please provide some help. Also how would be the

[jboss-user] [JBoss Portal] - Re: where to configure error pages

2006-12-25 Thread [EMAIL PROTECTED]
try jboss-portal.sar/portal-server.war View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996212#3996212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996212 ___ jboss-user maili

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2006-12-25 Thread [EMAIL PROTECTED]
JBoss Portal relies on the JACC framework for authorization. It is true that this has been removed from the documentation as it is an implementation detail. Since 2.4 we have developed an abstraction on top of JACC which hides the usage of that layer (because the layer API simply sucks, specifi

[jboss-user] [JBoss Portal] - Re: modifying the jboss portal programatically with portal c

2006-12-25 Thread [EMAIL PROTECTED]
If you are using a web application you should look at the file WEB-INF/jboss-portlet.xml of portal-core.war which provides the capability to inject services in the servlet context of the web application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996210#39

[jboss-user] [JBoss Seam] - Re: StackOverflowError and

2006-12-25 Thread svadu
Looks like it was Resin hot deployment issue, after the server restart the problem was gone! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996208#3996208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996208 _

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread abuayyub
This does look like an instalation problem. did you install jboss using the installer. If not then i think you have to look at the jboss wiki on how to migrate from ejb3 RC8 to RC9. there are some differences you need to take into acount. I think ejb 3.0 RC9 is part of the 4.0.5 the latest jboss

[jboss-user] [Installation, Configuration & Deployment] - Re: JBOSS 4.0.4 install issues on Windows XP media Center OS

2006-12-25 Thread siddharthags
your java_home seems not right to me JAVA: C:\Sun\SDK\jdk\bin\bin\java should be JAVA: C:\Sun\SDK\jdk\bin\java you should give java_home to just the jdk installation like JAVA: C:\Sun\SDK\jdk I think that should fix things for you. View the original post : http://www.jboss.com/index.

[jboss-user] [Installation, Configuration & Deployment] - tomcat setup for serving non-secure http content instead of

2006-12-25 Thread siddharthags
HI, I am facing a problem where I am trying to deliver some content from the following URL http://localhost:8080/myapp. I am getting redirected to https://localhost:8443/myapp and getting a failure on this as 8443 connector is not configured. Question I have is how do I prevent the redirectio

[jboss-user] [Installation, Configuration & Deployment] - JBOSS 4.0.4 install issues on Windows XP media Center OS

2006-12-25 Thread yskreddy2003
Hi All I have installed Jboss 4.0.4 using installer GUI. before installing made sure I have valid JDK. even after setting JAVA_HOME I am getting following error. There is not much help in Install documentation to fix the issue.. any help is appreciated. JDK environment: C:\Program Files\jbo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: hbm2ddl fails for build in HSQLDB

2006-12-25 Thread jrosskopf
Uhhm, didnĀ“t set the right hibernate dialect. My mistake. Problem solved! --- Joachim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996200#3996200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996200 __

[jboss-user] [JBoss Seam] - Re: StackOverflowError and

2006-12-25 Thread svadu
I will enable logging as soon as my hosting provider will restart the server (I've managed to crash it) :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996199#3996199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread priyavijayan1
Thanks for your reply.. I have already done that, I went to the JNDI view and the bean is not there.When i checked the server log of jboss, it says ejb3 is not registered. One more thing I noticed is that before installing EJB3, when i start the jboss it runs fine and the console doesn't

[jboss-user] [JBoss jBPM] - Re: Reports on jBpm processes

2006-12-25 Thread alex_ballarin
Hi, thank you very much for your answer. I did not find any post by "seewhy" searching in forums. Could you send me an URL? Do those things are API for extracting data, or a report designer, etc? Thanks again! Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [EJB/JBoss] - Re: Problem with Mysql for CMP

2006-12-25 Thread Kentzhou
Thanks for your reminder. I got the reason. It is because of port is set not correct. Thanks, Merry Christmas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996196#3996196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2006-12-25 Thread [EMAIL PROTECTED]
I tried adding a rendered attribute to a button on the new user pageflow in the dvdstore. It worked exactly as expected. Can you post a larger example or maybe put it in the context of one of the existing examples? Also, can you confirm your JSF version and Seam version? View the original

[jboss-user] [JBoss Seam] - Re: Problem with @End(beforeRedirect=true)

2006-12-25 Thread [EMAIL PROTECTED]
This looks odd to me: | /view/manage/cc_distribution.xhtml | If you are following the normal seam structure then your view id would simply be "/manage/cc_distribution.xhtml". Do you really have a view directory inside of your WAR? Assuming you don't, I'd expect you to see a redirect fai

[jboss-user] [EJB 3.0] - Re: help required for JBOSS 4.0.4 GA and EJB 3.0 RC9

2006-12-25 Thread abuayyub
goto the jboss admin via the web browser and check the name that the bean has bean placed under in the jndi tree. if you have deployed a jar in an ear, then the name may be preceded by the ear name in jndi. so check http://localhost:8080 and view the jmx entries for you bean. View the origin

[jboss-user] [JBoss Seam] - Re: Problem with @End(beforeRedirect=true)

2006-12-25 Thread ccurban
I forgot to mention I got a begin/create method in the same SFSB: @Create | @Begin | public void init() { | , | , | , | } So what I really expected is: 1. I hit the Link. 2. updateDistributionList() is executed 3 the conversation is ended before the redirect 4. red

[jboss-user] [JBoss Seam] - Problem with @End(beforeRedirect=true)

2006-12-25 Thread ccurban
I have got a facelet-page named cc_distribution.xhtml And a SFSB with one action method triggered by a commandLink from this page. | @End(beforeRedirect=true) | public String updateDistributionList() { | . | . | . | return "cc_distribution"; | } Usi

[jboss-user] [JBoss jBPM] - Re: Reports on jBpm processes

2006-12-25 Thread kukeltje
some small things are comming in 3.2, but did you see the post by seewhy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996185#3996185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996185 _

[jboss-user] [JBoss jBPM] - Re: find jBPM+Struts 1.x examples

2006-12-25 Thread kukeltje
since it is x-mas, I will not be harsh and not use any of the 4 letter abreviations I would normally use. But come on you do know how to use search functionality or now how look at the sourcecode? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996184#3996

[jboss-user] [JBoss jBPM] - Reports on jBpm processes

2006-12-25 Thread alex_ballarin
Hi all, I am new to jBpm and I am currently evaluating it. One dimension important for me is the reporting capabilities, we intend to offer reports from the past and running processes. I wander which means does jBoss offer to do that or if any of you knows tools or experiencies doing that (say

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Beta2: invoke an external web service

2006-12-25 Thread SergStone
Hi, Alex! But there were some changes in the BPEL application descriptor (bpel-application.xml) as I can see. 1.1.Beta1 documentation introduces use of JMS in constructions like this: jms/atmRelation javax.jms.Queue ConsumesProduces along with a Relation servlet. org.jbpm.bpel.relat

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2006-12-25 Thread VinceCallagan
here is the complete code : | | The second button works perfectly but pressing the first one does'nt produce anything :-( I checked the code with firebugs and the page doesn't contain errors :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39961

[jboss-user] [JBoss jBPM] - find jBPM+Struts 1.x examples

2006-12-25 Thread hypersonic.wei
Hello! I'm new in jBPM. I need some examples. Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996179#3996179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996179