1 Reply Latest reply on Nov 26, 2008 10:30 AM by vickyk

    JCA org.jboss.resource.deployment.AdminObject  deployment of

    umarao_g

      Hi,

      I am trying to deploy -ds.xml for binding an org.jboss.resource.deployment.AdminObject to a jndiname but the deployment show no result (seems it deployed) and does not bind. I see this problem only in jboss-5.0.0.CR2 and jboss-4.* works fine.

      Pasting you the -ds.xml content:

      <mbean code=\"org.jboss.resource.deployment.AdminObject\" name="test.admin:name=testadminobject">
      <attribute name=\"JNDIName\">sampleadminobject
      <depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='myadmin.rar'
      <attribute name=\"Type\">test.sample.Foo
      <attribute name=\"Properties\">
      parameter1=x
      parameter2=y
      <\/attribute>
      <\/mbean>


      Can anyone help me in this regard?

      Thanks,
      Uma Mahesh

        • 1. Re: JCA org.jboss.resource.deployment.AdminObject  deploymen
          vickyk

           

          "umarao_g" wrote:

          <mbean code=\"org.jboss.resource.deployment.AdminObject\" name="test.admin:name=testadminobject">
          <attribute name=\"JNDIName\">sampleadminobject</attribute>
          <depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='myadmin.rar'</depends>
          <attribute name=\"Type\">test.sample.Foo</attribute>
          <attribute name=\"Properties\">
          parameter1=x
          parameter2=y
          <\/attribute>
          <\/mbean>


          The -ds.xml contents does not look appropriate.
          Make sure that you put the right contents here and don't waste time of others.