I would love to see your bug/rfe tracker as an Orion J2EE sample app!
-----Original Message-----
From: Magnus Stenman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 24 August 2000 12:21 PM
To: Orion-Interest
Subject: Re: load-on-startup moving around and breaking things
Hi,
we're as you migth suspect quite busy (surprise surprise) so we're not
replying to all the mails that we should. But it's important to get the
point across that we *do* digest all the mails sent to bugs@ and try to
act
on them and we do appreciate them very much. This may not seem to be the
case due to lack of response at times, but it is. As an example, the
last
bug you reported (sent to bugs@ on the 22nd), titled "load-on-startup
initialization called twice" was found thanks to your report and fixed
is in
the latest internal build (which will pop up at
http://www.orionserver.com/orion/orion.jar within a day - it's
unfortunately
been somewhat delayed). We should naturally reply to those reports in
the
general case and also improve the changelog, we're trying to improve
both
but focusing on the latter since it effects more people in general.
We're
also working on a more permanent solution with the long overdue support
system (containing bug/rfe tracker etc with status and so on). I hope
that
clears things up, but I'd like to stress again that we do appreciate
reports
sent to bugs@ a lot, and even more so when they're very
detailed/descriptive
or even better yet (where applicable) - with a testcase. We try to reply
in
the general case but at times it's a choice between fixing some other
bug or
that and then the replying mechanism lags unfortunately. The same goes
for a
less descriptive report vs a detailed one/one with a testcase (dont
worry,
yours is usually dubbed as very descriptive ;).
/Magnus Stenman, the Orion team
----- Original Message -----
From: "Christian Sell" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, August 23, 2000 9:14 PM
Subject: Re: load-on-startup moving around and breaking things
> let me jump in here quickly... I've sent quite a few "bug" reports to
bugs@,
> as well as to support@. As far as I remember (I do remeber quite well)
I
> never received an answer, which makes one wonder where those channels
really
> lead...
>
>
> -----Original Message-----
> From: Karl Avedal <[EMAIL PROTECTED]>
> To: Orion-Interest <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Donnerstag, 24. August 2000 02:30
> Subject: Re: load-on-startup moving around and breaking things
>
>
> >Hello Duane,
> >
> >Please send suspected bugs to [EMAIL PROTECTED], it's much safer
than
> hoping
> >that someone will pick it up and forward it. I'll forward this one.
> >Orion-interest is for public community discussions, so all of us
don't
read
> >every mail sent to the list.
> >
> >Regards,
> >Karl Avedal
> >
> >Duane Fields wrote:
> >
> >> Ok, in my expanded war's web.xml I have...
> >>
> >> <servlet>
> >> <servlet-name>mcInit</servlet-name>
> >> <display-name>mcInit</display-name>
> >> <servlet-class>uo.mc.MissionControlInitServlet</servlet-class>
> >> <init-param>
> >> <param-name>verifyApplication</param-name>
> >> <param-value>true</param-value>
> >> </init-param>
> >> <load-on-startup>1</load-on-startup>
> >> </servlet>
> >>
> >> which works great, as expected. However, when I startup orion, it
changes
> it
> >> to
> >>
> >> <servlet>
> >> <servlet-name>mcInit</servlet-name>
> >> <display-name>mcInit</display-name>
> >> <servlet-class>uo.mc.MissionControlInitServlet</servlet-class>
> >> <load-on-startup>1</load-on-startup>
> >> <init-param>
> >> <param-name>verifyApplication</param-name>
> >> <param-value>true</param-value>
> >> </init-param>
> >> </servlet>
> >>
> >> It moves the load-on-startup around.... then when I try to start
orion
> the
> >> next time, with validatexml on, I get
> >>
> >> Auto-deploying /usr/local/orion/default-web-app...
> >> Error initializing site Default Orion WebSite: Error loading
web-app
> >> 'mc-public' at /home/dfields/dev/splashdown/src/mc/mc-public: Error
> parsing
> >> WEB-INF/web.xml in /home/dfields/dev/splashdown/src/mc/mc-public:
Error
> at
> >> line 12: Element "servlet" does not allow "init-param" here.
> >>
> >> Which seems to indicate that the load-on-startup must be first,
which
of
> >> course isn't true....
> >>
> >> --
> >> Duane Fields
> >> [EMAIL PROTECTED]
> >> Managing Engineer, Web Development
> >> (512) 744-1012
> >
> >
>