|
| 1.251 | modified | gavin | src/main/org/jboss/seam/Component.java | better semantics for @Create/@Destroy/@Unwrap with inheritance |
| 1.3 | modified | gavin | src/main/org/jboss/seam/annotations/Create.java | better semantics for @Create/@Destroy/@Unwrap with inheritance |
| 1.4 | modified | gavin | src/main/org/jboss/seam/annotations/Destroy.java | better semantics for @Create/@Destroy/@Unwrap with inheritance |
| 1.4 | modified | gavin | src/main/org/jboss/seam/annotations/Unwrap.java | better semantics for @Create/@Destroy/@Unwrap with inheritance |
| 1.4 | modified | myuan | examples/jpa/lib/el-api.jar | adding those el-* files since they are needed by WebLogic |
| 1.4 | modified | myuan | examples/jpa/lib/el-ri.jar | adding those el-* files since they are needed by WebLogic |
| 1.174 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | JBSEAM-1420 |
| 1.3 | modified | gavin | src/main/org/jboss/seam/init/NoHotRedeployable.java | JBSEAM-1420 |
| 1.3 | modified | myuan | examples/hibernate2/view/conversations.xhtml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.4 | modified | myuan | examples/hibernate2/view/main.xhtml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.7 | modified | myuan | examples/hibernate2/view/password.xhtml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.13 | modified | myuan | examples/hibernate2/build.xml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.9 | modified | myuan | examples/hibernate2/resources/web.xml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.5 | modified | myuan | examples/hibernate2/resources/glassfish/web.xml | Fix the borken XHTMl pages and use RI in web.xml |
| 1.15 | modified | myuan | examples/jpa/build.xml | Confirmed to work with JBoss 4.2/4.0.5, Tomcat5, Glassfish -- pending WLS and WAS |
| 1.4 | modified | myuan | examples/jpa/readme.txt | Confirmed to work with JBoss 4.2/4.0.5, Tomcat5, Glassfish -- pending WLS and WAS |
| 1.5 | modified | myuan | examples/jpa/resources/glassfish/web.xml | Confirmed to work with JBoss 4.2/4.0.5, Tomcat5, Glassfish -- pending WLS and WAS |
| 1.5 | modified | myuan | examples/jpa/resources/websphere/web.xml | Confirmed to work with JBoss 4.2/4.0.5, Tomcat5, Glassfish -- pending WLS and WAS |
| 1.173 | modified | nrichards | src/main/org/jboss/seam/init/Initialization.java | JBSEAM-1420: handle missing /WEB-INF/dev directory |
| 1.42 | modified | nrichards | src/main/org/jboss/seam/core/Exceptions.java | JBSEAM-1282 |
| 1.17 | modified | nrichards | doc/reference/en/modules/gettingstarted.xml | document seam on jboss 4.0 |
| 1.8 | modified | myuan | examples/glassfish/resources/META-INF/application.xml | Confirmed to work with Glassfish v2 beta4 |
| 1.4 | modified | myuan | examples/glassfish/resources/WEB-INF/faces-config.xml | Confirmed to work with Glassfish v2 beta4 |
| 1.2 | modified | myuan | examples/glassfish/view/conversations.xhtml | Confirmed to work with Glassfish v2 beta4 |
| 1.2 | modified | myuan | examples/glassfish/view/main.xhtml | Confirmed to work with Glassfish v2 beta4 |
| 1.4 | modified | myuan | examples/glassfish/view/password.xhtml | Confirmed to work with Glassfish v2 beta4 |
| 1.10 | modified | myuan | examples/glassfish/build.xml | Confirmed to work with Glassfish v2 beta4 |
| 1.2 | modified | myuan | examples/glassfish/readme.txt | Confirmed to work with Glassfish v2 beta4 |
| 1.3 | modified | gavin | src/main/org/jboss/seam/core/ServletSession.java | ooops, broke session invalidation |
| 1.87 | modified | sbryzak2 | src/main/org/jboss/seam/security/Identity.java | JBSEAM-1414 |
| 1.5 | modified | sbryzak2 | examples/seambay/src/org/jboss/seam/example/seambay/AuctionAction.java | fixes |
| 1.11 | modified | sbryzak2 | examples/seambay/src/org/jboss/seam/example/seambay/AuctionService.java | fixes |
| 1.250 | modified | sbryzak2 | src/main/org/jboss/seam/Component.java | web service interceptor |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/annotations/Conversation.java | web service interceptor |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/annotations/ConversationId.java | web service interceptor |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/interceptors/WebServiceInterceptor.java | web service interceptor |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/ws/SeamWSRequestHandler.java | web service interceptor |