Hi I tried to access my Spring-WS application (web service) deployed on weblogic.
I encounter StackOverFlow exception, seems like some application keep printing..
Unable to open property file: [null]java.lang.NullPointerException
Unable to open property file: [null]java.lang.NullPointerException
Unable to open property file: [null]java.lang.NullPointerException
...
here are the log..
The Spring-WS was developed using
maven. And I don't use any property file inside my application
Any Idea what are the possible causes of this error?
Thanks
[ July 22, 2008: Message edited by: arief hidayat ]