Is there any Java Library

2000-11-30 Thread Santosh Kumar
        to convert from TIFF to PDF and PDF to TIFF - Original Message - From: Ken Torimaru To: Orion-Interest Sent: Thursday, November 30, 2000 12:23 AM Subject: RE: Using JSP to write/append PDF's Check these out: PDF Links http://www.etymon.com/p

RE: Classpath problems

2000-11-30 Thread John N. Alegre
Russ, Comment here is that this is an Orion specific solution. If you want a cross server deployable app, as pointed out in the previous post, you must duplicate the classes in the EAR file. John N Alegre Andante Systems On 30-Nov-00 Russ White wrote: > Hi Alex, > > I too had this problem, an

Debugging EJBs

2000-11-30 Thread Hani Suleiman
No, this isn't yet another question about how to set up a debugger to work with Orion and EJBs, I have a more insidious problem at hand... One of my entity beans returns a bulk accessor (which implements Serializable), but for some odd reason, calling the method to get this always returns a null.

anyone get TopLink CMP working w/ Orion?

2000-11-30 Thread Tim Drury
I think someone on this list was working on this problem. Were you ever able to get TopLink working with Orion for CMP entity beans? -tim

Passing security information via Message

2000-11-30 Thread John Pletka
I working on an architecture design that has a messaging layer between my servlets and enterprise beans. Basically my servlet will publish a xml message to a MOM product which will call the appropriate enterprise beans. My question is how do I package the user identification up into a st

Re: Classpath problems

2000-11-30 Thread Daniel G. Koulomzin
According to the J2EE spec, EJB *.jar files need to include ALL necessary classes.  An *.ear file also needs all its available classes in WEB-INF/lib.  Unfortunately, you'll have to put your common classes in both files.  This is very annoying, but it is correct. -Dan Alexander Sparkowsky wrote:

Re: transaction-problem

2000-11-30 Thread Daniel G. Koulomzin
What sort of exception is being thrown?   If it is an "Application Exception", the container is not supposed to automatically rollback the transaction (see EJB 1.1 spec, section 12.1.2 ).  In order to rollback, call EJBContext.setRollbackOnly(). If its a System level exception (like an SQL Except

Re: Info

2000-11-30 Thread Ate Douma
Check out sun's solution marketplace at http://industry.java.sun.com/solutions/ In the Application Servers category you'll find Evermind Data HB including adress, phone and fax information. - Original Message - From: "Huibert Aalbers" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTE

RE: Classpath problems

2000-11-30 Thread Russ White
Hi Alex, I too had this problem, and solved it by creating a library directory which I now have library tags in my orion-applcation.xml files which point to a class repository (could just as easily be a jar file). like this: in orion-application.xml (or config/application.xml if you want these c

What is the best way to "select for update" ?

2000-11-30 Thread Keith Kwiatek
Hello, Just wondering how/if orion/ejb makes it possible for a web client to "select data for update" in such a way that another web client will receive a notice if it trys to fetch the same data (possibly for update) I know that orion/ejb handles short term transactions, but what about where

Re: Orion slow startup

2000-11-30 Thread Mike Atkin
- Original Message - From: "Ismael Blesa Part" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, November 30, 2000 5:34 PM Subject: Re: Orion slow startup > I am using javac from jdk 1.3 and Jikes (last version) and I have not > found any differences at all. M

Info

2000-11-30 Thread Huibert Aalbers
Hi, Does anyone on this list have a phone number for the guys who make orionserver in Sweden. I need to contact them personally. Thanks, Huibert Aalbers

Classpath problems

2000-11-30 Thread Alexander Sparkowsky
I have some problems dealing with the classpathes in orion. I have a web module and some ejb module. Some classes are used by the web and ejb modules. First I added these classes only to one of the ejb modules and got a NoClassDefFoundError in the servlet. I then added the class to the web mod

Re: Orion slow startup

2000-11-30 Thread Ismael Blesa Part
I am using javac from jdk 1.3 and Jikes (last version) and I have not found any differences at all. Maybe this difference exist with previous versions of the jdk.   David Smith wrote: What O/S are you using? If you are using Win95 or Win98 then it takes an age and then runs like a crippled dog. I

transaction-problem

2000-11-30 Thread Andreas Reckmann
Hi, i try to run orion with container-managed-transactions. I set the isolation-level in orion-ejb-jar.xml to "seralizable". I set in the ejb-jar.xml-File (for the involved methods) the transaction-attribute to "Required". From a Session bean I call some create-methods. The create-methods thems

Re: Orion slow startup

2000-11-30 Thread Lars Heller
> Orion for a few weeks, but this seems a little excessive. I'm running > it on a laptop with a PII/300 and 128MB ram, so I don't think it's the > machine. Aren't laptop hard disks a lot slower than normal ones?

RE: how do i deploy ear

2000-11-30 Thread J Davis
Try using the absolute pasth in the server.xml's path=""(i.e. path="c:/myDir/B2B.ear" or path="/test/B2B.ear"   See if that helps.   Later...   Greg -Original Message-From: umesh sonavane [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 30, 2000 12:59 AMTo: Orion-InterestSu

User authentification for subfolder

2000-11-30 Thread Florian Koch
Hi folks I am quite new to this list, so maybe my question is t simple I have setup an application "b2b" named "b2b-web" which points to my server root "/" Now I would like to make a folder below / password protected. The folder (including subfolders) is /admin Do I have to create a new b2

RE: Challenge: Get the J2EE reference examples on Orion

2000-11-30 Thread Kemp Randy-W18971
The problem I find getting into EJB programming, and either using a low cost solution, such as Orion, or a zero cost solution, such as jBoss or joNas, is the lack of clear examples for the newcomers, such as myself. For the record, I have running versions of Orion, jBoss and joNas, running in

RE: Orion with iPlanet 4.1

2000-11-30 Thread Kemp Randy-W18971
I'm running iplanet and Orion in a test environment, but haven't configured the two. I find it easiest to have iPlanet run HTML and CGI applications, and use Iplanet as a gateway to get to Orion (via a hyper link), running on another port, such as 9000. However, if others have configured the

Re: Orion slow startup

2000-11-30 Thread David Smith
What O/S are you using? If you are using Win95 or Win98 then it takes an age and then runs like a crippled dog. I agree with the Jikes suggestion - an absolute must. I would recommend removing javac from your system and copying jikes in its place. Full Stop. Mike Atkin wrote: - Original Messa

Re: Orion slow startup

2000-11-30 Thread Mike Atkin
- Original Message - From: <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, November 29, 2000 3:24 PM Subject: Orion slow startup > I've been experiencing extremely slow startup times for the Orion server. > It takes at least a few minutes to start the server

RE: How can I use an BLOB datatype

2000-11-30 Thread Russ White
Tim, I have done this. (Sort of) Here is what I did. Entity bean A is has a very large field (a); Session bean B has a method called getBytes that allows access to field 'A.a' a piece at a time. This allows you to pseudo-stream the large field to the client. B.getBytes is implemented by prov

No Subject

2000-11-30 Thread umesh sonavane
Hi everyBody   I have already created an B2B.ear file now i want to deploytool it into orion server how do i do that   in server.xml i have this         path="B2B.ear" />   and in default-web-site.xml i have this         name="war-ic.war"   root="tmib2b" /> when i start the ser

Re: Adding trusted CA's to SSL enabled Orion site.

2000-11-30 Thread Ismael Blesa Part
I am also very interested on this issue. I have an application that uses the Digital Certificate to identify the user. I have used test server certificates and test client certificates from verisign (http://www.thawte.com/) and it works, but I want to specify which CAs I want to accept or if I wan

Re: How can I use an BLOB datatype

2000-11-30 Thread Joachim Peer
hi, here's the code i am currently using in my [Non-ejb] code i think using BMP it would be easily to integrate, but if anybody has found a better way on serializing objects into a database, please show ;=) here my code fragments: a) write blob into database: PreparedStatement ps = con.prepar

Re: Orion slow startup

2000-11-30 Thread Ismael Blesa Part
If you have not configured Orion to use SSL then it is sure that this is not the problem. SSL is not installed by default. Maybe your application do some start-up process that takes too long to complete. [EMAIL PROTECTED] wrote: > I don't think so. Unless it comes configured that way. How do

Re: How can I use an BLOB datatype

2000-11-30 Thread Tobias Streckel
Hello again, my prog. is very easy. I'm only have a String (contain a big Text) and I will it save on a colmn (Oracle DB) with a BLOB. Thanks Tobi -Ursprüngliche Nachricht- Von: Tim Endres <[EMAIL PROTECTED]> An: Orion-Interest <[EMAIL PROTECTED]> Datum: Donnerstag, 30. November 2000 0