RE: Nimda Virus

2001-10-18 Thread J.D. Bertron
Title: RE: Nimda Virus Get a clue. You work for MCI WorldCom. What did you expect ? -Original Message-From: Nusairat, Joseph F. [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 17, 2001 4:29 PMTo: Orion-InterestSubject: RE: Nimda Virus lol ... well how did we get infecte

RE: PLEASE get me OFF this list!!!!

2001-10-16 Thread J.D. Bertron
Maybe you have to try sending a mail with unsubscribe in the title. That's what the listservers usually require without human intervention. J.D. -Original Message-From: Dalton, Tom [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 16, 2001 8:12 AMTo: Orion-InterestSubject: RE

RE: Servlet JDBC character conversion problem

2001-10-15 Thread J.D. Bertron
Others may have a better answer. You should try a System.out.println() of your m_Idioma in the code to see what it looks like when it gets to your servlet. I suspect you submit this value from an HTML Form and somehow the string is being encoded in one way by the browser and decoded in ano

RE: EntityBean Question

2001-10-12 Thread J.D. Bertron
Title: EntityBean Question I thought that for a while, but in many instances, you don't have to do that. You could end up in trouble trying to maintain updatable views. Part of the reason we were thinking this is because we wanted to create entity beans on top of an existing complex database

RE: Multiple data sources for each application

2001-10-10 Thread J.D. Bertron
I don't think that's weird at all. I've always had applications select the database they connect to at run time, not deployment time. This seems like a major problem to me, with consequences on regression testing etc... It makes no sense to have two identical applications deployed with different

RE: Multiple data sources for each application

2001-10-09 Thread J.D. Bertron
I'd like to know this too. Has anyone enabled a user based selection of the data source, so Entity Beans get mapped to one schema/database at run time ? Does the Orion API provide for this ? J.D. -Original Message- From: Setlur, Atul (MED) [mailto:[EMAIL PROTECTED]] Sent: Monday, October

RE: explicit table-names in CMP

2001-10-05 Thread J.D. Bertron
Title: SV: explicit table-names in CMP I had the same problem, but you can change the name of table in the orion-ejb-jar.xml file. Under the Entity Deployment, you can set the name of the bean using the "name" attribute, the JNDI name using the "location" attribute and the table name using

How to access Orion EJBs from C++ ?

2001-10-04 Thread J.D. Bertron
I need a way to access my EJBs on Orion using C++. Normally I would try RMI over IIOP, but Orion doesn't support that. Should I look into OC4J ? Thanks.

Finder query problem.

2001-10-02 Thread J.D. Bertron
Hi, I'm not sure what the problem is, since I am using a non-partial query to rteturn all 3 attributes of the bean. Is there a requirement that they be named the same ? This is the error I'm getting from the server: Auto-deploying kona-ejb.jar (Classes were updated)... Error compiling C:\orion\

When will Orion support IIOP ? What to use today ?

2001-10-02 Thread J.D. Bertron
Does anyone know when orion will support IIOP ? What can I use today to access Orion EJBs from a C++ app ? J.D.

Can someone summarize answers findBy query questions ?

2001-09-26 Thread J.D. Bertron
columns in the table and ignores the description column. When passed in only a zipCode the query ignores both the accountID anddescription. I'm personally anxious to get answers to #3 and #5. I'm sure others would be interested in a nice document with clear answers and examples. J.D. Bertron