gets a nullpointer exception when StartUpApplication invokes init()
1 view
Skip to first unread message
ferjon
unread,
Sep 22, 2010, 11:53:54 AM9/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xaloon
HI,
I'm encountering this error where I file system creation fails when
starting jackrabbit
I investigated and found out that the RepositoryManager throws a null
pointer exception when calling the getDefaultSession() method.
Looking at the RepositoryManager class, it seems like the
contentProperties is not set by Spring.
How do I configure this one?
THanks
ferjon
unread,
Sep 22, 2010, 12:56:05 PM9/22/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xaloon
Resolved.
Made changes to bean contentProperties under application-context.xml
as well as in the repository.xml in the directory where you specified
in the param of contentPropertiesBean.