Re: JSP/Bean not reloading after re-deploy

2001-01-18 Thread Daniel G. Koulomzin
d, but that didn't work. > Does anyone have a solution to this problem? I must be missing something > very simple. > > Thanks, > Ozzie Gurkan -- Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134

Re: Can't throw exception from entity bean?

2001-01-17 Thread Daniel G. Koulomzin
d. > super.setTmsObject(value); > ^ > 1 error > Error compiling file:/C:/tmsobjects/entitybeans.jar: Syntax error in source > > Am I not allowed to throw an exception, or is there something else that is > wrong? -- Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134

Re: DriverManagerConnectionPoolConnection not closed...

2001-01-12 Thread Daniel G. Koulomzin
ed. I'd like to have > DriverManagerConnectionPoolConnection to tell me where I did this > dreadful mistake. regards Johan Fredriksson -- Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134

Re: Null Pointer Exception in Generated Wrapper Classes

2001-01-10 Thread Daniel G. Koulomzin
t. Robert Smith _ Get your FREE download of MSN Explorer at http://explorer.msn.com --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: isolation level

2000-12-14 Thread Daniel G. Koulomzin
pende on it...so there's no 'default' isolation level for > orion...HTHJP > > -Original Message- > From: Daniel G. Koulomzin [mailto:[EMAIL PROTECTED]] > Sent: Miércoles, 13 de Diciembre de 2000 16:13 > To: Orion-Interest > Sub

isolation level

2000-12-13 Thread Daniel G. Koulomzin
What is Orion's default Transaction-Isolation level for Entity Beans? -Dan --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: Classpath problems

2000-11-30 Thread Daniel G. Koulomzin
odule. I tried both in a .jar file in WEB-INF/lib or as separatefile with no success. Other classes could be loaded from both locations without anyproblems!. When finally copying all classes to orion/lib my app ran. But this is not the way I like to have it. Can somebody help? Alex --  Dan

Re: transaction-problem

2000-11-30 Thread Daniel G. Koulomzin
t by triggers. If an exception occurs the database-operations don't rollback. Can someone help me!!! I use Orion 1.3.8 and Oracle 8i. I use as datasource-class (in data-sources.xml) com.evermind.sql.ConnectionDataSource and the ejb-location for Bean-Connection. Thanks    Andreas --  Daniel G. Ko

Re: Turbine with Orion?

2000-11-29 Thread Daniel G. Koulomzin
mp3.com/text --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: DataSourceConnection not closed

2000-11-28 Thread Daniel G. Koulomzin
18 Sweden   Mobile: +46-(0)70-462 19 18 www.lecando.com    ICQ#: 4564879 --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: DataSourceConnection not closed

2000-11-28 Thread Daniel G. Koulomzin
   Office: +46-(0)8-634 94 18 Sweden           Mobile: +46-(0)70-462 19 18 www.lecando.com    ICQ#: 4564879 --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

DataSourceConnection not closed

2000-11-22 Thread Daniel G. Koulomzin
rvices.webmacro.TurbineWebMacro.handleRequest(TurbineWebMacro.java:107)     at org.apache.turbine.modules.layouts.WebMacroSiteLayout.doBuild(WebMacroSiteLayout.java:131) --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Threads and EJB stubs

2000-11-22 Thread Daniel G. Koulomzin
ence every time? -Dan --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
t; >> >thanks in advance. >> > >> >krishna >> >_________ >> >Get Your Private, Free E-mail from MSN Hotmail at >> <http://www.hotmail.com>http://www.hotmail.com. >> > >> &

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel G. > Koulomzin > Sent: Tuesday, November 14, 2000 10:50 AM > To: Orion-Interest > Subject: Re: orion server works with jdk 1.3??? > > > Gerald, > > You speak as if you have go

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
poorly written written tulip Ethernet driver (produced segfaults under load) which I rewrote and solved. Now the box is using gigabit Ethernet and screams through requests. Russ-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel G. Koulomzin Sent: Tuesd

Re: orion server works with jdk 1.3???

2000-11-14 Thread Daniel G. Koulomzin
bout yourself, create your own public profile at >http://profiles.msn.com. > --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

how do I set redeploy of beans

2000-11-09 Thread Daniel G. Koulomzin
How do I set auto-redeploy of EJB jars on or off? -Dan     --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: Transaction propagation question

2000-11-08 Thread Daniel G. Koulomzin
this where multiple session beans participate in a single transaction such that if any one throws an SQLException the transaction is rolled back by the container. Thanks in advance. Aziz Sharif __________ Do You Yahoo!? >From homework help to love advice, Yahoo! Experts has your answer. http://experts.yahoo.com/ --  Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134  

Re: sessions, inheritance and authorization

2000-11-06 Thread Daniel G. Koulomzin
abstract, and deriving sub-classes based on user roles. In the case of my domain, health care, there might be a PatientSessionManager, a PhycisianSessionManager, and ClericalSessionManager. By doing this I can store the commonality (of which there are a few) in the super class. I think the case for inheritance amongs

No Suspension of client transactions with Bean Managed Transaction

2000-10-12 Thread Daniel G. Koulomzin
t(Turbine.java:366) at javax.servlet.http.HttpServlet.service(HttpServlet.java) -- Daniel G. Koulomzin Digital Media On Demand 244 Brighton Ave. 3rd Floor Allston MA 02134