"kabir.khan(a)jboss.com" wrote : Hi Paul,
|
| As discussed earlier, I am splitting asintegration into some new modules. While updating the release script I noticed that there is no javadoc being generated in the mavenized build. The release build expects to find these under
| aop/output/api
| aspects/output/api
| etc.
I have now added the javadoc generation to the maven builds during a release.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179902#4179902
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179902
Ok seems like the right place. (StorageManager)
NullPersistenceManager does (or doesn't do) what it says on the can - no persistence.
That means no persistence at all:
1) No message journal
2) No bindings journal
3) No paging
4) No storing large messages outside the journal.
It is designed for people who do not (or cannot) use the filesystem (e.g. in applet or sandbox or embedded) so no file system access should be attempted.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179863#4179863
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179863