When used with ORM tools such as hibernate with lazy-init="true" where LazyInitializaionExceptions happen you'll want to look into OpenSessionInViewFilter http://www.thearcmind.com/confluence/display/SpribernateSF/Configuring+Hibernate,+Spring,+OpenInSessionViewFilter+and+MyFaces+JSF
Automatically assigning the datasource for all beans from the configured BeanFactory thru Spring is a nice advantage though http://static.springframework.org/spring/docs/1.1.5/reference/transactionhtml M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: robert lazarski To: [email protected] Sent: Wednesday, June 20, 2007 8:54 PM Subject: Re: How to password protect access to SOAPMonitor I tend to put basic auth on the soap monitor using acegi - a security framework that requires spring, but doesn't need any axis2 / spring integration. If you decide to go that route I can help you implement it as its pretty easy once you know how to do it. Robert On 6/20/07, Gul Onural <[EMAIL PROTECTED]> wrote: Hi, I noticed that the SOAPMonitor is not protected with userId/password. If somebody knows the url of the service, he can then launch the SOAPMonitor and see the messages coming back and forth. Is there a way to password protect the SOAPMonitor, or we just have to take it out from our production system? Gul
