Suggestion

2001-02-06 Thread bsb108765
Since EJB 20 Spec does not support SQL ANSI datatypes inside ejb-jar.xml, I suggest that Orion accept folowing: accept JavaDoc like tags. So, we can have following: entity description@Data-source jdbc/MySQL @Table-name myOwnTable/description cmp-field

Suggestion

2001-02-06 Thread bsb108765
Ops, something wrong, the correct would be: entity description@Data-source jdbc/MySQL @Table-name myOwnTable/description cmp-field description@Persistence-type varchar(30)/description field-nameuserId/field-name /cmp-field /entity -- De:

Anyone know how to def Data-type in cmp-field???

2001-02-05 Thread bsb108765
Hi! Hi people aroud the world!!! I've found info about what I need to run Orion EJB 2.0 sample with Interbase inside our Orion-list. But for now, I'm having following trouble: primary keys, in Interbase, allow only 254 bytes in length. If I configure my datasource to use Interbase, and set