[ 
https://issues.apache.org/jira/browse/OWB-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13002288#comment-13002288
 ] 

Martin Grotzke commented on OWB-523:
------------------------------------

Regarding the relationship of the package and the deployed war file in tomcat: 
runtime/tomcat/webapps/ROOT.war is a symbolic link to 
target/msm-sample-webapp-1.0-SNAPSHOT.war (runtime/tomcat is a link to 
runtime/apache-tomcat-7.0.8). If you want to get a fresh war file deployed just 
`rm -rf runtime/tomcat/webapps/ROOT/` so that the war file is unpacked/deployed 
when tomcat is restarted.

Concerning the debugging: you can start tomcat with the jpda option like this:
./runtime/tomcat1/bin/catalina.sh jpda run

This opens a debugging socket on port 8000 so that you can attach and debug 
using your IDE (i.e. in eclipse it's under Debug > "Remote Java Application"). 
With this and the memcached-session-manager sources at hand (git clone 
git://github.com/magro/memcached-session-manager.git; cd 
memcached-session-manager; buildr eclipse) you can set a breakpoint in 
JavaSerializationTranscoder.writeAttributes to inspect serialized attributes 
(to see deserialized attributes you can check 
MemcachedBackupSessionManager.loadFromMemcached).

> @SessionScoped bean failover does not work
> ------------------------------------------
>
>                 Key: OWB-523
>                 URL: https://issues.apache.org/jira/browse/OWB-523
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>         Environment: MyFaces 2.0.3, OWB 1.0.0, Tomcat 7.0.8, 
> memcached-session-manager
>            Reporter: Thomas Andraschko
>            Assignee: Joe Bergmark
>            Priority: Minor
>
> OWB failover for @SessionScoped beans does not work.
> A detailed description and a sample project can be found here:
> https://github.com/magro/msm-sample-webapp/tree/openwebbeans

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to