EJB Caching

2002-05-01 Thread Derek Akers
(and only this EJB) from orion's EJB container cache? Derek Akers Director of Product Development Eldan Software LImited (416) 341-0070 www.eldan.com - We build software for people, not computers -Original Message- From

EJB Caching

2002-04-12 Thread Derek Akers
by the present call. This does not happen all the time, but often enough to be worrisome. Question is, is there any way to stop this behaviour? Derek Akers Director of Product Development Eldan Software Limited (416) 341-0070 www.eldan.com

RE: OrionRemoteException: Error (de-)serializing object

2001-11-26 Thread Derek Akers
Please please PLEASE do not send messages with Read Receipt Requests to the mailing list. Thats just annoying. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Andres Garcia Hourcade Sent: Monday, November 26, 2001 1:42 PM To: Orion-Interest

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

2001-07-03 Thread Derek Akers
ag in this same file. This cleared up the problem for me. Cheers, Derek Akers Senior Software Architect Eldan Software Limited (416) 341-0070 www.eldan.com -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ozzie-Mailing ListsSent: Tuesday, July 03, 2001

Re: to boldly go where no man has gone before

2000-12-14 Thread Derek Akers
ig for you, or maybe because there's a few pronouns missing and you failed grammar in grade school), ignore it. There are those of us whose ability to comprehend another human being does not vary directly with our ability (or desire) to memorize the American National Anthem. Derek Akers Senior Software

certificate installation

2000-12-14 Thread Derek Akers
Has anyone tried installing/using a ssl (40 bit) certificate from Thawte on orion?

Re: SV: Off topic: development tools

2000-12-11 Thread Derek Akers
Ah, unix programmers ;P Nothing is wrong with this approach, however I've had quite alot of success with IBM Visual Age for Java, as well. Bit of a memory hog, being java based, but excellent for developing code. jsp programming I simply do in HomeSite v4.5. Reliable, cost-effective

JMS configuration

2000-11-17 Thread Derek Akers
Is there a decent tutorial or some documentation somewhere (other that the Orion docs description of jms.xml) that explains how to configure a 3rd party jms server with Orion? Derek AkersInternet Application DeveloperEldan Softwarewww.eldan.com

calling servlet from jsp

2000-11-06 Thread Derek Akers
I have a feeling that the answer is right under my nose, but for all my searching and head-scratching, I can't seem to figure it out... I want to call a servlet from a JSP page, and assign its output to a Styring variable I assume that this could be done from a javabean or EJB as

apache SOAP

2000-11-01 Thread Derek Akers
has anyone successfully, or is anyone currently working on, installing and using Apache SOAP on orion? I am attempting to do this now... perhaps we can be of help to one another?

sql server 7 orion

2000-10-27 Thread Derek Akers
I am trying to store a string in sql Server 7 using an Insert query through an ejb. The string has a few quote characters in it ( ie ' and " ), yet the engine will not accept inserting it into an nvarchar field in the database... anyone know a way around this?

searchable mail archive

2000-10-20 Thread Derek Akers
Some of you may be interested in knowing that there is a searchable archive for this mailing list at http://www.mail-archive.com/orion-interest%40orionserver.com/ This may help you in determining if a question has already been asked and answered in one form or another. Cheers! d.Akers.

Re: displaying xml

2000-10-17 Thread Derek Akers
--On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" [EMAIL PROTECTED] wrote: Although, honestly, the lack of self-starters here is rather annoying... "Why doesn't somebody ELSE do it" is a crappy way to go about development. Dude, honestly, thanks for your other (slightly more

displaying xml

2000-10-16 Thread Derek Akers
unable to find a solution... I thought maybe the contentType attribute of the %@ page % directive might do it, but it seems not. Does anyone know of a way to do this? Derek Akers Internet Application DeveloperEldan Software, Toronto(416) 341-0070www.eldan.com

Re: displaying xml

2000-10-16 Thread Derek Akers
Subject: Re: displaying xml Perhaps enclosing the xml in pre /pre will work. Troy Echols Derek Akers wrote: Hi all... I am trying to display the contents of an XML file to the screen, embedded inside a JSP page. That is, I want to include a header and footer

XSLT processors

2000-10-11 Thread Derek Akers
differences there are between the three re: processing efficiency, ease of use, documentation, community, etc. Thanks, Derek Akers Internet Application DeveloperEldan Software, Torontowww.eldan.com

xml

2000-09-22 Thread Derek Akers
T Description (#PCDATA ) !ATTLIST Description e-dtype NMTOKEN #FIXED 'string' !ELEMENT Price (#PCDATA ) !ATTLIST Price e-dtype NMTOKEN #FIXED 'fixed.14.4' -- Derek Akers Internet Application Developer Eldan Software, Toronto www.eldan.com

Re: create a web-app not through a .ear ??

2000-09-18 Thread Derek Akers
Orion by closing the console. Additionally, you can hit ctrl-c in the DOS window where orion is running to stop the app instead of closing the dos window all together. Derek Akers Internet Application Developer Eldan Software, Toronto www.eldan.com

xml validation

2000-09-18 Thread Derek Akers
as to how I can go about incorporating this functionality into the receiving bean (ejb)? I realize that there are several parsers and validators out there, but what I am looking for is some code for using them manually Derek Akers Internet Application DeveloperEldan Softwar

general questions

2000-09-15 Thread Derek Akers
I've been having the worst time debugging some functionality, and was wondering: - Is there a way to check the class path the server is using? To check if it loaded the Path from the server.xml file correctly, or what its using and - What method does the server invoke first when started

non-ejb classes

2000-09-07 Thread Derek Akers
s not an EJB, so there are no interfaces, which should not be a problem. anyone have any ideas? derek akers (p.s. sorry to all of you who were bothered with the receipt request... I forgot that it was turned on)

ejb question

2000-09-06 Thread Derek Akers
I am trying to access an ejb (stateful session) from a jsp using: Context initialContext = new InitialContext();CartHome cartHome = (CartHome)javax.rmi.PortableRemoteObject.narrow(initialContext.lookup("java:comp/env/ejb/cart"),CartHome.class); where the bean is cart.CartBean the home

Bean deployement

2000-09-05 Thread Derek Akers
I'm running orion server, I can get it to parse my jsp, .class but I cannot get it to parse my .jar files that are not EJBs. Do I have to install them as applications? why can it not find them?

database connectivity

2000-08-31 Thread Derek Akers
tdae:localhost?database=dBTest" - dBTest is the name of the ODBC datasourceconnection-driver="com.inet.tds.TdsDriver"username="[dB Username]"password="[dB Password]"/ The generic is the same, but with JDBC:ODBC:EJB in the URL and the generic driver for connection-driver. derek Akers.

Re: jetspeed

2000-08-29 Thread Derek Akers
Hey arthur How did you get it to work under Tomcat? I had a world of problems with it, and so moved to orion. Listen, if you find the answer to installation on Orion, or if you want to work together to try and get it working, let me know. Derek Akers Eldan Software Toronto, Ontario

jsp deployment

2000-08-29 Thread Derek Akers
e outlined in the "building and deploying an application" documentation for orion, with my htnl and jsp pages located in myapp-web folder, although I have also tried locating the jsp files in a sub folder of myapp-web as well. can anyone help? Derek Akers.

xml

2000-08-29 Thread Derek Akers
configure orion to handlethese properly? derek akers

console

2000-08-28 Thread Derek Akers
This may seem like a pretty new question to ask, however since I am new to orion and J2ee programming, I will ask it anyway :P What is the console all about? can it be used to deploy applications on orion, ar is it just an application management tool? Derek Akers Eldan Software