RE: EJB finder methods.

2000-08-29 Thread Jeremy Cowgar
In a finder method, how do you automatically have a custom SQL statement...For instance: CREATE TABLE names ( nameID int, fname char(20), lname char(20), city char(40)) Collection findByCity(String sCity); I would like to set an ORDER BY lname in my finder method

AutoIncrement, Primary Key -- MS SQL ... problems.

2000-08-22 Thread Jeremy Cowgar
;UserInfo' when IDENTITY_INSERT is set to OFF. Can anyone help? Jeremy Cowgar - [EMAIL PROTECTED] Christian Brotherhood Newsletter

Dealing with MS SQL Unique Identifiers

2000-08-15 Thread Jeremy Cowgar
What type should I assign to a MS SQL uniqueidentifier type? It comes across in JDBC as VARBINARY. Thanks! Jeremy - [EMAIL PROTECTED]

Anyone know of a Web Provider using Orion to host a site?

2000-08-15 Thread Jeremy Cowgar
I am looking for a web provider that offers hosting and uses Orion...Does anyone know of any? Thanks! Jeremy Cowgar - [EMAIL PROTECTED] Christian Brotherhood Newsletter

FindBy method

2000-08-08 Thread Jeremy Cowgar
Greetings, I would like to create a Q&A type program to track FAQ's and their answers. Now my question comes in as to how to/or even if, a container managed bean can handle a FindBy method that would require a SQL statement that would change... For instance, the user could type in: JAVA EJB ORIO

ejbmaker.jar -- and -- tutorial

2000-07-24 Thread Jeremy Cowgar
I downloaded the latest stable release, and my ejbmaker program does not look at all like, nor have the functionality of the one described in the tutorial. The one in the tutorial, is that in an unstable code release? If so, how do I get the newest version that I hear everyone on the list speaking

.JSP and Support Classes - Support Classes not reloading.

2000-07-13 Thread Jeremy Cowgar
I have created a simple JSP that imports one of my own classes to validate users, get users rights, etc... When I make changes to this "external" class, it is not updated. For instance: public class UserVerify { public String sName = "Jeremy"; } I compile it, run my .JSP accessing the sN

orion-ejb-jar.xml - Can I include in my .jar file?

2000-05-24 Thread Jeremy Cowgar
Hello,   I have found that I can edit the orion-ejb-jar.xml file and define my custom finder methods, table names, sql statements, sql field names, etc of my EJB's and I would like to pack this all up into my .jar file so that when I go to deploy my bean in real time everything is already de

RE: RE: EJB Deployment

2000-05-22 Thread Jeremy Cowgar
What is this deploytool? Do you mean the tool that starts by "jar -jar ejbmaker.jar"? thanks. YL -Original Message----- From:Jeremy Cowgar [EMAIL PROTECTED] Sent:Fri, 19 May 2000 16:54:19 -0400 To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: EJ

RE: EJB Deployment

2000-05-20 Thread Jeremy Cowgar
I use deploytool to package everything up, and all works great, except in the deploytool the JNDI naming scheme seems to have nothing to do with Orion. I spent more than an afternoon trying to deploy EJB's. When I deploy an EJB, I create the Display Name, EJB Name, everything the name of my bean f

Entity Bean - How to set SQL code?

2000-05-19 Thread Jeremy Cowgar
I am fairly new to EJB's and Application Servers, however using the J2EE server I know how to set the SQL code for each of the operations that will occur on an Entity EJB, however these same methods do not seem to apply to Orion, the .xml file where you specify the information is J2EE RI specific.

XML/XLS

2000-05-19 Thread Jeremy Cowgar
Greetings! On the OrionServer.com page it states that Orion does XML/XLS ... how? Can I find examples anywhere or help based on this? Thank you very much! Jeremy - [EMAIL PROTECTED] Christian Brotherhood Newsletter