SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
: Orion-Interest Emne: Newbie Q: Can't find bean? Hi again- Baby-steps, baby-steps I've finally gotten my application packaged properly, and my 2.0 CMP EntityBean to deploy properly, but am having problems accessing the bean via JSP. I've scanned the mailing lists, but don't find anything

SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
whole lot cleaner... Klaus -Opprinnelig melding- Fra: Sean P. McNamara [mailto:[EMAIL PROTECTED]] Sendt: 12. november 2000 01:15 Til: Orion-Interest Emne: Re: Newbie Q: Can't find bean? Thanks for your reply Robert, however I don't really feel it's fair for you to have judged me ignorant of

Re: Newbie Q: Can't find bean?

2000-11-13 Thread Sven van 't Veer
"Sean P. McNamara" wrote: In addition to the specification, I have a copy of the Monson-Haefel book on Enterprise JavaBeans, but there is virtually no mention of JSP-EJB interaction. I also spent some time earlier today browsing JSP-centric books in the local bookstore, and found

SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
. november 2000 12:14 Til: Orion-Interest Emne: Re: Newbie Q: Can't find bean? "Sean P. McNamara" wrote: In addition to the specification, I have a copy of the Monson-Haefel book on Enterprise JavaBeans, but there is virtually no mention of JSP-EJB interaction. I also spent

Re: Newbie Q: Can't find bean?

2000-11-12 Thread Robert Krueger
At 18:14 11.11.00 , you wrote: Thanks for your reply Robert, however I don't really feel it's fair for you to have judged me ignorant of both Java and the J2EE in I apologize if I offended you with my statement. that was not my intention and I didn't judge you ignorant of anything and didn't

Re: Newbie Q: Can't find bean?

2000-11-12 Thread Aniket V U
hi sean, take a look at the EJB tag library available with orion. its exactly what you are looking for. The URL is http://www.orionserver.com/tags/ejbtags/ regards Aniket At 05:44 AM 11/12/2000, you wrote: Thanks for your reply Robert, however I don't really feel it's fair for you to have

Newbie Q: Can't find bean?

2000-11-11 Thread Sean P. McNamara
Hi again- Baby-steps, baby-steps I've finally gotten my application packaged properly, and my 2.0 CMP EntityBean to deploy properly, but am having problems accessing the bean via JSP. I've scanned the mailing lists, but don't find anything related. Hopefully someone can lend me a clue.

Newbie Q: Can't find bean?

2000-11-11 Thread Sean P. McNamara
OK... I've gotten something working by removing my use of the jsp:useBean tag, and instead grabbing the EntityBean home, and creating manually, which seems to work. Is it improper to use the jsp:useBean tag to work with entityBeans? Is this something that I should be using another Taglib for?

Re: Newbie Q: Can't find bean?

2000-11-11 Thread Robert Krueger
At 14:25 11.11.00 , you wrote: OK... I've gotten something working by removing my use of the jsp:useBean tag, and instead grabbing the EntityBean home, and creating manually, which seems to work. yes, bean != enterprise java bean. you will do yourself a BIG favour if you read up on jsp, ejb

Re: Newbie Q: Can't find bean?

2000-11-11 Thread Sean P. McNamara
Thanks for your reply Robert, however I don't really feel it's fair for you to have judged me ignorant of both Java and the J2EE in general. I've done quite a bit of development with session beans, but very little front-end (read JSP) development, and no EntityBean work, as it wasn't supported