Orion and EJB2.0 (EJB QL)

2001-10-16 Thread Stefan Marx


Hi,

currently I have to decide wich way to go with a new EJB Project.

We need some App-Server independance so we have to decide if we should use
CMP with the EJB2.0 Relationships and QL or BMP with our own SQL-Statements.

Is there any information available when Orion will support EJB2.0 and EJB QL
(Query language)? I can also use a Beta Release for the next 3 Months so I'm
not sticked on official Releases.

Regards Stefan





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

2001-10-16 Thread Niles K. Ho

You need to go to their site > Mailing List, then Unsubscribe.
- Niles



- Original Message - 
From: "J.D. Bertron" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, October 17, 2001 12:28 AM
Subject: RE: PLEASE get me OFF this list


> 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 AM
> To: Orion-Interest
> Subject: RE: PLEASE get me OFF this list
> 
> 
> I've been trying, and they will not do it!
>  
> Tom
> 
> -Original Message-
> From: Dara Katerina [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 16, 2001 3:23 AM
> To: Orion-Interest
> Subject: PLEASE get me OFF this list
> 
> 
>  
> 
> 
>  
> 
> 





Looking for tips on Oracle SQLExceptions

2001-10-16 Thread Curt Smith
Title: CMT and datasources



Sorry 
for an off topic question, but this issue is a problem for 
all
who 
are developing BMP:
 
I'm 
sure everyone who's written JDBC wishes that SQLException
provided more info about the cause of the exception or 
that  DB vendors
bothered to have a hierarchial error number scheme so 
that 
 
sqle.getErrorCode()
 
was 
actually set by the vendor or was a number range or something 
that
you 
could determine if it was a column constraint violation or socket 
error
or 
database crashed etc .
 
Any 
helps for Oracle exceptions these days?  Is use of the 9i oci8 or 
thin
driver 
offering any help to this problem??  Oracle URLs for 
helps?
 
thanks,
 
curt
 


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

2001-10-16 Thread Marcel Schutte

No, please, say you are kidding. This isn't really happening.

O, and if 'unsubscribe' doesn't work, try 'unsuscribe' that might!!

- Original Message - 
From: "J.D. Bertron" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, October 16, 2001 6:28 PM
Subject: RE: PLEASE get me OFF this list


> 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 AM
> To: Orion-Interest
> Subject: RE: PLEASE get me OFF this list
> 
> 
> I've been trying, and they will not do it!
>  
> Tom
> 
> -Original Message-
> From: Dara Katerina [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 16, 2001 3:23 AM
> To: Orion-Interest
> Subject: PLEASE get me OFF this list
> 
> 
>  
> 
> 
>  
> 
> 





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

2001-10-16 Thread sam


Try going to the site - www.orionserver.com and under FAQ select Mailing
List
type your E-mail address and Unsubscribe.
"J.D. Bertron" wrote:
 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 AM
To: Orion-Interest
Subject: RE: PLEASE get me
OFF this list
 
I've
been trying, and they will not do it!Tom

-Original
Message-
From: Dara Katerina [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16,
2001 3:23 AM
To: Orion-Interest
Subject: PLEASE get me OFF
this list
 
 

 








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: PLEASE get me OFF this 
  list
  I've 
  been trying, and they will not do it!
   
  Tom
  
-Original Message-From: Dara Katerina 
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 16, 2001 3:23 
AMTo: Orion-InterestSubject: PLEASE get me OFF this 
list
 

   


CMT and datasources

2001-10-16 Thread Ampie Barnard
Title: CMT and datasources





Hi all


How can I get an Oracle XA-datasource to work in Orion in such a way that it leverages Orion transaction management (CMT)?

Here is my attempted datasources.xml. 



 class="oracle.jdbc.xa.client.OracleXADataSource"
 name="DB"
 location="jdbc/DBXASource"
 url="jdbc:oracle:oci8:vc/vc@ORACLE"
 inactivity-timeout="30"
 schema="database-schemas/oracle.xml"
/>



 class="com.evermind.sql.OrionCMTDataSource"
 name="DBXA"
 location="jdbc/DBXA"
 xa-source-location="jdbc/DBXASource"
 inactivity-timeout="30"
 schema="database-schemas/oracle.xml"
/>


I use an O-R mapping tool, which assumes a JTS CMT DataSource at the JNDI location "jdbc/DBXA". When I throw an EJBException, which according to spec should cause a transaction rollback, the SQL issued through the connection still seems to be committed.




Re: JavaMail problem

2001-10-16 Thread Christoph Sturm

Hello Justin,

Tuesday, October 16, 2001, 10:48:20 AM, you wrote:


JC> I have set Exchange to disable relaying except for the IP address of the
JC> machine the appserver is on. The problem is I'm still getting the
JC> "javax.mail.SendFailedException: 550 Relaying is prohibited" error.
You need to restart the internet mail service (in control
panel/services) for the change to take effect.




-- 
Best regards,
 Christophmailto:[EMAIL PROTECTED]






Re: JavaMail problem

2001-10-16 Thread Lachezar Dobrev



   Hello Justin.
 
   As I see it, this is not JavaMail 
problem.
   The message "550 Relaying denied" is 
standard SMTP message sent from the SMTP server.
   Depending on the type of your SMTP 
server this is solved differently.
   Consult you SMTP administrator or, 
if it is you, check the documentation, to see how to permit in/out-going SMTP 
traffic. Normally it will be permitted/denied according to your IP 
address.
 
   That's it. "Happy hunting Sebastian" 
(*grin*: quote from "Cruel Intentions").
 
   Lachezar
 

  Hi 
  all,
   
  I'm having trouble 
  enabling relaying on my mailserver. I'm using Orion 1.5.2 with the J2EE 1.2.1 
  JavaMail, trying to relay to a 5.5 Exchange Server(NT). I've set the 
  application.xml to point to my Exchange server as such:
  
  
      
      user@company.com"/>
      user@company.com"/>
  
  I have set Exchange 
  to disable relaying except for the IP address of the machine the appserver is 
  on. The problem is I'm still getting the 
  "javax.mail.SendFailedException: 550 
  Relaying is prohibited" error.
  Can anyone shed any light on this? Is there something in 
  Orion I need to do as well?
  Thanks for any 
  help.
  Justin 
  Crosbie


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

2001-10-16 Thread Dalton, Tom



I've 
been trying, and they will not do it!
 
Tom

  -Original Message-From: Dara Katerina 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 16, 2001 3:23 
  AMTo: Orion-InterestSubject: PLEASE get me OFF this 
  list
   
  
 


RE: JSP Compilation Questions and More.

2001-10-16 Thread Justin Wood

If this is code hiding issue consider using a taglib.

-Original Message-
From: Lachezar Dobrev [mailto:[EMAIL PROTECTED]]
Sent: 15 October 2001 09:35
To: Orion-Interest
Subject: Re: JSP Compilation Questions and More.


   Hello.

> is this a speed issue?
   NO!

> if so, use jikes. it's so fast that you don't need to precompile JSPs.
   I use it.

   I need to compile the JSPs without running Orion.

   Lachezar







Number of connections a servlet allows

2001-10-16 Thread Vincent Faidherbe

Is there a method to limit the number of connections a specific serlvet 
accepts ?

-- 
Vincent Faidherbe
icogs

"Do you think C++ is lovable? Unless you're into SM (Software Masochism), probably 
not." (JLG)






JavaMail problem

2001-10-16 Thread Justin Crosbie



Hi 
all,
 
I'm having trouble 
enabling relaying on my mailserver. I'm using Orion 1.5.2 with the J2EE 1.2.1 
JavaMail, trying to relay to a 5.5 Exchange Server(NT). I've set the 
application.xml to point to my Exchange server as such:


    
    user@company.com"/>
    user@company.com"/>

I have set Exchange to 
disable relaying except for the IP address of the machine the appserver is on. 
The problem is I'm still getting the 
"javax.mail.SendFailedException: 550 
Relaying is prohibited" error.
Can anyone shed any light on this? Is there something in Orion 
I need to do as well?
Thanks for any 
help.
Justin 
Crosbie
 
 


PLEASE get me OFF this list!!!!

2001-10-16 Thread Dara Katerina



 

   


DTD and XML Validation

2001-10-16 Thread Juan Fuentes

Looking at the log files, we have realised that orion is downloading
(from the same server) all DTD files referenced by XML files, while we
are not validating XML files against DTDs.

How could I disable this download?

Thanks a lot.
-- 
··
Juan Fuentes Nieto   Essi Projects
[EMAIL PROTECTED]t +34 977 221 182
http://www.essiprojects.com  f +34 977 230 170
··