2 Replies Latest reply on Jan 15, 2004 10:16 AM by rilux

    Session facade generation

    rilux

      Hi,

      I've tried the XDoclet mailing list without much luck so maybe someone here can help.

      I'm trying to generate session facades for my entity bean. in the XDoclet configuration I specify 2 configurations. The first has the entityfacade option specified. The 2nd configuration is the Standard EJB configuration option with the additional remotefacade. option.

      The session beans are generated (FooFacadeEJB.java) but in the 2nd pass the remote interfaces to this session are not created.

      Does anyone know why this may be the case?

      TIA

        • 1. Re: Port Listener integrated with JBoss
          rilux

          Hello
          While searching for how to write a service in jboss, I have more questions.

          http://www.huihoo.com/jboss/online_manual/3.0/ch13s26.html
          This Page seems to give a lot of information but none for simple services.
          "MBeans that are independent of JBoss services are the trival case and can be written per the JMX specification and added to a JBoss server by adding their MLET tag to the jboss.conf file." My Questions:

          1. Isn't jboss.conf read just once at server start up?
          2. If I add something to jboss.conf, won't it require the service class to be in classpath at that time? So, is it necessary for services to be libs?
          3. How will I be able to hot deploy/redeploy the service?

          4. just one stupid question .. I cant find jboss.jcml?

          Does someone have any step-by-step guide to writing a "trivial" custom service in jboss? Please forward ne pointers.

          Thanks in advance
          --- Pooja.

          • 2. Re: Session facade generation
            russelldb

            Well, its been nearly a year since you posted this. I have the same problem. Did you ever find a solution ?