Re: How are database JOINS achieved with EJBs?

2000-05-26 Thread Al Fogleson
- Original Message - > Al:> >     YES.  I'm starting off with the hypothesis that all database tables>     should map to EJBs, because that is what all the hype is about.> >     Now, for real world, does it work well? Yes and no. There is a terribly large amount of overhead involved

Re: How are database JOINS achieved with EJBs?

2000-05-26 Thread Steven Punte
Porfiriev: I'm not yet that familiar with EJBs. Can you clarify, or re-state you solution below? I don't understand what you are suggesting. Thanks STeve Punte e-Business Software Architect Technologent Inc [EMAIL PROTECTED] - Original Message - From: Porfiriev Sergey

Re: How are database JOINS achieved with EJBs?

2000-05-26 Thread Steven Punte
Al: YES. I'm starting off with the hypothesis that all database tables should map to EJBs, because that is what all the hype is about. Now, for real world, does it work well? Is you answer that one should make create an EJB that is not CMP, but rather one supplies a hand cr

Auto-deploy SQL errors - PostgreSQL on Linux

2000-05-26 Thread Christopher Morley
I just set up Orion server on Linux and PostgreSQL 7.0 as the backend database. When I tried to set up and deploy the sample applications (ATM and News), I received the following errors: ** Auto-deploying news-ejb.jar... SQL error: ERRO

RE: taglib processing

2000-05-26 Thread Joe Walnes
> > > > > > receives the literal string "view.<%= bar %>" instead of having the > > contents of bar stuck in there. > In taglib.tld, set the value of the rtexprvalue to "true" for the > "value" attribute. Also, try changing your tag to "/>. I'm unsure as to where this is in the spec, but I fin

RE: taglib processing

2000-05-26 Thread Joe Walnes
> > > > > > receives the literal string "view.<%= bar %>" instead of having the > > contents of bar stuck in there. > In taglib.tld, set the value of the rtexprvalue to "true" for the > "value" attribute. Also, try changing your tag to "/>. I'm unsure as to where this is in the spec, but I fin

RE: taglib processing

2000-05-26 Thread Mike Cannon-Brookes
This is a problem with your taglib being contra to the spec I believe. Attributes in tags must be completely runtime expressions, or completely compile time. Change to "/> and it will work perfectly ;) Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

Re: taglib processing

2000-05-26 Thread Joseph B. Ottinger
On Fri, 26 May 2000, Thomas Munro wrote: > In ScreenDefinitions.jsp in Sun's Pet Store demo (which I haven't tried > to run), I see: > > > > When I try to make my own taglib perform the same trick under Orion, the > expression is not processed at all, and so my tag > > > > receives the lite

taglib processing

2000-05-26 Thread Thomas Munro
Hello In ScreenDefinitions.jsp in Sun's Pet Store demo (which I haven't tried to run), I see: When I try to make my own taglib perform the same trick under Orion, the expression is not processed at all, and so my tag receives the literal string "view.<%= bar %>" instead of having the conten

Error using inner classes in JSP

2000-05-26 Thread Christian . Tellefsen
I am also getting this error. (Inner classes in JSPs do not work). Will this be fixed? Yours, Christian Tellefsen -Opprinnelig melding- Fra: E MacManus [mailto:[EMAIL PROTECTED]] Sendt: 13. mai 2000 19:48 Til: Orion-Interest Emne: possible JSP translation bug OrionServer 1.0rc1 does