[Xdoclet-user] Websphere Map.mapxmi file generation

2004-07-21 Thread rmathur1977-lists
Hi, I am wondering if its possible to generate Websphere's Map.mapxmi file with xdoclet ? I dont want to generating that file with WSAD and would prefer using xdoclet. Cheers, Rohit Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com

RE: [Xdoclet-user] Creating Tags that Generate Attributed Code for Other Tasks

2004-07-21 Thread Harkness, David
Damon Rolfs [EMAIL PROTECTED] wrote: > I'm hoping someone can point me in the right direction on how > to create a tag that generates Java code that contains > attributes used by other tasks. For example if I want to > create a component tag that generates a bean implementation > with ejb or jmx at

[Xdoclet-user] Creating Tags that Generate Attributed Code for Other Tasks

2004-07-21 Thread Damon Rolfs
I'm hoping someone can point me in the right direction on how to create a tag that generates Java code that contains attributes used by other tasks. For example if I want to create a component tag that generates a bean implementation with ejb or jmx attributes, which subsequently results in additi

RE: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.html#1061636

2004-07-21 Thread Harkness, David
[EMAIL PROTECTED] wrote: > I am using WL 8.1 > So, should I remove the isolation level tag? I deployed it > fine, but have not tested it yet. I'm using 7.0sp4 here, and all my beans are defaulted to read-committed with the tag I posted. I have one bean with a CLOB and another with a BLOB and have

RE: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.h tml#1061636

2004-07-21 Thread Mick . Knutson
I am using WL 8.1 So, should I remove the isolation level tag? I deployed it fine, but have not tested it yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Harkness, David Sent: Wednesday, July 21, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: RE: [Xdocle

[Xdoclet-user] jsptaglib taglib.tld generation question

2004-07-21 Thread Patrick Burleson
Hello all, I've been trying to figure out how to get XDoclet to generate and maintain the section of my tld file. I am using @jsp.validator-init-param to define init-params for my classes, but I haven't found a place to define the actual section. And to top it off, XDoclet (or the jsptaglib ele

[Xdoclet-user] hibernate and unlimited length of database text column

2004-07-21 Thread shad0wek
Hi huys, How in xdoclet declare (using hibernate tags) that database column should have unlimited size without explicite specifing database column data type like text in postgresql or clob in oracle(which solution isn't portable)?

Re: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.h tml#1061636

2004-07-21 Thread Mike Moulton
This is how I define them in my files: @weblogic.transaction-isolation TRANSACTION_READ_COMMITTED_FOR_UPDATE @weblogic.dbms-column-type OracleClob Hope this helps. -- mike On Jul 21, 2004, at 9:31 AM, [EMAIL PROTECTED] wrote: OK, I am trying this, but neither the @weblogic.dbms-column-type or the @

RE: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.html#1061636

2004-07-21 Thread Harkness, David
[EMAIL PROTECTED] wrote: > OK, I am trying this, but neither the > @weblogic.dbms-column-type or the > @weblogic.transaction-isolation have a parameter identified. > What am I suppose to use as > ???="TRANSACTION_READ_COMMITTED_FOR_UPDATE"? Are you really using WebLogic 6.1? For some reason I thou

RE: [Xdoclet-user] How to use a patch ???

2004-07-21 Thread Alex Shneyderman
Take a look at patch utility on unix. If you use Eclipse there is a patch utility built in 3.0, so that you also get GUI for patch :-) On other IDEs ... well good luck. Alex. > -Original Message- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED] On Behalf Of Leandro Mel

[Xdoclet-user] How to use a patch ???

2004-07-21 Thread Leandro Melo
Hi, i found a patch for a bug i recently sent a email about. It's the ejb-local-ref tag one. Although, i'm still in a little problem (i'm a beginner around here :-). I found the file patch.diff in http://opensource.atlassian.com/projects/xdoclet/browse/XDT-690 but i don't know how to use. I firs

RE: [Xdoclet-user] Tag ejb-ref-jndi doesn't work properly

2004-07-21 Thread Leandro Melo
I also guessed that, but if there's such tag, it doesn't work (also, this tag doesn't exists at the xdoclet reference site). = ltcmelo __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --

RE: [Xdoclet-user] FW: http://e-docs.bea.com/wls/docs61/ejb/cmp.h tml#1061636

2004-07-21 Thread Mick . Knutson
OK, I am trying this, but neither the @weblogic.dbms-column-type or the @weblogic.transaction-isolation have a parameter identified. What am I suppose to use as ???="TRANSACTION_READ_COMMITTED_FOR_UPDATE"? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mik

[Xdoclet-user] Define variable in xdoclet tag

2004-07-21 Thread [EMAIL PROTECTED]
Hi all, Is there a way to do following: @tag.declare-variable name="subquery" value="where 100 lines here" and later on use it, for example: @jboss.declared-sql .. query="select x from y where ${subquery}" and @jboss.declared-sql .. query="select count(x) from y where ${subquer