method permisions

2002-01-18 Thread Bogdan Vlaicu
Hi all, I have some difficulties setting declarative authorization for ejb methods. (I'm using orion 1.4.1 on a win2K platform (and ejb1.1)) This is what I've done: - I have a entity bean named Banks in a application-client named Banks - I have a session bean named SecurityGod in a

REMOVE

2002-01-18 Thread Ravishankar S

SV: Remove

2002-01-18 Thread Magnus Rydin
Hi all, We will soon update the software that is running this list. At that time we will make sure to include a footer with useful links as well as subscribe/unsubscribe information. For now, use the link that Scott gave below and be sure to state the same email address as you used to subscribe

Naming Exception

2002-01-18 Thread Ramamurthy K
I have created a new TestWebApp same as the default-web-app which comes with the application server for my application. I have done it by a) Creating TestWebApp-website.xml and dropping it to config directory. b) Added entry in application.xml and server.xml. My Directory structure goes

RE: Multiply datasources for one application??

2002-01-18 Thread Djemal, Guy (TWIi London)
Hi, I've just subscribed to this mailing list so sorry if this message is sent out of sync. I was stuck on the earlier point made. I've specified my own orion-application.xml to point to a specified data-sources.xml, however when deploying the ear orion does not seem to be able to find it. I've

remove

2002-01-18 Thread Alexey Alexapolsky

SOAP problem with Orion

2002-01-18 Thread BRICKER_JONATHAN_E
I was installing SOAP on my Orion 1.5.2 server but get a ClassNotFoundException javax.servlet.http.HttpServlet when I try to run anything from the SOAP admin tool. I've followed the HOWTO from Atlassian for installing and as far as I can tell Orion can find soap.jar. My other applications run

Castor JDO + Orion

2002-01-18 Thread Roman Seleznev
Hello , Does anybody configured Castor JDO and Oriontogether ? I would like to find way how to configure CastorsDatabaseobject as a datasource. Could You suggest me the best way ? Thank Youin advance. Roman.

Transaction Isolation levels with orion and oracle ... no go

2002-01-18 Thread Manuel De Jesus
Hi All Just a follow up on my question about using two instances of orion and handeling distributed transactions. Scenario: A customer account object holds the balance for the customer and is a Container Managed Persistance Entity Bean. Customer accesses server 1 and loads customer account

RE: Remove

2002-01-18 Thread Fermindoza, Gene
thanks. Gene Fermindoza Computer Associates Programmer, Global Information Systems tel: +1 410 715-7137 fax: +1 410 992-7140 pager: +1 888 BEEP CAI [EMAIL PROTECTED] -Original Message- From: Scott Farquhar [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 7:45 PM To:

remove

2002-01-18 Thread Jin Yu

findall()?

2002-01-18 Thread Morten Wilken
i experienced some strange behaviour with finder methods: i made an entity bean with a findByField(intfield) method and a findAll() method. i then deployed it to sqlserver 2000 then i started the sql profiler so i could see what sql was thrown at the database. when i call the findByField

JSP, Frames and Browser reload

2002-01-18 Thread Juan Andres Chau Li
Hi, I have a top.jsp with: frameset rows=90, * BORDER=0 frame SRC=%= response.encodeURL(menu.jsp) % id=menu border=0 frameborder=0 framespacing=0 noresize scrolling=no name=menu frame SRC=%= response.encodeURL(main.jsp) % border=0 frameborder=0 framespacing=0 noresize id=main name=main

RE: Transaction Isolation levels with orion and oracle ... no go

2002-01-18 Thread brent . parsons
Hi This may be what you might try. I believe your problem is due to STALE data in one of the clients. This is a problem for all apps, unless you lock rows on read, which is a bad idea. The way to solve it (Just one of many), is like this: - Ensure all your tables have a last_modified date

persistent connections

2002-01-18 Thread Mike Weissman
does anyone know how to set persistent connection timeout time and # transactions per conn in orion. I am trying to use 1.1 persistant connections, but they seem to close. thanx Mike -- ## Michael Weissman e-mail: [EMAIL PROTECTED]

How does Orion load the classes?

2002-01-18 Thread Bill Hen
Here is the situation (using orion 1.52, windows 2000 OS, jdk1.3.1) I have a jar file, say my.jar which is not part of the ear or war file and it need to be added to the classpath. I tried this: 1. added in application.xml: library path=../lib;c:\tmp\my.jar / 2. and launch the server with

FW: Integrating LOG4J into Orion...

2002-01-18 Thread Alex Paransky
One more time, the last one did not show up -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 11:09 AM To: Orion-Interest Subject: Integrating LOG4J into Orion... I have a full EJB/JSP application running with Orion. Is there a

Re: How does Orion load the classes?

2002-01-18 Thread Mike Cannon-Brookes
Bill, Try reading: http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp And see if it answers your question. (Using -cp is a baaad idea in general ;)) Another thing to do would be to try it without obfuscation and see if that works first (to see if obfuscation is the cause)

REMOVE

2002-01-18 Thread yhong