|
| 1.13 | modified | starksm | /build-test.xml | Add profile service test jars |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/support/ProfileServiceBootstrap.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/support/SecurityActions.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/support/Simple1PSBootstrap.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/test/SimplePSTestCase.properties | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/DataSourceThing.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/DataSourceView.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/JCAMgr.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/NamingService.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/PoolView.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/beans/TxMgr.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/IJCAMgr.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/INamingService.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/IRemoting.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/profiles/p0/ifaces/ITxMgr.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/DeploymentBeanImpl.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/DeploymentImpl.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/ManagementViewImpl.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/ProfileImpl.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/ProfileServiceImpl.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/simple1/SecurityActions.java | First pass at kernel bootstrap with profileservice test |
| 1.1 | added | starksm | src/tests/org/jboss/test/profileservice/test/SimpleProfileServiceTestCase.java | First pass at kernel bootstrap with profileservice test |
| 1.3 | modified | starksm | src/main/org/jboss/annotation/management/ManagedObject.java | Use a ManagedPropertyRef from ManagedObject |
| 1.1 | added | starksm | src/main/org/jboss/annotation/management/ManagedPropertyRef.java | Use a ManagedPropertyRef from ManagedObject |
| 1.7 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | Change rootURL to getRootURL |
| 1.6 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | Drop the explicit dependency on VirtualFiles and instead use a deployment root URL + relative paths. |
| 1.5 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | Move the depends from the deployment to the bean |
| 1.3 | modified | starksm | src/main/org/jboss/profileservice/spi/DeploymentBean.java | Move the depends from the deployment to the bean |
| 1.2 | modified | starksm | src/main/org/jboss/profileservice/spi/DeploymentBean.java | Change the type property to bean to match the kernel BeanMetaData bean property as the fully qualified bean class. |
| 1.22 | modified | starksm | src/main/org/jboss/beans/metadata/plugins/AbstractBeanMetaData.java | Update the bean property javadoc |
| 1.4 | modified | starksm | src/main/org/jboss/profileservice/spi/Deployment.java | Change to use the pojo ManagedObject rather than the annotation version |
| 1.4 | modified | starksm | src/main/org/jboss/profileservice/spi/management/ManagementView.java | Change to use the pojo ManagedObject rather than the annotation version |
| 1.1 | added | starksm | src/main/org/jboss/profileservice/spi/management/ManagedObject.java | A collection of the properties making up a deployment managed object |