This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes oracle coherence does not allow a jsf page to call an backing bean method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "oracle coherence does not allow a jsf page to call an backing bean method" Watch "oracle coherence does not allow a jsf page to call an backing bean method" New topic
Author

oracle coherence does not allow a jsf page to call an backing bean method

ihsan kocak
Greenhorn

Joined: Mar 14, 2012
Posts: 28
hi all, i have a command button:
<p:commandButton action="#{login.doLogin}" value="Giris Yap" ajax="false" style="margin:5px;" />

this doLogin method works well when these codes are DELETED from weblogic.xml:
<session-descriptor>
<cookies-enabled>true</cookies-enabled>
<cookie-domain>.turkcell.com.tr</cookie-domain>
<cookie-comment>Turkcell Session Tracking Cookie </cookie-comment>
<cookie-name>teasession</cookie-name>
<id-length>30</id-length>
<timeout-secs>900</timeout-secs>
<url-rewriting-enabled>true</url-rewriting-enabled>
</session-descriptor>

but for session replication we should write these codes to the weblogic xml.

do you have any idea why these method is not called, even at the beginning of method there is "System.out.println("in loginbean");" in the method but unfortunately this systemout is not called.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

I'm guessing that when you say "oracle", you mean Oracle WebLogic, and not Oracle Database, which is what most people think of.

Since this seems to be a WebLogic-specific question, I'm moving it to the WebLogic forum. You should find people who have better knowledge there.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: oracle coherence does not allow a jsf page to call an backing bean method
 
Similar Threads
HFSJ Final mock Q
64 bit jsessionid in Struts
Session timeout is determined by web.xml or weblogic.xml?
Weblogic admin console timeout