[Cosmo-dev] hibernate merge complete
Brian Moseley
bcm at osafoundation.org
Tue Sep 12 09:43:54 PDT 2006
On 9/11/06, Brian Moseley <bcm at osafoundation.org> wrote:
> tomorrow morning i'll begin merging to the trunk. please do not commit
> to the cosmo trunk from 7am tomorrow until i give the all clear.
> thanks!
i'm happy to announce that the hibernate merge is complete. feel free
to begin committing to the trunk again.
once you update to the new code, you can get rid of your old snarf
instance. snarf has moved into a subdirectory of the cosmo trunk.
you'll set up snarf as normal:
1) cd snarf
2) maven dist
3) edit osaf-server-bundle-0.5-SNAPSHOT/tomcat/conf/server.xml to
point to your cosmo in-place war (docBase="../../../../../src/webapp"
should work)
4) cd ..
5) maven war:inplace
6) run snarf/osaf-server-bundle-0.5-SNAPSHOT/bin/osafsrvctl start
if you watch the osafsrv.log while the server starts, you'll see the
embedded derby database being created for the first time (a few debug
msgs snipped for clarity):
2006-09-12 09:28:40,596 INFO [LifecycleLoggerListener] Cosmo Sharing
Server 0.5-SNAPSHOT starting
2006-09-12 09:28:54,190 INFO [DbInitializer] Creating database
2006-09-12 09:29:03,237 INFO [DbInitializer] found schema version 0.5-SNAPSHOT
2006-09-12 09:29:03,268 INFO [DbInitializer] Initializing database
2006-09-12 09:29:03,268 DEBUG [DbInitializer] adding overlord
2006-09-12 09:29:07,003 DEBUG [FeedServlet] home path: /home
2006-09-12 09:29:07,003 DEBUG [FeedServlet] browse path: /console/home/browse
2006-09-12 09:29:07,409 INFO [Catalina] Server startup in 30156 ms
all unit tests pass successfully. dav, atom and cmp support should
work with no problems (with the exception of caldav reports). the rpc
service still has a few methods stubbed out, so the calendar web ui
isn't fully functional yet (creating the initial Scooby calendar
works, but saving events does not). the admin, account mgmt and
calendar uis need a bit of integration work. and as mentioned before,
i still need to resolve the issues listed at
<http://wiki.osafoundation.org/bin/view/Journal/BrianMoseley20060822>.
thanks to randy for his great hibernate work, bobby for helping
troubleshoot rpc service issues, and bear for svn support.
More information about the cosmo-dev
mailing list