Re: Class {0} can not be instantiated due to security manager restrictions

2011-03-05 Thread Nishant Ranjan
ty.manager",""); System.setSecurityManager(null); Neither works. was there something that came out of demo in Security Manager enabled env? Thanks, Nishant Ranjan From: Sergey Beryozkin To: users@cxf.apache.org Sent: Wednesday, March 2, 2011 10:42:13 Subject: Re: Class {0

Re: Class {0} can not be instantiated due to security manager restrictions

2011-03-01 Thread Nishant Ranjan
cationException has been caught : no cause is available Regards, Nishant Ranjan From: Sergey Beryozkin To: users@cxf.apache.org Sent: Tuesday, March 1, 2011 21:13:57 Subject: Re: Class {0} can not be instantiated due to security manager restrictions Hi Can y

Class {0} can not be instantiated due to security manager restrictions

2011-03-01 Thread Nishant Ranjan
due to security manager restrictionsI understand that i need to a security policy but am not sure what? And where? (as in does CXF have a reommendation other than to add a policy file as a a java property)? Regards, Nishant Ranjan

Re: No DestinationFactory was found ...

2011-03-01 Thread Nishant Ranjan
); sf.setAddress("http://localhost:9080/";); sf.create(); } Regards, Nishant Ranjan From: Freeman Fang To: users@cxf.apache.org Sent: Tuesday, March 1, 2011 2:40:11 Subject: Re: No DestinationFactory was found ... Hi, How do

No DestinationFactory was found ...

2011-02-28 Thread Nishant Ranjan
.create(JAXRSServerFactoryBean.java:95) ... 2 more I am clueless. Please help. Regards, Nishant Ranjan