[jboss-cvs] JBossAS SVN: r86962 - in trunk: profileservice/src/main/org/jboss/profileservice/management and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Apr 8 08:50:46 EDT 2009
Author: emuckenhuber
Date: 2009-04-08 08:50:45 -0400 (Wed, 08 Apr 2009)
New Revision: 86962
Modified:
trunk/messaging/src/main/org/jboss/jms/server/destination/SecurityConfigMapper.java
trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
port 86957,86960 from 5_x: securityconfigMapper.mapToType and cleanup mgtView.process()
Modified: trunk/messaging/src/main/org/jboss/jms/server/destination/SecurityConfigMapper.java
===================================================================
--- trunk/messaging/src/main/org/jboss/jms/server/destination/SecurityConfigMapper.java 2009-04-08 12:47:37 UTC (rev 86961)
+++ trunk/messaging/src/main/org/jboss/jms/server/destination/SecurityConfigMapper.java 2009-04-08 12:50:45 UTC (rev 86962)
@@ -21,6 +21,7 @@
*/
package org.jboss.jms.server.destination;
+import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.Map;
@@ -81,6 +82,12 @@
}
@Override
+ public Type mapToType()
+ {
+ return Element.class;
+ }
+
+ @Override
public MetaValue createMetaValue(MetaType metaType, Element object)
{
if(object == null)
Modified: trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java 2009-04-08 12:47:37 UTC (rev 86961)
+++ trunk/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java 2009-04-08 12:50:45 UTC (rev 86962)
@@ -1040,8 +1040,7 @@
public void process() throws DeploymentException
{
- mainDeployer.process();
- mainDeployer.checkComplete();
+ //
}
/**
More information about the jboss-cvs-commits
mailing list