Re: [MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread Vic Cekvenich
No they are both breaking down on J2EE security it appears. If I comment out J2EE security in WEB.XML on Resin it works great. .V grenoml wrote: Vic, Is the new servlet spec more strict? I wouldn't think this is container issue if both containers are behaving in similar manner. rgds, Gerry

Re: [MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread grenoml
Vic, Is the new servlet spec more strict? I wouldn't think this is container issue if both containers are behaving in similar manner. rgds, Gerry Reno Vic Cekvenich wrote: I get similar in Resin 3. I think we need to let TC5 cook some more. But I assure you that as soon as anything support JSP

Re: [MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread Vic Cekvenich
I get similar in Resin 3. I think we need to let TC5 cook some more. But I assure you that as soon as anything support JSP2.0 I will be on it (and deprecating JSP 1.2). grenoml wrote: Vic, Using basicportal under TC5, when trying to login into content or members admin I get a 500 error and exce

[MVC-Programmers] basicportal: content/members admin login bug

2003-05-31 Thread grenoml
Vic, Using basicportal under TC5, when trying to login into content or members admin I get a 500 error and exception, and thereafter every link that I click on gives me the same exception. Have to recycle Tomcat to recover. type Exception report message description The server encountered an i

Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread Vic Cekvenich
Next build of bP will come with new versions of xml :-) Thanks for the contribution. .V grenoml wrote: Vic, That's what it was - Xerces. I replaced xercesImpl.jar and xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now running under 5.0. rgds, Gerry Reno grenoml wrote: Vic,

Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic, That's what it was - Xerces. I replaced xercesImpl.jar and xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now running under 5.0. Tomcat 5 didn't like the version of Xerces that was packaged with basicportal. rgds, Gerry Reno --- grenoml <[EMAIL PROTECTED]> wrote: > V

Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic, That's what it was - Xerces. I replaced xercesImpl.jar and xmlParserAPIs.jar with Xerces 2.0.1 versions and basicportal is now running under 5.0. rgds, Gerry Reno grenoml wrote: Vic, Ok, found a typo in context stanza. The app context is now running but I'm back to the same old error

Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic, Ok, found a typo in context stanza. The app context is now running but I'm back to the same old error as at first: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.ja

Re: [MVC-Programmers] basicportal installation

2003-05-31 Thread Vic Cekvenich
It says it can't find the app context. Did you set the context in servlet.xml as provided in example? Can you get a hello world .html to display in bp? Send me the server.xml. .V grenoml wrote: Vic, I have tried all kinds of things to get the basicportal context to start without success. I got

[MVC-Programmers] basicportal installation

2003-05-31 Thread grenoml
Vic, I have tried all kinds of things to get the basicportal context to start without success. I got the Realm working just fine. I can extract basicportal MySQL table contents using a JSP with no problem. This is the error that I am seeing: 2003-05-30 19:40:17 StandardContext[/bp]: Excepti

RE: [MVC-Programmers] Re: action chaining [was] Re: major headaches:)

2003-05-31 Thread Peyathevar, Santhi {PBG}
I am not an expert. But successfully completed 2 modules of Struts code. It was a pleasure to see how beautifully things fall in place. 1.Navigation did not have to consider the form bean (as long as we keep track of the Model / object(s)) 2.One action per form - (at a time :yes). But i have mult

[MVC-Programmers] Re: action chaining [was] Re: major headaches:)

2003-05-31 Thread Vic Cekvenich
Rick Reumann wrote: (Please read my last post before this one...) On Fri, 30 May 2003 12:55:26 -0400, Vic Cekvenich wrote: basicPortal uses the Struts aproach, and it works for much more complex situations. Last time I sugested M. V. C. and you did not like, as I said maybe you

[MVC-Programmers] Re: major headaches:)

2003-05-31 Thread Vic Cekvenich
Rick Reumann wrote: On Fri, 30 May 2003 12:55:26 -0400, Vic Cekvenich wrote: Nvigation and presentation have nothing to do with form beans. Only sometimes the above statement is true. Lets agree to disagree. In layer (MVC) development, you can develop one layer f

[MVC-Programmers] Re: major headaches:)

2003-05-31 Thread Vic Cekvenich
basicPortal uses the Struts aproach, and it works for much more complex situations. Last time I sugested M. V. C. and you did not like, as I said maybe you over design? Try again: When looking at the problem, try allways to use a simple design.     Suggestion: Start with listing you forms (pag

RE: [MVC-Programmers] basicportal

2003-05-31 Thread Alex Greysukh
Thank you Vic. I will certainly get your book, and I'd join a class if my situation at work allow. It's still pretty tough... Do you plan an off-line class near Boston in the future? Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: F

Re: [MVC-Programmers] basicportal

2003-05-31 Thread Vic Cekvenich
I think rendering on client side is the future (Client Server comes back, runing inside the browser) I think you should keep tabs on how Flash Remoting works and how Fire Fly works and how XFORMS renders XML on client side. http://www.nforms.net If you plug in light SOAP like (Google, Amazon, Eb

RE: [MVC-Programmers] basicportal

2003-05-31 Thread Alex Greysukh
Hi Vic, In this context, what is your opinion on the WingS framework? Looks like it someway close to JSF (rendering on server side). What do you think is a client side solution to pay attention? Curl? Flash? Alex Greysukh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

Re: [MVC-Programmers] basicportal

2003-05-31 Thread Vic Cekvenich
JSF is DOA, I think a lot of hype will be followed by a lot of dispointment, you can read the JSF spec and form your own opinion or listen to the vendor sales pitch. Craig is selling JSF way of rendering on the server, which does not scale IMO. I will release a war file soon to make it easi