Cached data in entity beans

2002-04-26 Thread Sergey Ponomarev
changed data from table? Sergey

sendRedirect()

2002-04-19 Thread Sergey G. Aslanov
alala.html;jsessionid=... When i remove this line from default-web-site.xml: and do redirect again, it successfully redirects it to /ishop/lalala.html;jsessionid=...! Is it a orion bug? Please help! -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTE

Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Sergey G. Aslanov
application. CD> Orion caches the entity beans, so I don't see the DB modifications immediately in the beans. CD> How can I make orion stop caching my EBs? CD> Thanks, CD> Cristian -- Sergey G. Aslanov, CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

Security context

2002-04-05 Thread Sergey G. Aslanov
: orion-application.xml: ... ... In this case, sessionContext.getCallerPrincipal() always returns orion's admin user, not the currently autherized user! Please, help! -- Sergey G. Aslanov CBOSS Group, Web-technologies department m

Re: Bug?!

2002-03-13 Thread Sergey G. Aslanov
ervlets a strange error occures. Orion LL> throws a LL> java.lang.NoClassDefFoundError: javax/servlet/Config LL> In my code I have no references to that class. And for all I know there LL> are no such class. Shouldn't it be javax/servlet/ServletConfig instead? LL> /Linus

Where is my stderr output?

2002-03-12 Thread Sergey Ponomarev
Hi, I use printStackTrace() method of Exception object to print exception stack trace from my EJBs. But I cannot find the output. I cannot find traces in console nor in logs. Where are they? Orion 1.5.2 Sergey Ponomarev mailto:[EMAIL PROTECTED]

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

2002-02-19 Thread Sergey G. Aslanov
from >> the form must have the names j_username and j_password. >> >> This way of logging in works very well. But this requires >> that the user is >> trying to access a restricted area of the application. I >> would like to add >> functionality to my applica

Re[2]: NO rollback in method ??

2002-01-21 Thread Sergey G. Aslanov
n the transaction is commited. However I don't know how E> to >> accomplish this with CMP EJB's. >> >> Please some advice ? >> >> Eddie >> >> _ >> Get your FREE download of MSN Explorer at E> http://explorer.msn.com/intl.asp. >> >> >> -- Sergey G. Aslanov, CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

Re: Simple question re caching/pooling of BMP Entity Beans

2002-01-10 Thread Sergey G. Aslanov
d for orion-ejb-jar.xml it states GS> that exclusive-write-access is true by default, and since I am not GS> setting it I presume it's defaulting to true which should allow Orion to GS> cache the entity beans. GS> So, can anyone shed any light on how whether/how I can get Orion t

Re: Dynamic reloading of class files

2001-12-07 Thread Sergey G. Aslanov
Hi Buster The one way to update classes in application, I found, is to "touch" META-INF/application.xml file, i.e. to change it's modification time. -- Sergey G. Aslanov, CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655 Thursday, December 06

Filters in Orion 1.5.3

2001-11-25 Thread Sergey G. Aslanov
this problem? -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

Re: Deploy Ear with war inside

2001-11-19 Thread Sergey G. Aslanov
gt; Some ideas ?? A> Thanks a lot for all suggestion A> Alessandro Fustini A> Team Leader Mobile Services Development A> Vitaminic Spa A> Via cervino 50, 10154 turin - italy A> phone: +39 011 23381242 fax: +39 011 23381206 -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

Re[2]: EJB pool management

2001-11-17 Thread Sergey G. Aslanov
the orionconsole.jar TK> has provisions for invalidating the pools, and adjusting their sizes. TK> it will probably be an ormi: call of some sort? TK> -Original Message- TK> From: Sergey G. Aslanov [ mailto:[EMAIL PROTECTED] TK> <mailto:[EMAIL PROTECTED]> ] TK>

Re: Response has been already committed...

2001-11-16 Thread Sergey G. Aslanov
e data and it was flushed (or you flush it). Can you send me your JSP page, I'll try to help you. -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

EJB pool management

2001-11-16 Thread Sergey G. Aslanov
Hi all Who knows, can I manage Orion's EJB instances pool from code? For example, if data in DBMS was changed without help of EJB and I want to update it in pool. What have I to do? -- Sergey G. Aslanov CBOSS Group, Web-technologies department mailto:[EMAIL PROTECTED] tel: +7 095 7555655

Re[2]: User exceptions from EJB

2001-11-14 Thread Sergey G. Aslanov
U> Tell me if I am wrong! U> Hope it helps... seeya. U> - UnicMan >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED]]On Behalf Of Sergey G. >> Aslanov >> Sent: Tuesday, November 13, 2001 12:41 PM >> To: Orion-In

User exceptions from EJB

2001-11-12 Thread Sergey G. Aslanov
t way? -- Best regards, Sergey G. Aslanov mailto:[EMAIL PROTECTED]

Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Sergey G. Aslanov
t;>"com.evermind.server.ApplicationClientInitialContextFactory"); >>env.put(Context.PROVIDER_URL, "ormi://host/applicationname"); >>env.put(Context.SECURITY_PRINCIPAL, "username"); >>env.put(Context.SECURITY_CREDENTIALS, "password"); >>Context ctx = new InitialContext(env); >>Rest of the code is common. >> >>Hope this helps you. >> VHS> _ VHS> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- Best regards, Sergey G. Aslanov mailto:[EMAIL PROTECTED]

finder parameters

2001-09-19 Thread sergey
Please help me!!! Is there any possibility to pass order direcrtion as parameter of a finder? That is parameter string ("asc" or "desc") is added to the end of SQL? Ex.: findAllSortedByState("asc"); In orion-ejb-jar.xml: Some

Apache + Orion

2001-05-09 Thread SERGEY VOROPAY
Could somebody please provide with a workable set of instructions on how to integrate orion and apache. I followed the instructions available on orionsupport.com and got the apache proxy part to work, but url rewriting is still not working. I'm also not quite clear where the web-site.xml file

Re: One Build.xml

2001-02-15 Thread Porfiriev Sergey
U don't need to build ear every time to test application   In your application.xml write        SOME_DIR-web /     so you will get:   APPLICATION-DIR/   META-INF/ Application.xml   SOME_DIR-web/   your_ejb_here   I use Ant for ejb building, but ANT have a bu

Re: writing to application.log from EJB

2000-11-06 Thread Porfiriev Sergey
Hello Mark, Sunday, November 05, 2000, 1:38:08 AM, you wrote: M> Folks: M> How do you write to the default-application.log from an EJB? M> From a servlet you call getServletContext().log(). Can find anything M> analogous in EJB-Land. M> Thanks for your help! (Sorry if this is documented somew

Error handler followup:

2000-10-30 Thread Porfiriev Sergey
tMessage() %>    Stack trace:        <% exception.printStackTrace(new java.io.PrintWriter(out));    }%>      ------Porfiriev Sergey- mailto:[EMAIL PROTECTED]Axwell  http://www.axwell.com--

Re: Question

2000-10-19 Thread Porfiriev Sergey
Here is my startup script for NT (unix script is much alike) - it separetes stderr & stdout perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.log perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.err java -Xmx860m -Dxml.rewrite=false -

Re: Orion Powered Sites

2000-10-19 Thread Porfiriev Sergey
> I only see two sitest there. The second one is to some page that has some > text on it..thats about it. Are there any full B2B or E-commerce sites using > Orion yet? I know we will be using it soon. http://www.axwell.com ( B2C , B2B coming soon )

Re: Orion Success

2000-10-17 Thread Porfiriev Sergey
Yes, i've done old_application asp processing this way All graphics/*.js/*.css keeped in Orion structure, and only asp works at standalone server. - Original Message - From: "David Kenzik" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, October 17, 2000 4:48 PM

Re: displaying xml

2000-10-16 Thread Porfiriev Sergey
To Magnus & Karl Avedal:   it will be good idea to open "users contribution" topic at www.OrionServer.com ( like orionsupport was). and as result traffic in orion-interest will be decreased :)   - Original Message - From: Derek Akers To: Orion-Interest Sent: Monday, Octobe

Re: setting up jdbc with oracle 8i on NT

2000-10-02 Thread Porfiriev Sergey
quot;jdbc/Oracle8i" xa-location="" ejb-location="" > connection-driver="oracle.jdbc.driver.OracleDriver" username="system" > password="manager" url="jdbc:oracle:thin@misaklap:1521:trade" > inactivity-timeout="30" /> > > Please advise. > > Thanks, > Misak --- Porfiriev Sergey [EMAIL PROTECTED]visit: www.axwell.com e-commerece portal based on orion server.

Re: NULL/NOT NULL with autocreated tables

2000-09-19 Thread Porfiriev Sergey
The best way not to use tables autogeneration at all Make optimal schema, write table api beans for your schema, write application beans - Original Message - From: "KirkYarina" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 12:33 PM Subject

Re: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-13 Thread Porfiriev Sergey
I use following script for Orion Start perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.LOG perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.ERR java -Xmx160m -Dxml.rewrite=false -jar orion.jar 1>>log/ORION.LOG 2>>log/ORION.ERR perl

Re: Orion Difficulities....

2000-09-09 Thread Porfiriev Sergey
Title: Orion RMI Security problem Use: java -jar admin.jar ormi://blazer.youbet.com admin root -shutdown   To Orion Team: put some examples in admin.jar  or make them java -jar admin..jar --examples   - Original Message - From: Richard Landon To: Orion-Interest Sent:

Re: Where Orion puts the code?

2000-08-31 Thread Porfiriev Sergey
for me it is: $ORION_HOME/application-deployments/$APP/$WEB_APP/persistence/ - Original Message - From: "Ismael Blesa Part" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, August 31, 2000 7:56 AM Subject: Where Orion puts the code? > I have some jsps and I

Orion Log file analyser

2000-08-31 Thread Porfiriev Sergey
I've read in this  list about log file analysers that can Analyse Orion Logs ( somehow changed via web-site.xml /web-site/access_log ) But i've lost this information. :(   What analyzers i can use with Orion ( and how )

100% processor load with SSL (URGENT PROBLEM)

2000-08-24 Thread Porfiriev Sergey
I've got troubles using SSL with orion (windows NT sp6 platform, JDK 1.3 ), after SSL usage CPU usage goes to 100% even on my dual P3-800 (even no request are serving) ( This not happends immediate, but always after some times ) Orion 1.1.37 Orion 1.2 Is there some workarounds? PS: what about ge

Re: Oracle DS

2000-08-21 Thread Porfiriev Sergey
use classes12_1.zip from http://technet.oracle.com Do not use classes111.zip at all. My mistake was in incorrect oracle url. But now I'm getting this error: com.evermind.server.rmi.OrionRemoteException: Database error: Message file 'oracle.net.mesg.Message' And indeed there is no such class in c

Re: Help - SSL Usage in Production - is it really possbile?

2000-08-18 Thread Porfiriev Sergey
Real production SSL i've met same problem, i'am intersted extacly what sertificate i will get. (What Type of It, From what company, url of company) - Original Message - From: "Mike Fontenot" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday

Re: Ecommerce sites using Orion

2000-08-16 Thread Porfiriev Sergey
We develop e-commerce site (not yet gone in real production) www.axwell.com - Original Message - From: "Chris Miller" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, August 16, 2000 4:41 PM Subject: Ecommerce sites using Orion > We're developing a fairly la

problem

2000-08-10 Thread Porfiriev Sergey
sometimes we encounterer this error in our Application: how we can fix it? (Why it happends) ( we use Stafull Session Beans with calls to Entity Beans (Table Api beans)) com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: Error preparing bean instance: java.lang.InternalEr

Re: Integration with existent www-servers

2000-08-07 Thread Porfiriev Sergey
I've succesefuly installed tunneling except for "POST" method - "GET" request works fine, but POST doesn't :( Orion 1.1.37 Is this issue known? PS: i use tunneling to access internal IIS ( *.asp) server - Original Message - From: "Karl Avedal" <[EMAIL PROTECTED]> To: "Orion-Interest" <[

Re: Faster deployment?

2000-08-03 Thread Porfiriev Sergey
> > --- Anders Bengtsson <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Does anyone have any ideas for how to make .ear deployment go faster? deploy beans, not ear file. write in yours server.xml Make META-INF directory in ../../app place application.xml here to redeploy beans you ne

Re: protect pages

2000-08-02 Thread Porfiriev Sergey
f the web.xml?   Thanks in advance, Egor.     Porfiriev Sergey Boston, MA

SSL and Orion (urgent)

2000-05-29 Thread Porfiriev Sergey
I have troubles installing SSL under Orion I've followed Orions instructions: On the first step i've got following error: D:\Orion\docs\ssl>keytool -genkey -keyalg "RSA" -keystore keystore -storepass 123456 -validity 360 keytool error: KeyPairGenerator not available i've installed jce 1.2.1 b

Re: How are database JOINS achieved with EJBs?

2000-05-25 Thread Porfiriev Sergey
Hello Steven, Friday, May 26, 2000, 4:52:00 AM, you wrote: example: Write folowing in yours Home interface or ( deployment orion ejb-jar.xml (full: not included) public static final String findByID_STORE_AND_ID_GRP_ORDER_BY_NAME_query= "full:SELECT PL.Id_Pricelist, PL.Datestart, PL.Datestop,