RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-19 Thread Kutzera, Dieter-Norbert
final String JNDI_PRODUCT = "java:comp/env/ejb/ProductLocal";     /**   *   * @param name    * @return    */  public ProductLocal findByPrimaryKey(Integer id) throws FinderException;}     - Original Message ----- From: Kutzera, Dieter-Norbert

RE: Orion 1.5.4 Local/LocalHome with BMP -> deployment problem

2002-02-18 Thread Kutzera, Dieter-Norbert
...  are you using ejbHome-methods? I think there is a bug in orion 1.5.4 . It it not possible to use ejbHome-methods in local home-interfaces. When you remove the declaration of this methods everythink should work.   I hope the bug is fixes rapidly!   Dieter -Original Message-Fro

RE: Demo JMSChat doesn´t work with Orion 1.4.8

2001-05-15 Thread Kutzera, Dieter-Norbert
Hi, thank you for the answer. Now it works, but only on windows. I want to use orion on linux as well. When I start the demo on linux I don´t get an error message, but nothing happens the program hangs. I´am using SuSE Linux 7.0 and jdk 1.3 from Sun. Can anybody help me. -Original Message