Logging

1999-10-21 Thread Neal Kaiser
Where does a System.out.println() or System.err.println() from a JSP Bean go in OrionServer? How do you print to the site.log?

Re: Custom finder methods!

1999-10-21 Thread Karl Avedal
Hello Jonas, Jonas Larsson wrote: > How do I create a custom finder method in a CPM EJB with Orionserver? Is > that possible yet? > Example: > Collection findByName( String Name ) /* Returns all ejb:s where NAME=Name */ Yes, it is possible. This is how you do it: 1. Define the finder in the Ho

jsp:forward problem

1999-10-21 Thread Tore Amundsen
Hello, I have a problem regarding use of JSP forward. I want to forward a request to another JSP page, but only static page references works. I want to supply an variable as the forward page. This works fine: This exa

Scriptlets appearing in generated HTML

1999-10-21 Thread gary . janes
Hi All, After upgrading from Orion 0.7.6b to 0.7.8, I find that a JSP containing scriptlets ( i.e. <% ..some java code... %> and <%@ include file="..some JSP or HTML file.." %> ) stops working correctly. It was running fine under 0.7.6b. A page is displayed but looking at the HTML source it

SSL w/ Orion

1999-10-21 Thread Neal Kaiser
Can someone please post an example on getting SSL to work w/ Orion?

Custom finder methods!

1999-10-21 Thread Jonas Larsson
How do I create a custom finder method in a CPM EJB with Orionserver? Is that possible yet? Example: Collection findByName( String Name ) /* Returns all ejb:s where NAME=Name */ /Jonas