RE: InstantiationException in Tag Extension Tutorial, Lesson #3

2000-03-22 Thread Magnus Rydin
Title: RE: InstantiationException in Tag Extension Tutorial, Lesson #3 James, The correct way nowadays would be to put the taglib.jar in the WEB-INF/lib/ and point it out in your web.xml. The servlet and beans should then go under WEB-INF/classes/. Its strange that it cant find the

RE: InstantiationException in Tag Extension Tutorial, Lesson #3

2000-03-21 Thread Magnus Rydin
. It has been fixed before, so Im quite bewildered at it reappearing.. WR Magnus Rydin -Original Message- From: james mcmullen [mailto:[EMAIL PROTECTED]] Sent: den 22 mars 2000 07:06 To: Orion-Interest Cc: '[EMAIL PROTECTED]' Subject: InstantiationException in Tag Extension Tutorial, Lesson #3

RE: Resource refs are not usable in Orion?

2000-02-25 Thread Magnus Rydin
Gal, how you specify resource refs is in the docs for the ejb-jar.xml file. For your EJB, specify: resource-ref descriptionA short description/description res-ref-namename/res-ref-name res-typejavax.sql.DataSource/res-type res-authApplication/Container/res-auth /resource-ref

Re: EJB w/ different DB's

2000-01-13 Thread Magnus Rydin
I assume you didn't read my earlier discussion as to why MySQL is more or less always a bad idea? Yes I did. And as you said, its _more or less_ always a bad idea. There is always those freaky project with extremely temporary data, low budget, prototyping or something else that could make

Re: EJB w/ different DB's

2000-01-06 Thread Magnus Rydin
Foreign keys are good for making sure your data is consistant, for example you cant reference a bank account that does not exist. They are also good for defining delete rules, such as if this order is deleted, make sure all orderrows are deleted too. Correctly defined, they also speed up

<    1   2   3