SV: where should I place the image files

2001-02-07 Thread Magnus Rydin
Title: where should I place the image files your image files normaly goes with the rest of your web-content, that is, next to your html files etc. An idea would be to check the image URL:s. WR -Ursprungligt meddelande-Från: Guan, Thomas [mailto:[EMAIL PROTECTED]]Skickat: den 7

SV: Error displaying images in v1.4.5

2001-02-07 Thread Magnus Rydin
Title: SV: Error displaying images in v1.4.5 Roy, are you trying to use Filters compiled with 1.3.8 on a 1.4.7 server? If you are, please notice that the Servlet 2.3 spec has changed between these orion versions. If not, I think you need to give us more details about how you

SV: EJB 2.0 EB n--m implemented?

2001-02-07 Thread Magnus Rydin
Title: SV: EJB 2.0 EB n--m implemented? Hi, no, its not there yet. :( -Ursprungligt meddelande- Från: Jim Archer [mailto:[EMAIL PROTECTED]] Skickat: den 7 februari 2001 13:57 Till: Orion-Interest Ämne: EJB 2.0 EB n--m implemented? Hi All... Does anyone know if many

SV: Benchmarks should be better

2001-02-06 Thread Magnus Rydin
Title: SV: Benchmarks should be better Michael, do you have the result on some website somewhere? it would be very interesting to see some tests preformed by external parties. WR -Ursprungligt meddelande- Från: Michael Quinn [mailto:[EMAIL PROTECTED]] Skickat: den 4 februari 2001

SV: I need reference card for ejb-jar.xml

2001-02-06 Thread Magnus Rydin
Title: SV: I need reference card for ejb-jar.xml There is also the http://www.orionserver.com/docs/ejb-jar.xml.html -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Skickat: den 5 februari 2001 05:09 Till: Orion-Interest Ämne: SV: I need reference

SV: Any tutorials on form based authentication

2001-02-06 Thread Magnus Rydin
There is one in progress: http://www.jollem.com/~ernst/orion-security-primer/ -Ursprungligt meddelande-Från: Dominic Hanlan [mailto:[EMAIL PROTECTED]]Skickat: den 5 februari 2001 08:45Till: Orion-InterestÄmne: Any tutorials on form based authentication Title says it all,

SV: Form-based authentication not working right

2001-02-06 Thread Magnus Rydin
Title: SV: Form-based authentication not working right If nothing else, the ATM uses form based authentication. -Ursprungligt meddelande- Från: Chris Bartling [mailto:[EMAIL PROTECTED]] Skickat: den 6 februari 2001 04:42 Till: Orion-Interest Ämne: RE: Form-based authentication

SV: Form Login bouncing me to welcome page!

2001-02-05 Thread Klaus . Myrseth
Then ln the welcome.jsp file in a protected area. Or in windows copy it. Klaus -Opprinnelig melding- Fra: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] Sendt: 3. februar 2001 01:58 Til: Orion-Interest Emne: RE: Form Login bouncing me to welcome page! Well I don't want the welcome.jsp

SV: Re[2]: R: R: frustrated - jdbc: No suitable driver

2001-02-05 Thread Klaus . Myrseth
You shouls check out the getConnection implementation on the datasource. It gets a reference it pass on to the client, so the client need to have the jdbc interfaces to do this, but it dont need the database drivers. It works much like the same way as an entitybean works (datasources)... Have

SV: I need reference card for ejb-jar.xml

2001-02-05 Thread Klaus . Myrseth
Here it is :) http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd Here everything is described in detail.. Can be hard to read if you dont know the XML DTD notation... Have fun. Klaus -Opprinnelig melding- Fra: Alberto Yano [mailto:[EMAIL PROTECTED]] Sendt: 5. februar 2001 13:44 Til:

SV: When using autonumber for the primarykey...

2001-02-01 Thread Klaus . Myrseth
That is right... The Counter.jar EJB marks a pool of ids it can deliver, just as the databases identity column does it to keep performance. If you need perfectly sequel numbers you have to implement your own EJB to do so. But then you will get a performance hit on 5-10 inserts a second or so.

SV: JSP TagLibs and UTF8 Encoding

2001-02-01 Thread Magnus Rydin
Title: SV: JSP TagLibs and UTF8 Encoding What default encoding do you use for your webapp? Could it be solved by just setting the default-charset to UTF-8 in your orion-web.xml ? -Ursprungligt meddelande- Från: Ted Rice [mailto:[EMAIL PROTECTED]] Skickat: den 31 januari 2001 11

SV: Evermind or Ironflare?

2001-02-01 Thread Klaus . Myrseth
Ironflare is the reason why its been silent here for a couple of months :) Orion team has made a new company with the name Ironflare... They was a part of Evermind before.. Now they have more possabilities to expand and so on. Klaus -Opprinnelig melding- Fra: Sean Pau [mailto:[EMAIL

SV: taglibs

2001-01-31 Thread Magnus Rydin
Title: RE: taglibs Are you in production with 1.3.8 ? Otherwize I would strongly suggest that you update your server to a later version. If the problems persists, please package it into a WAR and include it in a reply so that we can try it out. WR -Ursprungligt meddelande-Från:

SV: R: R: frustrated - jdbc: No suitable driver

2001-01-31 Thread Klaus . Myrseth
You will have to define the jdbc connection in the datasource configuration file on the appserver though. The client should never use any jdbc directly :) The Entity beans can be mapped using cmp or bmp and the lookup through the JNDI context for the suitable connection instance is done through

SV: R: R: frustrated - jdbc: No suitable driver

2001-01-31 Thread Klaus . Myrseth
Ofcourse if you use this in an Entity bean pls use the EJB connection :) Sorry just aditional information - forgot this on the first letter :) Klaus -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 31. januar 2001 16:19 Til: Orion-Interest Emne: SV: R: R

SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Klaus . Myrseth
Whops sorry about the last message, didnt read everything :) But anyways you have to set up the driver and url for that server, or nothing will work at all... Laters!! :) Klaus -Opprinnelig melding- Fra: Roger Vaughn [mailto:[EMAIL PROTECTED]] Sendt: 30. januar 2001 14:47 Til:

SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Klaus . Myrseth
This is not a bug :) You should use the narrow method to do this, or you are not ejb2.0 compatible or corba to be more spesific. Here is an example on how i would do it: * SNIP START Context ctx = new InitialContext(); MyRemoteHome home = (MyRemoteHome)

Re: SV: Disregard: Re: BUG: Can't cast RMI interfaces in 1.4.5

2001-01-30 Thread Roger Vaughn
Nope. I'm afraid that's not it. Yes, using PortableRemoteObject would be a bit more correct, but that doesn't have anything to do with the class loading. Also, I'm calling a plain RMI server, so the session object comments don't really apply here. Here's what I found. The needed class was

SV: Pooled Data Source

2001-01-29 Thread Niklas Uhrberg
Hello, why do you use the same location for location and ejb-location? That might not be a good idea. /Niklas Uhrberg -Ursprungligt meddelande- Frn: Daniel Cardin [EMAIL PROTECTED] Till: Orion-Interest [EMAIL PROTECTED] Datum: den 29 januari 2001 17:29 mne: Pooled Data Source Well...

SV: interbase database schema

2001-01-27 Thread Markus Harnvi
: den 26 januari 2001 18:09 Till: Orion-Interest Amne: Re: SV: interbase database schema I have been reasonably impressed with SapDB - its got its quirks and I haven't fully completed my testing (database and jdbc driver), but is seems pretty solid on Windows 2000 thus far. RHH --- Markus Hdrnvi

Re: SV: interbase database schema

2001-01-27 Thread Ray Harrison
: den 26 januari 2001 18:09 Till: Orion-Interest Amne: Re: SV: interbase database schema I have been reasonably impressed with SapDB - its got its quirks and I haven't fully completed my testing (database and jdbc driver), but is seems pretty solid on Windows 2000 thus far. RHH --- Markus

SV: interbase database schema

2001-01-27 Thread Markus Härnvi
PostgreSQL seems to be more mature than SABDB, but SAPDB has a big company supporting it. what makes you think that way? SAPDB has a background in a commercial product that has been out for many years (decades?) I mean as a repacked OSS product. That's a new situation. Look att Netscape -

SV: interbase database schema

2001-01-26 Thread Markus Härnvi
be found at http://www.mysql.com. I've been using MySQL and Orion together on Windows 2000 without a problem. -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus Rydin Sent: Thursday, January 25, 2001 3:35 AM To: Orion-Interest Subject: SV

Re: SV: interbase database schema

2001-01-26 Thread Ray Harrison
using MySQL and Orion together on Windows 2000 without a problem. -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus Rydin Sent: Thursday, January 25, 2001 3:35 AM To: Orion-Interest Subject: SV: interbase database schema hSQL

SV: interbase database schema

2001-01-25 Thread Magnus Rydin
Title: SV: interbase database schema hSQL (java based) that is shipped with Orion is very neat for development, but probably not the best choice for a production environment. In production I would recommend DB2 or Oracle.. Not open source, but trustworthy. WR -Ursprungligt meddelande

SV: O/R mapping

2001-01-24 Thread Magnus Rydin
Title: SV: O/R mapping That is, I fully agree that this is important when working with existing tables. WR -Ursprungligt meddelande-Från: Magnus Rydin Skickat: den 23 januari 2001 23:33Till: Orion-InterestÄmne: SV: O/R mapping Daniel, I fully agree with you from your POV

SV: Source debugging of EJB/Servlet

2001-01-24 Thread Magnus Rydin
Title: SV: Source debugging of EJB/Servlet Orion supports unpackaged .WAR and .EAR archives. unpack your app in your applicattions library so that it looks something like .../orion/ /applications/ /myear/ /META-INF /com then just reference the /myear/ directory instead of the myear.ear

SV: Deploying a simple web site...

2001-01-24 Thread Magnus Rydin
Title: SV: Deploying a simple web site... I suggest you take a look at the documentation :) Here is something you could use: http://www.orionserver.com/docs/application-creation-howto.html If you dont want to create an ear file structure, but just add a unpacked WAR file, do the following

SV: Port forwarding

2001-01-23 Thread Klaus . Myrseth
Are you using kernel 2.4? If so the ipchains thing is changed :) Are you enabling packet filter? I dont remember how to but echo to some file and it should work...Mine does :) Klaus -Opprinnelig melding- Fra: David Morton [mailto:[EMAIL PROTECTED]] Sendt: 22. januar 2001 17:15 Til:

SV: O/R mapping

2001-01-23 Thread Magnus Rydin
Title: SV: O/R mapping One of the things I like best with EJB is that I dont have to care about how my objects are stored (Yes, im a CMP fanatic). So my personal contribution to the subject must be: who cares how many tables are used 'back there' ? :) -Ursprungligt meddelande

SV: O/R mapping

2001-01-23 Thread Magnus Rydin
Title: SV: O/R mapping Daniel, I fully agree with you from your POV. WR -Ursprungligt meddelande- Från: Daniel Cardin [mailto:[EMAIL PROTECTED]] Skickat: den 23 januari 2001 10:50 Till: Orion-Interest Ämne: RE: O/R mapping I'm a CMP fanatic too :) But keep in mind some

SV: Sybase experience anyone?

2001-01-22 Thread Klaus . Myrseth
There is one thing you have to remember conserning sybases JDBC driver. You have to install the procedures (a script file coming with the driver) before it works correctly. Other then that i have been using 11.5.2 and 11.9.2 + 12.0 without any problems, actualy I am impressed by how well the JDBC

SV: Sybase experience anyone?

2001-01-22 Thread Klaus . Myrseth
Well i do not think its the driver... Weve been using this one for a long time, and it works perfectly for us. Were allso serving lots of users through Orion though, so Orion drives the connection pool against the database. But it will not work any good without the procedures following the JDBC

SV: Best way to redirect root / URL to servlet with parameters

2001-01-19 Thread Niklas Uhrberg
Is there anything that prevents you from doing a jsp:forward / in the index.jsp (or whatever). /Niklas Uhrberg -Ursprungligt meddelande- Frn: Johnson, Robert [EMAIL PROTECTED] Till: Orion-Interest [EMAIL PROTECTED] Datum: den 19 januari 2001 06:09 mne: Best way to redirect root "/"

SV: Getting the home interface of another EJB from within an EJB

2001-01-18 Thread Klaus . Myrseth
You work with EJBs inside another EJB the same way as you do inside a JSP Remember you have to use the JNDI name, not the home interface name, so a lookup("ejbSomeExample") will ofcourse return the home interface :) Hope this helps (ps remember ejb-refs to the objects you wish to use from the

SV: Applications on different path.

2001-01-17 Thread Henrik Skafsgaard Larsen
Aaah so simple, so simple. Thank you. mvh / kind regards Henrik Skafsgaard Larsen -Oprindelig meddelelse- Fra: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] Sendt: 16. januar 2001 23:57 Til: Orion-Interest Emne: RE: Applications on different path. Simply change the location of the

SV: Adding JCE to Orion

2001-01-17 Thread Klaus . Myrseth
This might be a native call exception... The EJB spec says native code is not alowed, so this might be your problem. I am not sure though :) Hope this helps or youll get a better answer from someone who have got this working (preferably)... Klaus -Opprinnelig melding-Fra: Brett

SV: JMS

2001-01-17 Thread Magnus Rydin
Title: SV: JMS I wonder if we will see M$ MQ on that list. I would like that.. -Ursprungligt meddelande- Från: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]] Skickat: den 17 januari 2001 04:52 Till: Orion-Interest Ämne: Re: JMS On Wed, 17 Jan 2001 [EMAIL PROTECTED] wrote

SV: Servlet Mapping and Access

2001-01-17 Thread Magnus Rydin
Title: SV: Servlet Mapping and Access Did you check the doc at http://www.orionserver.com/docs/web-site.xml.html (refered to in the documentation outline) ? It says the following on this: web-app application=default load-on-startup=false max-inactivity-time=123 name=defaultWebApp root

SV: Orion-Primer needs some update

2001-01-12 Thread Klaus . Myrseth
Well i was thinking twize about answering this mailEsp because of your language...But hey maby the list will fare better without you... Tip try check out the webpage where you subscribed in the first place There might just be a description on how to get out of the list.. Klaus

SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion heres why)

2001-01-12 Thread Klaus . Myrseth
For the new members of the list And those who didnt read the posting Karl did just before X-mas ... :) Orionserver is going out of Evermind to found their own company, this is why it has been silent. Pls givem time, things like this is extremely timeconsuming, so if they choose to leave us

Re: SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion her es why)

2001-01-12 Thread Robert Krueger
At 14:06 12.01.2001 , you wrote: For the new members of the list And those who didnt read the posting Karl did just before X-mas ... :) Orionserver is going out of Evermind to found their own company, this is why it has been silent. Pls givem time, things like this is extremely

RE: SV: Urgent: Orion/SSL with Thawte-Cert (No contact with Orion her es why)

2001-01-12 Thread Kemp Randy-W18971
, but a product is only as great as the marketing behind it, and the business plan formulated to address the competition. -Original Message- From: Robert Krueger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 8:21 AM To: Orion-Interest Subject: Re: SV: Urgent: Orion/SSL with Thawte-Cert

SV: JSP syntax checker

2001-01-10 Thread Magnus Rydin
Title: SV: JSP syntax checker Orion will notice changed files when using unpacked applications. WR -Ursprungligt meddelande- Från: Heiko Gottschling [mailto:[EMAIL PROTECTED]] Skickat: den 10 januari 2001 00:58 Till: Orion-Interest Ämne: Re: JSP syntax checker Hi, you

SV: JSP vs PHP

2001-01-10 Thread Klaus . Myrseth
Very true. PHP is a strange mix between java, perl and c++, but it has some very interesting plugins that can speed development. PHP can allso use javaobjects :) that is a nice feature.Even EJB. Still when youve done a couple of JSP projects you are likely to have built yourself a set of

SV: Application Client startup synchronization

2001-01-09 Thread Magnus Rydin
Title: SV: Application Client startup synchronization John, is this a test app? i.e. not confidential code? If so, could you please include it for replication of error? WR -Ursprungligt meddelande- Från: John D'Ausilio [mailto:[EMAIL PROTECTED]] Skickat: den 9 januari 2001 06:18

SV: Where is my data(EJB create on the Postgres DBMS) going, please help find it, thanks a lot!!!

2000-12-27 Thread Klaus . Myrseth
You might want to edit your java.policy file to make it run. Seems you have something there that isnt alowed, so you are not allowed to contact the database. Klaus -Opprinnelig melding-Fra: urey [mailto:[EMAIL PROTECTED]]Sendt: 26. november 2000 11:10Til:

SV: Access EJB's from a standalone client.

2000-12-22 Thread David Ekholm
I'm sorry I forget to tell you that you also have to add namespace access in the application-deployments/yourAppName/orion-application.xml file too (i.e on the server side only). Like this (in my case) namespace-access read-access namespace-resource

SV: Orion and J2EE licensing

2000-12-19 Thread Klaus . Myrseth
Title: RE: Orion and J2EE licensing They dont claim to be the first two certed servers, but one is the first who licensed J2EE and one is the first who went through the test suite (hence the CERT) :) iPlanet is old Netscape web/app server btw..Sun is just cooperating with them in a

SV: Sun J2EE deployment tool and Orion

2000-12-19 Thread Klaus . Myrseth
Its a html mail with a vcard attached :) so no problems there... Btw for the original sender, I would appreciate if you sendt plain text to the list, its hard to read your mail in pine :) Klaus -Opprinnelig melding- Fra: J.T. Wenting [mailto:[EMAIL PROTECTED]] Sendt: 19. desember 2000

Re: SV: to boldly go where no man has gone before

2000-12-15 Thread Robert Krueger
At 08:36 15.12.00 , you wrote: Den här tråden börjar bli plågsamt tråkig.. Vem bryr sig om hur folk stavar så länge som dom kan förklara sitt problem eller sin lösning? Låt oss hålla oss till Java och Orion istället, ok? And for the rest of you non-swedes: Lets stop wasting bandwith on grammar

SV: www.orionserver.com down again

2000-12-14 Thread Klaus . Myrseth
In the year ive used orionserver and its site, i have only experienced downtime once? And when most of the reports og orion downtime comes it still answers to me.. Just to followup on stability :) I coded a wap site using windows nt 4 with jdk 1.3 beta (yepp it was before the RCs came :)

SV: to boldly go where no man has gone before

2000-12-14 Thread Magnus Rydin
Title: SV: to boldly go where no man has gone before Den här tråden börjar bli plågsamt tråkig.. Vem bryr sig om hur folk stavar så länge som dom kan förklara sitt problem eller sin lösning? Låt oss hålla oss till Java och Orion istället, ok? And for the rest of you non-swedes: Lets stop

Re: SV: Orionserver php

2000-12-13 Thread Joe Walnes
what exactly do you mean by "compile PHP as a servlet"? Isnt PHP written in C/C++? It's written in C and comes with different wrappers for executing it, the most common being a standalone CGI process or compiled into Apache as a module. However, there is also a Servlet wrapper, which uses JNI

Re: SV: Orionserver php

2000-12-13 Thread Christian Sell
ha, interesting indeed (not that I intend to migrate my programming to PHP, I am quite happy with JSP right now, but still...) - Original Message - From: "Joe Walnes" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 10:3

SV: Orionserver php

2000-12-12 Thread Klaus . Myrseth
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 webapp or something containing the following to test if it works: info.php -

Re: SV: Orionserver php

2000-12-12 Thread Joe Walnes
Or, if you're feeling daring... Compile PHP as a servlet and then place the classes and necessary servlet-mappings in your web-app. Then from your PHP, you can do stuff like: % $ctx = new Java("javax.naming.InitialContext"); $myHome = $ctx-lookup("ejb/MyBean"); $me =

Re: SV: Off topic: development tools

2000-12-12 Thread Guilherme Ceschiatti
On Tuesday 12 December 2000 01:47, Chris Bartling wrote: I'm using EJBDoclet and Apache Ant 1.2 for my EJB development with Orion. Easy to setup and use, extensible (both EJBDoclet and Ant allow extension by subclass/interface implementation). I also use JUnit for all EJB unit tests (testing

Re: SV: Off topic: development tools

2000-12-12 Thread Jason Rimmer
iatti" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 1:23 PM Subject: Re: SV: Off topic: development tools On Tuesday 12 December 2000 01:47, Chris Bartling wrote: I'm using EJBDoclet and Apache Ant 1.2 for my EJB development with Orion.

Re: SV: Orionserver php

2000-12-12 Thread Christian Sell
what exactly do you mean by "compile PHP as a servlet"? Isnt PHP written in C/C++? - Original Message - From: "Joe Walnes" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 3:14 PM Subject: Re: SV: Orionserver php

RE: SV: Off topic: development tools

2000-12-12 Thread Jeff Schnitzer
-Interest Subject: Re: SV: Off topic: development tools Ant: http://jakarta.apache.org/ant/ EJBDoclet: http://www.dreambean.com/ejbdoclet.html JUnit: http://www.junit.org/ XP: http://www.xprogramming.com/ (Not a tool but a development methodology) UltraEdit: http://www.ultraedit.com/ I fully

RE: SV: Off topic: development tools

2000-12-12 Thread Chris Bartling
- From: Guilherme Ceschiatti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 12:24 PM To: Orion-Interest; Chris Bartling Subject: Re: SV: Off topic: development tools On Tuesday 12 December 2000 01:47, Chris Bartling wrote: I'm using EJBDoclet and Apache Ant 1.2 for my EJB development

Re: SV: Off topic: development tools

2000-12-11 Thread Hani Suleiman
flamebait Of course, you could always do what real men/women do and use vi/emacs, that way you never play the silly version/feature/vendor game, and can rest easy at night knowing that your java code is all yours, and that no tool has done horrible things to you and your code behind your back!

Re: SV: Off topic: development tools

2000-12-11 Thread Derek Akers
combination. Derek AkersSenior Software ArchitectEldan Softwarewww.eldan.com - Original Message - From: "Hani Suleiman" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, December 11, 2000 9:00 AM Subject: Re: SV: Off topic: development tools flamebait

RE: SV: Off topic: development tools

2000-12-11 Thread Juan Lorandi (Chile)
and all, it's the best EJB IDE I've tried JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Lunes, 11 de Diciembre de 2000 12:33 To: Orion-Interest Subject: SV: SV: Off topic: development tools Youre right is flamebait :) I do use vi aswell, but for an enterprise

SV: SV: Off topic: development tools

2000-12-11 Thread Klaus . Myrseth
other than plain coding, but hey thats timeconsuming compared to dd GUI development. Klaus Myrseth -Opprinnelig melding- Fra: Hani Suleiman [mailto:[EMAIL PROTECTED]] Sendt: 11. desember 2000 15:01 Til: Orion-Interest Emne: Re: SV: Off topic: development tools flamebait Of course, you could

RE: SV: Off topic: development tools

2000-12-11 Thread Jason Boehle
If anyone have any tips on IDEs that support synching of EJBs (remote, home, bean, pk, deployment-descriptor) pls post a note on this list :) I haven't tried it, but you might look at EJBDoclet at http://www.dreambean.com/ejbdoclet.html. It seems cool enough. :) Plus, I think you can get

RE: SV: Off topic: development tools

2000-12-11 Thread Tim Endres
Again, except for not having intellisense (JBuilder Forte have it), check out Pramati Studio I just code my bean and a wizard generates my home remote intefaces... I can package apps easily And have an all in one solution Another 'minus' may be the lack of an official CVS module, but all

RE: SV: Off topic: development tools

2000-12-11 Thread jbirchfield
: | | Subject: RE: SV: Off topic: development tools | ---| If anyone have any tips on IDEs that support synching of EJBs (remote, home

RE: SV: Off topic: development tools

2000-12-11 Thread Chris Bartling
these tools used in conjunction give me that. Just my $0.02 worth. -- chris -- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Boehle Sent: Monday, December 11, 2000 1:05 PM To: Orion-Interest Subject: RE: SV: Off topic: development tools If anyone

SV: SSL Ipaddres

2000-12-08 Thread David Ekholm
I successfully obtained a Thawte "Supercert" for 128 bit encryption and successfully installed it in Orion. When given the choice of what type of format to use (from the Thawte web) I choose the generic, most compatible option (don't remember the exact phrase, but you will understand when you see

SV: Anyone heard from evermind?

2000-12-07 Thread Klaus . Myrseth
Remember times are closing in on normal release dates for software :) So lets see what happens through January before we get shaky ... Klaus Myrseth -Opprinnelig melding- Fra: J.T. Wenting [mailto:[EMAIL PROTECTED]] Sendt: 7. desember 2000 13:03 Til: Orion-Interest Emne: RE: Anyone

SV: Few Important Questions

2000-12-05 Thread Klaus . Myrseth
The licence dont matter on features, only legality when deploying in a prod environment when you are running a commercial site... Klaus Myrseth -Opprinnelig melding- Fra: Espen Kolstad [mailto:[EMAIL PROTECTED]] Sendt: 5. desember 2000 11:56 Til: Orion-Interest Emne: RE: Few Important

SV: What is the best way to select for update ?

2000-12-01 Thread Klaus . Myrseth
Use optimistic locking.. All updated data gets a timestamp and all retrieved data keeps the timestampBefore update compare the timestamp, if its a match noone has done an update. If it dont match you should refuse the update and give the user a message about this. Problems with webbrowsers

SV: Data type to access a datetime field in database

2000-11-27 Thread Klaus . Myrseth
If its datetime you are talking about, add this to the data database-schema definition to sql-server: type-mapping type="java.util.Date" name="datetime" / java.io.Serializable is the mapping for varbinary, to use image add the following to the database-schema: type-mapping

SV: do you know why ?

2000-11-24 Thread Klaus . Myrseth
I dont know what database youre using, but if I where you i would turn around that query definition, so the optimizer can do its work + maby fix problems like the one youre meeting... if you try $username like $1 you are more likely to get a match, AND speed :) Another thing you can try is run

SV: database schema mapping and MS SQL Server 7 - does the schema mapping work ? How do I make it work ?

2000-11-22 Thread Klaus . Myrseth
The easy way is to use java.util.Date instead, this maps to Datetime datatype, works for me. Klaus -Opprinnelig melding- Fra: Somdeth Souvanlasy [mailto:[EMAIL PROTECTED]] Sendt:22. november 2000 11:37 Til: Orion-Interest Emne: database schema mapping and MS SQL Server

SV: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Klaus . Myrseth
If you choose to go to Message Driven EJB2.0 beans, you can use JMS to achieve what youre after. This is the only way of doing asyncronus calls to the buissiness layer... And youre right threading is not allowed in EJB.. Klaus -Opprinnelig melding- Fra: Juan Lorandi (Chile)

Re: SV: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Storm Linux User
Thanks... Do you have a Message Driven Bean example? []s Guilherme Ceschiatti [EMAIL PROTECTED] On Monday 20 November 2000 14:28, you wrote: If you choose to go to Message Driven EJB2.0 beans, you can use JMS to achieve what youre after. This is the only way of doing asyncronus calls to the

SV: Slow going or not at all

2000-11-17 Thread Klaus . Myrseth
Sounds like a datasource error, this kind of errors I use to get if the datasource is configured wrongly. Same if there is a deadlock in the database this will allso happen some times. Hope this helps.. Klaus -Opprinnelig melding- Fra: Tim Squires [mailto:[EMAIL PROTECTED]] Sendt:

SV: specify datasource for entity bean

2000-11-16 Thread Klaus . Myrseth
check out the following linkSpec says its fully possible, but im not sure if Orion has support for it... http://java.sun.com/products/ejb/EJBErrata.fm.html Here is an example resource-ref res-ref-namejdbc/EmployeeAppDB/res-ref-name res-typejavax.sql.DataSource/res-type

SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
) at com.orionserver.http.OrionHttpJspPage.service(JAX) at com.evermind.server.http.HttpApplication.xi(JAX) at com.evermind.server.http.JSPServlet.service(JAX) at com.evermind.server.http.d5.sv(JAX) at com.evermind.server.http.d5.st(JAX) at com.evermind.server.http.eh.s0(JAX

SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
Here is an example of a bean lookup method: private SomeEntityHome getSomeEntityHome()throws NamingException { Context context = new InitialContext(); SomeEntityHome home = (SomeEntityHome)PortableRemoteObject.narrow( context.lookup("java:comp/env/ejb/SomeEntity"),

SV: Newbie Q: Can't find bean?

2000-11-13 Thread Klaus . Myrseth
Ahh i forgot something very important for your web application using the session/entity bean in question (web.xml)... You have to define ejb-refs for the beans you want to use, or you will not find the bean from the JSP... Here is an example of an ejb-ref you can put in the bottom of your

SV: URGENT: talking with other app server?

2000-11-10 Thread David Ekholm
Yes. You will be able to use Java RMI over IIOP (CORBA) to access another EJB system. Orion will support this too, in addition to it's own (faster) ORMI protocol. You wrote: Hi there, So..basically..if I build a system that needs to contact to different app servers, I'd have to grab each of

SV: Using Webtrends to analyze Orion logs

2000-11-09 Thread Klaus . Myrseth
Title: Ok to get logs that is more descriptive edit the log tag in default-web-site.xml Here is the one i use with analog: access-log path="../log/web.log" format="$ip - $user [$time] quot;$requestquot; $status $size quot;$refererquot; quot;$agentquot;" split="day" suffix="yyMMdd" /

SV: Name of application

2000-11-06 Thread David Ekholm
Thank you Christian. That was the one I was looking for. I couldn't find it previously because I was using a too-old version of the J2EE spec that was included with JBuilder3.5. Generally don't use the latest Sun J2EE spec as JBuilder's EJB verifier produces a load of warnings then. To bad one

SV: Getting Orion to run as a service under Windows 2000 using JNT

2000-11-06 Thread Klaus . Myrseth
Thanks for the howto :))) Here is a service installation that enables logging to files, and optionally kill the -console tag to prevent the GUI popup of the server. Hope its something you can use...(we're using this setup atm at Telenor Mobile AS). @echo off echo * Orion: Installing

SV: JNDI Properties? Why EJB can't find another EJB..

2000-10-31 Thread Klaus . Myrseth
A possible problem is that you have forgot to add ejb-refs for the beans you wish to use from your bean on your bean in the deployment descriptor (ejb-jar.xml) in the bean jar file. Then you will get problems like this... Klaus -Opprinnelig melding-Fra: Duffey, Kevin

SV: MYSQL, Orion, EJB and transactions ??

2000-10-27 Thread Klaus . Myrseth
Title: MYSQL, Orion, EJB and transactions ?? You can use the database that comes with Orion Hypersonic SQL. Its a java database and works great for things like that. If you want to use an object database download forte 2 internat edition (beta), it has the Pointbase database enclosed, that

SV: Problems with EJB.

2000-10-27 Thread Klaus . Myrseth
Check if you have added your correct ejb-refs in the web.xml file for the web application youre using the servlet from. The application-client.xml is for applets and applications, while the ejb-refs for servlets and jsps are defined in the web.xml file Hope its something like this and not a

SV: HELP! orion + Linux + native threads

2000-10-26 Thread Klaus . Myrseth
Post it in bugzilla so the orion team gets the notice. Klaus -Opprinnelig melding- Fra: Richard E. Sansom [mailto:[EMAIL PROTECTED]] Sendt: 25. oktober 2000 19:42 Til: Orion-Interest Emne: Re: HELP! orion + Linux + native threads Sorry for including that other stuff at the end of my

SV: Orion as NT4 Service

2000-10-26 Thread Klaus . Myrseth
Is it the opesource project: jsrvany? (http://jsrvany.sourceforge.net) There isnt any JNT stuff out there that i can find... Klaus -Opprinnelig melding- Fra: Duffey, Kevin [mailto:[EMAIL PROTECTED]] Sendt: 26. oktober 2000 01:26 Til: Orion-Interest Emne: RE: Orion as NT4 Service We

SV: How does one change the database that the EJB is connecting to during runtime ?

2000-10-26 Thread Klaus . Myrseth
Bean managed entity beans with pooled connections. Make yourself a ConnectionFactory object that does jndi lookups based on what user settings and do your query after that. This will, as long as the db.schema is identical work without modifying your sql Klaus -Opprinnelig melding-

Re: SV: HELP! orion + Linux + native threads

2000-10-26 Thread Richard E. Sansom
Thanks - I did so. Bug 142. I guess I was hoping it wasn't a bug - how's that for wishful thinking? I suppose it's likely that it's something that I'm doing, but I'm not sure why Resin, Tomcat, and Forte don't seem to have the problem. -Rich --- [EMAIL PROTECTED] wrote: Post it in bugzilla

SV: Ok. I feel dumb. Data Sources and MS SQL.

2000-10-25 Thread Klaus . Myrseth
Actualy the windows version of the Sybase database is just as pleasant to work with as SQL server when you use the gui tools. And a bg advantage is that the jdbc driver that is made for the database is very pleasant to work with :), and when you need extra performance you can set the server

SV: Orion Powered Sites

2000-10-20 Thread Klaus . Myrseth
wap.hjemmenett.no is running Orion 0.6.2 :) Klaus -Opprinnelig melding- Fra: Jason Rimmer [mailto:[EMAIL PROTECTED]] Sendt: 20. oktober 2000 08:00 Til: Orion-Interest Emne: Re: Orion Powered Sites Results from NetCraft's "what's it running?" tool, http://www.netcraft.com:

Re: SV: Orion Powered Sites

2000-10-20 Thread Robert Krueger
At 10:08 20.10.00 , you wrote: wap.hjemmenett.no is running Orion 0.6.2 :) Klaus -Opprinnelig melding- Fra: Jason Rimmer [mailto:[EMAIL PROTECTED]] Sendt: 20. oktober 2000 08:00 Til: Orion-Interest Emne: Re: Orion Powered Sites Results from NetCraft's "what's it running?" tool,

SV: New 2 Orion.

2000-10-11 Thread Klaus . Myrseth
run java -jar orion.jar -install Then youll be prompted :) Klaus -Opprinnelig melding-Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sendt: 11. oktober 2000 03:43Til: Orion-InterestEmne: RE: New 2 Orion.Where is "youradminpw" configured? Presumably one of the

<    1   2   3   4   >