Re: default domain by app
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
> I finally played around with xconf files in tomcat, and got my <schema> > that defines my persistents into my <default-persist id="occa"> instead > of the <default-persist id="default">. That made it work. > Very cool! > How can i do that with the xdoclet tags so that is generates > properly at build? I've looked at http://66.105.113.115/vqwiki- > 2.3.5/jsp/Wiki?DefaultPersistentXdoclet but didn't find anything. * @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)