RE: javax.naming.NamingException: Error reading application-clien t descriptor:No EJBHome found at...

2001-10-16 Thread

Thank you .

I had solved the problem.The application/domain must be specified,when
running the application-client ,but I am not.:(
The error command is:
java.naming.provider.url=ormi://localhost:23791

And the following is correct:
java.naming.provider.url=ormi://localhost:23791/jrcrm

Thanks again.



From: Nusairat, Joseph F. [EMAIL PROTECTED]
Reply-To: Orion-Interest [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Subject: RE: javax.naming.NamingException: Error reading application-clien
t descriptor: No EJBHome found at...
Date: Mon, 15 Oct 2001 10:41:32 -0400

I am gonna guess that in your deplomyent descriptor the in the web one,
that
the entry for the home object is incorrect

Make sure u have the home object written there properly. probably is just
a
typo or something

Joseph Faisal Nusairat, Sr. Project Manager
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]


-Original Message-
From: James [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 15, 2000 3:52 AM
To: Orion-Interest
Subject: javax.naming.NamingException: Error reading application-client
descriptor: No EJBHome found at...


As the title,could anyone give me some advice?
Thanks.


_
Äú¿ÉÒÔÔÚ MSN Hotmail Õ¾µã http://www.hotmail.com/cn Ãâ·ÑÊÕ·¢µç×ÓÓʼþ





MR: JSP Compilation Questions and More. Additional.

2001-10-16 Thread Lachezar Dobrev

 Hello all,
 try to use Oracle JSP, thera are a offline jsp-compiler.

   Hi.
   Thanks for your suggestion. However I do not need an otside compiler. In
any case I can use JspC in tomcat, but that is NOT what I wanted. I want to
do this the way Orion does it. So I need to do something like:

  public class MyJSPC{
public static void main(String[] args){
  com.orionserver.http.OrionHttpJspPage MY_COMPILED_PAGE =
 new com.evermind._rj(some_params).bb(MyJspPage_Source);
}
  }

   You see? I REALLY need the Orion JSP compiler to work. I can use other
compiler, but that is not what I wanted.

   Lachezar :(






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
··




PLEASE get me OFF this list!!!!

2001-10-16 Thread Dara Katerina





  


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 toa 5.5 Exchange Server(NT).I've set the 
application.xml to point to my Exchange server as such:

mail-session location="mail/TheMailSession" 
smtp-host="my.mailserver.ie"
 property 
name="mail.transport.protocol" value="smtp"/
 property 
name="mail.smtp.from" value="user@company.com"/
 property name="mail.from" 
value="user@company.com"/
/mail-session
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




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)






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







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: 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 toa 5.5 Exchange Server(NT).I've set the 
  application.xml to point to my Exchange server as such:
  
  mail-session location="mail/TheMailSession" 
  smtp-host="my.mailserver.ie"
   property 
  name="mail.transport.protocol" value="smtp"/
   property 
  name="mail.smtp.from" value="user@company.com"/
   property 
  name="mail.from" value="user@company.com"/
  /mail-session
  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: 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]






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. 


data-source
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
/


data-source
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: 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


  


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 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
 
 
  
 
 
  
 
 





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 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