[Resin-interest] Authentication using hessian

2009-05-08 Thread Jeff Schnitzer
Hessian auth doesn't seem to work. I have a small test project here: http://scratchmonkey.googlecode.com/svn/resin4/programmatic_auth The client code is very simple: public static void main(String[] args) throws Exception { HessianProxyFactory fact = new HessianP

[Resin-interest] Entities in Resin 4.0 (CanDI)

2009-05-08 Thread Scott Hernandez
Hi all, Do entities gets all the CanDI (like servlets, EJBs and so on)? I'm assuming Amber does this when creating new instances. Also, if we use Hibernate will the entities created also be injected? I assume not, and if not, is there a plan for supporting this? Thanks in advance, Scott __

[Resin-interest] WebApp context-path

2009-05-08 Thread Scott Hernandez
I'd like to set the context-path for my war (to be something other than the name of the war file). So that mywar.war deploys to http://localhost/someothername. It seems like setting the context-path of the defined in resin-web.xml should be the way(http://www.caucho.com/resin/doc/resin-web-xml-sc

Re: [Resin-interest] Resin 4.0.0 release

2009-05-08 Thread Emil Ong
On Fri, May 08, 2009 at 06:55:46AM +0200, Jan Kriesten wrote: > > Hi Scott, > > > We've just released Resin 4.0.0 for download at http://caucho.com/download > > great to see it released. :-) > > I have a small problem with the maven-plugin, though, starting resin: > > ---8<--- > 08.05.2009 06

Re: [Resin-interest] Resin 3.1.8 --- JspParseException

2009-05-08 Thread Ogu
Dear all, I have not solved this issue. In case of windows, this issue may be solved like below. http://bugs.caucho.com/view.php?id=2967 But, in case of Linux, I have not solved. Do you have an idea for solving this issue ? > -Original Message- > From: resin-interest-boun..