Re: JNDI lookup help

2007-11-14 Thread David Blevins
On Nov 13, 2007, at 12:10 PM, Casey Rayman wrote: This is great. It's working just how I expect it to with my simple test case. Now that it's working I'll try some more complicated tests. This is so cool! I can't thank you enough! No problem. Just tell everyone you know the same thing

Re: JNDI lookup help

2007-11-13 Thread Casey Rayman
This is great. It's working just how I expect it to with my simple test case. Now that it's working I'll try some more complicated tests. This is so cool! I can't thank you enough! Strictly speaking this is probably a different request, but I'm still using a shell of an openejb-jar to

Re: JNDI lookup help

2007-11-12 Thread David Blevins
To make sure everything is absolutely perfect, I've hacked up an example of using the weblogic descriptors. And for the first time ever, I hacked up an Ant build.xml to run the example as I know that's what you're using. You can get the example via: svn export http://svn.apache.org/repo

Re: JNDI lookup help

2007-11-11 Thread David Blevins
On Nov 9, 2007, at 2:47 PM, Casey Rayman wrote: This fixed the error. One hopefully last question for a while: The bean get's deployed, but it is still being deployed by the {deploymentId}{interfaceType.annotationName} format. Do I need to force openejb.jndiname.format to something othe

Re: JNDI lookup help

2007-11-09 Thread Casey Rayman
This fixed the error. One hopefully last question for a while: The bean get's deployed, but it is still being deployed by the {deploymentId}{interfaceType.annotationName} format. Do I need to force openejb.jndiname.format to something other than the default so it takes the value from the

Re: JNDI lookup help

2007-11-09 Thread David Blevins
On Nov 9, 2007, at 1:01 PM, Casey Rayman wrote: Unfortunately my Weblogic experience is clearly boxed in at version 7, and I wouldn't say that my experience runs real deep there either. I've only been tinkering with this application a few months now. No worries. I think i've figured it

Re: JNDI lookup help

2007-11-09 Thread David Blevins
On Nov 9, 2007, at 1:01 PM, Casey Rayman wrote: Unfortunately my Weblogic experience is clearly boxed in at version 7, and I wouldn't say that my experience runs real deep there either. I've only been tinkering with this application a few months now. No worries. I think i've figured it

Re: JNDI lookup help

2007-11-09 Thread Casey Rayman
Unfortunately my Weblogic experience is clearly boxed in at version 7, and I wouldn't say that my experience runs real deep there either. I've only been tinkering with this application a few months now. Casey On Nov 9, 2007, at 2:50 PM, David Blevins wrote: Looks like reference-descriptor

Re: JNDI lookup help

2007-11-09 Thread David Blevins
Looks like reference-descriptor is an element that was cut out of the schema somewhere along the line. Do you know if there is a more current element that replaces this one? We could add the old element to our jaxb tree then move the data over into the right place of the new tree. I sup

Re: JNDI lookup help

2007-11-09 Thread David Blevins
This looks like something I did wrong. Digging in now. -David On Nov 8, 2007, at 1:41 PM, Casey Rayman wrote: We use Ant here. I'll download a copy of Maven to see if I can't get a little more self sufficient with my own builds and perhaps even contribute. I've been busy this week with

Re: JNDI lookup help

2007-11-08 Thread Casey Rayman
We use Ant here. I'll download a copy of Maven to see if I can't get a little more self sufficient with my own builds and perhaps even contribute. I've been busy this week with production problems, but I gave it a quick try and this is the error I got so far. I'll see if I can't dig int

Re: JNDI lookup help

2007-11-07 Thread David Blevins
On Nov 7, 2007, at 6:14 AM, Casey Rayman wrote: Forgive my ignorance... Is there an established place to download binary snapshots or do you mean an output of Maven via checking out a snapshot from the repository? Sorry, I assumed you were using maven (it would auto-download everything)

Re: JNDI lookup help

2007-11-07 Thread Casey Rayman
Forgive my ignorance... Is there an established place to download binary snapshots or do you mean an output of Maven via checking out a snapshot from the repository? On another note: There is a download.html and a downloads.html(note the s) on the website. I confused myself for a few seco

Re: JNDI lookup help

2007-11-06 Thread David Blevins
On Nov 2, 2007, at 12:52 PM, David Blevins wrote: On Nov 2, 2007, at 8:54 AM, Casey Rayman wrote: We are using the tags to force a JNDI name in our weblogic-ejb-jar.xml file. Openejb appears to allow the same tag in the openejb-jar.xml, but seems to ignore it completely. We don't quit

Re: JNDI lookup help

2007-11-06 Thread Casey Rayman
http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd";> AuxGenderRO 1000 15 ReadOnly false WebLogic_CMP_RDBMS 6.0 META-INF/weblogic-cmp-rd

Re: JNDI lookup help

2007-11-06 Thread Jacek Laskowski
On 11/5/07, Casey Rayman <[EMAIL PROTECTED]> wrote: > That would be awesome. Thanks David. Could you send the weblogic-ejb-jar.xml you're working with? It'd be an excellent example to start with and add more features as they're needed. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: JNDI lookup help

2007-11-05 Thread Casey Rayman
That would be awesome. Thanks David. Casey On Nov 2, 2007, at 12:52 PM, David Blevins wrote: On Nov 2, 2007, at 8:54 AM, Casey Rayman wrote: I'm looking at openejb as a testing environment for some entity beans. Our production environment is Weblogic. We are using the tags to force a

Re: JNDI lookup help

2007-11-02 Thread David Blevins
On Nov 2, 2007, at 8:54 AM, Casey Rayman wrote: I'm looking at openejb as a testing environment for some entity beans. Our production environment is Weblogic. We are using the tags to force a JNDI name in our weblogic-ejb- jar.xml file. Openejb appears to allow the same tag in the openej

JNDI lookup help

2007-11-02 Thread Casey Rayman
I'm looking at openejb as a testing environment for some entity beans. Our production environment is Weblogic. We are using the name> tags to force a JNDI name in our weblogic-ejb-jar.xml file. Openejb appears to allow the same tag in the openejb-jar.xml, but seems to ignore it completely.