Hi Karl,
First I'd like to say that I think you are doing a very good job in
general. We've
been experimenting with some apps running Servlet/JSP with very good
results.
We are really interested in getting EJBs running so we can see the
performance of
in particular CMP. Thinking that the performance should be good since
everything
is running in the same VM.
I included a previous post below. We have alot of installed JSP
and they use the setProperty="*" as below. Is there any reason this doesn't
work? Is it a bug
or left out?
About documentation, the EJB demo is well documented. I followed all the
instructions
and I still can't get the CartClient to run. Below is the error. For me,
the configuration files are
very confusing. This is because I'm having a hard time figuring out which
are related to
the server and which are just the ones required in an enterprise app.
Example: A server can have multiple Web sites which can have multiple
applications. Then
the server should just have config for it and each web-site should just
have configuration
for that site. Also server specific config files(non-J2EE) should be easy
to differentiate such as the
orion-application.xml. Here is the structure I have in my head.
config - all server files
site-1 - all site related files including apps running in that site
site-2 - same as above
Now this doesn't make since if the same app is run in multiple sites.
Anyway,
Hope this helps.
Eric
Previous post:
Anybody able to get the Orion supplied EJB demo in Orion working? Or any
other J2EE demos such as the Pet Store? I can't get passed the security.
Communication error: Lookup error: java.lang.SecurityException: Invalid
username/password
The auto deploy works but the demo had tablenames too long for Oracle(31
characters). I just
modified this in the deployment descriptor to get it to deploy.
We also can't get the following JSP tag to work which should work in JSP
1.1- I checked the spec.
<jsp:setProperty name="beanName" property="*" />
Thanks for any help,
Eric
Karl Avedal wrote:
> Hello,
>
> A brief note about the orion.jar "patches" available on the site.
>
> These patches are for advanced users and for people who have problems
> with specific bugs in earlier versions. They are not always tested and
> they are not official. Sometimes those jar's will be alot better but
> they can also contain new bugs, so use at your own risk.
>
> 0.9.2 will very shortly be officially released, we are testing it and
> updating documentation. One of the features is an -install switch to the
> server which will make some initial settings. This will mean fewer steps
> to try the demos and hopefully less hassle for all of you.
>
> Regards,
> Karl Avedal
>
> Eric Richardson wrote:
>
> > Vlad,
> > So I guess a 0.9.2 jar is newer than the 0.9.1g jar I'm using. This
> > may be helpful to the list.
> > Eric
> >
> > Vlad Petric wrote: