RE: Orion 1.5.2 and ORM Map bug (SHOW STOPPER)

2001-07-04 Thread elephantwalker
Simon, Take a look at bug 512. Your map is defined in the orion-ejb-jar.xml file. We have found the 1.5.2 will redeploy an ejb, and overwrite the orion-ejb-jar.xml on a restart. This could be what's happening. Take a look at the orion-ejb-jar.xml in the deployment directory. Regards, the

Re: Bug??? Orion/SSL + IE loses sessions

2001-07-04 Thread Johan Fredriksson
It is also a known problem that IE forces a user to relogin every 2 minutes by default. Strongly suggest that you go to a site with online banking and see how they solved the problem. Usually there's a patch to download that increases the expiring idle time, which is annoying when IE is using

Advanced OR_Mapping 1-to-N-to-N possible?

2001-07-04 Thread Lachezar Dobrev
I have this situation: class Enterprise1Bean implements EntityBean { public java.util.Vector elements; public static final Class elements_type = Normal_Java_Bean1.class; public void setElements(java.util.Vector newElements){ elements = newElements; } public

UNSUSCRIBE

2001-07-04 Thread Rodriguez Muñoz, Rosana
Title: UNSUSCRIBE UNSUSCRIBE

Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Boris Erukhimov
I'm trying to ask it second time. Does anyone use Jconnect 5.2 ? If so could you please share your data-source.xml and access code. I'm particularly interested to see how pooled-location works, not ejb-location. Thanks ~boris

Re: jsp templates and blueprint/petstore

2001-07-04 Thread Rafal Smyka
- Original Message - From: elephantwalker [EMAIL PROTECTED] Hi, [...] Does anybody has some insight on the why of the j2ee blueprint templating mechanism? Or for that matter, any procedural templating mechanism? IMO it is just to make the customer think he needs experienced

Re: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Ray Harrison
Boris - Here is an example of a Sybase datasource - we use only the ejb-location but you may be able to find others who use the pooled-location by searching through the mailing list. Cheers Ray data-source name=MyDataSource

RE: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Juan Lorandi (Chile)
datasource: data-source class=com.evermind.sql.ConnectionDataSource name=Sybase location=jdbc/SybaseCoreDS xa-location=jdbc/xa/SybaseXADS ejb-location=jdbc/SybaseDS

Re: Data source for Sybase with Jconnect 5.2

2001-07-04 Thread Michael Jara
Hi, I use JConnect 5.2. My setup's pretty simple, I have this in my data-sources.xml: data-source class=com.evermind.sql.DriverManagerDataSource name=Sybase Adaptive Server on Luge location=jdbc/SybaseCoreDS xa-location=jdbc/xa/SybaseXADS ejb-location=jdbc/SybaseDS

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread Eddie
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? Helllu I still haven't been able to solve the problem below and I already had a lot of sleepless nights...so please some help, as I realy can't continue!! (see below for the problem). Does someone has a tiy example

RE: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread elephantwalker
Eddie, I thought I gave a good answer before. I implemented a selfmade usermanager, which I wanted all applications to have access to. Here was my file structure in the .ear file: /lib /lib/test/myusermanager.class /META-INF /META-INF/application.xml /META-INF/orion-application.xml

Re: Classpath and library path ERROR ??? -- PLEASE again ???

2001-07-04 Thread Michael Jara
Title: SV: Classpath and library path ERROR ??? --> PLEASE again ??? I think what Magnus was suggesting was not that you put log4j-core.jar IN your ejb-jar file, but that you put it in your ear file and put it in the classpath of your ejb-jar's manifest file. That way, log4j-core.jar will be

Test Post to Servlet Doesn't Work.

2001-07-04 Thread Milton S
Orion Interest Group, I have written a Java class to test server to server communication for a servlet running on Orion 1.5.2. Nothing seems to happen when I run the class while the same URL sent from the address/location edit box on a browser works perfectly. The host URL I am using is

RE: Advanced OR_Mapping 1-to-N-to-N possible?

2001-07-04 Thread Dvornikov Victor
Hi, Lachezar, you always have a workable alternative - just to turn your object instance into byte array . This is the first step I recommend while doing 1-M OR-mapping. Then I try to figure out how deep my map-mapping should be. Because it is a lot of dirty error-prone work on your