SV: Initial context problem.

2002-05-02 Thread Jesper Rasmussen
Hi Alex, Thanks - i got an answer from Scott that solved the problem. I did not want to burden the list so i did not send reply to the list, as i do now. No the code is not the correct code, but pseudo real code - that is a bit copy-paste and a bit of editing. It was only ment to be informative

Initial context problem.

2002-05-01 Thread Jesper Rasmussen
Hi all, Im trying to make an application which askes for the login and password to connect to the application deployed on 1.5.4 orion server. It works fine if i specify the correct login(admin). However if I uses some wrong cridentials(admin1) i get an exception which also is fine. HOWEVER when

RE: Initial context problem.

2002-05-01 Thread Alex Paransky
are using (unless are you using a strange version of the Java Complier). Can you isolate your problem into a small piece of code that works, and try to post again? Thanks. -AP_ http://www.alexparansky.com Java/J2EE Architect/Consultant http://www.myprofiles.com/member/profile/apara_personal

Sitemesh 1.4.2 and Orion 1.5.4: doFilter()-problem/bug

2002-04-27 Thread of
I have the problem that under some circumstances a request-object gets modified during a FilterChain.doFilter(request, response) call. For example request.getQueryString() returns the correct query string before doFilter() is called and after it returns null (it is the same request object

JMS Connection Problem

2002-04-20 Thread Lomesh Contractor
Hi All, My problem arises when I trying to communicate with JMS Server. I am running my JMS server on Server A and am trying to connect to it from Server B. But, on doing this I am getting following exception . I have checked out almost everything, but could not found the any

https session-timeout problem

2002-04-11 Thread @Basebeans.com
Subject: https session-timeout problem From: Emil Birgersson [EMAIL PROTECTED] === Hello! I have a strange problem. I use a couple of session variables (shopping cart, username) and I changed the session-timeout propertie to let's say 60 minutes. This worked fine until I made my site secure

SV: https session-timeout problem

2002-04-11 Thread Magnus Rydin
Ämne: https session-timeout problem Subject: https session-timeout problem From: Emil Birgersson [EMAIL PROTECTED] === Hello! I have a strange problem. I use a couple of session variables (shopping cart, username) and I changed the session-timeout propertie to let's say 60 minutes. This worked

Re: https session-timeout problem

2002-04-11 Thread Jose Mena
I had the same problem and I fixed it putting shared=true in the web-app line of the secure-web-site.xml config file. - Original Message - From: Orion Newsgroup @[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 1:25 PM Subject: https session-timeout

Problem to deploy a application in a war file.

2002-04-08 Thread Javier.Fernandez
Hi everyone I am new in Orion Server, When i make a manual deploy of war, i add to application.xml web-module id=atlassian path=../application-deployments/atlassian.war / then web-app application=default name=atlassian root=/admin / well, if i put frostis.cf.jcyl.es:7780/admin

RE: Problem to deploy a application in a war file.

2002-04-08 Thread Linda Lott
try changing default.jsp to index.jsp, or change the config file where you specify the initial page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 08, 2002 7:12 AM To: Orion-Interest Subject: Problem to deploy

Re: Problem to deploy a application in a war file.

2002-04-08 Thread Scott Farquhar
[EMAIL PROTECTED] wrote: P.D. do you know any comercial or free tools to admin Orion server? Whilst not a full administration suite, we provide tools that make working with Orion easier. http://www.atlassian.com/software/tools/ Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED]

Re: classpath problem with ear file

2002-04-05 Thread Scott Farquhar
To understand why you are having a problem, you need to read a little about how classloaders are used and what is their hierarchy. (Honestly, I don't remember where I found this information). At the base of it all is the system classloader. This is the one which uses CLASSPATH

Re: classpath problem with ear file

2002-04-04 Thread Roxanne Tapia
Thanks! That worked A further note - for anyone who has the same sort of problem, here's what I did; I changed the orion-application.xml file to say: library path="WebModule/WEB-INF/lib/" / the path is relative to the .ear file, it took me a while to figure that out. I was try

classpath problem with ear file

2002-04-03 Thread Roxanne Tapia
I am deploying an ear file, which contains a war file. The war file has a jar in the WEB-INF/lib directory. However, when I start the server, and it is deploying the ejb jars in the same application - it says it can't find the classes in that jar file. I saw this once before when some

Re: classpath problem with ear file

2002-04-03 Thread Thomas Körner
] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 7:38 PM Subject: classpath problem with ear file I am deploying an ear file, which contains a war file. The war file has a jar in the WEB-INF/lib directory. However, when I start the server, and it is deploying the ejb jars

RE: Newbie Orion question - webapp problem

2002-04-02 Thread Ken Delong
way to turn on verbose error logging? -Original Message- From: Lachezar Dobrev [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 11:44 PM To: Orion-Interest Subject: Re: Newbie Orion question - webapp problem Like always the ClassPath is a server-specific setting. On orion you

Newbie Orion question - webapp problem

2002-04-01 Thread Ken Delong
, but that didn't work either. Same error. Any help here? PS the EAR deploys into Sun's RI 1.3, and also into WebSphere 4.01. It works fine there, so it must be an Orion configuration problem. --- Kenneth DeLong Senior Consultant Direct: 510-517-5839 (Cell) Fax: 972.789.1340

Problem with datasource when orion under pressure??

2002-03-17 Thread Dillon, Ryan
Hi all, I am having some problems stress testing an application that i have ported to orion from jboss. We used Cocobase for CMP. The app works fine, and if i run the test scripts (using webload) with a single user, everything is fine. As soon as i start pumping up the number of users i get

Problem with Orion and classpaths

2002-03-15 Thread Tony K. Lawrence
a problem. In Orion it doesn't seem to find the classes. I've even tried to compy the jars into the orion lib directory and that still desont work. I am very new to orion and not sure what else to try. This is how I configured the application. Copied tools.jar into the orion directory Copied my

StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
com.evermind.server.ejb.Stat efulSessionContext is an abstract class. It can't be instantiated. StatefulSessionContext context = new StatefulSessionContext(); ^ The same ear file deploys without any problem under the j2ee server. Thanks, Daniel G. Chandran Reuters

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
. It can't be instantiated. StatefulSessionContext context = new StatefulSessionContext(); ^ The same ear file deploys without any problem under the j2ee server. Thanks, Daniel G. Chandran Reuters Online Solutions

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Daniel Chandran
: class com.evermind.server.ejb.Stat efulSessionContext is an abstract class. It can't be instantiated. StatefulSessionContext context = new StatefulSessionContext(); ^ The same ear file deploys without any problem under the j2ee server. Thanks, Daniel G

Re: StatefulSession Bean Deployment problem

2002-03-12 Thread Ray Harrison
(); ^ The same ear file deploys without any problem under the j2ee server. Thanks, Daniel G. Chandran Reuters Online Solutions. __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free

Re: BigDecimal problem...

2002-03-04 Thread Daniele Arduini
Hi Nicolas, seems like you caught a bug in the Postgresql's JDBC driver. I had similar problem using the driver from Postgresql 7.1.3, you can either upgrage your driver to version 7.2 or apply the following patch and rebuild it: ===[ begin BigDecimal patch ]== diff -urN jdbc.orig

RE: BigDecimal problem...

2002-03-03 Thread Nicolas Camut
-Interest Subject: RE: BigDecimal problem... This could be your database-scheme. I notice that most of the database schemas that come with Orion (look at the config/database-schemas) do not include a field for java.math.BigDecimal. However, the SapDB.xml schema does. Copy this bit into your

BigDecimal problem...

2002-03-02 Thread Nicolas Camut
Hi, I'm having a really annoying problem with Orion I'm importing an application from Weblogic to Orion It consists of basic CMP EntityBeans so that I can test whether I can port a much bigger application Anyways, those Beans use BigDecimal as Primary keys In the design of this application

RE: BigDecimal problem...

2002-03-02 Thread The elephantwalker
your problem: type-mapping type=java.math.BigDecimal name=fixed(15,15) / Why aren't you using Long as the pk? Many who use orion use Long's. This could be why you found this problem, because you were the first to use a BigDecimal as a pk. If you are new to Orion, come join us

shutdown problem

2002-02-27 Thread Jose Mena
Hi, i 'm having problems when shuting down my orion server. It's an orion 1.5.2 under debian linux(2.2.17 kernel version). this is the command i launch to stop it: $JAVARUN -jar admin.jar ormi://localhost/ admin OptiPlex -shutdown force but sometimes it doesn't stop the server. do you know

Re: shutdown problem

2002-02-27 Thread Scott Farquhar
Jose, The script located in this article might be of help: http://kb.atlassian.com/content/orionsupport/articles/unixprocess.html Look under the heading Starting and Stopping. Cheers, Scott Jose Mena wrote: Hi, i 'm having problems when shuting down my orion server. It's an orion 1.5.2

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

2002-02-20 Thread Morten Wilken
Local/LocalHome with BMP - deployment problem Can add: Special Edition Using EJB 2.0 [Que]. Professional Java EE 1.3 is kind of everything-in-one, not so focus on EJB development. I like the Enterprise Javabeans 3ed, OReilly most, as it's easy to bring for travel

Re: BMP Entity Bean Performance Problem

2002-02-20 Thread Scott Farquhar
a stateful session bean acts a middle layer between JSP and entity beans. However, the problem still exists My session bean code: public class PubcompanyManagerBean implements SessionBean{ private SessionContext context; private PubCompany pubcompany; private PubCompanyHome

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

2002-02-19 Thread Kutzera, Dieter-Norbert
with BMP - deployment problem 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 fi

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/

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

2002-02-18 Thread Kutzera, Dieter-Norbert
: David Tunkrans [mailto:[EMAIL PROTECTED]]Sent: Sonntag, 17. Februar 2002 14:17To: Orion-InterestSubject: Orion 1.5.4 Local/LocalHome with BMP - deployment problem EntityBean with BMP and Local/LocalHome etc. Doesnt compile, some internal error... Does anyone have an ideaof what

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

2002-02-18 Thread David Tunkrans
.5.4 Local/LocalHome with BMP - deployment problem ... 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

RE: problem with ResultSet Object

2002-02-17 Thread Dvornikov Victor
- From: sachin mahajan [SMTP:[EMAIL PROTECTED]] Sent:15 2002 6:32 To: Orion-Interest Subject:Re: problem with ResultSet Object Hello Thanks. Can u explain me if i will use CachedRowSet object instead of ResultSet object

RE: getClass().getClassLoader().getResource(fileName) problem

2002-02-15 Thread Owen Fellows
Subject: getClass().getClassLoader().getResource(fileName) problem Hi, I tried to open a property file from within my custom UserManager program, however, Orion was unable to find my file. I just don't know where should I put my property file so it can be located by the following command

Re: problem with ResultSet Object

2002-02-14 Thread Jorge Jimenez C
Sachin: I think you have a design problem. Please,anyone correct me if you think i'm wrong. From inside a JSP page you should not access a recordset returned by an EJB. EJB components represent mostly bussines objects that contains rules and data access services. From outside the EJB (from

Re: problem with ResultSet Object

2002-02-14 Thread Kesav Kumar
Sent: Wednesday, February 13, 2002 8:50 PM Subject: problem with ResultSet Object Dear Sir Currently i am workingom the orion server. i have deployed my application properly. But i am facing some problem with transfering ResultSet object from my EJB to jsp . It error i

Problem on Netscape Browser - Document Contained No Data

2002-02-14 Thread Marc Rabil
I have an application that uses a custom user manager and form-based authentication on Orion 1.3.8. Things work great with Internet Explorer, but with Netscape 4.7, the browser pops up a Document Contained No Data error when attempting to login - as if its not getting anything back from the

Re: Problem on Netscape Browser - Document Contained No Data

2002-02-14 Thread John Hogan
try an html meta tab spcifying noCache -Original Message- From: Marc Rabil [EMAIL PROTECTED] Date: Thu, 14 Feb 2002 14:50:56 -0500 To: Orion-Interest [EMAIL PROTECTED] Subject: Problem on Netscape Browser - Document Contained No Data I have an application that uses a custom user

getClass().getClassLoader().getResource(fileName) problem

2002-02-14 Thread Min-Hua Luo
Hi, I tried to open a property file from within my custom UserManager program, however, Orion was unable to find my file. I just don't know where should I put my property file so it can be located by the following command: props_ = new Properties(); try { URL aURL =

Re: problem with ResultSet Object

2002-02-14 Thread sachin mahajan
, 2002 1:48 PM Subject: RE: problem with ResultSet Object ResultSEt is not a serializable object. For RMI purpose use CachedRowSet object Take into account that this object is not for scalable applications! -Original Message- From: sachin mahajan [SMTP:[EMAIL PROTECTED]] Sent: 14

Re: getClass().getClassLoader().getResource(fileName) problem

2002-02-14 Thread Oleg Bivol
, February 15, 2002 5:32 AM Subject: getClass().getClassLoader().getResource(fileName) problem Hi, I tried to open a property file from within my custom UserManager program, however, Orion was unable to find my file. I just don't know where should I put my property file so it can be located

Problem with starting the server

2002-02-08 Thread sachin mahajan
When i start the server with this command java -Dhttp.Cluster.debug=true -Dcluster.debug=true -jar orion.jar The server output is A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z':

ejb load problem

2002-02-04 Thread Manoj Sadangi
HI, we are running orion app server with one mdb and couple of session bean and entity bean. Once there is message received by the reciever mdb it creates the beans and the message gets processed and published to the topic again. This works fine as long as the traffic is not high. But If

jsp:forward problem on Mac IE.

2002-02-01 Thread Fredrik Lundin
Hi all! We're encountering a problem when using Mac and IE 4.5+ with our application. We have a jsp that uses jsp:forward to a servlet (tried the usual RequestDispatcher aswell), the problem is that the servlet gets requested twice, and request loses all parameters the second time, wich causes

Re: jsp:forward problem on Mac IE.

2002-02-01 Thread Rafael Alvarez
Hello Fredrik, Congrats! You have encounter an error that is not your's nor orion's. The problems is in the way IE4.5 for Mac parse the http header. I posted and issue at www.elephantwalker.com. Check it out at http://www.elephantwalker.com/searchresult?id=162 (Note: elephantwalker registration

Problem with user manager

2002-01-31 Thread JoseMa
a user and password defined in principals.xml. My problem is that the remote connection doesn't work and the messager is : Invalid username/password for application login If I comment the user manager tag the client application cant connect but the autentication of web application

problem with database connection

2002-01-31 Thread Jose Mena
-timeout=30 / /data-sources It works fine. But the problem comes when i have a network problem to connect to the data-base. Then orion isn't able to make a connection and instead of giving up connecting after 3 attemps(as i read this is the default value for the max-connect-attempts) it gets

Problem using basic authentication and WAP toolkit.

2002-01-30 Thread Stefan Klåvus
think that the problem is that the server (Orion) sets the HTTP header Connection to 'Close' but I'm not sure. When I use Apache and basic authentication everyhing works fine. FYI: If I connect manually to Orion and move the keep-alive header last (as Explorer does) Orion doesn't close

Servlet reload problem

2002-01-29 Thread Tommi Penttilä
My servlet-classes won't reload. After I recompile changed servlet and http-GET it via orion's (1.5.3) web-interface, orionconsole reports that Servlet was initialized, but I get the same result on browser than before compiling. I did put orion-web-app/@development=true on the web-app-config,

RE: Servlet reload problem

2002-01-29 Thread Paul van Beukering
restart orion -Original Message- From: Tommi Penttilä [mailto:[EMAIL PROTECTED]] Sent: dinsdag 29 januari 2002 12:20 To: Orion-Interest Subject: Servlet reload problem My servlet-classes won't reload. After I recompile changed servlet and http-GET it via orion's (1.5.3) web-interface

Re: Servlet reload problem

2002-01-29 Thread Jeff Hubbach
To: Orion-Interest Subject: Servlet reload problem My servlet-classes won't reload. After I recompile changed servlet and http-GET it via orion's (1.5.3) web-interface, orionconsole reports that Servlet was initialized, but I get the same result on browser than before compiling. I

RE: Servlet reload problem

2002-01-29 Thread Nusairat, Joseph F.
Title: RE: Servlet reload problem Are u using code that is calling another servlet? Or is this servlet being called from another one. Cause if the servlet is being called by another one you'd have to move both over both Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614

Re: SOAP problem with Orion

2002-01-21 Thread BRICKER_JONATHAN_E
Lilly Research Labs Java ATG [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 01/18/02 08:10 AM Please respond to Orion-Interest To:Orion-Interest [EMAIL PROTECTED] cc: Subject:SOAP problem with Orion I was installing SOAP on my Orion 1.5.2 server but get

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

HTTP session replication problem

2002-01-15 Thread Franck valetas
are replicated in server 1 for a few seconds ; then they all disappear. Does anyone had the same problem ? Thanks for your help. Franck

RE: HTTP session replication problem

2002-01-15 Thread Mike Moulton
When all sessions disappear check to see if there was an orion exception at the same time. I am experiencing the same problem but there is an internal orion exception the moment everything stops working. Bug #687 on bugzilla covers my problem, but I haven't had any luck getting IronFlare to take

Re: HTTP session replication problem

2002-01-15 Thread Scott Farquhar
-- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR J2EE World Mike Moulton wrote: When all sessions disappear check to see if there was an orion exception at the same time. I am experiencing the same problem but there is an internal orion

Trivial classpath problem ?

2002-01-13 Thread Yuval_Goldstein
Hi, Although this is an oc4j question ( oracles wrapper for orion ), im sure some of you would be able to help me ( the engines are the same down there :). Ive tried adding a new jar to oc4js classpath. Our application depends on this jar. I couldnt. Ive tried adding the jar as a 'library-path'

RE: Trivial classpath problem ?

2002-01-13 Thread The elephantwalker
] Subject: Trivial classpath problem ? Hi, Although this is an oc4j question ( oracles wrapper for orion ), im sure some of you would be able to help me ( the engines are the same down there :). Ive tried adding a new jar to oc4js classpath. Our application depends on this jar. I couldnt. Ive tried

Re: Trivial classpath problem ?

2002-01-13 Thread Scott Farquhar
Yuval, The following new tutorial on our knowledge base may help you: http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp It details all the different levels of classloaders available in Orion. Please feel free to annotate the page with any comments:

jms problem

2002-01-08 Thread Markus Rinderer
hi ! i am trying to subscribe to topics from my java standalone client application. everything works fine if i use OpenJMS with Orion Application server. when using orion's JMS server i run into the following problem: the client successfully subscribes to the first topic, but hangs when

Problem using java web start

2001-12-30 Thread A. KANDASAMY
I had my EJB's running in Orion server. I am accessing the server thru Swing Clients. when running stand alone, i am able to access the server. When i am using java web start i am facing problems.. In java forums they asked to put the following lines of code before lookup... ClassLoader loader =

How do you shut down orion - Problem SOLVED!

2001-12-19 Thread James Beeson
Thanks to everyone for the information. I did not realize that the admin.jar was trying to shut down orion through the RMI port. I was trying to shut it down throught the port I manually specified in my default-web-site.xml file. I took of the port number in the admin command call and it worked

Problem replicating session

2001-12-07 Thread JoseMa
Hi, I have configured two orion servers in cluster with the same application installed. These orion servers have SSL configured and individualy I can access without problems. Both secure-web-site.xml and default-web-site.xml I have configured the cluster with a different island for

Java Security Problem

2001-12-06 Thread Thomas Dandelot
problem so I changed my java.policy to all permissions like this (both in server and client side) : grant {permission java.security.AllPermission;}; But the same problems occur all the time. Does anybody know from where this error comes from ? Did anybody already have this problem ? How could I

problem creating ejb from one orion in a other orion

2001-12-04 Thread juan
hello my problem is the following: i want to perform some little loadbalancing without the loadbalancing tool from orion. the scenario is the following: the client creates a ejb in the first orion server, and this bean makes a lookup to another orion server and creates a second bean

AW: problem creating ejb from one orion in a other orion

2001-12-04 Thread t . hegyi
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von [EMAIL PROTECTED] Gesendet: Dienstag, 4. Dezember 2001 08:39 An: Orion-Interest Betreff: problem creating ejb from one orion in a other orion hello my problem is the following: i want to perform some

JNDI RMI clustering problem

2001-11-28 Thread Akshat Bhargava
Hello, I am trying to accomplish RMI clustering and seem to be having JNDI problems in the process. I have performed the following changes to my deployment settings. 1) orion-application.xml Changed all bean remote=false to remote=true 2) rmi.xml Added rmi-server host=localhost port=9091 and

Weird Transaction Problem

2001-11-27 Thread Herman Rashid
I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My client makes a call to a method

Re: Weird Transaction Problem

2001-11-27 Thread Stephen Davidson
Herman Rashid wrote: I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My

Re: Weird Transaction Problem

2001-11-27 Thread Fredrik Lindgren
Herman Rashid wrote: I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My

Problem using Oracle SDO Java API in an EJB

2001-11-22 Thread Montebove Luciano
Hi, I' m trying to use the Oracle SDO Java API in an EJB with container managed transactions without success. The problem raise with the following code: InitialContext ctx=new InitialContext(); DataSource ds=(DataSource)ctx.lookup(jdbc/sitdemo); Conn=ds.getConnection(); sdo

Urgent : Hypersonic SQL Problem ?

2001-11-20 Thread dovle
Hi all , I have an application (EJBs) deployed properly. All works fine using the Postgres databases but this is a little problem using a Hypersonic Database. This issue is not Orion related but rather Hypersonic. Is Hypersonic able to do a query inside a query ? Using the DAtabaseManager I

Re: Urgent : Hypersonic SQL Problem ?

2001-11-20 Thread KirkYarina
) deployed properly. All works fine using the Postgres databases but this is a little problem using a Hypersonic Database. This issue is not Orion related but rather Hypersonic. Is Hypersonic able to do a query inside a query ? Using the DAtabaseManager I can say that it can't but I need to know

SOS!!! Transaction Problem...

2001-11-18 Thread George M Chacko
Hi all, I am new to Orion. I am facing a major problem with transaction in orion. I wrote a simple session bean to insert record into a MYSQL database. I have given the transaction attribute as REQUIRED in the deployment descriptor. In the single insert() method, I am doing two sql

Remote RMI access problem!

2001-11-14 Thread sun
500 Internal Server ErrorServlet error: Unable to get home interface: java.lang.ClassCastException: areacodeHome_StatelessSessionHomeWrapper1 was not an instance of interface com.areacode.areacodeHome, the interfaces it implements is [Ljava.lang.Class;@a396d28c

Problem using Orions JMS ExceptionListener

2001-10-24 Thread Yuval_Goldstein
Hi All, I wonder if anyone could tell me whether the Orions implementation of JMS consider 'losing connection to jms server' as an exception that is reported to an assigned ExceptionListener (Sun says not any provider does so). Ive tried to write such code, and noticed that nothing happens when

RE: JavaMail problem

2001-10-19 Thread Justin Crosbie
Hi, Thanks for the replies. Still no joy, this is strange behaviour. We don't want to enable relaying totally, because of the security risks. Yet its still a problem if we enable it for specific IP addresses, it doesn't work. We can enable routing to specific external domains, and this works

JavaMail problem

2001-10-16 Thread Justin Crosbie
ange to disable relaying except for the IP address of the machine the appserver is on. The problem is I'm still getting the "javax.mail.SendFailedException: 550 Relaying is prohibited" error. Can anyone shed any light on this? Is there something in Orion I need to do as well? Thanks for any help. Justin Crosbie

Re: JavaMail problem

2001-10-16 Thread Lachezar Dobrev
Hello Justin. As I see it, this is not JavaMail problem. The message "550 Relaying denied" is standard SMTP message sent from the SMTP server. Depending on the type of your SMTP server this is solved differently. Consult you SMTP administrator or, if it is you, check the doc

Re: JavaMail problem

2001-10-16 Thread Christoph Sturm
Hello Justin, Tuesday, October 16, 2001, 10:48:20 AM, you wrote: JC I have set Exchange to disable relaying except for the IP address of the JC machine the appserver is on. The problem is I'm still getting the JC javax.mail.SendFailedException: 550 Relaying is prohibited error. You need

Servlet JDBC character conversion problem

2001-10-15 Thread Gustavo Comba
Hi, I'm having a strange problem. I'm developing a J2EE Web Application, with Entity Beans, Servlets, JSPs and so on. I've started to get character conversion problems, and I've isolated the piece of code giving me problems. The code is: DriverManager.registerDriver(new

RE: Servlet JDBC character conversion problem

2001-10-15 Thread J.D. Bertron
in another by the servlet. There are numerous problems already documented with the class URLEncoder because of locale mismatches between the client and the server. Make sure the language settings on each machine (and browsers) match and this problem should go away. I had a similar problem and finally

Re: Servlet JDBC character conversion problem

2001-10-15 Thread Eduardo San Martin B.
Gustavo: I had a similar problem using PostgreSQL. I solved it changing my database encoding to UNICODE, which is what Java uses for String representation. Hope it solves your problem. Regards, Eduardo San Martín. Concepción - Chile. Gustavo Comba wrote: Hi, I'm having a strange

Re: Servlet JDBC character conversion problem

2001-10-15 Thread Jacky Cheung
In Oracle, you can use UTF-8 to store data to avoid conversion problem. Jacky - Original Message - From: Eduardo San Martin B. [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, October 16, 2001 8:36 AM Subject: Re: Servlet JDBC character conversion problem Gustavo

Re: problem using primary key class with orion

2001-10-12 Thread Jeff Hubbach
Jack, If you're using a user-defined primary key class, as opposed to a Java class like String or Integer, then you don't define the primkey-field in the ejb-jar.xml. From p.370 of O'reilly's Enterprise JavaBeans, 2nd Edition, describing the primkey-field entry in the ejb-jar.xml: It is not

Re: problem using primary key class with orion

2001-10-12 Thread Jack C. Miller
I'm using EJBMaker 2.0, and it inserts the primkey-field in there. I figured this out this morning, everything seems to be working smoothly now. Thanks Jack Jack, If you're using a user-defined primary key class, as opposed to a Java class like String or Integer, then you don't define the

problem using primary key class with orion

2001-10-11 Thread Jack C. Miller
I am having some difficulty getting orion to use my primary key class during deployment. I have an EJB AnyPerson with which I use a primary key class AnyPersonKey that has a public java.lang.String primaryKey field. During deployment, I get a compilation error that looks like the CMP isn't

RE: problem using primary key class with orion

2001-10-11 Thread Alex Paransky
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack C. Miller Sent: Thursday, October 11, 2001 2:32 PM To: Orion-Interest Subject: problem using primary key class with orion I am having some difficulty getting orion to use my primary key class during deployment. I have an EJB AnyPerson

Re: Problem starting Orion on linux...

2001-10-10 Thread Joel B. Kinney
It looks like you are using a kaffe vm, maybe try using a jdk1.2 or higher? Joel On Tue, 9 Oct 2001, Jimbo Jones wrote: I have gotten Orion to start on linux with no problems before, but now out of the blue I cannot do it. At first, it gave me a NoClassDefFoundError for

RE: Problem implementing Custom User Management using SimpleUserM anager

2001-10-10 Thread Justin Wood
PROTECTED]] Sent: 09 October 2001 06:43 To: Orion-Interest Subject: RE: Problem implementing Custom User Management using SimpleUserM anager I have not tried this yet, but it just occurred to me that the naming.principal is just establishing the jndi security context - it does not do a login. If you

Re: Date conversion problem ??

2001-10-10 Thread Nick Newman
Hi Eddie, The code that Fredrick Lindgren sent to this list looks like the right way of obtaining a java.util.Date from a java.sql.Timestamp. As for your question of why, part of the answer may be that three java classes are somewhat confusing: - java.util.Date (not used by JDBC) contains

RE: Problem using custom tags.

2001-10-09 Thread Johan Fredriksson
inline -Original Message- From: E Stones [mailto:[EMAIL PROTECTED]] Sent: den 8 oktober 2001 14:01 To: Orion-Interest Subject: Problem using custom tags. The following example is taken from Chapter 2 of Advanced Java Server Pages by David M. Geary I'm getting this error when I try

RE: Problem implementing Custom User Management using SimpleUserManager

2001-10-09 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 5:15 PM To: Orion-Interest Subject: RE: Problem implementing Custom User Management using SimpleUserManager I am also experiencing this - no matter what I try (and I'm pretty sure I've tried everything), I cannot get an application client

RE: Problem implementing Custom User Management using SimpleUserManager

2001-10-09 Thread Reason
. So let us know :) Reason http://www.exratio.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SAURUGGER,PETER (A-PaloAlto,ex2) Sent: Tuesday, October 09, 2001 9:43 AM To: Orion-Interest Subject: RE: Problem implementing Custom User Management

RE: Problem using custom tags.

2001-10-09 Thread Shields James
Could someone managing this list stop these messages? I've had about 200 of them, and I'm getting a bit pied of. -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: 09 October 2001 09:59 To: Orion-Interest Subject: RE: Problem using custom tags. inline

Re: Date conversion problem ??

2001-10-08 Thread Eddie
conversion problem ?? You are right that is not the JDBC driver that makes this happen. It is JDBC itself. java.sql.Timestamp is a subclass of java.util.Date but it returns the integral seconds when calling getTime(). It supports nano second precision with the getNanos() method. The javadoc

  1   2   3   4   5   6   7   >