New OrionSupport article: Create custom user-authentication

2001-05-17 Thread Joe Walnes
implementing 3 methods. http://uk.orionsupport.com/articles/usermanager.html Hope it's useful. -Joe Walnes

Re: Orion with tomcat!!!

2001-03-01 Thread Joe Walnes
ermind.server.rmi.RMIInitialContextFactory', otherwise the web-app behaves like a J2EE client (which requires application-client.xml). -Joe Walnes

[New article on OrionSupport] Using PostgreSQL with Orion

2001-01-19 Thread Joe Walnes
Tim Drury has written a very nice step by step for configuring PostgreSQL and Orion for use with each other. http://www.orionsupport.com/articles/postgres.html -Joe Walnes

Re: Cocobase integration

2000-12-15 Thread Joe Walnes
standard persitence mechanisms (I've never done it, but see no reason why it shouldn't). However you may save yourself a lot of time by using Orion's built in O/R mapping support for CMP entity beans. http://www.orionsupport.com/articles/complex-or.html -Joe Walnes

RE: weird Orion 1.4.4 JSP bug

2000-12-15 Thread Joe Walnes
ring this tag, try: %-- webwork:include page="/request.jsp" --% -Joe Walnes At 17:03 15/12/2000 +1100, you wrote: AFAIK you cannot close a tag with parameters: /webwork:isnotnull name="$name" Try without the parameter -Original Message- From: Hristo St

Re: SV: Orionserver php

2000-12-13 Thread Joe Walnes
by the VM. There will be a howto for setting this up appearing on orionsupport.com within the next few days if you're interested. -Joe Walnes

Re: Orionserver php

2000-12-12 Thread Joe Walnes
Yes it does, and very well indeed. Nice thing is that PHP can interact with Java objects (such as EJB's) so it makes for a nice presentation layer. I await the flames. -Joe Walnes At 10:19 12/12/2000 +0200, you wrote: Hello folks, has anyone mixed orionserver and php? If you don't want

Re: SV: Orionserver php

2000-12-12 Thread Joe Walnes
webapp or something containing the following to test if it works: info.php - filename contents: ?php info(); ? If this shows a nice page with php information youre off and running :) Klaus Myrseth -Opprinnelig melding- Fra: Joe Walnes [mailto:[EMAIL PROTECTED]] Sendt: 12. desember 2000 13:07 Til:

RE: Off topic: development tools

2000-12-11 Thread Joe Walnes
to the source without consuming 100mb memory :) homesite - for JSP development -Joe Walnes -Original Message- From: Jarek Skreta [mailto:[EMAIL PROTECTED]] Sent: Lunes, 11 de Diciembre de 2000 8:03 To: Orion-Interest Subject: Off topic: development tools Hello

New howto on orionsupport: Configuring Cocoon

2000-12-08 Thread Joe Walnes
Hope it is useful. -Joe Walnes

Re: Running two instances of Orion on the same IP and port

2000-11-29 Thread Joe Walnes
Setup the first instance of Orion as usual. Setup the 2nd instance of Orion on a different port. Use TunnelServlet in Orion 1 to forward requests to Orion 2 for necessary vhosts. -Joe Walnes At 21:46 28/11/2000, you wrote: Orioners, Has anyone ever tried to run two instances of Orion

New article: Running Orion on FreeBSD

2000-11-19 Thread Joe Walnes
Justen Stepka has kindly written this how-to about running Orion on FreeBSD. http://www.orionsupport.com/articles/freebsd.html -Joe Walnes

New app/tools how-tos required for OrionSupport

2000-11-16 Thread Joe Walnes
people have had with these so far (I have my own interesting tales), or any other things you would like to see addressed. As usual, all contributions welcomed :) Thanks -Joe Walnes

Re: Does Orion support CMP using user defined types?

2000-11-10 Thread Joe Walnes
http://www.orionserver.com/docs/api/ -Joe Walnes

Re: Running multiple application instances with Orion

2000-10-31 Thread Joe Walnes
cmp entity in the entire application. Likewise, orion-application.xml also allows you to specify a data-sources.xml file to be used for the specific application - this allows you to separate configuration of data-sources in each applications. -Joe Walnes At 16:07 31/10/2000, Kurt Hoyt wrote

Re: DataSourceUserManager caches table with users and passwords

2000-10-27 Thread Joe Walnes
.setPassword("cheese"); roleManager.store(); - See http://www.orionserver.com/docs/api/ for docs on RoleManager. Briefly, it's job is to provide an interface to the current UserManager for the developer to work with. -Joe Walnes At 10:47 27/10/2000, you wrote: Hello, I use the DataSource

Re: Internal Orion requests vs External Requests?

2000-10-25 Thread Joe Walnes
t;filterapplied", Boolean.TRUE ); // do filter stuff } -Joe Walnes At 10:27 25/10/2000, you wrote: I'm implementing a clickstream analysis application, and I've run into a problem. Using servlet filter to intercept requests and add to the streams, I intercept all of the Orion internal r

New howto on OrionSupport: Virtual Hosts

2000-10-24 Thread Joe Walnes
Setting up Virtual Hosts on Orion http://www.orionsupport.com/articles/vhosts.html Step by step guide to deploying 2 web-sites with different virtual hosts on the same server. Thanks to Damian Van Dooren for contributing this. -Joe Walnes

New howto on OrionSupport: Using JDBC from Servlets

2000-10-24 Thread Joe Walnes
How to setup a JDBC data-source in Orion and access it using JNDI from Servlets/JSP. http://www.orionsupport.com/articles/jdbc.html -Joe Walnes

New howto on OrionSupport: Virtual Hosts

2000-10-24 Thread Joe Walnes
Setting up Virtual Hosts on Orion http://www.orionsupport.com/articles/vhosts.html Step by step guide to deploying 2 web-sites with different virtual hosts on the same server. Thanks to Damian Van Dooren for contributing this. -Joe Walnes

New howto on OrionSupport: Using Apache as a front-end to Orion

2000-10-24 Thread Joe Walnes
How to use Orion in an environment where you have to use Apache as the front-line web-server. http://www.orionsupport.com/articles/apachefrontend.html Thanks to Joshua Goodall for this little gem. -Joe Walnes

Re: Idea for Orion Support - post changes.txt

2000-10-24 Thread Joe Walnes
in the distribution. -Joe Walnes At 14:59 24/10/2000, you wrote: Just an idea for you guys running orionsupport.com... It would be handy to be able to see the changes in the latest version of Orion before I run the auto update tool, so I can decide if I need anything in the new release and so

Re: get reference to UserTransaction fails

2000-10-24 Thread Joe Walnes
(Correct) java.naming.provider.url=ormi://localhost (Wrong) -Joe Walnes

Re: Orion doesn't interpret Javascript correctly

2000-10-24 Thread Joe Walnes
on this list). You can do this by using the bug-tracking system at http://www.orionserver.com/bugzilla/, or mailing [EMAIL PROTECTED]. -Joe Walnes At 16:20 24/10/2000, you wrote: All, I have a fully functional webapp that runs perfectly under Tomcat (albeit a little slow). The main men

RE: Orion in production - new howto

2000-10-22 Thread Joe Walnes
love to hear how others approached the problem. -Joe Walnes -- At 05:28 22/10/2000, Mike Cannon-Brookes wrote -- This sounds fascinating - I'd love to know more about *ix permissions, securing Orion properly etc. You sound like you've got it all down pat, if you wouldn't mind, I'd love to learn

Re: customize finder method

2000-10-19 Thread Joe Walnes
JDBC prepared statements work. To fix the problem, in your finder-method tag in the deployment descriptor, replace: like '%$1%' ... with ... like '%' + $1 + '%' -Joe Walnes - Original Message - From: "DeVincentiis Giustino" [EMAIL PROTECTED] To: "Orion-Interest&qu

Re: customize finder method

2000-10-19 Thread Joe Walnes
it in the SQL statement. So if $1 = "Joe's Test", it gets interpolated as 'Joe\'s Test'. Therefore: like '%$1%' -- like '%'Joe\'s Test'%' (invalid SQL) like '%' + $1 + '%' -- like '%' + 'Joe\'s Test' + '%' (valid SQL) -Joe Walnes

Re: Does Orion have an FTP service?

2000-10-02 Thread Joe Walnes
See http://www.orionserver.com/faq/#-855510329 -Joe Walnes - Original Message - From: "Neville Burnell" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 7:14 AM Subject: Does Orion have an FTP service? Hi, Does orion

Re: JUnit with Orion, source included

2000-09-29 Thread Joe Walnes
and parses the results into a DOM tree that can be easily tested. http://httpunit.sourceforge.net/ -Joe Walnes From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: den 28 september 2000 20:08 To: Orion-Interest Subject: JUnit with Orion, source included I wrote an extension to JUnit for testing

Re: Servlet Filters - Apache Mod_Rewrite

2000-09-28 Thread Joe Walnes
are not required. Simply create a servlet that sends appropriate redirects then use servlet-mappings to assign it to URL's. -Joe Walnes

RE: Deploying Servlet for EJB access, PLLLSS Help

2000-09-15 Thread Joe Walnes
ContextFactory, which is designed for application-clients. From within a servlet, a com.evermind.server.ApplicationInitialContextFactory should be used instead. By default, all the required properties for the InitialContext will be already set in the system properties by Orion. Short answer, use : context = new InitialContext(); // no properties -Joe Walnes

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Joe Walnes
to this topic from a client will be handled by the onMessage() method. -Joe Walnes

RE: Specifying finder-methods (full query)

2000-09-13 Thread Joe Walnes
. The problem is that you then have nasty SQL inside your beans - where it shouldn't be. -Joe Walnes Thanks for the reaction (also Nick). I realize now the potential security problems by allowing full specification of SQL on the client. Unfortunately the "Bob" example does not solve my

RE: Why!?.... NoClassDefFoundError

2000-09-13 Thread Joe Walnes
Make sure the files orion.jar, ejb.jar and naming.jar (in the orion dir) are in your classpath. -Joe Walnes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Troedsson Sent: 13 September 2000 17:26 To: Orion-Interest Subject: Why

RE: Help with OR-Mapping

2000-09-11 Thread Joe Walnes
quot; name="number(10,0)" /. but what would a byte array map to is the question. Your response would be highly appreciated. type-mapping type="byte[]" name="blob" / (or whatever you want the type to be) -Joe Walnes

RE: 3rd post, no answer

2000-09-11 Thread Joe Walnes
Dale, Can you confirm that you are using JNDI to lookup the MailSession with the location "java:comp/env/mail/MailSession"? If you are not, you may be using a MailSession you're not expecting. That's my only suggestion anyway - if you are already using this location, ignore me :) -

RE: Orion Log file analyser

2000-09-01 Thread Joe Walnes
You can use any analyser really as you can configure the output log format to be however you want. I use NetTracker - it costs a bit really, but it can generate virtually any kind of report you can think of. (www.sane.com) -Joe Walnes -Original Message- I've read in this list about

RE: Inheritance

2000-09-01 Thread Joe Walnes
OR mapping with Orion http://www.ambysoft.com/mappingObjects.html - Tips for OR mapping and creating own persistance layer http://www.helsinki.fi/~jplindfo/pattern/State.html - Diagram of state pattern http://www.helsinki.fi/~jplindfo/pattern/Strategy.html - blah -Joe Walnes

RE: datasource user manager

2000-08-30 Thread Joe Walnes
I can't seem to find which xml file I should put my init-params for DataSourceUserManager. Does anybody know this? orion-application.xml -Joe Walnes

RE: v1.2 Admin crashes Win2000 SP1 JDK1.3

2000-08-15 Thread Joe Walnes
I have exactly the same version of java, win2000 and orion and am having no problems at all. -Joe Walnes -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hanasakiSent: 15 August 2000 14:17To: Orion-InterestSubject: v1.2 Admin crashes

RE: Entity bean creation

2000-07-17 Thread Joe Walnes
Is there a tool for creating an entity EJB ( Home, Remote and EJB) from a JDBC database table ? Together 4 Enterprise can analyse a JDBC database and create all the necessary beans for you. An expensive package but well worth it for its features. www.togethersoft.com -Joe Walnes

RE: Servlet handling both *.html and /

2000-07-10 Thread Joe Walnes
to see how to do this. -Joe Walnes

RE: Deployment time for lots of beans

2000-06-29 Thread Joe Walnes
to compile jsp's). Jikes: http://www10.software.ibm.com/developerworks/opensource/jikes/ To get orion to use it for compiling, add to config/server.xml: compiler executable="/path-to/jikes" classpath="/path-to-real-jdk/jre/lib/rt.jar" / -Joe Walnes

RE: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Joe Walnes
stribution). -Joe Walnes

RE: Error initializing userManager

2000-06-16 Thread Joe Walnes
in /orion/demo/ejb/. (Read section 4 of install.txt for info) -Joe Walnes

RE: OBJECTS IN ENTITYS

2000-06-16 Thread Joe Walnes
is the influence of having lots of entity beans in my application? ¨Is negative? Not really. In general, it's better to have lots of very simple coarse grained entities than a few complex ones, but then ofcourse each situation varies. -Joe Walnes

RE: find by Set

2000-06-14 Thread Joe Walnes
't be long until the trusty Orion lot let us do it :) -Joe Walnes

RE: Can't deploy example atm with datasource db2

2000-06-14 Thread Joe Walnes
type mappings. (see http://www2.orionserver.com/docs/database-schema.xml.html ) In config/data-sources.xml, edit the data-source being used by the application so it has the parameter schema="database-schemas/db2xml". -Joe Walnes

RE: Can't deploy example atm with datasource db2

2000-06-14 Thread Joe Walnes
In the database-schemes the "type" is the Java-Class and the "name" is the Column-Type in the database. So the entry for name should be name="long varchar", but what is the entry for type ? java.io.Serializable -Joe Walnes

RE: EJB under Orion/Windows-98

2000-06-13 Thread Joe Walnes
for win98 which may not scale well but provide enough functionality for development. There are also many pure java ones too (HypersonicSQL, Pointbase, Cloudscape, jDatastore). -Joe Walnes

RE: jsp:plugin generates wrong for params

2000-06-13 Thread Joe Walnes
Instead of name it sets null. Have anybody seen this before or have a solution ? jsp:param name"cache_option" value="Plugin" / You forgot the = sign. :) -Joe Walnes

Passing Collections or arrays to finder methods.

2000-06-06 Thread Joe Walnes
s across Collections or arrays to finder methods, and if so what I'm doing wrong. I'm convinced it's possible because in the orion documention for orion-ejb-jar/enterprise-beans/entity-deployment/finder-method/method/method -params/method-param, it uses int[] as the example. Thanks in advance. -Joe Walnes

RE: taglib processing

2000-05-26 Thread Joe Walnes
tag to foo:mytag value="%= "view." + bar %"/. I'm unsure as to where this is in the spec, but I find taglibs only seem to recognise dynamic expressions if the entire attribute is in %= %. -Joe Walnes

RE: XML/XLS

2000-05-19 Thread Joe Walnes
On the OrionServer.com page it states that Orion does XML/XLS ... how? Can I find examples anywhere or help based on this? Look in the examples/xsl directory of the default-web-app. -Joe Walnes

Re: Persisting Entity Beans to Hard-Disk

2000-04-27 Thread Joe Walnes
/reading and be available via RMI (or another transport layer). The main reason this is not advised is that the data-stores need to exhibit transactional features - the application server can not utilise these if they do not exist. -Joe Walnes

Re: Java Mail with POP3

2000-04-25 Thread Joe Walnes
that, try editing the MANIFEST file in orion.jar and append the path to pop3.jar on the line that starts with "Classpath:". -Joe Walnes

Re: Generating primary keys in CMP?

2000-04-25 Thread Joe Walnes
particular db. There's a nice little paper that may be of use that describes this method (although it has nothing to do with Java or EJB's): http://www.ambysoft.com/mappingObjects.html -Joe Walnes

Re: Orion and Visibroker 4: ClassLoader probs(?)

2000-03-24 Thread Joe Walnes
Thanks to Magnus for solving this one. If anyone else runs into this problem, the problem is solved by copying the appropriate VisiBroker jar files to /path-to-jdk/jre/lib/ext/. Weird behaviour by the VM classloader. -Joe Walnes At 04:49 PM 3/22/00 +, Joe Walnes wrote: I'm trying to use

Re: PHP

2000-03-24 Thread Joe Walnes
The Orion-server is supposed to be able to run PHP-script isn't it? Well, I can't seem to enable the CGIServlet that is mapped to handle PHP. Anyone done this? What to do? Repeat post. -Joe Walnes --- Date: Tue, 22 Feb 2000 10:46:14

Orion and Visibroker 4: ClassLoader probs(?)

2000-03-22 Thread Joe Walnes
erver for serving jsp/servlets. EJB/JTS/etc is not required, and the JNDI service is replaced by that that Visibroker supplies. Thanks in advance -Joe Walnes

Re: CGI, PHP, etc...

2000-02-22 Thread Joe Walnes
ion for information on this. -Joe Walnes

Re: Wrong content-type for JSP

2000-02-09 Thread Joe Walnes
the 1 in 5 times that it works that bugs me). Anyone else had this problem? Try the examples in the examples/xsl directory and reloading them a few times. Using 0.9.1g -Joe Walnes

Re: Support of WAR files.

2000-01-21 Thread Joe Walnes
Does anyone know if or when OrionServer will support .war files? Orion currently supports .war files and the latest version supports .ear files as well (the first server I've seen that does). -Joe Walnes

[Slightly-OT] Linux VM and Threading

2000-01-05 Thread Joe Walnes
on an earlier version of the Blackdown one, which is now far better. Thanks in advance -Joe Walnes