[jboss-dev-forums] [Design of POJO Server] - Re: DataSource is broken

adrian@jboss.org do-not-reply at jboss.com
Sun Oct 8 09:05:41 EDT 2006


It is no longer invoking the XSLDeployer's parse method:

XSLDeployer

  |    /**
  |     * Parse a deployment
  |     *
  |     * @param unit the deployment unit
  |     * @param file the metadata file
  |     * @return the metadata
  |     * @throws Exception for any error
  |     */
  |    protected T parse(DeploymentUnit unit, VirtualFile file) throws Exception
  | 

Method defined by AbstractParsingDeployer and implemented
by the parent JAXPDeployer of XSLDeployer

  |    /**
  |     * Parse a deployment
  |     *
  |     * @param unit the deployment unit
  |     * @param file the metadata file
  |     * @param root - possibly null pre-existing root
  |     * @return the metadata
  |     * @throws Exception for any error
  |     */
  |    protected abstract T parse(DeploymentUnit unit, VirtualFile file, T root) throws Exception;
  | 

So the document never goes through the XSL transformation.
It is effectively just deployed as a straight -service.xml

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976813#3976813

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976813



More information about the jboss-dev-forums mailing list