[Xdoclet-user] JSP 2.0 Taglibs and XDoclet

2004-05-04 Thread Hansen, Erik
I'm having a problem getting custom tag libraries to evaluate EL expressions in attributes (the tags receive the actual expression rather than the evaluated result) which I believe is a result of the fact that I'm not referencing the web-jsptaglibrary_2_0.dtd in my TLD file (which is XDoclet ge

RE: [Xdoclet-user] @jboss.unknown-pk tag not producing effect in deployment descriptor

2004-05-04 Thread Harkness, David
Shaun wrote: > Within the class comment of my InventoryBean I've included the > following @jboss tag: > > * @jboss.unknown-pk > * class="InventoryBean" > * field-name="inventoryId" > * column-name="inventory_id" > * jdbc-type="INTEGER" > * sql-type="INTEGER" > * a

[Xdoclet-user] @jboss.unknown-pk tag not producing effect in deployment descriptor

2004-05-04 Thread Shaun
Within the class comment of my InventoryBean I've included the following @jboss tag:   * @jboss.unknown-pk * class="InventoryBean" *  field-name="inventoryId" *  column-name="inventory_id" * jdbc-type="INTEGER" *  sql-type="INTEGER" * auto-increment="true" * @

Re: [Xdoclet-user] user login_id access from within DAOImpl class

2004-05-04 Thread Konstantin Priblouda
--- "Blasdel, Jerry" <[EMAIL PROTECTED]> wrote: > I had posted last week with a question but I will > reword and try again. > > We are trying to access the user's loginId from > within the DaoImpl class > where we make our connection to the database. Is > this possible using > XDoclet? > I do no