RE: 2 many messages - News Server needed. - Or we could split the list

2000-10-18 Thread Joseph B. Ottinger
this allows, in my email client at least. I > > can see a root > > message and the whole, dialogic line of consequent messages. > > What's so wrong > > with that? > > > > > Probably the most obvious split is between > > > developers using Orion an

POP3 provider (fwd)

2000-10-18 Thread Joseph B. Ottinger
Note that this is still the stuff that really needs to go to orion-interest. As far as orionsupport.com is concerned, I expect that the current site and provider will be replaced momentarily. --- Joseph B. Ottinger [EMAIL

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
On Tue, 17 Oct 2000, Derek Akers wrote: > --On Tuesday, October 17, 2000 8:11 AM -0400 "Joseph B. Ottinger" > <[EMAIL PROTECTED]> wrote: > > > Although, honestly, the lack of self-starters here is rather > > annoying... "Why doesn't s

Re: displaying xml

2000-10-17 Thread Joseph B. Ottinger
ch other. On Tue, 17 Oct 2000, Christian Sell wrote: > I really think this should be officially maintained by orion. Having > multiple semi- or unofficial sites floating around is confusing IMHO and > thus keeps people from contributing > > -----Original Message- > From:

RE: displaying xml

2000-10-17 Thread Joseph B. Ottinger
[EMAIL PROTECTED]> > Sent: Monday, October 16, 2000 5:09 PM > Subject: Re: displaying xml > > Perhaps enclosing the xml in will work. > > Troy Echols > > > Derek Akers wrote: > > > Hi all... I am trying to display the contents of an XML file to th

Re: displaying xml

2000-10-16 Thread Joseph B. Ottinger
ive might do it, >but it seems not. > > Does anyone know of a way to do this? > > > Derek Akers > > Internet Application Developer > Eldan Software, Toronto > (416) 341-0070 > www.eldan.com > ----

orionsupport.com

2000-10-16 Thread Joseph B. Ottinger
s is "I'm willing to put it back up, but if and only if A) You'd rather have mine than someone else's, and B) You're willing to actually contribute back some." It's up to you. Let me know. --- Joseph B.

Re: new documentation

2000-09-29 Thread Joseph B. Ottinger
he > > zip file is empty/corrupted. > > > > Karl, could you have a look ? > > > > Denis Jaccard > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: No response from Customer Support for Licensed Version

2000-09-21 Thread Joseph B. Ottinger
orin Kobashigawa-Bates <[EMAIL PROTECTED]> > * @title: CodeMonkey / COO - Robot6 Inc. > * @phone: 415.345.8872 > * @addr: 1177 Polk St. San Francisco, CA 94109 > */ > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: How to use EJB2.0 on Orion

2000-09-21 Thread Joseph B. Ottinger
many functions as possible, but it will be given a >documentation to make life easier for ppl. > > > > > WR > > > > > > > -Original Message- > > > From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > > > Sent: den 21 september 2000 05:21 &

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
: > I jsu upgraded to Orion 1.3.8. And guess what ? :- it > has the EJB2.0 based ATM application :-) > > Vimal > --- "Joseph B. Ottinger" <[EMAIL PROTECTED]> wrote: > > Don't forget that EJB 2.0 isn't a standard yet. It's > > a draft. Persona

Re: How to use EJB2.0 on Orion

2000-09-20 Thread Joseph B. Ottinger
s have done EJB 2.0 yet, and as > far as the orion core team goes, I hope (!!) they are busy writing > documentation for the basic stuff (and improving orion in their spare time). > > regards > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: Online Orion Support

2000-09-19 Thread Joseph B. Ottinger
> We have a licensed verison of Orion but still i am unable to get support. > > thank you > Cheers > > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

session and authenthication management (fwd)

2000-09-19 Thread Joseph B. Ottinger
More stuff sent to me and not the list. :) --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -- Forwarded message -- Date: Mon, 18 Sep 2000 19:50:05 +0200

adding vhosts without restarting server?

2000-09-15 Thread Joseph B. Ottinger
x27;t know? ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Creating tables in Hypersonic

2000-09-15 Thread Joseph B. Ottinger
my own tables in the > Hypersonic database. > > So my question is how do i create tables in the instance of hypersonic that > comes with Orion? > > regards > > ------- Joseph B. Ottinger [EMAIL PROTECTED] http:

Orion Question (fwd)

2000-09-14 Thread Joseph B. Ottinger
--- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -- Forwarded message -- Date: Wed, 13 Sep 2000 18:55:33 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Device dependent xsl translation recommendation

2000-09-09 Thread Joseph B. Ottinger
gt; > >James Birchfield > > > >Ironmax > >a better way to buy, sell and rent construction equipment > >5 Corporate Center > >9960 Corporate Campus Drive, > >Suite 2000 > >Louisville, KY 40223 > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Device dependent xsl translation recommendation

2000-09-08 Thread Joseph B. Ottinger
: xsltags.zip) > > > > James Birchfield > > > > Ironmax > > a better way to buy, sell and rent construction equipment > > 5 Corporate Center > > 9960 Corporate Campus Drive, > > Suite 2000 > > Louisville, KY 40223 > > > ---

Avoiding URL rewriting?

2000-09-05 Thread Joseph B. Ottinger
eally like to not rely on the code manually forcing everything to be removed. ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: 1.2.9 bug: InputStream from request throwing an exception

2000-09-05 Thread Joseph B. Ottinger
= new byte[contentLength]; > int actualRead = 0; > int bytesRead = 0; > > while (bytesRead < contentLength) { > actualRead = in.read(bytes, bytesRead, contentLength); > bytesRead += actualRead; > } > out.write(bytes); > } > } > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Meglo.com Project (fwd)

2000-09-04 Thread Joseph B. Ottinger
--- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -- Forwarded message -- Date: Mon, 04 Sep 2000 11:58:07 +0200 From: "Fustini (proxys)" <[EM

new version of Orion

2000-08-25 Thread Joseph B. Ottinger
Any word on what changes the new version has, from 1.2.20? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: index.html -> index.jsp

2000-08-24 Thread Joseph B. Ottinger
href="index.jsp" > as a javascript onLoad event in my index.html files to redirect to the > proper index.jsp files.. I hope you have a better and less expensive > solution. > > -- > Patrick Lacson > www.lacson.net > > >

Re: Disturbing behaviour of orion 1.2.0

2000-08-24 Thread Joseph B. Ottinger
-Interest > > > Subject: Disturbing behaviour of orion 1.2.0 > > > > > > > > > > > > Not all System.out.printlns are shown. Anyone had this problem ? > > > > > > > > orion 1.2.0/linux IBM JDK > > > > > >

Re: EJB deployment example?

2000-08-24 Thread Joseph B. Ottinger
va:comp/env/ejb/HelloHome", but where is it > > defined? > > > > Also, if I want to deployed my beans at some remote host, where do I > > set that info? I saw there is a jndi.properties files in the other > > examples, how would I add that in the orion primer exa

Re: System.out

2000-08-21 Thread Joseph B. Ottinger
> - Subscribe Online @ http://www.enewsletters.com.au > > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: your mail

2000-08-20 Thread Joseph B. Ottinger
oo! Mail - Free email you can access from anywhere! ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion sites

2000-08-20 Thread Joseph B. Ottinger
tively little RAM (64 MB) and using a lot of relatively memory-intensive things (EJBs, XSL transformations, etc). Biggest probem with orion is still the docs. ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.

RE: POLL: what are you missing in apache-like functionality?

2000-08-20 Thread Joseph B. Ottinger
nges WITH them. (Did you know Orion supports EJB 2.0? Did you know there *was* an EJB 2.0?) That's one of the reasons the specs are used as documentation at the moment - Orion tracks them as they're coming out. Out-of-date docs aren't much better than no docs at all. --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: POLL: what are you missing in apache-like functionality?

2000-08-19 Thread Joseph B. Ottinger
to me, considering that the list has had working directions for "simple basic auth" a day or two ago that work) or capabilities it already has (like PHP and CGI support). ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Need help retrieving EJB env values (fwd)

2000-08-17 Thread Joseph B. Ottinger
This is something sent to me that the list is more appropriate for. --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -- Forwarded message -- Date: Thu, 17

Re: Clustering in Orion

2000-08-17 Thread Joseph B. Ottinger
Do you plan to include some help in this issue ? > > Regards, > > > Pedro > > > > ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: ports 0-1023

2000-08-15 Thread Joseph B. Ottinger
bove 1023. I run orion under root user. > > Am I missing something obviouse? > thanks in advance, Urka. > > Well, first, MAKE SURE you're running it as root... in all UNIXen, ports under 1024 are protected, but root should have access. --------

DAV support

2000-08-15 Thread Joseph B. Ottinger
I was just looking at jakarta's (as usual, quite slack) documentation for Slide, which is a content management system using DAV. Are there any plans for Orion to implement DAV? If so, how? When? Where? Who? and Why? :) --- Jos

Re: EJB 2.0

2000-08-14 Thread Joseph B. Ottinger
http://www.cs.huji.ac.il/~lenisha > > > > > > > > ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: Jive

2000-08-11 Thread Joseph B. Ottinger
/> > > b) start hsql using "java -cp \orion\lib\hSql.jar org.hsql.Server" > > Works fine & you can connect to the hsql server using the hSql DataBase > manager concurrently with orion also to see what is being stored. > > Kind Regards > > Neville Bur

Re: A very interesting problem with JSP's and Finland

2000-08-10 Thread Joseph B. Ottinger
Yeah, those swedes have it in for you! :) ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: Jive

2000-08-09 Thread Joseph B. Ottinger
ED] > ICQ UIN #9191966 > > It's the end of the world as we know it and I feel fine (Michael Stipe) > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph B. > Ottinger > Sent: 09 August 2000 19:06 > To: Or

Re: Jive

2000-08-09 Thread Joseph B. Ottinger
here used Jive (www.coolservlets.com/jive) with Orion > (1.1.37)? > > > I've just tried to set it up, and hit a problem because the > > > orion/lib/hsql.jar file contains a class called 'Tree'. Jive also has a > > > class called this, and when I try to

Re: has anyone used ssl on linux w/orion?

2000-08-09 Thread Joseph B. Ottinger
Okay, I've had three or four people say that it works, has slow initialization, and a few mentioned that the keytool stuff needed to be done on windows. I'll give it a try now. Thank you very much! ------- Joseph B

has anyone used ssl on linux w/orion?

2000-08-09 Thread Joseph B. Ottinger
I'm looking for proof that it can be done, and then - perhaps - maybe even a "how you did it," but mainly I'm trying to make sure it can be done before I spend time on it. ------- Joseph B. Ottinger [E

EJB 2.0 implemented?

2000-08-06 Thread Joseph B. Ottinger
. It would take me some time to convert to the EJB 2.0 spec as I'm not suRE I fully comprehend it yet, but I'm willing to work on it if it's been implemented. ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cu

web-site resources

2000-08-03 Thread Joseph B. Ottinger
ing a LOT of data, and the web sites will be exactly the same except for a resource. How do I do this? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: newbie questions - where are good docs?

2000-07-27 Thread Joseph B. Ottinger
es what comes with the application? > > > > kevin > > > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

servlet directory (fwd)

2000-07-25 Thread Joseph B. Ottinger
-- Forwarded message -- Date: Tue, 25 Jul 2000 12:35:51 -0500 From: Ugur Karakaya <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: servlet directory Hello, How can I configure servlet directory in OrionServer. For example ,default vaule http://localhost:8080/servlet/myservlet

Re: XSLServlet

2000-07-24 Thread Joseph B. Ottinger
> on browser or Content-Type? > > Anders > > > ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: orionserver

2000-07-22 Thread Joseph B. Ottinger
pplication (jsp+datababase > or servlet+database), > Can I take higher score than isapi+database application? > > Thanks for advice. > > Ugur Karakaya > > > > > > > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: admin.jar only 441 bytes

2000-07-18 Thread Joseph B. Ottinger
is only 441 bytes big. > > ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Example of Principals.xml and web.xml for simple access control?

2000-07-18 Thread Joseph B. Ottinger
e has their first working > > example. > > > > Sorry for being such a wimp! > > > >STeve Punte > >e-Business Software Architect > >Technologent Inc > >[EMAIL PROTECTED] > > > > > >

Re: Setuid with CGIs

2000-07-15 Thread Joseph B. Ottinger
ileged user. > > Thanks... > > > ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

SSL?

2000-07-14 Thread Joseph B. Ottinger
anged to match a hostname I can pull up via my browser. I'm still lost. :( --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion SSL? How?

2000-07-12 Thread Joseph B. Ottinger
it 128 bit encryption? > > Any pointers from experienced people? > > Thanks, > Keith > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: XML / XSL

2000-07-09 Thread Joseph B. Ottinger
> Windscape Consulting, Inc. > http://www.windscape.com > ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: XSL Servlet?

2000-07-09 Thread Joseph B. Ottinger
g to happen. > > > > -Original Message----- > > From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, July 09, 2000 4:40 PM > > To: Kevin Duffey > > Cc: Orion-Interest > > Subject: Re: XSL Servlet? > > > > > > On Sat, 8 Jul

Re: XSL Servlet?

2000-07-09 Thread Joseph B. Ottinger
do this. (It originally used the XSLServlet, but it's a testbed of sorts for XSLTServlet, which will be available - docs and all - from orionsupport some day.) ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion info site

2000-07-09 Thread Joseph B. Ottinger
au > CEO & CTO > Fibro Movement Corp. > > email: [EMAIL PROTECTED] > web : www.fibromovement.com > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

SSL key generation, yet again

2000-07-08 Thread Joseph B. Ottinger
ut Orion's version looks more recent, so I'm using Orion's). jcert.jar does, in fact, have an MD5RSA algorithm, but I have no idea how to tell Java that, or why it's not realising it on its own. Can anyone help? This is a critical issue for me and I am royally stu

Re: Jikes performance improvement

2000-07-07 Thread Joseph B. Ottinger
x27;t downloaded jikes yet. (And then I download jikes and ignore javac.) ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: SSL -> 100% CPU

2000-07-06 Thread Joseph B. Ottinger
thing we have not managed to figure out is how to make orion > use our SSLServerSocketFactory implementation. Because of classloader > problems you have to modify the orion.jar file and add our class. The > only problem with this solution is that iaik is a commercial > software. We h

Re: Fix for shutdown issue

2000-06-29 Thread Joseph B. Ottinger
suites so be advised, it can contain other new bugs. Until we have > > we will not include this jar in the zipped download. > > > > Regards, > > Karl Avedal > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion/1.1.4 Version Info?

2000-06-29 Thread Joseph B. Ottinger
>Not a terrible idea to run "java -jar autoupdate.jar" every so often, > >which will download the current versions of pretty much everything marked > >as stable. Be aware that it will overwrite non-.xml files without warning > >you unless you configure it not to.

Re: Orion/1.1.4 Version Info?

2000-06-29 Thread Joseph B. Ottinger
you unless you configure it not to. ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Looking for web host who uses Orion Application Server

2000-06-29 Thread Joseph B. Ottinger
Orion? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: admin -shutdown

2000-06-28 Thread Joseph B. Ottinger
gure things out as I go, so I need contributions from everyone else. The goal is for orionsupport.com to BE a worthwhile user support for Orion and J2EE; it's slow going right now, as my time is very short, but I'm adding things as I can. --------

Re: Equivalent to Apache htaccess?

2000-06-28 Thread Joseph B. Ottinger
> > STeve Punte > e-Business Software Architect > Technologent Inc > [EMAIL PROTECTED] > > > --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: JDBC connection port?

2000-06-05 Thread Joseph B. Ottinger
correctly set up, and you need ALL of the data source attributes set up (the XA attribute, etc.) - --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOME

Re: HTTP POST method

2000-05-30 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 30 May 2000, Joseph B. Ottinger wrote: > On Tue, 30 May 2000, Christian Sell wrote: > > > I have repeated my test with a static html file and a simple servlet- the > > call always goes to doGet(). Here are my html, java an

Re: Bug of RC2? - About Javac instantiating

2000-05-30 Thread Joseph B. Ottinger
dir or...") Hint; reading error messages once you find them is always a good idea... take it from one who's been known to screw that up from time to time. - ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.sunin

Re: HTTP POST method

2000-05-30 Thread Joseph B. Ottinger
ping with - ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -BEGIN PGP SIGNATURE- Version: PGP 6.5.1i iQA/AwUBOTQEnQhcVZKknQwGEQKAPACgnd2zr66H8pqmo/YhDCCtUICvSt0AoJdK 2BZ8nBoaGpQLs5pzx0/rDWgw =2Fwt -END PGP SIGNATURE-

Re: HTTP POST method

2000-05-30 Thread Joseph B. Ottinger
uot; and the name of the method used; then I wrote a JSP front end that had two forms, both submitting to this same servlet, with different actions. The servlet handled the action properly. See http://cupid.suninternet.com/testservice.jsp for the results. ----

IE performance with Orion

2000-05-30 Thread Joseph B. Ottinger
NS, which means your browsing enjoyment will be crippled, but NS assumes you've at least the IQ of a baboon on LSD, which can't be said for IE. ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion Primer

2000-05-30 Thread Joseph B. Ottinger
as > well.. A long way to go for what? And the idea for orionsupport.com is not that *I* will write up how to use Orion - it's that WE, the orion community, will help ourselves. If it turns into Ottinger's support project, screw it. I'll let someone else do it. --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Orion Primer

2000-05-30 Thread Joseph B. Ottinger
> sourcecode. The documentation is rudimentary and so is the error logging (I > remember getting my Jserv installation up and running mostly by looking at > the logs). > > > ------- Joseph B. Ottinger [EMAIL PROTECTE

Re: www.orionsupport.com

2000-05-30 Thread Joseph B. Ottinger
Gordon, the site *is* supposed to be up, but note that it's MY site and not Orion's (although it's done hand-in-glove, more or less.) We're aware of the XSL issues, and I'm working on it. BTW, would you like to help with it? -------

Re: taglib processing

2000-05-26 Thread Joseph B. Ottinger
ib.tld, set the value of the rtexprvalue to "true" for the "value" attribute. --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

CMP OR instantiation?

2000-05-24 Thread Joseph B. Ottinger
need to be populated, etc. Is there a way to populate these lazily? Or is it already done that way? ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: obtaining sequences portably for entity EJB

2000-05-11 Thread Joseph B. Ottinger
etNextID(jndiLocation, beanname); > > > > Cheers, > > Mike > > > > australia.internet.com - http://australia.internet.com > > Email: [EMAIL PROTECTED] > > Phone: (612) 9251 3397 > > Fax: (612) 9251 2819 > > Mobile: 0416 106090 > > > &

obtaining sequences portably for entity EJB

2000-05-11 Thread Joseph B. Ottinger
) { throw new CreateException("NamingException:\nCould not"+ " create EJB: "+ne.getMessage()); } } This will set id - a long - to the next available sequence. ------

Counter.jar in news-app

2000-05-09 Thread Joseph B. Ottinger
ultiple module tags, I suppose? -- ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer PGP signature

Re: Folder Mapping

2000-04-23 Thread Joseph B. Ottinger
orribly broken. :) ----------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: How to compile taglib?

2000-04-19 Thread Joseph B. Ottinger
jar in the classpath, compile taglibs. ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: Accessing EJB from JSP (again)

2000-03-31 Thread Joseph B. Ottinger
cess to entity beans wasn't a normal thing.) Is this documented anywhere? (Am I somehow accidentally volunteering to document it? ) Is it portable to other app servers? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Accessing EJB from JSP (again)

2000-03-30 Thread Joseph B. Ottinger
I've found) bothers me. So here am I, my JSP engine all revved up, and no place to go. Are there any pointers, explained examples, people willing to walk through it with me out there? ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Feature request

2000-03-22 Thread Joseph B. Ottinger
In the XML parser, if an error occurs in a well-formed document, can you *please* convert < to <, etc? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Exception naming in JSP?

2000-03-16 Thread Joseph B. Ottinger
less likely to collide with other variable names? ------- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

Re: Open Source. Was Re: Architecture

1999-01-03 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm on the side of commercial software. Let them get paid; they've invested a lot of time making something arguably better than any other offering out there; all they lack is documentation (hint, hint, Magnus.) Open Source would be NICE - I know I'm

<    1   2