LDAPUserManager for Orion App Server

2002-02-26 Thread Matthew Porter
Ok. After many good-intentions and promises, I have finally released the LdapUserManager I wrote last year. The current release has been tested with Orion 1.4.5 and the 1.5.x series. Please feel free to download the source code and/or the binary at http://www.linjafoo.com/projects/ldapum/. If

modeling tool

2002-02-26 Thread Vinícius de Faria Silva
Hey guys, i'd like to hear your comments about this situation. My team has a well defined development process,for developing j2ee web apps. This is a lightweight process based on uml diagrams. Our Java IDE is JDeveloper9i and we are happy about it. We need now to get a uml graphical

SV: jndi.properties and ApplicationClientInitialContextFactory

2002-02-26 Thread Magnus Rydin
Hi there, You would pay for the 1 server and not for the 10 clients. Hopefully we will find time to generate a small client.jar to use instead of the larger jar files in the near future. WR Magnus Rydin IronFlare -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL

RE: modeling tool

2002-02-26 Thread Jens Schumann
Just a personal opinion: One or more licenses of Together Control Center (for your architects/ system designers) and Intellij Idea for every developer are pretty much what you need to make a server side project successful. This assumes that the framework you try to implement supports your

RE: modeling tool

2002-02-26 Thread Chandra Kuchibhotla
Why don't you look at metamill (www.metamill.com)? Its affordable and it has very nice features! -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vinícius de Faria SilvaSent: Tuesday, February 26, 2002 12:29 PMTo: Orion-InterestSubject:

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-26 Thread Geoff Soutter
That'd be cool. Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Magnus Rydin Sent: Wednesday, 27 February 2002 10:22 AM To: Orion-Interest Subject: SV: jndi.properties and ApplicationClientInitialContextFactory Hi there, You

R: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-25 Thread daniele rizzi
Title: Message I agree with the diagnosis; if you spend 5 minutes filling up the sun bug report (http://java.sun.com/cgi-bin/bugreport.cgi) you'll receive an automatic reply stating to upgrade your jdk - or else to turn off jit. bye, d.rizzi [daniele rizzi]-Messaggio

MDB, OpenJMS and topic subscription

2002-02-25 Thread Tom Koutn
Hi, I'm using Orion 1.5.4 with OpeJMS 0.7.2. I want to use topic with durable subscription. Does anybody know, how/where to specify subscription NAME? I think it must be in orion-ejb-jar.xml. I couldn't find this in neither docs nor conference. Thanks, Tom

Re[2]: EJB Deadlocks????

2002-02-25 Thread slynce
Hello Jeff, i am not very sophisticated user of Orion, if you make only read you should check for something like updating of ejb`s instance`s in Orion. There should be a method specific for Entity EJB which stating that this instance of ejb is not for update in database (something like isUpdated

jndi.properties and ApplicationClientInitialContextFactory

2002-02-25 Thread Randahl Fink Isaksen
I noticed that when specifying the jndi properties in accordance with the orion documentation you include this line: java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory Does this mean that the application client needs to have the mentioned class in

Re: EJB Deadlocks????

2002-02-25 Thread Stephen Davidson
Hi Guys. This is a little different from Bug #702. The is only one Entity Bean involved, and he is not doing much in way of updating. This bug actually occured during a read, not an update. I have not heard anything more from anyone on this issue. -Steve [EMAIL PROTECTED] wrote: Hello

Crap bytes in HTTP response

2002-02-25 Thread Tommi Penttilä
I've got a problem with HttpServletResponse. Here's my test-servlet doGet(): response.setContentType(text/plain); PrintWriter out = response.getWriter(); out.print(TEST); Here's what I get telneting: platon%

Does Orion support Java Connector Architecture?

2002-02-25 Thread @Basebeans.com
Subject: Does Orion support Java Connector Architecture? From: alt.cybercafes [EMAIL PROTECTED] === Does the latest release orion 1.5.4 support Java Connector Architecture?

j_security_check

2002-02-25 Thread Christian, Joanne
Hi Everyone, This is another newbie question. Can I extend j_security_check? I need to perform some additional setup upon user login. If not, is there a way to call a servlet instead of a jsp as the welcome-file? Thanks in advance for your help, Joanne

RE: jndi.properties and ApplicationClientInitialContextFactory

2002-02-25 Thread The elephantwalker
This question is answered here: http://www.elephantwalker.com/searchresult?id=178. Basically, you must have the orion.jar, plus the various j2ee helper libraries, to make your application client work with orion. regards, the elephantwalker www.elephantwalker.com -Original

RE:

2002-02-25 Thread Min-Hua Luo
Hi, Thanks a lot for your response. The username, password, and group information are stored in LDAP server for my project. Does roleManager.addToRole update LDAP server group information at the same time? Or it is just add this user to a role for current session only? (That is, once session

Re: jndi.properties and ApplicationClientInitialContextFactory

2002-02-25 Thread Warren Hedley
Hi Randahl, Yip, if you want to use Orion's container to manage your application client, then your client will need to include a bunch of Orion's classes + the Crimson XML parser (which requires DOM and SAX classes in turn) + javax transaction and security classes. I've managed to get the

Oracle JDBC driver

2002-02-25 Thread Budi Prawira
Title: Oracle JDBC driver Hi all, I have this strange behavior if I use Oracle JDBC OCI driver 8.1.7. The data source does not survive database shutdown. Here is the scenario: 1. The app is running well 2. The database (oracle, of course) is stopped and then restarted again (say, for

RE:

2002-02-25 Thread The elephantwalker
RoleManager is a facade interface to UserManager. It goes something like this: RoleManager --- UserManager LDAP So when you add a role, it is added to the LDAP datastore, not just for the session. You can of course remove the role when you log the user out, and it has the effect of only

Re: Crap bytes in HTTP response

2002-02-25 Thread Lachezar Dobrev
Well... I don't really know what did you do to get this behavior (I am trying for about 6 months to do that, and could not), but that is LEGAL behavior. Look at the Transfer-Encoding: chunked header. That means, that the response from the servlet consists of several chunks. Line 1 ( the 4

Re: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-24 Thread David Tunkrans
No. JDK1.3.x - Original Message - From: daniele rizzi To: Orion-Interest Sent: Friday, February 22, 2002 4:50 PM Subject: R: A nonfatal internal JIT (3.10.107(x)) error ?? do you use jdk1.2.2? d. -Messaggio originale-Da: [EMAIL

RE: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-24 Thread Geoff Soutter
Title: Message By definition, it'sa JVM bug. There is no possible Java which may validly cause the VM to crash. (well, apart from Java which calls native code). Try turning off the JIT. It will be slower but at least it won't crash. Also, try different VMs, eg IBM, or JDK1.4. geoff

RE: [ANNOUNCE] Orion forums launched!

2002-02-22 Thread The elephantwalker
Dear Group, The www.elephantwalker.com Support Site has been available for free to the Orion community since August 2001. This forum allows users to attach files, edit reply's, and close responses as your questions are answered. The application which is used to power the forum had several

Re: Uploading files to Orion webserver with MultipartParser API

2002-02-22 Thread Joan Josep Iglesias
Hi, I'm trying to upload files to my server, but I'm using the orion libreries to do it http://kb.atlassian.com/content/orionsupport/articles/fileupload.html Why don't you try with those libraries? Joan

Re: Orion 1.5.4 changes '.' to '_' in table specification in orion-ejb-jar.xml

2002-02-22 Thread Daniele Arduini
trond ronneberg wrote: When we are trying to deploy an existing .EAR file to Orion 1.5.4, Orion changes the orion-ejb-jar.xml file in a way that makes the deployed CMP entity beans to fail: The tables are situated in a database on a AS400 server, and when connecting from the app-server

RE: Update container without redeploy?

2002-02-22 Thread Phil Rice
If you are developing, you don't need to use an EAR file: you can just reference a directory with the same structure. In that case you can change the JSP file, and orion will notice the change. Good luck:-) Phil Rice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: EJB Deadlocks????

2002-02-22 Thread Stephen Davidson
Hi Jeff. I was not doing, an Update, I was doing READs! Which is probably why I needed a heavier load than you did before it showed up. One of our test servers is exposed to the internet, so I can set up a test case on that if people want to check it out. I am running Orion 1.5.4. -Steve

R: A nonfatal internal JIT (3.10.107(x)) error ??

2002-02-22 Thread daniele rizzi
do you use jdk1.2.2? d. -Messaggio originale-Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di David TunkransInviato: venerdì 22 febbraio 2002 11.51A: Orion-InterestOggetto: A nonfatal internal JIT (3.10.107(x)) error ?? Anyone know what this could be?

Re: Update container without redeploy?

2002-02-22 Thread Jose Mena
You can use jakarta's ant to make a project that builds an ear. whenever you make a change it will be easy to build the entire ear and deploy it, just with one command line. - Original Message - From: Phil Rice [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, February

Re: EJB Deadlocks????

2002-02-22 Thread Ray Harrison
I ran this test case against Oracle 9i using 1.5.4 and no changes to any orion-ejb-jar.xml files and it worked like a charm. The other database that I use, SAP DB fails (hangs). With 1.5.3 both Oracle and SAP DB failed. So I think some items have been fixed - and I also am now looking at what

PHP servlet

2002-02-22 Thread Simon Stewart
Has anyone out there managed to get PHP 4.1.1 to compile as a servlet and work with Orion? It compiles and I can install it, but any attempt to access a PHP document throws an Unexpected Exception, and you get a couple of screenfuls of backtrace from the JVM. To compile PHP use something like

RE: PHP servlet

2002-02-22 Thread Fyffe Carl
First thing, you have to be able to run PHP from the command line. It must be in path for Orion to find it. I hope this helps... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Simon Stewart Sent: Friday, February 22, 2002 1:46 PM To: Orion-Interest

Setting DB-Pool manually into the Context

2002-02-21 Thread Engst Oliver (Platinion)
Hi, I'm new in Orion and I have the problem, that I want to debug my classes in the JBuilder IDE. The problem is, that we are using the DB-Pool which OC4J generates automaically by the information of the datasources.xml. For debugging I'd like to generate the Pool manually (done) in an

RE: More Clustering woes

2002-02-21 Thread andrewchau
What OS are you installing vrrp on? FreeBSD or Linux? What version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jesse Schoch Sent: Wednesday, February 20, 2002 12:05 PM To: Orion-Interest Subject: More Clustering woes I was trying to setup vrrpd

Re: Virtual hosting configuration

2002-02-21 Thread Dominic Hanlan
Yes I had seen that article, the problem is it does not detail the configuration if you deploy .ear files, simply if you have the directory structure already laid out. I assume it must be quite simple to do, but as always the Orion docs are not that enlightening. The annoying thing is that there

Re: [Solution] How is the autoid generated? Chokes SAP DB.

2002-02-21 Thread Ray Harrison
The SAPDB schema in the database schema directory currently maps long to integer, it should map long to something like fixed(38). That fixes it. Cheers Ray --- Ray Harrison [EMAIL PROTECTED] wrote: Hi - Does anyone know off hand how the autoid is generated in 1.5.4? The value produced

Re: EJB from an Applet

2002-02-21 Thread Bill Winspur
You may want to check this approach to applet/ejb interaction: http://developer.java.sun.com/developer/technicalArticles/RMI/rmi/ The unstated fact seems to be, that applet-ejb communication is not explicitly supported in J2EE, unlike the client/ejb situation which is configurable via the

Uploading files to Orion webserver with MultipartParser API

2002-02-21 Thread Justin Crosbie
Hi, I'm wondering if this has anything to do with the Orion webserver. I am using the com.oreilly.servlet.multipart.MultipartParser to upload files to my servlet. If you try the same file several times, it will sometimes work and sometimes fail with a Corrupt form data: no leading boundary

Re: Accessing EJB in app 'A' from EJB in app 'B'

2002-02-21 Thread Kesav Kumar
Accessing EJB from another application is exactly the way you access from client. Since each application is independent to each other you have to get the reference of the EJB exactly the same way as you get from client application. You have to provide jndi.properties or you can provide

Update container without redeploy?

2002-02-21 Thread Carlos Roberto da Silva Junior
I´m using orion with JBuilder6. When I need modify a JSP, I need rebuild my .ear e redeploy. It´s bad. Can I set up my container to update itself always I modify my JSP without need to rebuild and redeploy .EAR? Carlos Roberto da Silva Júnior Engenheiro de Software Ramal - 4631 Qualiti

Re: [Updated sapdb.xml] [Solution] How is the autoid generated? Chokes SAP DB.

2002-02-21 Thread Ray Harrison
Here is the updated SAP DB schema file: == ?xml version=1.0? !DOCTYPE database-schema PUBLIC -//Evermind//- Database schema http://www.orionserver.com/dtds/database-schema.dtd; database-schema

EJB Deadlocks????

2002-02-21 Thread Stephen Davidson
Greetings. I am running a load test on a system with 200 concurrent threads (simulating 200 concurrent users). System requirements are for 1000 Users/box. When running the test, I hit the attached Error. Has anyone else been having problems with Orion under heavy loads? -Steve 500 Internal

RE: Uploading files to Orion webserver with MultipartParser API

2002-02-21 Thread Geoff Soutter
Hi there, Did you read the http://www.servlets.com/cos/faq.html? Cheers Geoff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Justin Crosbie Sent: Friday, 22 February 2002 3:22 AM To: Orion-Interest Subject: Uploading files to Orion

Re: Http Sessions ...

2002-02-21 Thread Scott Farquhar
Isaac, This article may be of interest to you. http://kb.atlassian.com/content/orionsupport/clickstream/index.html This would be a cross-platform way to track sessions. Cheers, Scott Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World

RoleManager.login

2002-02-21 Thread Ricky Yim
Hello All, I've got a Swing client talking to EJBs and I'm investigating the security portion. I've looked back at some of the archived threads, and I am beginning to get a better idea of how things work. I just want to know what exactly does RoleManager.login do? Does it just ensure that

Re: EJB Deadlocks????

2002-02-21 Thread Jeff Hubbach
Stephen, We found a deadlock problem, but you don't need a heavy load to achieve it. I'll describe the situation to you and you can decide if it's the same error or not. A session bean with container-managed transactions does updates to 2 entity beans. If _ANY_ error is thrown while updating

Orion server often shutdown by itself

2002-02-21 Thread Malory Lau
Hi, everyone, My orion server often shutdown by itselt, this occured while I'm requesting page. I use Redhat 6.2 and orion 1.5.2, Does Anyone can tell me why? and give me solution. Thanks, Malory

[ANNOUNCE] Orion forums launched!

2002-02-21 Thread Scott Farquhar
Atlassian and IronFlare are proud to announce the launch of the Orion forums at: http://forums.atlassian.com These forums will enable the community to post and answer questions, and will be an important resource for help into the future. There are 7 forums covering:installation

A client calls several applications ?

2002-02-20 Thread Remy . Boucher
Hi, I 'm using an orion application server on which is deployed 3 applications. I've got a problem when a client try to use these applications. The client call a bean of the first application, and after calls differents beans of the second application. There is sometime a problem during the

EJB from an Applet

2002-02-20 Thread Oscar Radio
Hi all, I'm developing an application using swing that executes remotes EJB. The applications works fine if I executed from NetBeans, but if I executed from an applet it gives me the next error: JERP.Applets.CO.bin.ConexionServidorEJB.jndiContext-javax.naming.InitialCon text@5e2ccd

Re: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-20 Thread Morten Wilken
im very impressed with ed romans enterprise javabeans 2.0... one of the best computerbooks ive ever read. sincerely morten wilken - Original Message - From: B.Adji Maharyatno To: Orion-Interest Sent: Wednesday, February 20, 2002 7:04 AM Subject: RE: Orion 1.5.4

Orion 1.5.4 changes '.' to '_' in table specification in orion-ejb-jar.xml

2002-02-20 Thread trond ronneberg
When we are trying to deploy an existing .EAR file to Orion 1.5.4, Orion changes the orion-ejb-jar.xml file in a way that makes the deployed CMP entity beans to fail: The tables are situated in a database on a AS400 server, and when connecting from the app-server we can not log on with the

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
I am using 1.3.1_02 and SwiftMQ 3.0 beta. --- Geoff Soutter [EMAIL PROTECTED] wrote: Hmm. Strange. I'm definitely using 1.5.4, you can see it in the console output I included below. I tried doing an autoupdate and trying it again, made no difference. I even did a recursive diff against

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Ray Harrison
Also, I just tested the ATM as per Magnus' suggestion and it worked there as well. Have you tried it with SwiftMQ 3.0 (I know they just got rid of their free licenses)? I will try it later with version 2.x. Cheers Ray --- Ray Harrison [EMAIL PROTECTED] wrote: I am using 1.3.1_02 and SwiftMQ

SV: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-20 Thread Magnus Rydin
For the record, in our tests we were using both 1.3.1_02 and 1.4.0_b92 together with Swift 2.1.3 WR -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] För Ray Harrison Skickat: den 20 februari 2002 13:40 Till: Orion-Interest Ämne: RE: (repost) FW: A word of

java.io.EOFException 1.5.4

2002-02-20 Thread Mike Weissman
I have installed 1.5.4 and am using j2sdk1.4.0 when running orion get java.io.EOFException spit out from console window every few seconds. Same problem as was reported in an earlier version. java.io.EOFException at java.io.DataInputStream.readFully(DataInputStream.java:212) at

More Clustering woes

2002-02-20 Thread Jesse Schoch
I was trying to setup vrrpd (a free vrrp) implementation to provide availability for boxes running loadbalancer.jar but it seems there is multicast address conflict. Is there a way to set what multicast the loadbalancer.jar uses? -jesse schoch

Re: Virtual hosting configuration

2002-02-20 Thread Scott Farquhar
Dominic, I'm not sure if you are aware of the Atlassian Knowledge Base, but a quick search there produces a few results: http://kb.atlassian.com/search.jsp?query=virtual+host Which gives the document: http://kb.atlassian.com/content/orionsupport/articles/vhosts.html Cheers, Scott

Many clicks, many request...

2002-02-20 Thread Juan Andres Chau Li
Hi, If I make 100 clicks fastly from my browser in a servlet, it generates 100 requests and 100 processes in the server. One only process is very time consuming. Is there a way to process the fisrt click and avoid the rest 99 clicks. Any alternatives? Thank you. Andres.

Re: BMP Entity Bean Performance Problem

2002-02-20 Thread Scott Farquhar
Tim, As I am not sure of the exact nature of your entity beans, I can't give you any detailed suggestions, but many people impement a 'dirty' flag in their code. eg: void setName(String name) { dirty=true; this.name = name; } ejbStore() { if (!dirty) return; else {

RE: Many clicks, many request...

2002-02-20 Thread Casey Helbling
you could try some java script on the input type... but that is a pain but it works. Casey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Andres Chau Li Sent: Wednesday, February 20, 2002 5:08 PM To: Orion-Interest Subject: Many clicks, many

Re: Many clicks, many request...

2002-02-20 Thread Tim Endres
This is usually handled by wrapping JavaScripts around the clickable object to disable it upon the first click, thus eliminating the next 99 clicks. tim. Hi, If I make 100 clicks fastly from my browser in a servlet, it generates 100 requests and 100 processes in the server. One only process

RE: Many clicks, many request...

2002-02-20 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Yes. On the Web page use a scripted button to submit the formdata; use boolean variable isSubmitted to indicate whether to submit. Once you set it to true after submission, simply ignore the next click or alert the user that it was done already and s/he has to be patient and wait ...

How is the autoid generated? Chokes SAP DB.

2002-02-20 Thread Ray Harrison
Hi - Does anyone know off hand how the autoid is generated in 1.5.4? The value produced chokes SAP DB (it produces an invalid exponent error when trying to insert the row). Works fine in Oracle. Thanks much Ray __ Do You Yahoo!? Yahoo! Sports -

Re[2]: Direct call to j_security_check when using form based authori zati on

2002-02-19 Thread Sergey G. Aslanov
Hi, Erik You can login your user in program way by using RoleManager. In your main page make form: form action=login.jsp input type=text name=login/ input type=password name=password/ /form Your login.jsp is something like that: RoleManager roleManager = (RoleManager) new

Entity relationship and EJB QL thoughts

2002-02-19 Thread tibor . hegyi
Hi, I'm a bit disappointed about Entity relationships and EJBQL. What used to seem to be simple, now it is a nightmare. How can I achieve lazy loading of related EBs in Orion? For instance, there's an EB (EB1) that has 1..N relationship to another (EB2). If I lookup an instance of EB1 do all

RE: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-19 Thread Kutzera, Dieter-Norbert
You can use findBy- and create-Methods but not additional ejbHome-Methods which are new in EJB2.0 spec. Dieter -Original Message-From: David Tunkrans [mailto:[EMAIL PROTECTED]]Sent: Montag, 18. Februar 2002 18:29To: Orion-InterestSubject: Re: Orion 1.5.4 Local/LocalHome

[no subject]

2002-02-19 Thread Chris Turner
Hi, I think this might be a bug in Orion 1.5.4. Anyone got any comments or thoughts before I submit it! Am I doing something stupid? I'm using EJB2.0 with a cmr for a one-to-many bidirectional relationship between a Customer and Address. I'm just using the ejb-jar.xml descriptor with a

RE: Problems configurating classpath

2002-02-19 Thread John Creaner
All, I have a small question, I am currently having a problem with orion. The problem is that it doesn't seem to be taking advantage of the machine that it situated on. The question is how or is it possible to configure orion to take advantage of the machine that it is placed on top of

remove

2002-02-19 Thread Ashton Anthony (Mr A)
Title: remove remove Thanks for all your help please remove me from this list; the unsubscribe function doesnt work. -- [EMAIL PROTECTED]

Re: Problems configurating classpath

2002-02-19 Thread Lachezar Dobrev
If you want to squeeze everything out of your processor you might want to check the "java" startup parameters in order to highen up memory usage. Also if you are running under Win2k you might want to give higher priority to the java process, that orion is running within. On Linux it is

Jsp Taglib error

2002-02-19 Thread Philip Van Bogaert
I keep getting the following error in my taglib page, i don't known what this error means. Error parsing JSP page /admin/editor.jsp line 20 Bean type '%= REQUEST_TIME_VALUE %' not found has anybody out there an idea ? Greetz-Tbone

orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread Vipul Sagare
I have seen discussion on this topic but I was not able to get working solution for me. Here is my problem: I have OC4J. I have an application where I have deployed few CMP EJBS. At present, there are NO orion-xxx.xml deployment descriptors(DD). Now, I would like to introduce orion specific

Re: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-19 Thread Robert S. Sfeir
2) can u pls suggest some good books/online material to EJB basics http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/

(repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Geoff Soutter
Argh. Mailing lists that are not reliable annoy the out of me. -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19 February 2002 9:32 AM To: 'Orion-Interest' Subject: RE: A word of warning: SwiftMQ and Resource providers. Hi Magnus, All I did was

Re: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Ray Harrison
Interesting - I *don't* get that error any longer with 1.5.4, though I did with 1.5.3. --- Geoff Soutter [EMAIL PROTECTED] wrote: Argh. Mailing lists that are not reliable annoy the out of me. -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 19

RE: orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread The elephantwalker
Vipul, Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy, if you don't blow away the previous deployment, you are still on the old file. This could be your problem. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED]

Re: Re[2]: Direct call to j_security_check when using form basedauthori zati on

2002-02-19 Thread Mike Cannon-Brookes
Alex, Purely by coincidence this capability has just been added to OSUser (http://www.opensymphony.com/osuser) today. Besides all it's other features, you can now perform server agnostic login (at the moment only JBoss and Orion are supported - but other servers should be fairly trivial to

RE: (repost) FW: A word of warning: SwiftMQ and Resource providers.

2002-02-19 Thread Geoff Soutter
Hmm. Strange. I'm definitely using 1.5.4, you can see it in the console output I included below. I tried doing an autoupdate and trying it again, made no difference. I even did a recursive diff against the .zip version and the autoupdate version and they are identical (despite the fact

Re: orion-ejb-jar.xml, ejb-jar.xml and deployment

2002-02-19 Thread Scott Farquhar
Vipul, There is a new knowledge base document available describing how it work with orion-XXX.xml files. You can find it here: http://kb.atlassian.com/content/atlassian/howto/orionxml.jsp Cheers, Scott Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com

Direct call to j_security_check when using form based authorization

2002-02-18 Thread Erik Johansson
I am using form based authentication in my application. When trying to access a protected resource, the container automatically prompts the login form to the user, where he can fill in authentication info (username and password). Code from login.jsp: form method=POST action=j_security_check

a newbie question: error in deploying a stateless ejb

2002-02-18 Thread daniele rizzi
Hi all, this Sunday I've got some time to spare so I tried out the sun ejb tutorial: in chapter 1 a stateless ejb is deployed on Application SErver, then a client connects to it: in this step this error is produced: what have I done to deserve this? --- the error ---

Direct call to j_security_check when using form based authorization

2002-02-18 Thread Erik Johansson
I am using form based authentication in my application. When trying to access a protected resource, the container automatically prompts the login form to the user, where he can fill in authentication info (username and password). Code from login.jsp: form method=POST action=j_security_check

RE: Direct call to j_security_check when using form based authorizati on

2002-02-18 Thread Douma, Ate
Define an secure url (e.g. /secure/requestedLogin) which forces the user to login (just as you described) and request it from a button or link on the public page you want. When the user isn't logged in yet the servlet container will intercept the request and force the user to login remembering

But which version

2002-02-18 Thread Djemal, Guy (TWIi London)
Hi all, now that we have a new versions of Orion, 1.5.4, it is all more confusing which version we should be using. It would seem that the official line is to use 1.5.2 but that is way old. I still have a short while before I need to deploy my app but would like to de doing this with the

Re: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-18 Thread Poop
Well, I just tested an MDB with SwiftMQ, and Orion still stuffs up the message ordering. --Geoff Soutter Please read the EJB2.0 spec before recording this as a bug. Message order is not guaranteed in MDB's. - Original Message - From: Geoff Soutter [EMAIL PROTECTED] To: Orion-Interest

RE: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-18 Thread Kutzera, Dieter-Norbert
... are you using ejbHome-methods? I think there is a bug in orion 1.5.4 . It it not possible to use ejbHome-methods in local home-interfaces. When you remove the declaration of this methods everythink should work. I hopethe bug is fixes rapidly! Dieter -Original Message-From:

Re: Orion 1.5.4 Local/LocalHome with BMP - deployment problem

2002-02-18 Thread David Tunkrans
Thanks for the reply. Does this mean that you cantuse findBy-methods on the localhome inteface? /David public interface ProductLocalHome extends EJBLocalHome{ public static final String PRODUCT = "ejb/ProductLocal"; public static final String JNDI_PRODUCT =

Re: Problems configurating classpath

2002-02-18 Thread Stephen Davidson
Luis María Ruiz del Portal Lázaro wrote: Hi all, i try to run fop in OC4J (with orion.jar). I have downloaded the jaxp winter package from sun that contains the xerces.jar and xalan.jar files. The classpath of orion has this order ejb.jar, jndi.jar, jdbc.jar, jta.jar, jaxp.jar,

RE: Direct call to j_security_check when using form based authori zati on

2002-02-18 Thread Erik Johansson
Thank you for your answer. I understand what you mean, but I am afraid I did not specify my problem enough. I would like to have a login form (fast login) on my public page where a visitor can directly insert username and password. When the client press the login button I would like to send him

Re: a newbie question: error in deploying a stateless ejb

2002-02-18 Thread Steven Lamb
Are you using Sun's 1.3 deploytool. If so the ejb-jar.xml file does not work with Orion. You need to comment out the security role mappings, repackage the ear file and redeploy and then it will work fine. Steve On Mon, 2002-02-18 at 19:48, daniele rizzi wrote: Hi all, this Sunday

RE: Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-18 Thread Geoff Soutter
Hi there, Actually I didn't read the EJB spec as I had guessed it was a JMS bug originally, so thanks for pointing that out. Very lazy of me. However, section 15.4.6 Concurrency of Message Processing of the EJB 2.0 spec says: the container should attempt to deliver messages in order when it

RE: Direct call to j_security_check when using form based authori zati on

2002-02-18 Thread Jason Coward
Erik: Try changing your snippet below to... jsp:forward page=%= j_security_check?j_username= + java.net.URLEncoder.encode(j_username) + j_password= + java.net.URLEncoder.encode(j_password) % / THE PROBLEM -- Notice the ? rather than the ; before the first parameter; the ?

Is Orion 1.5.4 == Oracle OC4JR2 or R1

2002-02-18 Thread Gerardo
Hi all A good question for Magnus it's wich version of the Oracle OC4J represents this release of Orion ( I kwon that for contract reasons should not be exactly the same, but it's interesting to kwon it ), because I downloaded both and they are very similar in content. Thanks in advance.

global servlet initialization parameters?

2002-02-18 Thread Mark Weaver
is there any way to specify inititialization parameters in orion so that 2-3 different related web applications can all access them with ServletConfig.getInitParameter() or ServletContext.getInitParamter()? tomcat appears to allow this through the use of a default context, but i can't make

ejbPassivate and max-instances

2002-02-18 Thread Eric Cassady
Hi all. Using Orion 1.5.2, I'm having some difficulty making sense of how the entity instance caching works. I've seen a lot of messages on this list referring to almost the exact same issues, but no real resolution. Orion never seems to call passivate on my entity beans under normal

RE: problem with ResultSet Object

2002-02-17 Thread Dvornikov Victor
CachedRowSet doesn't participate in transactions as it is teared-off object and it stores stale (old) data. For high-volume concurrent updating requests use it with care ( or better not to use if you are not sure ). I use it for read-only data infrequent access. -Original

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Geoff Soutter
Hi Mike, I didn't see that comment. Unfortunately this list is so flakey that I only get about 75% of the messages. I just checked the JMS 1.02 spec, here's what it has to say about message order (in 4.4.10.1 Order of Message Receipt): JMS defines that messages sent by a session to a

RE: fyi: 1.5.4 still stacks rather than queues JMS messages

2002-02-17 Thread Russ White
Yes, they should be received in order, but not necessarily stored/retrieved in order. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Geoff Soutter Sent: Sunday, February 17, 2002 5:18 PM To: Orion-Interest Subject: RE: fyi: 1.5.4 still stacks rather

Orion MDB reverses message order with SwiftMQ as well as OrionJMS (was RE: fyi: 1.5.4 still stacks rather than queues JMS messages)

2002-02-17 Thread Geoff Soutter
Well, I just tested an MDB with SwiftMQ, and Orion still stuffs up the message ordering. Presumably this means it's broken in the MDB implemenation rather than in Orion's JMS code, which is a pity. So, for all those using Orion MDBs, and relying on message ordering being preserved (if there are

<    5   6   7   8   9   10   11   12   13   14   >