rebind error in JNDI

2000-01-21 Thread Gary Albers
Orion Folks: I have some EJBeans that work with the orion.jar file that came with the 8.2 distribution posted 12/22/1999. I downloaded the orion.jar on 12/23/1999 (it says it is 8.3 and is 851,933 bytes). When I run the same EJBeans using the 8.3 orion.jar I get a JNDI exception that says use

Compile error in generated code for EntityBean w/container-transaction

1999-12-21 Thread Gary Albers
Has anybody seen this ( and maybe have a fix?): I have an EntityBean that deployed correctly when I did not specify anything in the assembly-descriptor section of ejb-jar.xml. Then I added the following: container-transaction method ejb-nameCategory/ejb-name method-name*/method-name

How to debug SQL errors from Generated code

1999-12-21 Thread Gary Albers
Can anybody suggest how to trace the SQL statements being generated by Orion? Or maybe, can anybody suggest how to alter or tailor the SQL being generated by Orion? I am getting a SQL Syntax error during a ejbCreate() but I can't find enough information to even begin assessing the problem. Any