Re: latest production version?

2001-03-12 Thread James Manning
official" release, etc) for >full-scale deployment situations? Since orionserver.com says "Stable version: 1.4.5", I'd go with that. After all, if 1.4.7 (or whatever it's at now) were deemed stable enough, the web site would (or at least, should) reflect it as the

Re: Error unpacking: IO Error: error in opening

2001-03-09 Thread James Manning
there now :) For "most" people, the transfer is fast enough once you're overwriting the .ear to where it's not a big deal. You can workaround by transferring into a tmp file and doing a rename (or 2 renames, at most) How to treat this can lead to a religious war, which is why I&#

Re: embedded servlet tag

2001-02-03 Thread James Manning
ude file="..."%> this is a compile-time include This may, in fact, be the same thing you were saying... just wanted to clarify :) -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

auto-deploying without editing config/*.xml

2001-02-03 Thread James Manning
g/default-web-site.xml on each new webapp). FWIW, this is mainly for a mass-migration of webapps off of tomcat :) James -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Evermind or Ironflare?

2001-02-01 Thread James Manning
[Sean Pau] > hi I always thought OrionServer is by Evermind. But their FAQ listed the > company as Ironflare. Who owns OrionServer? Thanks Evermind is undergoing a transformation at the moment... 1.4.5+ is a sign that the cocoon may be opening :) -- James Manning <[EMAIL PROTECTED]

Re: novice question

2001-01-27 Thread James Manning
ble to find/read assembly info for /home/jmm/reporting-new (META-INF/application.xml) -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Forte support for EJB programming?

2001-01-15 Thread James Manning
y in Forte for doing EJB skeletons, similar to EJBMaker of Orion... does such a capability exist? I know this is a little off-topic for this list, but people using Forte and Orion would seem to be best for answering this question :) -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint =

stored procedures and entity beans

2001-01-07 Thread James Manning
edure instead (can orion fetch from out variables instead of resultset? Thanks! James -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: ejbLoad : Error retrieving a picture from DB

2000-12-28 Thread James Manning
etBytes(1,blobObj.length()); I hate 1-based positioning, although I guess I can tolerate it here -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Offtopic:Ant Build scripts

2000-12-28 Thread James Manning
[Aniket V U] > can somebody please send me a sample ANT build file for making ears for orion. The EJB 2.0 example on orionsupport includes some -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Report Printing Tool??

2000-12-26 Thread James Manning
duce graphs with a little more interactivity (drill-down, mouse rollover, etc)? java interface required, of course, although something that provides a url interface and accepts params may work just as well. Thanks! James -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 C

Re: Distributed Transaction without EJB.

2000-12-21 Thread James Manning
er that supports both JTS and JTA... am I missing something? -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Faster encryption

2000-12-11 Thread James Manning
not noticed such CPU eating > behaviour. I've heard of ppl using openssl-based native code solutions, but SSLava with hooks into native calls to dedicated encryption cards/devices is going to make more sense for bigger sites (like Intel :) -- James Manning <[EMAIL PROTECTED]> GPG K

Re: Changing Orion Generated SQL

2000-12-08 Thread James Manning
ncrete java source file, filling in necessary logic, then a final compilation phase to produce a first, initial, working class file. That would seem to provide an opportunity for modifying the source and recompiling to provide tweaks. What about this is wrong? -- James Manning <[EMAIL PROTE

Re: Changing Orion Generated SQL

2000-12-08 Thread James Manning
ntity beans attached to larger tables, it could be nice to be able add in the "hints" recognized by your particular DB (like specifying degree of parallelism in the use of oracle's parallel query in an ejb finder) This make sense? Seems doable? -- James Manning <[EMAIL PROTECT

Re: Entity bean reference mapping

2000-12-06 Thread James Manning
[Juan Gargiulo] > also, i think the home= attribute has to be a jndi location. Can the above qualify? Is it relative? -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Entity bean reference mapping

2000-12-06 Thread James Manning
[Juan Gargiulo] > sorry if I'm confused, but doesn't the home= attribute have to point to the Home object for the EJB, and not the EJB itself? -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

Re: Content-Length errors thrown when attempting to forward to a page

2000-12-06 Thread James Manning
ple is changed to > > <% if( some_condition ) >{ > response.sendRedirect(another_url); > return; >} > %> > I even do the "return;" after jsp:forward's, even though I have a sneaking suspicion that it's redundant and that I could dig and find

Re: Content-Length errors thrown when attempting to forward to a page

2000-12-05 Thread James Manning
ent-length header had already been committed, and when you resulting page is longer, an exception is thrown. Wish I could be of more help... I'd love to hear what the answer is :) James -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0BF B026 EEBB F6E4

orion server ftp download mirrors?

2000-12-05 Thread James Manning
Attempts to download 1.3.8 or 1.4.0 generate problems with ftp.sunet.se ftp.sunet.se [194.71.11.40] 21 (ftp) : Connection refused Any known mirror locations? anyone willing to put one up? :) -- James Manning <[EMAIL PROTECTED]> GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7 9C8E A0B