AW: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Michael Maurer
Title: example of data-source.xml for Oracle 9i needed Place the classes12.zip which comes with the Oracle 9i in the lib directory an configure the datasources xml like that: ?xml version=1.0? !DOCTYPE data-sources PUBLIC Orion data-sources

Message Driven Beans

2002-04-29 Thread Michael Maurer
I am trying to deploy a message driven bean on the Oracle9iAS (9.0.3.0.0) Are there some good examples where all necessary settings are described? (Starting from jms.xml to orion-ejb-jar.xml!) Or can anybody help me out with some important hints ? Regards Michael

Like Statements in orion-ejb-jar.xml

2002-03-05 Thread Michael Maurer
I would like to perform like Statements in finder methods. Therfor I changed in the orion-ejb-jar.xml  the sql Statement to where xxx like ?    ! But Orion always overwrites it to where xxx = ? Is there a way to use like statements in Orion  or do one have to use sql Queries? Thanks

File Upload from an Application

2002-03-03 Thread Michael Maurer
Hi I am trying to upload a file from an application to the orion server, but could not find the right solution so far. Does anyone has a nice solution ? Michael