REMOVE ME FROM THE LIST

2001-11-21 Thread Niles Ho

PLEASE REMOVE ME FROM THE LIST.  PLEASE!!!

- NILES




- Original Message -
From: Tim Pouyer [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Wednesday, November 21, 2001 12:24 PM
Subject: Re: Calling entity bean from a session bean in Orion 1.5.3


 Take out the ejb-link tag. It is not necessary.

 On Tue, 2001-11-20 at 18:50, Puthezhath, Rajeev (TWII Boston) wrote:
  Hi,
 
  I want to access an entity bean from a session bean . I have added
  the ejb-ref tag in the ejb-jar.xml and the same works perfectly on
orion
  1.3.8 But on Orion 1.5.3 I get the following error
 
  javax.naming.NamingException: No EJB found with an ejb-name matching the
  ejb-link 'Entity'
  at com.evermind[Orion/1.5.3 (build 10509)]._ccb._po(.:64)
  at com.evermind[Orion/1.5.3 (build 10509)]._lsb._wk(.:33)
  at com.evermind[Orion/1.5.3 (build
  10509)].server.rmi.RMIContext._ywd(.:857)
  at com.evermind[Orion/1.5.3 (build
  10509)].server.rmi.RMIContext._xnb(.:660)
  at com.evermind[Orion/1.5.3 (build
  10509)].server.rmi.RMIContext.lookup(.:63)
  at com.evermind[Orion/1.5.3 (build 10509)]._bl._eh(.:189)
  at com.evermind[Orion/1.5.3 (build 10509)]._bl.lookup(.:63)
  at com.evermind[Orion/1.5.3 (build 10509)]._ccb._po(.:34)
  at com.evermind[Orion/1.5.3 (build 10509)]._in.lookup(.:53)
  at com.evermind[Orion/1.5.3 (build 10509)]._bl._eh(.:121)
  at com.evermind[Orion/1.5.3 (build 10509)]._bl.lookup(.:63)
 
  This is my ejb-jar.xml
 
  session
  display-nameA/display-name
  ejb-nameA/ejb-name
  homeAHome/home
  remoteA/remote
  ejb-classABean/ejb-class
  session-typeStateless/session-type
  transaction-typeBean/transaction-type
  ejb-ref
descriptionSubscriber  EJB/description
ejb-ref-nameejb/BHome/ejb-ref-name
  ejb-ref-typeEntity/ejb-ref-type
   homeBHome/home
   remoteB/remote
ejb-linkEntity/ejb-link
  /ejb-ref
  /session
 
  Please advice.
 
  Thanks
  Rajeev
 
 
 
 







Please remove me from the list

2001-11-12 Thread Niles Ho

I tried the Unsubscribe function at your site already.  It doesn't work.
Please remove me from the list.
- Niles


- Original Message -
From: Mike Cannon-Brookes [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Monday, November 12, 2001 4:00 PM
Subject: RE: How can I start Orion Server as a service in Windows NT/2000 ?


 Vu,

 As always please check the knowledge base before asking questions such as
 this - it saves everyone time!

 A query for NT service

 http://kb.atlassian.com/search.jsp?query=NT+service

 yields

 http://kb.atlassian.com/content/orionsupport/articles/orserv.html

 which looks like exactly what you're asking ;)

 Cheers,
 Mike


 Mike Cannon-Brookes :: [EMAIL PROTECTED]

 Atlassian :: http://www.atlassian.com
  Supporting YOUR J2EE World


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Vu Le Hung
 Sent: Monday, November 12, 2001 3:38 PM
 To: Orion-Interest
 Subject: How can I start Orion Server as a service in Windows NT/2000 ?


 Dear all,
 I'm trying to find a way to start Orion Server as a service in
 WindowsNT/2000( i.e. Orion will be started automatically when my computer
 startup without any user interaction).
 Any one know how to do this ?
 I tried this as below but it failed :
 1. Write an small  Win32 application startorion.exe that calls
 java -jar orion.jar
 2. Register it as a automatic service (named MyService) with Win2000
 using Service Installation Wizard tool in the Windows 2000 Server
Resource
 Kit.
 3. Restart my computer.
 Then I can find item MyService  in the list of all available services in
 my computer. But this service can not be start.
 Any idea ??? Thanks in advance.

 Vu Le Hung