1 Reply Latest reply on Apr 2, 2018 6:02 AM by n_nagraj321

    properties-service.xml in JBoss4.2.3 to wildfly

    n_nagraj321

      I have the following configuration in properties-service.xml in JBoss4.2.3 how can i convert it to the equivalent of wildfly?

       

      <mbean code="com.ca.ppm.jmx.PPMEncryptedPropertiesService"  name="jboss:type=Service,name=SystemProperties">

           <attribute name="Properties">     

            <!-- ActiveMQ serialization. Any custom objects that needs to be sent over Queues need to be included here -->

             org.apache.activemq.SERIALIZABLE_PACKAGES=*

             SamMDB.mdb-user=reportserver

             <!-- encoded tibco password -->

             SamMDB.mdb-passwd={AES}:tW8R3I6EcHeARoZ+QqFIagv3xdI+ljsoiAkKyGCSmT4=

          </attribute>

        </mbean>

       

      Thanks in advance,

      -Nagaraju