Re: Cocoon with Orion?

2000-06-12 Thread Karl Avedal
Hello, Kevin Duffey wrote: > I don't know for sure..but my guess is you have to map XSL pages to the > cocoon servlet as well. It appears from the errors that xsl is still trying > to go to the orion xsl servlet. What makes you think so? The error does not mention the Orion XSL Servlet at all,

How does one enable verbose logging?

2000-06-12 Thread Scott M Stark
I am trying to debug a deployment problem I see when I run the server using the orion.jar as opposed to running it from a shell script. Is there a way to enable verbose logging so that I can see the details of the deployment process? Auto-deploying project-repository... StatefulSessionBeanWrappe

Re: Does ejbassembler.jar work?

2000-06-12 Thread Karl Avedal
Hello Scott, Scott M Stark wrote: > When I try to run the ejbassembler I get the following NPE. Is the assembler >supposed to > be functional at this point? > Yes, it is supposed to be functional, but there are still some quirks being sorted out, like for example drag&drop. However, what you

Re: Problem with crashing server

2000-06-12 Thread Karl Avedal
Hello Mikael, This does sound very strange and we haven't seen this before. How does it crash? How do the logs look? What compiler are you using? Can you send us the jungeln.myConnection class (to [EMAIL PROTECTED]) so that we can test your code here? Regards, Karl Avedal Mikael Andréasson wro

Does ejbassembler.jar work?

2000-06-12 Thread Scott M Stark
When I try to run the ejbassembler I get the following NPE. Is the assembler supposed to be functional at this point? bash-2.02$ java -jar ejbassembler.jar java.lang.NullPointerException at com.evermind.server.ejb.EJBPackageDeployment.ab9(JAX) at com.evermind.client.ejbassembler.

Specifying a particular cert server for Orion/SSL

2000-06-12 Thread Andy Lawrence
Hi, When setting up SSL in Orion, how can I specify that the SSL portion of Orion should ONLY accept client certs that were issued from a particular host? IE, if I have a private CA that issues client certs for my application, how can I accept ONLY those, and not those from Verisign? TIA

Problem with crashing server

2000-06-12 Thread Mikael Andréasson
Hi I have a problem wirh Orion. I make a database connection with a jsp page and runs it, ok it works...then I just resave the page and reload the page and then the server crashes. Every time this happens. I haven't run into this problem with any other jsp-pages i have made...just this one. But I

RE: Easy deployment of .war files?

2000-06-12 Thread Shields, Dorwin T.
Thanks for the responses, I just went ahead and deployed to the applications directory and set up the necessary META-INF and application.xml file. Kudos to orion for automatically picking up the new apps after I added them to the config files! I was both very surprised and very happy to see

Re: Easy deployment of .war files?

2000-06-12 Thread David Sierra Fernandez
YEs Dorwin, it's very easy. If you hace a complete application in a .war file, you only have to follow the steps in "Hot-to setting up an Application" in Orion docs, that implies to write a couple of lines in two property files. But the most important thing is that you have to bear in mind that

Re: OR mapping

2000-06-12 Thread Eric Richardson
Hi Peter, You can also try Scott Ambler at http://www.ambysoft.com/ eric :-) Peter wrote: Hi there... Could anyone point me to some good resources on OR > mapping. > How can I use it with orion server ( orion OR-mapping how-to is not > enough for me :). Some > examples would be great. > >

Easy deployment of .war files?

2000-06-12 Thread Shields, Dorwin T.
Hi, I've been using tomcat and recently began using orion. I was wondering if there was an easy way to deploy war files (read w/o creating an .ear file)? There are a lot of projects on the web that simply exist as .war files. Thanks, Dorwin

RE: Cocoon with Orion?

2000-06-12 Thread Kevin Duffey
I don't know for sure..but my guess is you have to map XSL pages to the cocoon servlet as well. It appears from the errors that xsl is still trying to go to the orion xsl servlet. Just a guess. Maybe look in all the /config/ .xml files and see if you see anywhere else that *.xsl is being mapped to

JDBC 2.0

2000-06-12 Thread David Sierra Fernandez
Does orion supports JDBC 2.0 completely with BLOBs and CLOBs ... ? Does it have a XA compliant transaction manger? Can we update two databases in the same transaction? I've heard that it's neccessary a XA-compliant driver besides the XA compliant transaction manager in order to update two DB. D

R: Cocoon with Orion?

2000-06-12 Thread Montebove Luciano
Orion 1.0.3 works with Cocoon 1.7.4 for static XML files but I wasn't able to have it work with .xsp files. My configuration steps were the following: 1)commented out the Orion xsl servlet chaining from global-web-application.xml 2)commented out the Orion xsl servlet definition from global-web-ap

EJBUserManager

2000-06-12 Thread Pedro Garcia Lopez
Hi, I solved my last question (HttpServletRequest.getPrincipal). Another question: First of all, I find very clean and elegant the UserManager idea in Orion. It is surprising how other commercial servers like iPlanet do not provide such facility. In fact we plan to develop ouw own LDAPUserMana

JNDI Problem

2000-06-12 Thread Martin Coetzee
Title: JNDI Problem Hi There I've got a JNDI problem...I've written a very small ejb session bean..and sucessfully installed it onto orion...I've written a seperate client (stand alone) and got the initial context working. Whenever I try to lookup my bean, I get the following exception... ja

RE: OR mapping

2000-06-12 Thread Khan Kamran
Title: RE: OR mapping Hi Peter, You can find a good material on OR mapping on www.objectmatter.com . but I am unable to tell you how OR mapping works in Orion server because material provided is not sufficient enough. Kamran -Original Message- From: Peter [mailto:[EMAIL PROTECTED

getPrincipal

2000-06-12 Thread Pedro Garcia Lopez
Hi, In a J2EE aplication, when servlet or a JSP need to know the user identity, Whet method should they call ? I have not found that method in the API. Nevertheless, in the EJB API you can use EJBContext getPrincipal to obtain caller´s identity. A trick would be that the servlet connect to

OR mapping

2000-06-12 Thread Peter
Hi there... Could anyone point me to some good resources on OR mapping. How can I use it with orion server ( orion OR-mapping how-to is not enough for me :). Some examples would be great. Thanx, Peter