5 Replies Latest reply on Apr 28, 2003 2:56 PM by julien1

    Block deployment problems

    h2o_polo

      I have a separate ear that I deploy three components
      a block, a module and an EJB.

      I can access module and ejb, but I have a problem with my block. It is invisible until I go to JMX console and touch it (just update a random attribute).

      Why is that?

      Thanks,
      Alex.

        • 1. Re: Block deployment problems

          maybe your block position (side+height) is in conflict with another ? when 2 blocks have same attributes, only one is displayed.

          Also I should change that behaviour.

          julien

          • 2. Re: Block deployment problems
            h2o_polo

            I wa thinking of that and I remember changing the default values to many diffrerent once and it still did not work. I will try to play with it a bit more.

            I am almost done with the lucene's adapatation as a search module for nukes. I will probably post it either tonight or tomorrow morning. I still have some stuff to clean up.

            By the way one problem I am still having is the setting of defaults for xmbean attributes. I posted the problem to the jboss-user group but nobody seemed to have an answer except for Scott but his solution did not yield results for me. So I was wondering if you, Julien, had any experience (problems?) with it since you seem to use xmbeans pretty extensively?

            Thanks,
            Alex.

            • 3. Re: Block deployment problems

              update your code base we are not using xmbeans anymore.

              julien

              • 4. Re: Block deployment problems
                h2o_polo

                hmm ... what is wrong with xmbeans?

                and what do I need to do to change my codebase?

                • 5. Re: Block deployment problems

                  because code is often changing (bug fixes etc....)

                  xmbean are verbose to do. we are using something between xmbeans and dynamic mbean.

                  just look at the code.

                  julien