RE: [OpenEJB-user] sending errfile and logfile again

2002-05-11 Thread David Blevins
Santy, OpenEJB is starting fine, but it is unable to load the test suite ejbs. This error is telling you what's happening: ___ WARN : Unable to load bean deployments from jar /home/santosh/openejb/dist/beans/openejb_ejb_tests-0.7.9.jar. Cannot unmarshal the ejb-jar.xml in jar

RE: [OpenEJB-user] NameNot Found exception

2002-05-19 Thread David Blevins
the HelloBean with your openejb-jar.xml and see if I can get it work myself. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of santy17 Sent: Wednesday, May 15, 2002 7:06 AM To: David Blevins; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject

RE: [OpenEJB-user] script need to be update!

2002-05-20 Thread David Blevins
Hey Pizer, All the scripts still assume you are executing from the base openejb directory. So, in Windows, do this: C:\openejb bin\start_openejb.bat BUT..., you shouldn't be executing it directly anyway, instead you should use openejb.bat. The openejb.bat is the central entry point for users.

[OpenEJB-user] OpenEJB 0.8 Beta 2 Released

2002-05-23 Thread David Blevins
=== OpenEJB -- EJB Container System and EJB Server Release news, May 23, 2002. OpenEJB 0.8beta2 http://openejb.sf.net/ --- Release 0.8 beta 2 available at: http://openejb.sf.net/download.html

RE: [OpenEJB-user] OpenEJB 0.8 Beta 2 Released

2002-05-23 Thread David Blevins
PROTECTED]] Sent: Thursday, May 23, 2002 4:24 PM To: David Blevins; 'OpenEJB-USER' Subject: Re: [OpenEJB-user] OpenEJB 0.8 Beta 2 Released I can't untar it (tar xzvf ...) successfully as per the following output: gzip: stdin: unexpected end of file tar: 248 garbage bytes ignored at end

RE: [OpenEJB-user] Java Pet Store Example

2002-06-03 Thread David Blevins
I've not tried, but I know it's possible. Stefan, one of the committers, ran the PetStore using Tomcat and OpenEJB in a session at the Apple World Wide Developer Conference in May. It was a popular session too, a hundred+ people. The Tomcat/OpenEJB idea is the hot topic as of late. We're

RE: [OpenEJB-user] Old OpenEJB site misleading...

2002-06-05 Thread David Blevins
on slashdot.org, theserverside.com, and other mailing lists. (hint, hint, hint) David -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 2:11 PM To: David Blevins Cc: 'Jason Rosenberg'; [EMAIL PROTECTED] Subject: Re: [OpenEJB-user] Old

RE: [OpenEJB-user] Channel on irc.openprojects.net

2002-06-08 Thread David Blevins
All, The chat is under way as I write this. Everyone is welcome to join in. Grab an IRC client http://www.tucows.com/circ95.html And connect to: Server -- irc.openprojects.net Port -- 6667 Then join the channel #openejb See you there! David David Blevins wrote: All, There is now

RE: [OpenEJB-user] Problems running HelloWorld example...

2002-06-10 Thread David Blevins
To: 'David Blevins' ; 'Jason Rosenberg' ; [EMAIL PROTECTED] Sent: Monday, June 10, 2002 11:57 AM Subject: RE: [OpenEJB-user] Problems running HelloWorld example... I think that Jason is saying that the problems with the log4j and missing config file

[OpenEJB-user] IRC Chat Saturday, June 15th at 11 am CST

2002-06-14 Thread David Blevins
and easy. http://www.mirc.com/ See you there! David Blevins ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

RE: [OpenEJB-user] Hello World example Problem

2002-06-22 Thread David Blevins
Hi Frank, We're happy to help. We'll need your logs to do this though. Can you send the file named 'openejb.log that is in your openejb directory? Thanks, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Frank Marshall Sent: Saturday,

RE: [OpenEJB-user] JDK 1.2

2002-08-26 Thread David Blevins
Keywords: OpenEJBHi George, I've answered this question a few times, but for the life of me I can't seem to find any of those emails. In short, we used to run/test OpenEJB on JDK 1.2 regularly, but we stopped about a year ago. All the build scripts and code should still work with 1.2, but I

RE: [OpenEJB-user] castor, cmp, and open-ejb

2002-08-26 Thread David Blevins
that before we can get some supporting documentation together for it. David -Original Message- From: Peter Molettiere [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 7:09 PM To: David Blevins Subject: Re: [OpenEJB-user] castor, cmp, and open-ejb Hey David

RE: [OpenEJB-user] Build error for OpenEJB 0.8.1

2002-09-02 Thread David Blevins
Hi Thomas, I'm not quite sure what to recommend on this one. We're just using the get Ant task. Here is the actual line: get src=file:src/server/org/openejb/server/admin/text dest=${build.openejb.server.dest}/openejb/server/commandlist.txt/ There is probably a better way to do what that

RE: [OpenEJB-user] Configuation XML

2002-09-11 Thread David Blevins
free to ask. Regards, David Blevins --- In remembrance www.osdn.com/911/ ___ http://OpenEJB.sf.net OpenEJB-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openejb-user

[OpenEJB-user] [OPPORTUNITY] OpenEJB Article

2002-09-20 Thread David Blevins
through dropping in the openejb-0.8.x.jar library, deploying a hello world bean and setting up a servlet to access it. Interested parties should email me offline for details. Thanks, David Blevins --- This sf.net email is sponsored by:ThinkGeek

RE: [OpenEJB-user] RE: CMP example with OpenEJB 0.8.2, PostgreSQL 7.2.2 and cygwin. Hints Please

2002-09-24 Thread David Blevins
Yikes! This is very strange cause we don't have a single line of code that writes an ejb-jar.xml, we just use castor to read them. There has to be something really subtle going on here. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

RE: [OpenEJB-user] RE: CMP example with OpenEJB 0.8.2, PostgreSQL 7.2.2 and cygwin. Hints Please

2002-09-24 Thread David Blevins
. /msg I updated the code so the messages should reach the screen. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of David Blevins Sent: Tuesday, September 24, 2002 9:09 PM To: [EMAIL PROTECTED] Cc: 'openejb-user' Subject: RE: [OpenEJB-user

RE: [OpenEJB-user] RE: CMP example with OpenEJB 0.8.2, PostgreSQL 7.2.2 and cygwin. Hints Please

2002-09-25 Thread David Blevins
Clint Olson wrote: Yikes! is right. I mismanaged my own environment and was not modifying the ejb-jar.xml file that was actually being packaged up in employee.jar . Color me embarrased. The CMP example works great with mysql-4.0.2 I wasn't deploying with -m (following the cmp

RE: [OpenEJB-user] HelloWorld example JNDI lookup

2002-09-25 Thread David Blevins
Title: Message Hi Louis, Yep, you can do that in three ways. 1. Change the ejb-name from "Hello" to "helloDemo/Hello" in your ejb-jar.xml, then redeploy with the -a option. 2. Don't change your ejb-jar.xml at all, but simply deploy without the -a option. When it prompts you for a

RE: [OpenEJB-user] Ant task

2002-09-25 Thread David Blevins
Title: Message Hi Louis, Daniel Haischt created one and submitted it to the Ant developers, he can give you more details on that. As I mentioned in my previous email, the deploy tool is only creating a META-INF/openejb-jar.xml and stuffing it into your jar. The openejb-jar.xml is very

RE: [OpenEJB-user] Ant task

2002-09-25 Thread David Blevins
hot-deployment). Now, to extend from this, can you create the "openejb-jar.xml" config file BEFORE initially deploying the bean? I hope my blurb makes sense. Louis -Original Message-From: David Blevins [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: [OpenEJB-user] EJB Reference causes Assembler NullPointerException

2002-10-07 Thread David Blevins
Hi Clint, Your usage of ejb-ref-name is perfectly legitimate. The issue is that you don't have the ejb-link element pointing to another bean in the same ejb-jar.xml ejb-ref ejb-ref-nameejb/CabinEJB/ejb-ref-name ejb-ref-typeSession/ejb-ref-type homecom.titan.CabinHome/home

RE: [OpenEJB-user] EJB 2.0?

2002-10-08 Thread David Blevins
Jacek Laskowski, wrote: As to EJB 2.0, OpenEJB is built upon Castor and I always though most of the EJB 2.0 features are already there. I hope I wasn't mistaken :-) We're really close in that regard, but not quite there. We already have complex key support and support for OQL which is

RE: [OpenEJB-user] Tomcat :EJB -- Found a VM Bug

2002-10-09 Thread David Blevins
in the classpath. This jar holds the class Sun expects to be in the system classpath. 2. Or use Resin Well, that was interesting. You learn something new everyday. Good night all, David Blevins -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf

RE: [OpenEJB-user] start_openejb.sh exception

2002-10-09 Thread David Blevins
Hi Lev, No mistake, the CORBA adapter is intentionally not in the release. It had too many issues to be shipped or used. Apple has just contributed a complete rewrite of the CORBA adapter. They use RMI-IIOP to integrate OpenEJB into the WebObjects EOF and have been working on the new adapter

RE: [OpenEJB-user] start_openejb.sh exception

2002-10-09 Thread David Blevins
with 0.8.3? David Blevins wrote: Hi Lev, No mistake, the CORBA adapter is intentionally not in the release. It had too many issues to be shipped or used. Apple has just contributed a complete rewrite of the CORBA adapter. They use RMI-IIOP to integrate OpenEJB

RE: [OpenEJB-user] start_openejb.sh exception

2002-10-09 Thread David Blevins
a third possibility is that you didn't redeploy your bean after changing it's ejb-name. Let us know how it goes. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Lev Assinovsky Sent: Wednesday, October 09, 2002 2:37 PM To: David Blevins Cc: [EMAIL

[OpenEJB-user] Tomcat OpenEJB instructions and tools

2002-10-09 Thread David Blevins
All, Give the following instructions and tools a try for an easy Tomcat and OpenEJB integration. This will setup Tomcat to use the OpenEJB Local Server. Basically, you copy the attached openejb_loader-0.8.3.jar into CATALINA_HOME/common/lib directory of a fresh Tomcat install. Then you set

RE: [OpenEJB-user] Tomcat OpenEJB instructions and tools

2002-10-10 Thread David Blevins
Blevins'; [EMAIL PROTECTED] Subject: RE: [OpenEJB-user] Tomcat OpenEJB instructions and tools Will this work with Tomcat 4.0.1? I seem to be having trouble. -Original Message- From: David Blevins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 10:30 PM To: [EMAIL

RE: [OpenEJB-user] [FYI] Build Failure

2002-10-11 Thread David Blevins
Pae, It seems we forgot to update the quick start document which should now state this as the cvs checkout command: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/openejb co -r v0_8 openejb That will give you the latest 0.8 code which is stable and can be supported. I've just updated the

RE: AW: [OpenEJB-user] Re: OpenEJB W/ Tomcat -- Stop this thread

2002-10-11 Thread David Blevins
Hi guys, I've just come back from other engagements and saw this huge thread. Two comments: 1. Tomcat Servlets + OpenEJB = Works perfectly 2. Tomcat JSPs + OpenEJB = Not working yet!! That was the reason I said to just send me the code and I'll get it working. The problem is that

RE: [OpenEJB-user] Tomcat OpenEJB instructions and tools

2002-10-11 Thread David Blevins
: Ajay Upadhyaya [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 12:30 PM To: David Blevins Subject: RE: [OpenEJB-user] Tomcat OpenEJB instructions and tools Can you explain about where the ejb classes will be loaded w.r.t. Tomcat hierarchical classloaders. If there are other

RE: AW: [OpenEJB-user] Re: OpenEJB W/ Tomcat -- Stop this thread

2002-10-11 Thread David Blevins
PROTECTED]] On Behalf Of Lev Assinovsky Sent: Friday, October 11, 2002 2:28 PM To: David Blevins Cc: 'Rick Mangi'; 'Daniel S. Haischt'; 'Cabrera, Alan'; [EMAIL PROTECTED] Subject: Re: AW: [OpenEJB-user] Re: OpenEJB W/ Tomcat -- Stop this thread Do you promise to come back with the solution? :) David

RE: [OpenEJB-user] JNDIContext class

2002-10-22 Thread David Blevins
Hi Zack, The class org.openejb.client.JNDIContext is in the openejb_client-0.8.3.jar. That jar and the openejb-0.8.3.jar should be the only openejb*.jar files you need in your classpath when you are using the remote server. You'd also need either the Sun j2ee.jar in your client classpath or the

RE: [OpenEJB-user] JNDIContext class

2002-10-22 Thread David Blevins
Hi Zack, The class org/openejb/SystemException is in the dist/openejb-0.8.3.jar. Not sure what kind of classpath problems you're having. The openejb-0.8.3.tar.gz was built and tested on Mac OS X, so we know that does work. We test first with the IntraVM Server with both client and server in

[OpenEJB-user] OpenEJB and Tomcat status

2002-10-30 Thread David Blevins
All, As promised, I have fixed all the problems with the OpenEJB/Tomcat integration I posted to the list earlier in the month. Three things were changed: 1. The JSP compilation issues were solved 2. It now loads all the required libraries into the Tomcat common classloader instead of the

RE: [OpenEJB-user] MySQL -- Thank you

2002-10-30 Thread David Blevins
Hey Clint, This is just the kind of thing I was talking about, users helping users. Beautiful. And look at the neat side effect http://openejb.sourceforge.net/faq_mysql.html ;) Thanks! David -Original Message- From: [EMAIL PROTECTED]

[OpenEJB-user] Have any info to share?

2002-11-01 Thread David Blevins
All, If you have any info to share on OpenEJB? Know anything that others might want to know? Well, write an FAQ! http://openejb.sourceforge.net/faq_template.html Use the sample FAQ doc above, submit it to the patch tracker, and find your FAQ on the website in days! All topics welcome.

RE: [OpenEJB-user] Session beans = no finders?

2002-11-04 Thread David Blevins
Hi Zack, Session beans don't have finder methods in the home interface as entity beans do. You could potentially have a business method in the remote interface that starts with find, but this would be your own method and not related to the Entity find methods detailed in the EJB specs. The

RE: [OpenEJB-user] ejbjar file.

2002-11-07 Thread David Blevins
: David Blevins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 2:25 AM To: OpenEJB-Dev Subject: [OpenEJB-dev] CMP Find methods with 0.8 config All, Wouldn't you know it, two days after the release and already an oversight has been pointed out to me. When I

RE: [OpenEJB-user] Multiple DataSource

2002-11-07 Thread David Blevins
Hey Gary, That's changing in 0.9. The framework for the services is all there, but you're right, there is simply no way to declare the same service twice. In 0.9 you will be able to give the connector or container whatever name you want it to have, then point it to the service provider you want

RE: [OpenEJB-user] ejbjar file.

2002-11-07 Thread David Blevins
] On Behalf Of Gopal Mukkamala Sent: Thursday, November 07, 2002 2:52 PM To: David Blevins Cc: [EMAIL PROTECTED] Subject: RE: [OpenEJB-user] ejbjar file. Hi David, I Will Do my best. Regards Gopal --- David Blevins [EMAIL PROTECTED] wrote: Hi Gopal, Two notes: 1. EJB-QL

RE: [OpenEJB-user] ClassNotFoundException with mysql driver

2002-11-08 Thread David Blevins
Mike, We've fought with our classloading a lot through the 0.8.x releases, the latest, 0.8.3 is by far the best in that regards. I would give that a try. You should only need to drop your jar into the openejb-0.8.3/lib/ directory and everything should work. Actually, the fighting was with

RE: [OpenEJB-user] ClassNotFoundException with mysql driver

2002-11-13 Thread David Blevins
-admin;lists.sourceforge.net] On Behalf Of mike lane Sent: Wednesday, November 13, 2002 4:19 AM To: David Blevins Cc: [EMAIL PROTECTED] Subject: Re: [OpenEJB-user] ClassNotFoundException with mysql driver David Thanks for the reply. I downloaded 0.8.3 and the classpath problems seem

RE: [OpenEJB-user] trying to get a BMP example to work with MySql

2002-11-14 Thread David Blevins
Check your openejb.log, it should have the full stack trace from your ejbLoad method. For a good BMP reference, look at our testsuite BMP (attached). The other beans are located in your distribution at: src/tests-ejb/org/openejb/test/ -David -Original Message- From: [EMAIL

[OpenEJB-user] OpenEJB 0.9.0 Released!

2002-11-19 Thread David Blevins
== OpenEJB -- EJB Container System and EJB Server Release news, November 19, 2002. OpenEJB 0.9.0 http://openejb.sf.net/download.html --- OpenEJB 0.9.0 Released! Key new features of 0.9.0: -

RE: [OpenEJB-user] Errors testing openejb 0.9

2002-11-25 Thread David Blevins
There are a few things I'd like to do to the test suite, off the top of my head: - give the test suite it's own logs - give the test suite it's own config file and cmp files - move the test suite EJBs out of the beans dir I think eventually we won't ship the test suite and the examples will

RE: [OpenEJB-user] Difficulties Integrating Tomcat with OpenEJB

2003-01-02 Thread David Blevins
bat deploy -a beans\myHelloEjb.jar Then do the whole restart and log check. ---David Blevins -- OpenEJBDid I help? Like the Software? Say thank you:https://www.paypal.com/xclick/business=dblevins%40visi.com -Original Message-From: Jeremy Whitlock [mailto:[EMAIL PROTECTED]] Sent: Thursday, J

RE: [OpenEJB-user] Deploy Tool Problems (Possible Bug)

2003-01-02 Thread David Blevins
and look to see if a workaround is possible. ---David Blevins -- OpenEJBDid I help? Like the Software? Say thank you:https://www.paypal.com/xclick/business=dblevins%40visi.com -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jeremy

RE: [OpenEJB-user] Context problem when connecting OpenEJB and Tomcat

2003-02-25 Thread David Blevins
Hi Clemens, I saw your comment on the support request. We can definitely put your patch in the next release (0.9.2), if you can test on thing This fixes EJB's ability to get at their JNDI namespaces, but does it cause a problem for Servlet's to get at theirs? It shouldn't as OpenEJB has

RE: [OpenEJB-user] Using RMI-IIOP

2003-03-05 Thread David Blevins
Hi Gerard, The CORBA adapter isn't built by default. It does work, in fact Apple just rewrote the whole thing and donated the code back to us. They use it in WebObjects. It hasn't been tested with 0.9 though. The CORBA adapter (the code in src/corba/) badly needs an owner from the open source

RE: [OpenEJB-user] openejb.log

2003-03-05 Thread David Blevins
Title: Message There is a whole bunch of stuff that gets output at startup. If that's not there, something is probably wrong. -David -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy WhitlockSent: Wednesday, March 05, 2003 4:54

RE: [OpenEJB-user] FW: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread David Blevins
. Anymore ideas? -Original Message- From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 1:58 PM To: 'Tomcat Users List' Cc: 'OpenEJB Users List' Subject: RE: java.lang.NoClassDefFoundError -- solved Filip is correct, follow that advice. Also, once you

RE: [OpenEJB-user] backlog problem

2003-03-07 Thread David Blevins
Hi Gary, Not only can you fix this, but you won't even be required to hack or rebuild any of the source. Plus, the solution will work with the 0.9 branch. What you want to do is implement this interface: src/server/org/openejb/client/ConnectionFactory.java And then call

RE: [OpenEJB-user] EJBHome + EJBObject Class Not Found

2003-03-07 Thread David Blevins
Hi Mic and Jeremy, The compiler is just complaining that it doesn't have the javax.ejb (EJB) libraries in your classpath. To compile, you'll need these as well as the javax.naming (JNDI) libraries. These ship with OpenEJB in the lib directory: openejb-0.9.1/lib/ejb-2.0.jar

RE: [OpenEJB-user] EJBHome + EJBObject Class Not Found

2003-03-07 Thread David Blevins
Whitlock Sent: Friday, March 07, 2003 3:54 PM To: 'David Blevins' Cc: OpenEJB Subject: RE: [OpenEJB-user] EJBHome + EJBObject Class Not Found David, To accomplish this, could I edit my .user_profile to include the /usr/local/tomcat/tomcat-4.1.18/lib directory in the CLASSPATH

RE: [OpenEJB-user] Problem running HelloEJB with Tomcat

2003-03-11 Thread David Blevins
interfaces, so there is little chance that could slip by. My bet's go on the second possibility -- classloader conflict on the ejb libraries. -David -Original Message- From: Tam, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:04 PM To: 'David Blevins' Cc: 'OpenEJB

RE: [OpenEJB-user] RE: ClassCastException Problem for Mic

2003-03-12 Thread David Blevins
Jeremy, This is good feedback. We'll make sure something is done with this. Here is some feedback to users in general. Docs written from the user's perspective are always far better than the docs written from the developer's perspective. We do our best to put ourselves in your shoes, but

[OpenEJB-user] OpenEJB announcement at theServerSide.com

2003-06-06 Thread David Blevins
The release announcement has been made at theServerSide.com! http://www.theserverside.com/home/thread.jsp?thread_id=19676article_count=1 If you like OpenEJB, let others know, post your comments to the thread! Spread the word! It's the biggest contribution you can make. Best regards, David

Re: [OpenEJB-user] Error when running HelloOpenEJB.java

2003-06-09 Thread David Blevins
Hi Dylan, See below. On Mon, Jun 09, 2003 at 03:12:34PM -0500, Dylan Milks wrote: HI. I'm running Windows 2000 Professional, Java j2sdk1.4.1_01, Tomcat 4.1.24. When I type in http://localhost:8080/myDir/servlet/HelloOpenEJB I get a class cast exception error:

Re: [OpenEJB-user] java.lang.LinkageError

2003-06-11 Thread David Blevins
I assume com.procuris.company.CompanyObject is your remote interface. If so, you want to make sure it is not in your WEB-INF/lib or WEB-INF/classes directory. This doc explains why: http://openejb.sourceforge.net/tomcat-ejbclasses.html Usually the error associated with this is a

Re: [OpenEJB-user] configuration question

2003-07-09 Thread David Blevins
On Wed, Jul 09, 2003 at 06:32:13PM +0200, Ulf Dittmer wrote: Hello everybody- I recently started to look into OpenEJB, mainly because I like the separation of web container and EJB container. I managed to hook everything up to PostgreSQL, and it runs fine standalone as well as a part of

Re: [OpenEJB-user] [RPM] Installing on Linux.

2003-09-16 Thread David Blevins
On Mon, Sep 15, 2003 at 11:17:53AM -0400, Gilbert Carl Herschberger II wrote: 2. Should we work toward making OpenEJB 0.9.2 available as an RPM on www.openejb.org? www.jpackage.org? www.apache.org? 3. If so, what is the next step to create an official RPM? You could add something to the

Re: [OpenEJB-user] Problems with CMP

2003-09-16 Thread David Blevins
What data type is your primary key in the database? -David --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ http://OpenEJB.sf.net OpenEJB-user

Re: [OpenEJB-user] Cannot validate jar Error wrong name

2003-09-16 Thread David Blevins
On Thu, Sep 04, 2003 at 04:46:36PM +1200, David Templeton wrote: When I run: openejb validate -vvv c:/my/app/acc.jar i get the error mtfpkg1/AccBean (wrong name: mftpkg1/AccBean) I have checked every thing I can think of to track this error. I have never seen this error either. Any

Re: [OpenEJB-user] [RPM] Installing on Linux.

2003-09-16 Thread David Blevins
. Thanks, Jeremy -Original Message- From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 12:40 PM To: Jeremy Whitlock Cc: OpenEJB Subject: Re: [OpenEJB-user] [RPM] Installing on Linux. Hey Jeremy, You've been a faithful user for quite some time. Any

Re: [OpenEJB-user] Re: Informal poll: 0.9.2

2003-09-16 Thread David Blevins
, Ulf Dittmer wrote: Hello- It's been two months since David Blevins asked for feedback about the 0.9.2 version, but I just about then started using OpenEJB, so here goes (and it's more about OpenEJB in general than 0.9.2 in particular). - The new Tomcat tools are neat, especially the JNDI

Re: [OpenEJB-user] Openejb with mySQL database

2003-09-16 Thread David Blevins
Clint, Any interest in patching the docs up so this stuff is easier for people to find? -David On Fri, Sep 05, 2003 at 08:51:14AM -0700, Clint Olson wrote: The info is hidden in the FAQ section of the website, hope this helps http://openejb.sourceforge.net/faq_mysql.html --- [EMAIL

Re: [OpenEJB-user] Problems with CMP

2003-09-16 Thread David Blevins
You should try using just java.lang.Integer as a primary key. I know that will will work. -David --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [OpenEJB-user] Finishing up (was [RPM] Installing on Linux)

2003-09-16 Thread David Blevins
On Tue, Sep 16, 2003 at 01:14:46PM -0700, Tim Urberg wrote: Based on this revival (so to speak), perhaps I (or we) should finish up the tasks that haven't been completed? I think a great deal of users would like the webadmin features that are sitting in the 1.0 branch. Maybe you can put up

[OpenEJB-user] Re: [OpenEJB-dev] 'Business Methods' Design Pattern

2003-09-16 Thread David Blevins
Nick, That's definitely a bug. Thanks for taking the time to track it down as well. If you have the time to fix this, I would be happy to grant the access so you can check it in. Any interest? -David On Fri, Sep 05, 2003 at 04:54:35PM +0100, Nick Grimshaw wrote: I've recently started using

[OpenEJB-user] Sharing examples

2003-09-17 Thread David Blevins
I'd love to start posting examples on the website of applications/ejbs that run in OpenEJB. We can post them in a new section on the website with some credits to the author and comments on what the app does. What to do: 1. Put your source in your ejb jar and deploy it into the beans dir.

Re: [OpenEJB-user] Openejb with mySQL database

2003-09-23 Thread David Blevins
On Fri, Sep 19, 2003 at 03:02:21PM -0700, Clint Olson wrote: I apologize if I implied that the docs were not organized well. That's not really my opinion Don't worry about it: improvement can't happen until we admit there's something there to be improved. In response to your question -

Re: [OpenEJB-user] Just a simple question...

2003-09-25 Thread David Blevins
Absolutely, Jeremy is totally right. What users want, users get. Furthermore, the doors are open for users to come in and help themsevles to it. If enough people want CMP 2.0, etc. it will happen. The first version of the JB*ss CMP 2.0 engine was written by a guy as part of a project he was

[OpenEJB-user] Daniel Norin, want to be a committer?

2003-09-25 Thread David Blevins
Daniel, There are probably a ton of people who could use the enhancement you made to OpenEJB so that it is possible to run the OpenEJB Remote Server in Tomcat. Would you like to become part of the project and check that in? -David --- This

[OpenEJB-user] OpenEJB to be certified with Apache Geronimo

2003-11-17 Thread David Blevins
Two ground-breaking announcements were made during the Geronimo session at ApacheCon today. First, the Apache Software Foundation will license the TCK from Sun to test and officially release Geronimo as a certified J2EE 1.4 application server. Secondly, the critical EJB 2.1 container

Re: [OpenEJB-user] Newbie Issues

2003-11-21 Thread David Blevins
Hi Cory, See comments below. On Wed, Nov 19, 2003 at 04:43:21PM -0600, Cory Wilkerson wrote: OpenEJB looks amazingly slick -- I'm dying to get it integrated with Resin so I can drop JBoss off the back end (the crowd roars). To that end -- all is looking well with initial testing (my beans

[OpenEJB-user] [feedback] Add one more user to OpenEJB project

2003-11-21 Thread David Blevins
I just noticed this post from Javier Soques (Cc'ed) on out 0.9.2 release announcement, thought I would share it. post Hi, just wanted to let you know that after a year or so playing around with JBoss Jonas (which are good Servers btw), I really like the simplicity of OpenEJB integration with

Re: [OpenEJB-user] runIt.bat

2003-11-25 Thread David Blevins
On Mon, Nov 24, 2003 at 02:15:47PM -0800, Enterprise Javabeans wrote: Then I tried the runIt .bat below is the errors I got \ javax.naming.NoInitialContextException: Cannot instantiate class: org.openejb.client.RemoteInitialContextFactory [Root exception is

Re: [OpenEJB-user] HelloWorld missing openejb-jar.xml

2004-02-05 Thread david . blevins
On Mon, Feb 02, 2004 at 10:21:17PM -0500, Brendan Grainger wrote: I am new to openejb and trying to get the HelloWorld example. I'm using openejb-0.9.2, java 1.4.2 on linux. The problem I have is that no matter what I do I can't seem to get openejb to create the openejb-jar.xml file. Try

Re: [OpenEJB-user] Why doesn't deploy use configuration deployments directory

2004-02-05 Thread david . blevins
On Tue, Feb 03, 2004 at 07:17:54PM -0500, Dwight Shih wrote: As far as I can tell, deploy always uses OPENEJB_HOME/beans as the target directory when supplied with a configuration file defining a Deployments directory (and when using -d to specify an alternate openejb.home for that matter). Is

Re: [OpenEJB-user] Why doesn't deploy use configuration deployments directory

2004-02-07 Thread david . blevins
On Fri, Feb 06, 2004 at 09:05:23AM -0500, Dwight Shih wrote: David, With the -m and -c options, deploy always uses OPENEJB_HOME/beans as the target directory for the deployed jar (ignoring any deployments entries in the config file). I've got a patch in progress to use the first existing

Re: [OpenEJB-user] Help

2004-04-17 Thread David Blevins
Looks like you have JAVA_HOME set wrong. Should be just 'C:\j2sdk1.4.2_04' -David On Fri, Apr 16, 2004 at 12:37:35PM -0400, Margolis, Scott wrote: Hi, I just installed OpenEJB (Latest Version) 0.9.2 Beta. I have Tomcat 4.1 installed an active. All on Windows 2K. I am getting the