Results 1 to 3 of 3

Thread: XDoclet for applicationContext

  1. #1
    Join Date
    Jun 2005
    Location
    Milan
    Posts
    32

    Default XDoclet for applicationContext

    Hi, I'm using XDoclet 1.2.3 to generate mappin' files for H8 3.0, and it works correctly.
    I configured Hibernate into Spring applicationContext file.
    How can I tell to XDoclet to generate also my applicationContext to keep it up to date concerning H8 mappin' files properties entries ??
    It is possible or I have to create my own ANT task to do that???

    Thanks a lot.

    Salud

    Max

  2. #2
    Join Date
    Sep 2004
    Posts
    1,086

    Default

    Usually there is no need to generate anything, listing each mapping file is not needed as it's easier to use something like:

    Code:
    <property name="mappingDirectoryLocations">
      <list>
        <value>classpath&#58;/path/to/my/mapping/files/directory</value>
      </list>
    </property>

  3. #3
    Join Date
    Jun 2005
    Location
    Milan
    Posts
    32

    Default

    Quote Originally Posted by dejanp
    Usually there is no need to generate anything, listing each mapping file is not needed as it's easier to use something like:

    Code:
    <property name="mappingDirectoryLocations">
      <list>
        <value>classpath&#58;/path/to/my/mapping/files/directory</value>
      </list>
    </property>

    Thanks a lot !!!!

    Salud

    Max

Similar Threads

  1. Spring EJB and xdoclet
    By viniciuscarvalho in forum Container
    Replies: 4
    Last Post: Jan 3rd, 2006, 08:56 AM
  2. applicationContext generation with XDoclet
    By MaxVanL00N in forum Web
    Replies: 0
    Last Post: Oct 3rd, 2005, 04:24 AM
  3. Problems using xdoclet in my Spring Controllers
    By spring_monkey in forum Web
    Replies: 0
    Last Post: Sep 29th, 2005, 08:25 AM
  4. Replies: 2
    Last Post: Sep 6th, 2005, 10:07 AM
  5. Replies: 3
    Last Post: Jul 22nd, 2005, 06:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •