Re: default domain by app
Gene McCullough <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
> * @persist.persistent > * factory="occa" > * id="..." etc. etc. > > (NOTE: persistent xdoclet needs to be updated, it will generate > <default-persist id="occa" name="default"> (should be name="occa"), but in > practice that won't hurt anything) > VERY kewl! Thanks so much! I had to leave off the id attribute, for some weird reason it only picked up my last persistent of 3 (although the pre merged config files all looked ok). It may have been me leaving a file open or something, I just know that leaving the id off works well. gene