|
| 7480 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/actions/AddPageAction.java | Attempt to get the same JBoss Portal working in 4.0.x with MyFaces + JDK 1.4 and 4.2.x with JSF Sun RI + JDK 5 |
| 7480 | modified | thomas.heute@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/dashboard/DashboardBean.java | Attempt to get the same JBoss Portal working in 4.0.x with MyFaces + JDK 1.4 and 4.2.x with JSF Sun RI + JDK 5 |
| 7480 | modified | thomas.heute@jboss.com | //trunk/build/build-thirdparty.xml | Attempt to get the same JBoss Portal working in 4.0.x with MyFaces + JDK 1.4 and 4.2.x with JSF Sun RI + JDK 5 |
| 7480 | modified | thomas.heute@jboss.com | //trunk/faces/src/main/org/jboss/portal/faces/el/ClassConstantPublisherBean.java | Attempt to get the same JBoss Portal working in 4.0.x with MyFaces + JDK 1.4 and 4.2.x with JSF Sun RI + JDK 5 |
| 7478 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/admin/ui/ConsumerBean.java | - Implemented access to modifyRegistration. |
| 7478 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml | - Implemented access to modifyRegistration. |
| 7478 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - Implemented access to modifyRegistration. |
| 7476 | modified | chris.laprun@jboss.com | //trunk/core-admin/src/main/org/jboss/portal/core/admin/ui/PropertiesInfo.java | - Typos. |
| 7475 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml | - Increased cache expiration time to 300 seconds. |
| 7473 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/resources/portal-wsrp-war/WEB-INF/jsf/consumers/editConsumer.xhtml | - Use determinedInvalid instead of invalid to decide whether to display status or not. |
| 7469 | modified | julien@jboss.com | //trunk/build/distrib.xml | CR3 dir |
| 7468 | modified | julien@jboss.com | //trunk/server/src/main/org/jboss/portal/server/PortalConstants.java | CR3 version |
| 7465 | modified | thomas.heute@jboss.com | //trunk/core/build.xml | Add jboss-backport-concurrent into the distribution |
| 7463 | modified | chris.laprun@jboss.com | //trunk/build/ide/intellij/idea60/modules/workflow/workflow.iml | - Updated jBPM lib reference. |
| 7462 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/consumer/ProducerInfoTestCase.java | - ProducerInfo.isRegistered now properly handles the case where registration properties have changed since registration.- deregister and modifyRegistration throw IllegalStateException when called when the Consumer is not registered.- RegistrationInfo now properly regenerates RegistrationData when needed and properly marks registration properties as valid after modifyRegistration or register.- RegistrationInfo.resetRegistration doesn't reset as much information, just the information pertaining to the actual registration, not the producer metadata.- Added tests for deregister and modifyRegistration. |
| 7462 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/ProducerInfo.java | - ProducerInfo.isRegistered now properly handles the case where registration properties have changed since registration.- deregister and modifyRegistration throw IllegalStateException when called when the Consumer is not registered.- RegistrationInfo now properly regenerates RegistrationData when needed and properly marks registration properties as valid after modifyRegistration or register.- RegistrationInfo.resetRegistration doesn't reset as much information, just the information pertaining to the actual registration, not the producer metadata.- Added tests for deregister and modifyRegistration. |
| 7462 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/RegistrationInfo.java | - ProducerInfo.isRegistered now properly handles the case where registration properties have changed since registration.- deregister and modifyRegistration throw IllegalStateException when called when the Consumer is not registered.- RegistrationInfo now properly regenerates RegistrationData when needed and properly marks registration properties as valid after modifyRegistration or register.- RegistrationInfo.resetRegistration doesn't reset as much information, just the information pertaining to the actual registration, not the producer metadata.- Added tests for deregister and modifyRegistration. |
| 7461 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPExceptionFactory.java | - Make createSOAPFaultException work even without an HTTP context. |