Help getting started with JMS

2002-03-20 Thread Joe Antkowiak
tart(); QueueSession qsess = qconn.createQueueSession(false, Session.AUTO_ACKNOWLEDGE); QueueSender qsend = qsess.createSender(myqueue); qsend.send(qsess.createTextMessage("Message")); System.out.println("sent message!"); qconn.close(); } catch (Exception e) { e.printStackTrace(); } } Any ideas as to what I'm doing wrong?? Obviously, something is hosed on my configuration. Thanks for any help. Joe

Bean managed Transactions Help

2002-03-14 Thread Joe Antkowiak
ransaction that is active. It blows up in the 'if' statement: javax.transaction.TransactionRolledBackException: javax.ejb.EJBException Is there something else that I need to be aware of inhandling bean-managed transactions?? Thanks for all your help. Joe

Transactions help - nevermind

2002-03-14 Thread Joe Antkowiak
Nevermind the last message I wrote on help with transactions. I got it. My mind is fluff today. :) Thanks anyways. Joe

More help for the newbie - javax.naming.NamingNotFoundException

2002-03-05 Thread Joe Antkowiak
ht on this would be greatly appreciated. Also, In my jndi.properties file, I'm using ApplicatonClientInitialContextFactory. When I tried using RMIInitialContextFactory, i got errors. Just curious as to what the differences are, and what the proper factory is, and where it should be used. Thanks again for all of your help. Joe

HELP! Newbie with orion and EJB's

2002-03-04 Thread Joe Antkowiak
help would be greatly appreciated.Thank you,Joe

Wierd page at 127.0.0.1 and virtual hosts

2002-01-26 Thread Joe Fair
1 virtual-hosts=jfair.homeip.net Can you see any confilcts with this setup? Thanks, Joe __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com

Re: Message Driven Beans

2001-11-14 Thread Joe Sackett
Are you new to this mailing list? There are countless postings regarding Orion MDBs. IMHO, you can't get much more bleeding edge than Orion. Check the archives... - Joe -Original Message- From: El Jeffo [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Wednesday, November 14

Re: Newbie classpath problem - please help

2001-09-27 Thread Joe Sackett
Derek, In server.xml Use: library path=c:\java\jdk1.3.1\lib\tools.jar/ to include shared jars in Orion's environment. You can also deploy classes as J2EE applications: application name=TestApp path=d:\Projects\Test\TestApp.ear/ - Joe -Original Message- From: [EMAIL PROTECTED

Re: Fw: Virus alert

2001-08-30 Thread Joe Fair
http://vil.mcafee.com/dispVirus.asp?virus_k=98893; Sound familiar? Always check the net. Better yet, never send out virus warnings. Joe --- srinivas [EMAIL PROTECTED] wrote: CH.Srinivas Babu Java Application Developer Mobile : 0060163698056 - Original Message - From: Farid

A little off topic: HTTPS and cookies in Java

2001-07-12 Thread Joe Fair
I'm about to start a project that I will need to access a web site that will send me cookies for security. I'm trying to automate the access, and I was wondering if anyone had used some software to handle the cookies comming in and going out? Thanks, Joe

NT Security Integration?

2001-06-07 Thread Joe Fair
Has anyone has integrated Orion user security with NT login security? It sounds like the sort of thing that is either really easy or really tough. Any leads? Thanks, Joe __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only

RE: JSP can't use local classes - What am I overlooking?

2001-05-29 Thread Joe Fair
Sorry for the delay. I was using com.theseus instead of org.theseus in the JSP. Or, as I'll tell my boss There was a namespace collision. and launch into a description of packages. Thanks for all the help, Joe --- Marcel Schutte [EMAIL PROTECTED] wrote: I believe that you should have your

JSP can't use local classes - What am I overlooking?

2001-05-24 Thread Joe Fair
/web-uri context-rootstatic-example-web/context-root /web /module /application What am I leaving out? Thanks in advance, Joe __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

New OrionSupport article: Create custom user-authentication

2001-05-17 Thread Joe Walnes
implementing 3 methods. http://uk.orionsupport.com/articles/usermanager.html Hope it's useful. -Joe Walnes

Re: Updateing to 1.4.8

2001-05-07 Thread Joe Fair
Don't feel bad. I spent a long while looking that up this weekend. In the orion dir do java -jar autoupdate.jar --- Mark Kettner [EMAIL PROTECTED] wrote: Hi All, Sorry for this very stupid message: can somebody please tell me where to download the newer releases or aren't they public

Re: Is EJBMaker Worth it?

2001-04-21 Thread Joe Fair
Thanks. I thought it was just me. If you like vi try vim from vim.org. It's ported to lots of platforms and has some nice features. Thanks again, Joe --- Ray Harrison [EMAIL PROTECTED] wrote: I have found that using vi or ultraedit + Ant has been a much better combination. --- Joe Fair

Is EJBMaker Worth it?

2001-04-20 Thread Joe Fair
I've been working with EJBMaker for several hours now, and I can't help but think that it would have been faster to do it by hand. Does anyone else have an encouraging experience? Thanks, Joe __ Do You Yahoo!? Yahoo! Auctions - buy the things you

newbie Problem with ejbmaker

2001-04-19 Thread Joe Fair
/container-transaction /assembly-descriptor /ejb-jar Any clues would be greatly appreciated. Thanks, Joe __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

RE: JSP Tags in an XSL Template?

2001-04-18 Thread Joe Latty
/xsl:if /input /td /tr /table /xsl:for-each /xsl:template /xsl:stylesheet We have done this many times. Joe -Original Message- From: [EMAIL PROTECTED] [ma

ClassFormatError

2001-04-04 Thread Knudsen, Joe
, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622

sendRedirect, Apache and Orion

2001-03-14 Thread Joe Latty
sp" response.sendRedirect(response.encodeRedirectURL(theURL)); This will now change the url from http://www.frontend.com/myapp http://www.frontend.com/myapp to http://rearend:8080/myapp http://rearend:8080/myapp which loses my session. How do I stop the sendRedirect prefixing the URL. Joe winmail.dat

Re: Orion with tomcat!!!

2001-03-01 Thread Joe Walnes
ermind.server.rmi.RMIInitialContextFactory', otherwise the web-app behaves like a J2EE client (which requires application-client.xml). -Joe Walnes

RE: Does Orion support PNG formatted images

2001-02-12 Thread Knudsen, Joe
Tim, it wasn't any problem with Orion it was in my building of the war file a wasn't copying the PNG files into the war. My build only looked for GIF or JPG file extensions. Simple build error. Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone

RE: Does Orion support PNG formatted images

2001-02-09 Thread Knudsen, Joe
I found my error it works just fine. Sorry Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622 -Original Message- From: Knudsen, Joe Sent: Thursday, February 08, 2001 7:43 PM To: 'Orion-Interest' Subject: Does

Does Orion support PNG formatted images

2001-02-09 Thread Knudsen, Joe
I wanted to use PNG formatted Images and the Orion Web Server seems not to support that? Any ideas? Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622 -Original Message- From: Mohit Palhan [SMTP:[EMAIL PROTECTED]] Sent

Yet another oddity in 1.4.6

2001-02-05 Thread joe . ottinger
In 1.4.6, build 10008, related to the "lookup X and get reference Y"... As per Magnus (and the orion-ejb-jar.xml's docs), I have the followingorion-ejb-jar.xml: ?xml version="1.0"?!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN"

RE: Anyone know how to def Data-type in cmp-field???

2001-02-05 Thread joe . ottinger
Title: RE: Anyone know how to def Data-type in cmp-field??? The simplest solution (and the one I choose, usually) is to deploy the beans and let the errors go by (if any; I've not used Interbase, and I've not seen this kind of error). This should generate an orion-ejb-jar.xml for you in

message-driven beans from a topic

2001-02-02 Thread joe . ottinger
I've got a message-driven bean listening to a topic. (Yes, I know, queues would be better, but the queue/message driven mechanism has a problem, last I checked.) However, every message causes a new instantiation of a message-driven bean... and since it's a topic, it's feeding the message to

RE: Evermind or Ironflare?

2001-02-01 Thread joe . ottinger
Title: RE: Evermind or Ironflare? Evermind is changing (or has changed) their company name to Ironflare AB. Same company. Same people. Same coders. Same product. New name. -Original Message- From: Sean Pau [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 01, 2001 8:21 AM To:

RE: How to specify 2 databases in datasource.xml file.

2001-01-29 Thread joe . ottinger
Title: RE: How to specify 2 databases in datasource.xml file. J2EE doesn't control that specifically, but it's certainly part of Orion. Simply specify two data-source nodes in datasource.xml; each data source will now be available to your application. -Original Message- From:

orionsupport.com

2001-01-25 Thread joe . ottinger
Title: orionsupport.com Yes, www.orionsupport.com is down at the moment. I'm working on getting it back up; it should return (hopefully) a little later today (within two hours). Sorry I haven't responded to any emails sent to me about it; my primary mailserver is on that machine. I just now

[New article on OrionSupport] Using PostgreSQL with Orion

2001-01-19 Thread Joe Walnes
Tim Drury has written a very nice step by step for configuring PostgreSQL and Orion for use with each other. http://www.orionsupport.com/articles/postgres.html -Joe Walnes

Resource Archive and J2EE Connectors?

2001-01-16 Thread Joe Fair
provides the database driver. Has anyone else heard of this? Thanks, Joe

Re: Cocobase integration

2000-12-15 Thread Joe Walnes
standard persitence mechanisms (I've never done it, but see no reason why it shouldn't). However you may save yourself a lot of time by using Orion's built in O/R mapping support for CMP entity beans. http://www.orionsupport.com/articles/complex-or.html -Joe Walnes

RE: weird Orion 1.4.4 JSP bug

2000-12-15 Thread Joe Walnes
ring this tag, try: %-- webwork:include page="/request.jsp" --% -Joe Walnes At 17:03 15/12/2000 +1100, you wrote: AFAIK you cannot close a tag with parameters: /webwork:isnotnull name="$name" Try without the parameter -Original Message- From: Hristo St

Re: SV: Orionserver php

2000-12-13 Thread Joe Walnes
by the VM. There will be a howto for setting this up appearing on orionsupport.com within the next few days if you're interested. -Joe Walnes

Re: Orionserver php

2000-12-12 Thread Joe Walnes
Yes it does, and very well indeed. Nice thing is that PHP can interact with Java objects (such as EJB's) so it makes for a nice presentation layer. I await the flames. -Joe Walnes At 10:19 12/12/2000 +0200, you wrote: Hello folks, has anyone mixed orionserver and php? If you don't want

Re: SV: Orionserver php

2000-12-12 Thread Joe Walnes
y for web-developers. -Joe At 13:35 12/12/2000 +0100, [EMAIL PROTECTED] wrote: This is actually VERY easy to do, just compile a normal php cgi executable without apache integration and install it in your path... Dont touch anything in orion, but restart it... Then make a file in your default

RE: Off topic: development tools

2000-12-11 Thread Joe Walnes
to the source without consuming 100mb memory :) homesite - for JSP development -Joe Walnes -Original Message- From: Jarek Skreta [mailto:[EMAIL PROTECTED]] Sent: Lunes, 11 de Diciembre de 2000 8:03 To: Orion-Interest Subject: Off topic: development tools Hello

New howto on orionsupport: Configuring Cocoon

2000-12-08 Thread Joe Walnes
Hope it is useful. -Joe Walnes

Session Timeout Default

2000-12-07 Thread Knudsen, Joe
Does anybody know what the default session timeout. In the docs it shows how to set it in web.xml but not what the default is. Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622

RE: cache-control problem

2000-12-05 Thread Knudsen, Joe
I see these couple lines in the Orion Primer. // Make sure this page will not be cached by the browser response.addHeader("Pragma", "no-cache"); response.addHeader("Cache-Control", "no-store"); I'm not sure if this is what you want. Thanks, Joe Kn

Re: Running two instances of Orion on the same IP and port

2000-11-29 Thread Joe Walnes
Setup the first instance of Orion as usual. Setup the 2nd instance of Orion on a different port. Use TunnelServlet in Orion 1 to forward requests to Orion 2 for necessary vhosts. -Joe Walnes At 21:46 28/11/2000, you wrote: Orioners, Has anyone ever tried to run two instances of Orion

RE: Debugging CMP sql

2000-11-28 Thread Knudsen, Joe
I have had similar problems. It seems like the it only initially generates the SQL. I had to delete the directory and all its contents under orion/application-deployments/appName and then it would recreate the database. It may fail on things that already exist but create any new items.

webdav

2000-11-19 Thread Joe Peer
hi! i just wondered if there are any plans in supporting the WebDav protocol - or would you recommend using apache as frontend and orion as backend in that case? thanks joe peer ___ Tired of slow Internet? Get @Home Broadband Internet

New article: Running Orion on FreeBSD

2000-11-19 Thread Joe Walnes
Justen Stepka has kindly written this how-to about running Orion on FreeBSD. http://www.orionsupport.com/articles/freebsd.html -Joe Walnes

New app/tools how-tos required for OrionSupport

2000-11-16 Thread Joe Walnes
people have had with these so far (I have my own interesting tales), or any other things you would like to see addressed. As usual, all contributions welcomed :) Thanks -Joe Walnes

OFF TOPIC: Jdbc Driver for MS SQL server?

2000-11-14 Thread Joe Peer
er drivers they could recommend) any hint would be highly appreciated! thanks, joe peer ___ Tired of slow Internet? Get @Home Broadband Internet http://www.home.com/xinbox/signup.html

Re: Does Orion support CMP using user defined types?

2000-11-10 Thread Joe Walnes
http://www.orionserver.com/docs/api/ -Joe Walnes

Re: Running multiple application instances with Orion

2000-10-31 Thread Joe Walnes
cmp entity in the entire application. Likewise, orion-application.xml also allows you to specify a data-sources.xml file to be used for the specific application - this allows you to separate configuration of data-sources in each applications. -Joe Walnes At 16:07 31/10/2000, Kurt Hoyt wrote

Re: load testing tools/procedures

2000-10-28 Thread Joe Peer
hi, a couple of months ago i downloaded Microsoft's "web application stress tool" from their homepage (dont know the excact url anyomore) and it looked good [but i did not use it for serious testing until know] bye joe - Original Message - From: Robert Krueger [EMAIL

Re: DataSourceUserManager caches table with users and passwords

2000-10-27 Thread Joe Walnes
.setPassword("cheese"); roleManager.store(); - See http://www.orionserver.com/docs/api/ for docs on RoleManager. Briefly, it's job is to provide an interface to the current UserManager for the developer to work with. -Joe Walnes At 10:47 27/10/2000, you wrote: Hello, I use the DataSource

Re: Internal Orion requests vs External Requests?

2000-10-25 Thread Joe Walnes
t;filterapplied", Boolean.TRUE ); // do filter stuff } -Joe Walnes At 10:27 25/10/2000, you wrote: I'm implementing a clickstream analysis application, and I've run into a problem. Using servlet filter to intercept requests and add to the streams, I intercept all of the Orion internal r

New howto on OrionSupport: Virtual Hosts

2000-10-24 Thread Joe Walnes
Setting up Virtual Hosts on Orion http://www.orionsupport.com/articles/vhosts.html Step by step guide to deploying 2 web-sites with different virtual hosts on the same server. Thanks to Damian Van Dooren for contributing this. -Joe Walnes

New howto on OrionSupport: Using JDBC from Servlets

2000-10-24 Thread Joe Walnes
How to setup a JDBC data-source in Orion and access it using JNDI from Servlets/JSP. http://www.orionsupport.com/articles/jdbc.html -Joe Walnes

New howto on OrionSupport: Virtual Hosts

2000-10-24 Thread Joe Walnes
Setting up Virtual Hosts on Orion http://www.orionsupport.com/articles/vhosts.html Step by step guide to deploying 2 web-sites with different virtual hosts on the same server. Thanks to Damian Van Dooren for contributing this. -Joe Walnes

New howto on OrionSupport: Using Apache as a front-end to Orion

2000-10-24 Thread Joe Walnes
How to use Orion in an environment where you have to use Apache as the front-line web-server. http://www.orionsupport.com/articles/apachefrontend.html Thanks to Joshua Goodall for this little gem. -Joe Walnes

Re: Idea for Orion Support - post changes.txt

2000-10-24 Thread Joe Walnes
in the distribution. -Joe Walnes At 14:59 24/10/2000, you wrote: Just an idea for you guys running orionsupport.com... It would be handy to be able to see the changes in the latest version of Orion before I run the auto update tool, so I can decide if I need anything in the new release and so

Re: get reference to UserTransaction fails

2000-10-24 Thread Joe Walnes
(Correct) java.naming.provider.url=ormi://localhost (Wrong) -Joe Walnes

Re: Orion doesn't interpret Javascript correctly

2000-10-24 Thread Joe Walnes
on this list). You can do this by using the bug-tracking system at http://www.orionserver.com/bugzilla/, or mailing [EMAIL PROTECTED]. -Joe Walnes At 16:20 24/10/2000, you wrote: All, I have a fully functional webapp that runs perfectly under Tomcat (albeit a little slow). The main men

RE: Orion in production - new howto

2000-10-22 Thread Joe Walnes
love to hear how others approached the problem. -Joe Walnes -- At 05:28 22/10/2000, Mike Cannon-Brookes wrote -- This sounds fascinating - I'd love to know more about *ix permissions, securing Orion properly etc. You sound like you've got it all down pat, if you wouldn't mind, I'd love to learn

Re: customize finder method

2000-10-19 Thread Joe Walnes
JDBC prepared statements work. To fix the problem, in your finder-method tag in the deployment descriptor, replace: like '%$1%' ... with ... like '%' + $1 + '%' -Joe Walnes - Original Message - From: "DeVincentiis Giustino" [EMAIL PROTECTED] To: "Orion-Interest&qu

Re: customize finder method

2000-10-19 Thread Joe Walnes
I agree Joe, but can you tell me how did you find out about this? I had the same problem long time ago and I end up with Giustino's solution! Just want to learn how to find the best answer to my questions. Figured it out :-) If $1 is a String, it is escaped and quoted before putting

Re: FAQ-o-matic and OrionSupport

2000-10-17 Thread Joe
Jason, Thanks for your support... we already have a new site which we are planning on launching in the next few days which is a group effort by a number of people. Really, the best way you can support the site, is simply to use it. Stay tuned. -Joe Walnes - Original Message - From

Re: Does Orion have an FTP service?

2000-10-02 Thread Joe Walnes
See http://www.orionserver.com/faq/#-855510329 -Joe Walnes - Original Message - From: "Neville Burnell" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, October 02, 2000 7:14 AM Subject: Does Orion have an FTP service? Hi, Does orion

Re: JUnit with Orion, source included

2000-09-29 Thread Joe Walnes
and parses the results into a DOM tree that can be easily tested. http://httpunit.sourceforge.net/ -Joe Walnes From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]] Sent: den 28 september 2000 20:08 To: Orion-Interest Subject: JUnit with Orion, source included I wrote an extension to JUnit for testing

Re: Servlet Filters - Apache Mod_Rewrite

2000-09-28 Thread Joe Walnes
are not required. Simply create a servlet that sends appropriate redirects then use servlet-mappings to assign it to URL's. -Joe Walnes

RE: Deploying Servlet for EJB access, PLLLSS Help

2000-09-15 Thread Joe Walnes
ContextFactory, which is designed for application-clients. From within a servlet, a com.evermind.server.ApplicationInitialContextFactory should be used instead. By default, all the required properties for the InitialContext will be already set in the system properties by Orion. Short answer, use : context = new InitialContext(); // no properties -Joe Walnes

RE: EJB 2.0's Message Driven Beans in Orion 1.2.9 ?

2000-09-13 Thread Joe Walnes
to this topic from a client will be handled by the onMessage() method. -Joe Walnes

RE: Specifying finder-methods (full query)

2000-09-13 Thread Joe Walnes
. The problem is that you then have nasty SQL inside your beans - where it shouldn't be. -Joe Walnes Thanks for the reaction (also Nick). I realize now the potential security problems by allowing full specification of SQL on the client. Unfortunately the "Bob" example does not solve my

RE: Why!?.... NoClassDefFoundError

2000-09-13 Thread Joe Walnes
Make sure the files orion.jar, ejb.jar and naming.jar (in the orion dir) are in your classpath. -Joe Walnes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Troedsson Sent: 13 September 2000 17:26 To: Orion-Interest Subject: Why

RE: Help with OR-Mapping

2000-09-11 Thread Joe Walnes
quot; name="number(10,0)" /. but what would a byte array map to is the question. Your response would be highly appreciated. type-mapping type="byte[]" name="blob" / (or whatever you want the type to be) -Joe Walnes

RE: 3rd post, no answer

2000-09-11 Thread Joe Walnes
Dale, Can you confirm that you are using JNDI to lookup the MailSession with the location "java:comp/env/mail/MailSession"? If you are not, you may be using a MailSession you're not expecting. That's my only suggestion anyway - if you are already using this location, ignore me :) -

RE: Device dependent xsl translation recommendation

2000-09-08 Thread Joe Stewart
How about putting up a link instead of attaching a file for those of us on dial-up connections? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 08, 2000 10:04 AM To: Orion-Interest Cc: [EMAIL PROTECTED]; [EMAIL

RE: Orion Log file analyser

2000-09-01 Thread Joe Walnes
You can use any analyser really as you can configure the output log format to be however you want. I use NetTracker - it costs a bit really, but it can generate virtually any kind of report you can think of. (www.sane.com) -Joe Walnes -Original Message- I've read in this list about

RE: Inheritance

2000-09-01 Thread Joe Walnes
OR mapping with Orion http://www.ambysoft.com/mappingObjects.html - Tips for OR mapping and creating own persistance layer http://www.helsinki.fi/~jplindfo/pattern/State.html - Diagram of state pattern http://www.helsinki.fi/~jplindfo/pattern/Strategy.html - blah -Joe Walnes

RE: datasource user manager

2000-08-30 Thread Joe Walnes
I can't seem to find which xml file I should put my init-params for DataSourceUserManager. Does anybody know this? orion-application.xml -Joe Walnes

Getting off the list

2000-08-30 Thread Joe Klemmer
How does now leave this list? I have tried every combination of unsubscribing conventions I know yet nothing seems to work. I have sent messages to - [EMAIL PROTECTED] with "unsubscribe" in both the body and the subject, including my email address and the list name, at

RE: Can HttpSession store stateful SessionBean for future usage?

2000-08-26 Thread Joe Stewart
Mike, Could you provide a code snippet showing how you do this? Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Cannon-Brookes Sent: Friday, August 25, 2000 10:31 PM To: Orion-Interest Subject: RE: Can HttpSession store stateful

RE: v1.2 Admin crashes Win2000 SP1 JDK1.3

2000-08-15 Thread Joe Walnes
I have exactly the same version of java, win2000 and orion and am having no problems at all. -Joe Walnes -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hanasakiSent: 15 August 2000 14:17To: Orion-InterestSubject: v1.2 Admin crashes

Re: Tieing http session to db connection in orion?!?

2000-08-14 Thread Joe Peer
ms and so on) [not to mention the second argument with the non-serializability of db connections and the problems with server clusters] any comments? any explainations? joe keith kwiatek wrote: * some people say, it's best practice to put 1 connection into 1 user's http sessi

webapp design: how to handle connection pooling

2000-08-09 Thread Joe Peer
to who is right? or, how do you handle it? thanks a lot! joe peer -- mailto:[EMAIL PROTECTED] ___ Say Bye to Slow Internet! http://www.home.com/xinbox/signup.html

class/servlet reloading

2000-08-01 Thread Joe Peer
, nearly no denial of service time) could you help me with this? thanks! joe ___ Say Bye to Slow Internet! http://www.home.com/xinbox/signup.html

Problem with restarting orion: Me too

2000-07-25 Thread Joe Peer
, joe peer [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Ratz, Peter Gesendet: Dienstag, 25. Juli 2000 08:33 An: Orion-Interest Betreff: Problem with restarting orion Hello, im am new to orion server an i cannot restart/shutdown

orion as a nt service

2000-07-23 Thread Joe Peer
hi everybody, simple problem: how can i make sure under win nt that orionserver will restart after a system-reboot? - i think, the normal solution would be installing orionserver as a nt service please could you give me some hints how to do _that_? thanks! joe peer [EMAIL PROTECTED

cgi problems in version 1.0.3?

2000-07-18 Thread Joe Peer
. the PATH environment varible is set to the bin-directory of the perl interpreter (i tried to set it to the perl.exe directly, but that did not help) when i replaced the orion.jar file with the 1.0 version, everthing worked fine, again...? any suggestions? thanks, joe peer [EMAIL PROTECTED

RE: Entity bean creation

2000-07-17 Thread Joe Walnes
Is there a tool for creating an entity EJB ( Home, Remote and EJB) from a JDBC database table ? Together 4 Enterprise can analyse a JDBC database and create all the necessary beans for you. An expensive package but well worth it for its features. www.togethersoft.com -Joe Walnes

RE: Servlet handling both *.html and /

2000-07-10 Thread Joe Walnes
to see how to do this. -Joe Walnes

Orion/1.1.4 and JPS

2000-07-01 Thread Joe Stewart
on every restart. I'm starting orion with 'java -jar -Djsp.reuse.tags=false orion.jar'. Everything seems to work fine, I just can't authenticate a new account. Any ideas what the problem is? Joe Stewart

RE: Deployment time for lots of beans

2000-06-29 Thread Joe Walnes
to compile jsp's). Jikes: http://www10.software.ibm.com/developerworks/opensource/jikes/ To get orion to use it for compiling, add to config/server.xml: compiler executable="/path-to/jikes" classpath="/path-to-real-jdk/jre/lib/rt.jar" / -Joe Walnes

RE: Help, with HypersonicSQL/ Orion

2000-06-28 Thread Joe Walnes
stribution). -Joe Walnes

RE: Error initializing userManager

2000-06-16 Thread Joe Walnes
in /orion/demo/ejb/. (Read section 4 of install.txt for info) -Joe Walnes

RE: OBJECTS IN ENTITYS

2000-06-16 Thread Joe Walnes
is the influence of having lots of entity beans in my application? ¨Is negative? Not really. In general, it's better to have lots of very simple coarse grained entities than a few complex ones, but then ofcourse each situation varies. -Joe Walnes

RE: find by Set

2000-06-14 Thread Joe Walnes
't be long until the trusty Orion lot let us do it :) -Joe Walnes

RE: Can't deploy example atm with datasource db2

2000-06-14 Thread Joe Walnes
type mappings. (see http://www2.orionserver.com/docs/database-schema.xml.html ) In config/data-sources.xml, edit the data-source being used by the application so it has the parameter schema="database-schemas/db2xml". -Joe Walnes

RE: Can't deploy example atm with datasource db2

2000-06-14 Thread Joe Walnes
In the database-schemes the "type" is the Java-Class and the "name" is the Column-Type in the database. So the entry for name should be name="long varchar", but what is the entry for type ? java.io.Serializable -Joe Walnes

RE: EJB under Orion/Windows-98

2000-06-13 Thread Joe Walnes
for win98 which may not scale well but provide enough functionality for development. There are also many pure java ones too (HypersonicSQL, Pointbase, Cloudscape, jDatastore). -Joe Walnes

RE: jsp:plugin generates wrong for params

2000-06-13 Thread Joe Walnes
Instead of name it sets null. Have anybody seen this before or have a solution ? jsp:param name"cache_option" value="Plugin" / You forgot the = sign. :) -Joe Walnes

Passing Collections or arrays to finder methods.

2000-06-06 Thread Joe Walnes
s across Collections or arrays to finder methods, and if so what I'm doing wrong. I'm convinced it's possible because in the orion documention for orion-ejb-jar/enterprise-beans/entity-deployment/finder-method/method/method -params/method-param, it uses int[] as the example. Thanks in advance. -Joe Walnes

RE: taglib processing

2000-05-26 Thread Joe Walnes
tag to foo:mytag value="%= "view." + bar %"/. I'm unsure as to where this is in the spec, but I find taglibs only seem to recognise dynamic expressions if the entire attribute is in %= %. -Joe Walnes

  1   2   >