RE: Referring to a datasource in EJB deployment

2000-05-16 Thread esa . kylli
Here's a little more info on Orion not finding my datasource, when deploying my container managed entity bean. In orion-ejb-jar.xml I haven't used resource-ref-mapping, instead I have used entity-deployment data-source="xxx". According to the docs you are able to specify the name of the

Datasource definitions and the meaning of their location attributes

2000-05-16 Thread Gordon Tyler
Title: Datasource definitions and the meaning of their location attributes Hi, A datasource is defined in Orion's data-sources.xml something like this: data-source name=Test class=com.evermind.sql.ConnectionDataSource location=jdbc/Test pooled-location=jdbc/TestPool

Re: Makefiles

2000-05-16 Thread james_dodd
Take a look at Jakarta Ant http://jakarta.apache.org/ant/index.html Written in Java, uses an XML makefile format... very nice! Our build is entirely automated using Ant and our customised Tasks. Regards, James Dodd ZDNet Ernst de Haan [EMAIL PROTECTED] on 05/16/2000 01:25:40 PM

Ant build files

2000-05-16 Thread Ernst de Haan
Would anyone be so kind to show/send me some build files that generate a .ear file, containing all the necessary META-INF directories, XML files, .jar files, .war files, etc. ? Perhaps we can develop a single build.xml file for use in most J2EE projects. Ernst -- Ernst de Haan Freelance Java

I have problem with the Taglib.tld

2000-05-16 Thread kandasami kumaravel
hi! I tried creating a TAG called Counter.But when I tried using the Tag I got the following error: 500 Internal Server Error: Error parsing JSP page /jsp/hello.jsp line 1 Error loading taglib at file:/C:/orion/applications/JSPTest/JSPTest-web/jsp/mytags.jar: META-INF/taglib.tld The

Servlet API problem

2000-05-16 Thread Yann Doussot
Hello, I'm trying to compile JetSpeed (http://java.apache.org/jetspeed/site/overview.html) with Orion jars and I'm having a problem: /home/yann/java/jetspeed/bin/src/org/apache/jetspeed/util/servlet/JetspeedServletRequest.java:132: Method removeAttribute(java.lang.String) not

Session bean time out

2000-05-16 Thread Walker, Eric
Is there any way for me to set the timeout interval for an EJB? Thanks Eric

Internal Error - product Sample EJB

2000-05-16 Thread Gary Albelli
Running Orion rc1 and getting exception with EJBs. Any Help.. Gary D:\Orion\demo\ejb\productjava -cp .;d:\orion\orion.jar ProductClientEnter the id (integer) of the product you want to add: 23456Enter the name for item 23456: two 3456Enter the cost for two 3456: 3456Exception in