0 Replies Latest reply on Jan 12, 2005 12:28 PM by davidkj

    Problem with weblogic taskdef in XDoclet configuration

    davidkj

      I have successfully ran through the JBoss IDE tutorial using the following configuration:

      Operating system = Windows XP Professional
      Java version = 1.4.2
      Eclipse version = 3.0.7
      JBoss-IDE version = 1.4.0
      JBoss version = 3.0

      However, since we use Weblogic as our production server, I attempted to modify the projects XDoclet configuration by adding the weblogic entry to the ejbdoclet. Thus the resulting configuration looks like this:

      XDoclet configuration

      (EJB)
      ejbdoclet
      deploymentdescriptor
      fileset
      homeinterface
      packagesubstitution
      remoteinterface
      weblogic (instead of jboss)

      When I attempt to run the XDoclet build. I get the following error:

      "Can't create a weblogic element under ejbdoclet. Make sure the jar file containing the corresponding subtask class is on the classpath specified in the that defined {2}."

      It looks like the wizard doesn't generate a taskdef for the weblogic task inside the xdoclet-build.xml file. Is there a way to fix this?