Re: Serialization from Orion back to Client via Session EJB

2002-04-14 Thread wim veninga
I've had some problems with client 1.4 and server 1.3.1. Can't remember wich errors, but I think you have to use the same jdk on client and server. - Original Message - From: Jeff Lowcock [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Sunday, April 14, 2002 12:06 PM Subject:

Re: Orion using Interbase / VerifyError

2001-04-03 Thread wim veninga
Hi, I had the same error, but I've downloaded interclient 1.5.1 and then interclient throws a usable error message explaining what really went wrong. Greetings Wim Veninga. - Original Message - From: "Randahl Fink Isaksen" [EMAIL PROTECTED] To: "Orion-Interest" [E

Re: No influence on CMP 2.0 getter setter methods - a feature or a bug?

2001-02-22 Thread wim veninga
setBalanceAndDoWhatHasToBeDoneWhenYouSetBalance(Float balance). Greetings Wim Veninga. - Original Message - From: "Randahl Fink Isaksen" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Cc: "Jens Peter Grosen" [EMAIL PROTECTED]; "Simon Anker Christiansen" [EMAIL PROTECTED]; "Ki

Re: OR mapping with Oracle

2000-12-04 Thread wim veninga
You can use complex OR mapping with orion, for instance if you have an compound PK object you can map all its fields to different columns in the database table See orionsupport - complex or mapping http://www.orionsupport.com/articles/complex-or.html - Original Message - From: "Hegyi

Re: Jetspeed

2000-11-09 Thread wim veninga
Hi Jeroen, I have no problems using Interbase for both BMP and CMP. I can sent you the database-schema for interbase if you want. Greetings Wim Veninga [EMAIL PROTECTED] "J.T. Wenting" wrote: Has anyone got Jetspeed 1.2 to run on Orion? I keep getting errors instantiating caches (or s

Re: How does one change the database that the EJB is connecting to during runtime ?

2000-10-26 Thread wim veninga
you are going to use Container Managed Persistence I don't know if you can do this other that create different beans for the different company's. Hope this will help. Greetings Wim Veninga. Christian Kvalheim wrote: Hey.. I'm in the middle of developing the next version of our software

Re: EJB classpath problem

2000-10-25 Thread wim veninga
the classes in one of my ejb-jars. So when i put the classes in orion/lib everything worked fine. I think that orions class loader doesn't make the classes in ejb-jar available to the rest of the system. Greetings Wim Veninga. Laurent Cornelis wrote: Hello, I deploy a J2EE application (called rapids

Re: HARDWARE FOR J2EE apps

2000-10-12 Thread wim veninga
to know if it handle a large amount of connections at the same time (like 500 or something). There isn't much info about that in the docs. Greetings Wim Veninga. "Duffey, Kevin" wrote: Hey Scott, Interbase 6 is pretty nice in my opinion. Its SQL 92 compliant (if that means anyt

Re: hi all

2000-10-11 Thread wim veninga
somewhere) Greetings Wim Veninga myth wrote: hi I am new to Java(about 6 months in it). i have few doubts and think you masters can help me. Question 1. The doubt is about System.out.println() System is a class and out is a variable in System class. println(),print() are in PrintStream

Re: EJBException.printStackTrace()

2000-09-30 Thread wim veninga
(www.javaworld.com) from serverall months ago explaining how to make exceptions that do provide serializable stack trace. Greetings Wim Veninga. Jeff Schnitzer wrote: I've noticed that the printStackTrace() method on EJBException doesn't print the trace for the nested exception. This makes

Re: Trouble with Rmi-Cloudscape from Orion

2000-08-18 Thread wim veninga
Hi Ishpal, Have you defined a datasource in datasources.xml that looks something like this? data-source class="com.evermind.sql.DriverManagerDataSource" name="Cloudscape" location="jdbc/CloudscapeCoreDS" xa-location="jdbc/xa/CloudscapeDS" ejb-location="jdbc/CloudscapeDS"

Re: Help: Mapping roles to users.

2000-08-18 Thread wim veninga
Hi Dave, Have you posted a bug report to the orion bug list, or isn't it a bug? Have you found a workaround for your security needs, I'm thinking to write something myself but if you have already done this could you give some insight on how to do this ? Thanks in advance, Greetings Wim Veninga

Re: Trouble with Rmi-Cloudscape from Orion

2000-08-18 Thread wim veninga
Hi Ishpal, Does cloudscape has rmijdbc in cloudscape.jar ? I always use rmijdbc.jar and cloudscape.jar to gether and also the url is different. What version of cloudscape do you use ? Thanks in advance, Greetings Wim Veninga Ishpal wrote: Thanks a lot Wim, you got the problem by the hook.. I

Help: Mapping roles to users.

2000-08-17 Thread wim veninga
that aren't tied to a method permission in ejb-jar.xml can be called by the group/user and that all the methods that are can't be called ? Thanks in advance, Greetings Wim Veninga In ejb-jar.xml: ?xml version="1.0"?> !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise

Re: Orion and Cloudscape

2000-08-17 Thread wim veninga
server and not orion. Ishpal wrote: wim veninga wrote: JavierG wrote: Hi all: Can I make Orion and Clouscape run in the same VM? In that case, how? Wrapping Cloudscape in a servlet and running it within Orion? Any particular measure I should take in that case

Re: Orion and Cloudscape

2000-08-11 Thread wim veninga
of the cache). So if you get cloudscape working with CMP will you please let me know how you did it ? The xml files are supplied as an zip attachment. Hope this helps. Greetings Wim Veninga cloudscapeXML.zip

Re: Orion and CMP

2000-08-03 Thread wim veninga
Hi Robert, In wich file do i put the autocreate-tables="off". Thanks, Wim Veninga. - Click here for Free Video!! http://www.gohip.com/free_video/ -Original Message- From: Robert Krueger [EMAIL PROTECTED] To: Orion-Inter

Re: EJB CLIENT

2000-07-29 Thread wim veninga
=com.evermind.server.ApplicationClientInitialCont extFactory java.naming.provider.url=ormi://localhost/Your_Name {--- The name of your application} java.naming.security.principal=admin Hope this helps, Wim Veninga [EMAIL PROTECTED] -Original Message- From: David Sierra Fernandez [EMAIL PROTECTED

Error using CMP in orion 1.1.36

2000-07-29 Thread wim veninga
it has something todo with orion's memory (bean caching ) managment. Has someone else have equal problems ? Or is it a bug ? Where can I find the bug list? Thank in advance. Wim Veninga. [EMAIL PROTECTED] the client code : package com.fnv.kozijncalc.entities.klanten; import java.io.*; import

Re: POSTGRES AND ORION NEWBIE QUESTION

2000-07-27 Thread wim veninga
ction but use getConnection() because Datasource doesn't have a method getPooledConnection() Hope this helps. Greetings Wim Veninga email : [EMAIL PROTECTED] -Original Message- From: Robert Balahura [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Thursday, July 27, 2000 10:14 A

Re: application-client.xml, initial context

2000-07-25 Thread wim veninga
Hi Jens, you just put the application-client.xml at the client side in the META-INF directorie at the beginning of your clients classpath: for example : Suppose you have an client directory structure like this : C:\client\com\client\OrionEJBApplicationClient.class then you have to put

Corba clients accessing orion ejb, is it possible?

2000-06-30 Thread wim veninga
Hi, I want to know if it is possible to acces a ejb (session bean) running in orion from corba. And if so: 1 How to do it? 2 What orb do you need, i think it is possible with sun jdk1.3 but can you also do it with for instance visibroker for c++ , and if so what version omg corba spec