[JBoss Seam] - scheme=
by fernando_jmt
Hi everyone.
I have a question (maybe trouble) related to new scheme attribute in the pages.xml.
What should it happen if I specify
| <page view-id="*" scheme="http">
|
for an application which does not have https support (only http)?
The reference doc. says:
"Of course, if none of the pages in your application use HTTPS then it is not required to specify a default
scheme"
So, that means if I specify http scheme for a non https application I would get weird behaviour?
I'm asking this, because I did that change and I got these weird behaviours:
- #{identity.loggedIn} always return false after I logged in.
- When a page with login-required="true" is accessed (of course without logged in) I'm redirected to expected page, but no message is displayed.
Above points disappears when I remove scheme="http" from pages configuration.
Is that the expected behaviour? will it work when I use https for some pages?.
Thanks for clearing up this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024069#4024069
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024069
17Â years, 10Â months
[Beginners Corner] - Re: Migrating JavaBean <resource-ref>s from Tomcat to JBoss
by jaikiran
If i understand your question right, you are looking for the jboss-web.xml file where you can configure this. You can find the dtd for this xml here:
http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd
Here's an extract:
anonymous wrote : <!ELEMENT jboss-web (class-loading?, security-domain?, context-root?,
| virtual-host*, use-session-cookies?, replication-config?, resource-env-ref*,
| resource-ref* , ejb-ref* , ejb-local-ref*, depends*)>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024064#4024064
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024064
17Â years, 10Â months
[JBoss Seam] - Re: Multiple Window/Tabs isolated conversations
by h.cahyadi
In the version 1.2 is there any changes with the .xml file descriptor, coz I look at the JIRA and found some changes, to the descriptor file, if in my application architecture I separate the business logic and the presistence logic, can I still used the entity query, currently I stuck with 2 problems :
1. Back button problem ( http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102681 )
the back button works on firefox and opera but not in Internet Explorer
2. Multiple windows isolated conversations
multiple windows isolated conversations work on Internet explorer, but not works in both firefox and opera
I still investigating about this two problems, but currently I am ran out of idea, because there are many component that I combine, I used combination of MyFaces 1.1.5, Facelets 1.1.11, Seam 1.1.5 GA, Jboss Portal 2.4GA and Jboss AS 4.0.5 GA, is there any known issues between this combination? please give me some "light"
Thanx and Regards,
-haric-
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024060#4024060
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024060
17Â years, 10Â months