How to test my SSL works or Not ?

2001-01-12 Thread mohan krishna
Hi all, Recently i implemented 128bit certificate (from verisign) to my E-commerce Application but at the time of installing the cert with the following command... keytool -keystore keystore -keyalg "RSA" -import -trustcacerts -file my.host.com.cer i got this message... "keytool

Re: URLEncoder help pls!

2001-01-12 Thread Mikko Kurki-Suonio
On Fri, 12 Jan 2001, LouisVoo wrote: I also try like this URL url = new URL(URLEncoder.encode(_url)); but it also failed. Anyone know how to solve my problem? Try this: URL url = new URL("http://foo.com/xyzzy?"+URLEncoder.encode("id=324")); In other words, you should encode ONLY the

Transaction Based Session Bean

2001-01-12 Thread Santosh Kumar
Can anyone mail me a sample non-trivialTransaction-based Stateful session. or any links to suchprograms. Regards, Santosh Santosh Kumar C == Senior Systems Engineer == Wipro Technologies == Begumpet,

Re: Urgent: Orion/SSL with Thawte-Cert

2001-01-12 Thread Klaus Thiele
Hello, thanks everybody for help! i discovered that the passwords for the keystore and the key *must* match. with my test-certs i always do this. but the real cert (and keystore) was generated by another person who sets two different passwords. after setting the passwords equal - IT

RE: Orion-Primer needs some update

2001-01-12 Thread Robert Krueger
At 16:02 11.01.2001 , you wrote: how the fuck can i unsubscribe this fucking maillist. i tried twice to mail unsubscribe to [EMAIL PROTECTED], doesn't work, no response, nothing. help?! have you looked at the f***ing instructions at the f***ing website and followed them (there's a f***ing

RE: Null Pointer Exception in Generated Wrapper Classes

2001-01-12 Thread Tim Drury
you probably have not tried to get support from BEA have you? -tim -Original Message-From: Daniel G. Koulomzin [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 10, 2001 6:23 PMTo: Orion-InterestSubject: Re: Null Pointer Exception in Generated Wrapper Classes +1

Re: Urgent: Orion/SSL with Thawte-Cert

2001-01-12 Thread Robert Krueger
At 12:44 12.01.2001 , you wrote: Hello, thanks everybody for help! i discovered that the passwords for the keystore and the key *must* match. with my test-certs i always do this. but the real cert (and keystore) was generated by another person who sets two different passwords. after setting

Re: Complex O/R and EJB 2.0 CMP

2001-01-12 Thread Markus Holmberg
On Tue, Jan 09, 2001 at 10:11:41AM -0500, Peter Pontbriand wrote: Speaking of Lists, has anyone at all managed to get an Orion list-mapping - whether declared in a EAR-contained orion-ejb-jar.xml or in a EJB2.0-style ejb-jar.xml - to actually preserve the element order? With

Re: Transaction Based Session Bean

2001-01-12 Thread Klaus Thiele
Santosh Kumar wrote: Can anyone mail me a sample non-trivial Transaction-based Stateful session. or any links to such programs. trivial or non-trivial, the transactions work or not ... or what do you mean? import javax.transaction.*; [...] public class myBean implements SessionBean

RE: Complex O/R and EJB 2.0 CMP

2001-01-12 Thread Tim Drury
Interesting questions. I've gotten ejb-DO (1:N) working fine. I had a similar conversation on #java the other day. Since I didn't have an existing database to map to, I did not define a PK in my DO class. Orion creates it's own id field and maps the parent DO pointer to this field. Every DO

Re: large field bug ??

2001-01-12 Thread Markus Holmberg
On Thu, Jan 11, 2001 at 08:20:58AM +0700, Agus K. Pranantoseno wrote: I have manage to put my String stored as blob working using cmp but if the size is more than 1k it's go wrong... (the blob does not stored to the db and the next time i restart the orion those entity even failed to

SV: Orion-Primer needs some update

2001-01-12 Thread Klaus . Myrseth
Well i was thinking twize about answering this mailEsp because of your language...But hey maby the list will fare better without you... Tip try check out the webpage where you subscribed in the first place There might just be a description on how to get out of the list.. Klaus

SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion heres why)

2001-01-12 Thread Klaus . Myrseth
For the new members of the list And those who didnt read the posting Karl did just before X-mas ... :) Orionserver is going out of Evermind to found their own company, this is why it has been silent. Pls givem time, things like this is extremely timeconsuming, so if they choose to leave us

RE: Orion-Primer needs some update

2001-01-12 Thread Madrid, Christopher P (US - Austin)
Title: RE: Orion-Primer needs some update Because you can't figure something out, does not mean you should be vulgar to the rest of us. Chris Madrid Deloitte Consulting -Original Message- From: Valentijn Scholten [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 9:03

RE: large field bug ??

2001-01-12 Thread Tim Drury
check your config/database-schemas/yourdb.xml mapping of java.lang.String. Mine originally defaulted to char(255). -tim -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 7:29 AM To: Orion-Interest Subject: RE: large field

Re: SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion her es why)

2001-01-12 Thread Robert Krueger
At 14:06 12.01.2001 , you wrote: For the new members of the list And those who didnt read the posting Karl did just before X-mas ... :) Orionserver is going out of Evermind to found their own company, this is why it has been silent. Pls givem time, things like this is extremely

Orion CMP primer to another EJB server

2001-01-12 Thread Kemp Randy-W18971
Has anyone ever set up the Orion CMP at www.jollem.com on a open source EJB server, such as Jboss? I am doing it as a learning exercise. If anyone has done that, could you please share the java and XML files as a zip? I are about 95% there, but I'm running into a snag or two.

RE: Orion-Primer needs some update

2001-01-12 Thread Stefan Brehmen
Try on the site [EMAIL PROTECTED] 01/11/01 04:02PM how the fuck can i unsubscribe this fucking maillist. i tried twice to mail unsubscribe to [EMAIL PROTECTED], doesn't work, no response, nothing. help?! -Original Message- From: Christian Sell [SMTP:[EMAIL PROTECTED]] Sent:

RE: large field bug ??

2001-01-12 Thread Randahl Fink Isaksen
I see your point about the BLOB type, Klaus, and I agree it will look odd in the database if all string-types are mapped to BLOB. Without being a database expert, I assume this could also lead to problems if you wanted to carry out queries on the database - I assume one cannot make select

Re: mapping of existing m2m tables

2001-01-12 Thread Jay Armstrong
Hi Tim, Sounds like you've implemented this with Entity EJBs. I could be wrong, but most J2EE platform products (WebLogic, Orion, etc) implement Entity EJb containers so that there is an instance of a given Entity bean for every existing row in your table -- for large databases, this means that

RE: Orion-Primer needs some update

2001-01-12 Thread Jay Armstrong
You could start by asking your mother why she raised you in a barn and taught you to use foul language with people who might be offended by it. It might be an overwhelming technical challenge, but why don't you try setting up your email reader to block messages from the orionserver.com domain?

DriverManagerConnectionPoolConnection not closed...

2001-01-12 Thread Johan Fredriksson
Is there a way to debug the DriverManagerConnectionPoolConnection so I can detect where it happens? I know that a few places where I used the try { conn = getConn(); stmt = conn.prepareStatement(); rs = stmt.executeQuery(); }catch (SQLException sqle) { }finally { try {

RE: SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion her es why)

2001-01-12 Thread Kemp Randy-W18971
Can Orion wait until the new company is settled, without addressing the bug fixes (at least)? What are the alternatives? 1. Buy into a high priced EJB or application server, like Weblogic or Websphere. They are great products but at high prices. 2. Use one of the open source products, like

Attempt to write longer than content-length?

2001-01-12 Thread Gerald Gutierrez
What does this mean? java.lang.IllegalArgumentException: Attempted to write longer than Content-Lengt h (2182 + 34 / 2182) at com.evermind.server.http.ez.write(JAX) at com.evermind.server.http.EvermindJSPWriter.r2(JAX) at

Re: How to test my SSL works or Not ?

2001-01-12 Thread Sach Jobb
That's a pretty strange problem. Usually if there is something wrong with the certificate the client browswer will let you know, otherwise you just get that "you are about to enter a secure site" message. Which browser are you using to test your site? If you are using ie, just letting your mouse

orionsupport website

2001-01-12 Thread Stan Ng
Is orionsupport.com a static website? If so, I wouldn't mind mirroring it. I'm not sure what we would need to do to keep things synced up, but if I can get permission and a copy of the site, I'd be happy to try it out.

Re: unsubcribe

2001-01-12 Thread kanaparthy madhav
--- Laurent Vansuypeene [EMAIL PROTECTED] wrote: unsubcribe __ BoƮte aux lettres - Caramail - http://www.caramail.com __ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online!

Re: DriverManagerConnectionPoolConnection not closed...

2001-01-12 Thread Daniel G. Koulomzin
I believe that this is a bug in Orion. -Dan Johan Fredriksson wrote: Is there a way to debug the DriverManagerConnectionPoolConnection so I can detect where it happens? I know that a few places where I used the try { conn = getConn();stmt = conn.prepareStatement();rs =

RE: Re[2]: large field bug ??

2001-01-12 Thread Juan Lorandi (Chile)
I use String for primary/composite key fields... there are size constraints in many DB's about the total length of a PK so i still need String mapped to varchars, plus it will be DB accepted to use it as PrimKey (opposed to BLOBs) The mix approach doesn't sound nice, but it works and is flexible

RE: Urgent: Orion/SSL with Thawte-Cert

2001-01-12 Thread Juan Lorandi (Chile)
the status of bug #161 (mine) hasn't changed in three months... it has a lot to do with heavy load condition and ugly crashes I check it every week... but I think you're supposed to sacrifice a virgin on a full-moon dusk in order to get yer bugs fixed My 2 tears, JP -Original Message-

RE: large field bug ??

2001-01-12 Thread Juan Lorandi (Chile)
there are OCI driver's for linux... I have a track subscription to Oracle products and I have OCI's for Unixes from IBM,HP,Sun and linux HTH JP -Original Message- From: Markus Holmberg [mailto:[EMAIL PROTECTED]] Sent: Viernes, 12 de Enero de 2001 9:58 To: Orion-Interest Cc:

RE: Orion-Primer needs some update

2001-01-12 Thread Joseph B. Ottinger
Go to the subscription page on www.orionserver.com; it has a toggle to unsubscribe. On Thu, 11 Jan 2001, Valentijn Scholten wrote: how the fuck can i unsubscribe this fucking maillist. i tried twice to mail unsubscribe to [EMAIL PROTECTED], doesn't work, no response, nothing.

Trouble using char field in SQL Server.

2001-01-12 Thread Michael S. Kelly
Hey y'all, I've got a CMP bean with a char field and every time I try to do a findByMyCharField('N') I get the following error from SQL Server: [Microsoft][ODBC SQL Server Driver][SQL Server]Syntax error converting the varchar value 'N' to a column of data type int. I've got the field in

Re: Re[2]: large field bug ??

2001-01-12 Thread Stan Ng
just out of curiousity, why would you want to use a really long string as a primary key? from a db perspective, the performance would be seriously compromised. - Original Message - From: "Juan Lorandi (Chile)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday,

unidirectional one to many dependent object relationships

2001-01-12 Thread Jeff Bailey
Hello all, Are these possible? Searching the archives came up with a lot of questions with no answers as to whether this is supported or not. I am getting the (all to familiar): Illegal abstract method in dependent class I know a couple of other of you have asked this question. . . has