Re: [Xdoclet-user] session bean abstract class

2003-01-22 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: in my own projet it does not create anything that implements my abstract xxsBean class, and i cannot see any difference in either the xdoclet tags or the ejbdoclet target Care to post your ejbdoclet task, and one of the classes?

Re: [Xdoclet-user] session bean abstract class

2003-01-22 Thread Andrew Stevens
A wise old hermit known only as Brian McSweeney [EMAIL PROTECTED] once said: but some of the beans - eg the session beans - in xpetstore have the ejbCreates generated for them, but the entity beans don't seem to have this done. What I think needs to be clear, is what defines this behaviour

Re: [Xdoclet-user] fileset in ejbdoclet

2003-01-22 Thread Andrew Stevens
A wise old hermit known only as Terry Walsworth [EMAIL PROTECTED] once said: my ejb-jar.xml file isn't being created of populated with my ejb descriptors because the fileset ant command isn't finding my ejb source files in my ejbdoclet ant taskdef ... target name=ejbdoclet depends=init,

Re: [Xdoclet-user] isModified is not generated for cmp2

2003-01-09 Thread Andrew Stevens
On Wed, 08 Jan 2003 11:19:50 -0800, Weiqing Huang said: hi there, i noticed that isModified/dirty-flag is not generated anymore if cmp2 is used. could someone enlighten me as to why that's the case? anything to do with ejb spec for cmp version 2? i am using the value-object pattern and found

Re: [xdoclet-user] Sun ONE support

2003-01-08 Thread Andrew Stevens
On 2003-01-07 17:12, Michal Palicka wrote: does XDoclet support platform-specific descriptors for the Sun ONE Application Server? If not, are there any plans to support this platform in the future? Why not try searching the archives for the answer I gave last time someone asked, a couple of

Re: [Xdoclet-user] Unnecessary imports: fixed in XDoclet2?

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as Andrew Carpenter [EMAIL PROTECTED] once said: (I hope I'm not hammering a frequent question here, but at present the mail archives are unavailable.) Try www.mail-archive.com Much more reliable than the SourceForge archives. Andrew.

Re: [Xdoclet-user] @ejb.home vs. @ejb.interface...

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: Anyway I hoped to get the solution to my problem with the @ejb.interface tag (what didn't solve it) then later I discovered the @ejb.home tag. The desc. of both tags are quite similar, and it is not easy to make a difference

RE: [Xdoclet-user] S[LF]SB jndi-prefix other than EB?

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as Rupp,Heiko [EMAIL PROTECTED] once said: It looks like this came from the fact that in the EB, the import statement for the Class (javax.ejb.EntityBean) was before the Xdoclet attributes, while in the Session Beans, this import was after the comment section.

Fw: [Xdoclet-devel] Re: [Xdoclet-user] How to stop CMP generation

2002-12-18 Thread Andrew Stevens
Forwarded Message ... another one that ended up on the wrong list. Ara, any chance of configuring the list to have it Reply-To the list? (or give one of the other admins rights to look into it, if you're too busy) Konstantin Priblouda [EMAIL PROTECTED] wrote: --- Paul Kavanagh

Re: [Xdoclet-user] where can I get xdoclet nightly build?

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as Marcus Brito [EMAIL PROTECTED] once said: Herve Tchepannou wrote: where can I get xdoclet nightly build? http://xdoclet.sourceforge.net/xdoclet-cvs.zip Another one for the FAQ, Ara? Andrew. --- This

Re: [Xdoclet-user] How to generate the Javadoc Todo List?

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as Bruce Snyder [EMAIL PROTECTED] once said: On the 1.2 beta website, I notice that there is a Javadoc Todo List on the lower left side. How was this generated? Using XDoclet :-) Look at the todo target in the build-docs.xml ant script, and search the .java

Re: [Xdoclet-user] Re: ejb-name pb

2002-12-18 Thread Andrew Stevens
A wise old hermit known only as Sebastien BLANC [EMAIL PROTECTED] once said: just found the pb. it is not in the xdoc header but after the header: removing the comment between the end of the header and the class declaration generates a correct ejb name without the pacakge. looks like a

Re: [Xdoclet-user] Problem with white spaces in path

2002-12-15 Thread Andrew Stevens
A wise old hermit known only as Ralf Quebbemann [EMAIL PROTECTED] once said: I am getting errors from the ejbdoclet task in my ant script. Javadoc complains about an illegal package name. Well it turns out that javadoc has problems with white spaces in path names. My path is: F:\java\my

Re: [Xdoclet-user] not getting package filled in on generated classes

2002-12-15 Thread Andrew Stevens
A wise old hermit known only as Craig Hamilton [EMAIL PROTECTED] once said: /home/craigh/kts_dev/ejbxdoclet/build/output/gen-src/ActivityHome.java:4 : identifierexpected [javac] package ; [javac] ^ Header info from ejb java file: -=-=-=-=-=-=-=-=-==-=-=-=-= package test;

Re: [Xdoclet-user] and SUN verifier

2002-12-10 Thread Andrew Stevens
A wise old hermit known only as Sebastien BLANC [EMAIL PROTECTED] once said: whenever I run the SUN RI (version 1.3.1) verifier against the xdoclet generated code, the following test never passes: [FAILED TESTS] Test Name : tests.ejb.homeintf.remotehomeintf.RemoteHomeInterfaceRmiIIOP

Re: [Xdoclet-user] jboss-security.xml

2002-12-05 Thread Andrew Stevens
A wise old hermit known only as Michael O'Connor [EMAIL PROTECTED] once said: I'm trying to get xdoclet to generate a security-domain tag in the jboss.xml (created by the jboss subtask of ejbdoclet), and to do this the docs specify a mergepoint for the file jboss-security.xml. What version

Re: [Xdoclet-user] 503 Server Not Initialized Problem

2002-12-03 Thread Andrew Stevens
A wise old hermit known only as Trish Hartnett [EMAIL PROTECTED] once said: Hello, I'm a newbie. I'm trying to deploy a servlet on JBoss. The servlet seems to deploy okay, but when I try to look at it in a web browser, I keep on getting an error saying HTTP ERROR: 503 Servlet Not

Re: [Xdoclet-user] IBM Websphere 4.0.4 patch

2002-12-02 Thread Andrew Stevens
A wise old hermit known only as Keith Kee [EMAIL PROTECTED] once said: With my limited testing on websphere 4.0.4, I have to modified the following to get my application to deploy. Since my application does not use CMP and entity beans, I have not make any changes to or check that the

Re: [Xdoclet-user] basic ant question...

2002-11-29 Thread Andrew Stevens
A wise old hermit known only as padhu vinirs [EMAIL PROTECTED] once said: target name=buildJar depends=clean,compile jar destfile=${basedir}/test.jar basedir=${output.classes.dir} metainf fileset dir=${output.metainf.dir}/ /metainf /jar /target When I run, I get

Re: [Xdoclet-user] how add code to value-object setEntityBeanValue method?

2002-11-28 Thread Andrew Stevens
A wise old hermit known only as Konstantin Priblouda [EMAIL PROTECTED] once said: --- [EMAIL PROTECTED] wrote: I am hoping that someone can give me advice on somehow adding code to the setEntityValue method automatically generated by the value-object facility. Right now, for

Re: [Xdoclet-user] Javadoc unknown tag warning

2002-11-28 Thread Andrew Stevens
A wise old hermit known only as Pedro Pessoa [EMAIL PROTECTED] once said: I'm getting all these Javadoc warnings about unknown tags: warning - @ejb:interface-method is an unknown tag I could sucessfully remove the warning about xdoclet-generated using Ant tag nested element. But I can't

Re: [Xdoclet-user] Weblogic Session Timeout/Feature Request

2002-11-20 Thread Andrew Stevens
A wise old hermit known only as Peak, John [EMAIL PROTECTED] once said: I would like to suggest a modification to the default value for sessiontimeout for the deploymentdescriptor subtask. Currently if you do not specify a value for this it defaults to 0. What version do you mean by

Re: [Xdoclet-user] deploymentdescriptor/ - .forAllEjbRefs - tem

2002-11-20 Thread Andrew Stevens
A wise old hermit known only as Schlienger, Marc [EMAIL PROTECTED] once said: Ok, I have been looking into more details, and it has nothing to do with what I wrote in my previous email. I has probably something to do with my tags in the source code of the beans. I don't know yet what I'm

Re: [Xdoclet-user] stateful session bean generating as stateless

2002-11-20 Thread Andrew Stevens
A wise old hermit known only as Scott Walters [EMAIL PROTECTED] once said: I have a type=Stateful tag in my session bean but xdoclet (1.2.0b1) keeps putting it in the deployment descriptor as stateless. It regenerates the file every time and always updates it with new methods so I know

Re: [Xdoclet-user] imports are not copied to remote-interface

2002-11-20 Thread Andrew Stevens
A wise old hermit known only as Marcin Gryszkalis [EMAIL PROTECTED] once said: I just compiled CVS version of xdoclet 1.2 and tried to test it on one of my projects - the problem is that it seems not to copy import statements to generated remote interface of session beans (it did in

Re: [Xdoclet-user] how to use placeholder {0}

2002-11-18 Thread Andrew Stevens
A wise old hermit known only as wu qihua [EMAIL PROTECTED] once said: I think the {0} in the following snippet is placeholder,but I do not know how to use it,how to fill(in place of) the placeholder? remoteinterface pattern={0}Remote/ localinterface pattern={0}/ It is

Re: [Xdoclet-user] XDoclet 1.1.2 to XDoclet1.2Beta - packages/imports and EJBs...

2002-11-09 Thread Andrew Stevens
A wise old hermit known only as Clark Wright [EMAIL PROTECTED] once said: [ejbdoclet] WARNING: Some classes refer to other classes that were not found among the sources or on the classpath. [ejbdoclet] (Perhaps the referred class doesn't exist? Hasn't been generated yet?) [ejbdoclet] The

Re: [Xdoclet-user] Anyone interested in writing a version of PetStore with xD

2002-11-07 Thread Andrew Stevens
A wise old hermit known only as Konstantin Priblouda [EMAIL PROTECTED] once said: Also, has anyone used xdoclet to teach ejbs? Kind of. I had to lead team of 4 developers who received short training in java. ( and no formal CS education at all) - I was able to get them to write EJBs

Re: [Xdoclet-user] why the subclass of EJB must be abstract when using xdoclet

2002-11-07 Thread Andrew Stevens
A wise old hermit known only as wu qihua [EMAIL PROTECTED] once said: why should we add abstract keyword. In my impression ,we needn't to add this keyword when develop EJB without xdoclet. public abstract class MyCmpBean implements EntityBean Because although you declare that

Re: [Xdoclet-user] anyway to create entries in ejb-jar.xml without generating clas

2002-11-02 Thread Andrew Stevens
A wise old hermit known only as Dat Nguyen [EMAIL PROTECTED] once said: Is it possible to mark up an ejb and have xdoclet generate an entry for it in the ejb-jar.xml without generating any classes (interface or implementation)? If you don't want to generate the other stuff for any beans,

Re: [Xdoclet-user] no carriage returns in generated tld?

2002-11-01 Thread Andrew Stevens
A wise old hermit known only as Rhodes, Phillip C. [EMAIL PROTECTED] once said: Is there anyway to get some sort of formatting for the generated tld. It would be nice to get some line breaks between the different tag descriptors, etc. Using NT. What version of XDoclet? (I really should

Re: [Xdoclet-user] xdoclet support for JCA / ra.xml ?

2002-11-01 Thread Andrew Stevens
A wise old hermit known only as Sebastien BLANC [EMAIL PROTECTED] once said: Hello ! I would like to know if there is any planned devt of xtags for the support of JCArchitecture and for the generation of the ra, jrun-ra, ra-borland, weblogic-ra so on XML files. I have attached an example

RE: [Xdoclet-user] support for iAS and Sun ONE appserver 7?

2002-10-28 Thread Andrew Stevens
A wise old hermit known only as =?US-ASCII?Q?Aslak_Hellesoy?= [EMAIL PROTECTED] once said: -Original Message- From: [EMAIL PROTECTED] [mailto:xdoclet-user-admin;lists.sourceforge.net]On Behalf Of Hanasaki JiJi Sent: 28. oktober 2002 01:16 To: [EMAIL PROTECTED] Subject:

Re: [Xdoclet-user] bean inheritance / home generation

2002-10-28 Thread Andrew Stevens
A wise old hermit known only as Hani Suleiman [EMAIL PROTECTED] once said: Incidentally, I've submitted a patch a couple of weeks ago but it hasn't been merged in nor rejected (nor looked at, from what I can tell)...is jira actively monitored for patches and suchlike? Yes, though possibly

Re: [Xdoclet-user] Weblogic 7.0

2002-10-24 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: [the entire digest of todays list messages snipped...] Any chance you can trim it a bit next time? I've already read them once... :-) Andrew. --- This sf.net email is sponsored

RE: [Xdoclet-user] RE: Discussion: Integrating Middlegen and UML2EJB

2002-10-17 Thread Andrew Stevens
A wise old hermit known only as Matthias Bohlen [EMAIL PROTECTED] once said: Poseidon, again, is integrated with the Netbeans IDE (or SUN One Studio?). Personally, I prefer Eclipse (one window only, not many tiles) Netbeans/Forte/SunONE also has a single window (MDI) mode, and has done for

Re: [Xdoclet-user] IDE Hanging with java.lang.OutOfMemoryError error during X

2002-10-12 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: I've just started using XDoclet 1.2 beta1 from within my IDE (NetBeans 3.4) and it is continually hanging during my ANT build process with the message java.lang.OutOfMemoryError. Have you tried including the maximum heap size?

RE: [Xdoclet-user] ValueObject Documentation / Pointers (1.2 beta)

2002-10-08 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: I've been trying to do this, but it is easier said than done. The search cababilities of the mailing list archives are very limited, compared, for example, to the newsgroup search capabilities of Google. There's other archives

Re: [Xdoclet-user] Why isn't netbeans ejbdoclet task not recognized???

2002-10-07 Thread Andrew Stevens
A wise old hermit known only as Dmitri Colebatch [EMAIL PROTECTED] once said: XDoclet needs ant 1.5, if you only have 1.4 it wont work. I'd suggest trying to copy the 1.5 ant jar over the ant jar in netbeans and seeing if it works A better alternative may be found at

Re: [Xdoclet-user] xdoclet dosent compile with xjavadoc.jar found in lib

2002-10-07 Thread Andrew Stevens
A wise old hermit known only as =?iso-8859-1?Q?Andreas_Arrg=E5rd?= [EMAIL PROTECTED] once said: I had some problem compiling the source code with the xjavadoc jar found in the source tree(xdoclet-1.2.beta1) cvs repository and nightly build fetched October 7 th 2002. Updated jar to the latest

Re: [Xdoclet-user] EntityFacade Task

2002-10-04 Thread Andrew Stevens
A wise old hermit known only as Rick Salsa [EMAIL PROTECTED] once said: The entityfacade task in 1.2-beta1, generates code that calls getData() on an entity. I'm using the prefered valueobject task instead. Is there a new task that I should be using to have xdoclet generate a session

Re: [Xdoclet-user] is the new xdoclet backward compatible with version 1.1.2_1

2002-10-03 Thread Andrew Stevens
A wise old hermit known only as Leon Doud [EMAIL PROTECTED] once said: Are the details of the 5% incompatibles going to be in the release notes? Only if we can remember them, which we probably can't since we've been running with CVS copies for months now... I suggest if you find any

Re: [Xdoclet-user] run method in a transaction?

2002-10-03 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: I have some troubles with the performance of my finder query. Then I suggest you go to the JBoss forums. I don't see how finder performance on JBoss is related to XDoclet. Be gentle with him, Aslak. If you read on, you'll

Re: [Xdoclet-user] ValueObjects for beans with multiple pk-fields

2002-10-02 Thread Andrew Stevens
A wise old hermit known only as Woll, Rolf [EMAIL PROTECTED] once said: I am using xdoclet 1.1.2. Unfortunately, I am unable to download the cvs repository files so I have not testet this using the CVS source. There's a daily dump done of the latest CVS version, which you can download at

Re: [Xdoclet-user] Re: XDcolet generated Struts ActionForms

2002-10-02 Thread Andrew Stevens
A wise old hermit known only as Jon.Ridgway [EMAIL PROTECTED] once said: I need to correct my previous post the problem appears to be that struts_form.xdt is looking for all form fields and that I have include-all in my struts:form entry. I would like to change StrutsFormsTagHandlers

RE: RE: [Xdoclet-user] How to submit code changes

2002-09-27 Thread Andrew Stevens
A wise old hermit known only as Slinkster [EMAIL PROTECTED] once said: I've never been on a mailing list before where discussions about mail settings were encouraged by the owners. When it comes to mail client settings that mean I can actually *read* the messages here without having to go

[Xdoclet-user] Re: release

2002-09-26 Thread Andrew Stevens
A wise old hermit known only as Ara Abrahamian [EMAIL PROTECTED] once said: I desperately need a stable release. I want to upload it to Maven's repository. What's your plan for the release? Can you release it very soon? I mean today or tomorrow? As I said in a mail last night, I'm doing it

Re: [Xdoclet-user] next release of xdoclet?

2002-09-24 Thread Andrew Stevens
A wise old hermit known only as Seth Ladd [EMAIL PROTECTED] once said: Is there any plan or plans for a new release of xdoclet? Yes, there is. Andrew. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

RE: [Xdoclet-user] RE: 1 to n unidirectional relationship/weblogi

2002-09-23 Thread Andrew Stevens
A wise old hermit known only as Kevin Galligan [EMAIL PROTECTED] once said: Thanks. I'll check it out tonight. The firewall at work prevents me from getting out to cvs. Does anybody happen to know a way I can get the source without using cvs? There's a daily archive built by a cron

Re: [Xdoclet-user] Cannot Compile from CVS

2002-09-19 Thread Andrew Stevens
A wise old hermit known only as Dan Brown [EMAIL PROTECTED] once said: I just updated my CVS repository 9-18-02 and have not be able to get xdoclet to compile. ... Kind of looks like I cannot compile with Ant 1.5, maybe I should get 1.4 and try again? No, 1.5 is the right version to use.

Re: [Xdoclet-user] how to generate docs (xdoclet from cvs) - maven?

2002-09-19 Thread Andrew Stevens
A wise old hermit known only as David Ward [EMAIL PROTECTED] once said: Thanks for the respone, Paul. However, the doc you point to is wrong. It says to type maven site - which didn't work for me. Jason E. (thank, Jason!) emailed me and told me it's maven xdoc - which worked. Whoever

Re: [Xdoclet-user] session dao support - next release?

2002-09-17 Thread Andrew Stevens
A wise old hermit known only as jfina [EMAIL PROTECTED] once said: I've used xdoclet 1.1.2 for a while now, and i'm very pleased with it. I wonder when dao support for session beans are 'scheduled'? Already in there. In fact, it was already in 1.1.2, just wasn't documented very well. Use

Re: [Xdoclet-user] Searchable archives of mailing list?

2002-07-18 Thread Andrew Stevens
A wise old hermit known only as Michael Crozier [EMAIL PROTECTED] once said: Are there any archives of the xdoclet mailing list that are searchable? The Geocrawler archives are next to worthless since you have to go page by page, reading every message with a seemingly relevent subject.

Re: [Xdoclet-user] Getting create methods defined in the localhome or home interfa

2002-07-12 Thread Andrew Stevens
A wise old hermit known only as Dan Brown [EMAIL PROTECTED] once said: I have a CMP entity bean where I want to have a create method that takesthe Xdoclet generated data object. However xdoclet does not create any create() methods in the home interfaces? I think I must be doing

Re: [Xdoclet-user] Session bean subclasses?

2002-07-06 Thread Andrew Stevens
A wise old hermit known only as Paul Cantrell [EMAIL PROTECTED] once said: Because it's good practise. It separates the business contract from the technical contract, so you don't have ejbActivate, ejbPassivate etc. cluttering up your code Huh. I thought that this was the reason

RE: [Xdoclet-user] Empty Bean causes problems

2002-07-04 Thread Andrew Stevens
FROM: Shaw, Chris DATE: 07/03/2002 23:55:26 ... ..does it make more sense, first, to try the latest from CVS? If so, could someone again create a CVS zip file for those of us with hyper-restrictive firewalls? If not, let me know and I'll post the code. Sorry, I thought you were already using the

Re: [Xdoclet-user] temp dir used by xdoclet

2002-07-04 Thread Andrew Stevens
A wise old hermit known only as Emerson Cargnin - MSA [EMAIL PROTECTED] once said: We are using a centralized environment for using eclipse/jboss/etc in one machine and a lot of developers using a exported x screen. the problem is that xdoclet creates a DocletContext.edc file in /tmp dir

RE: [Xdoclet-user] Empty Bean causes problems

2002-07-03 Thread Andrew Stevens
A wise old hermit known only as Ara Abrahamian [EMAIL PROTECTED] once said: The first problem is that an empty constructor is generated for the Data Object, presumably alongisde a constructor which takes all of the attributes. Because my Bean has no attributes (except those inherited)

Re: [Xdoclet-user] Message Driven Bean: no descriptor generated

2002-07-02 Thread Andrew Stevens
A wise old hermit known only as Michal Kochanowicz [EMAIL PROTECTED] once said: I need a MDB which will be deployed to JBoss-2.4.6. I've put following comment before class: ... In the build.xml I've delcared ejbspec=1.x. In this situation no information is created in descriptors. What

Re: [Xdoclet-user] Feature request/clarification

2002-07-02 Thread Andrew Stevens
A wise old hermit known only as Torsten Terp [EMAIL PROTECTED] once said: As far as I can tell it is not possible to add application server specific deployment info about external class files used in an application. I.e., if i include a class file in my app containing an EJB, the merge

Re: [Xdoclet-user] Fail to build the CVS distribution of xdoclet

2002-06-18 Thread Andrew Stevens
A wise old hermit known only as =?iso-8859-1?Q?Fran=E7ois_Charoy?= [EMAIL PROTECTED] once said: I have tried to build the CVS distribution of xdoclet but failed to do it. I always receive this error message xdoclet-xml: BUILD FAILED C:\dev\xdoclet\modules\xdoclet\build.xml:116:

Re: [Xdoclet-user] automatic key generation

2002-06-12 Thread Andrew Stevens
A wise old hermit known only as ravi shankar dwivedi [EMAIL PROTECTED] once said: also i want to edit the source generated by xdoclet ie java files and xml files is it permitted or not No, hence the warnings at the top of the files Generated by XDoclet. Do not edit... Any changes you

RE: [Xdoclet-user] can't build xdoclet from cvs just now

2002-06-07 Thread Andrew Stevens
Oops, my bad. Had it working perfectly on one machine, repeated the changes on another one to check it in and I missed a cut/paste. I'll fix it ASAP. Andrew. _ Send and receive Hotmail on your mobile device:

Re: [Xdoclet-user] contrib q

2002-06-05 Thread Andrew Stevens
A wise old hermit known only as Yori Sakakura [EMAIL PROTECTED] once said: Hello- I apologize if this is offtopic or a RTFM sort of question. I've written some vendor stuff for caucho.com's Resin web and app servers and would like to contribute them, if possible. How might I go about

Re: [Xdoclet-user] DocletContext.edc

2002-06-04 Thread Andrew Stevens
the subtasks know what it was? Andrew. On 6/4/02 5:00 PM, Andrew Stevens [EMAIL PROTECTED] wrote: A wise old hermit known only as John Fleenor [EMAIL PROTECTED] once said: Hello, I have been running into an IOException caused by the DocletContext.edc file. Inside

Re: [Xdoclet-user] empty servlets.xml

2002-05-20 Thread Andrew Stevens
A wise old hermit known only as Alex Loubyansky [EMAIL PROTECTED] once said: Hello, may be it's considered ok, but I haven't expected such a behaviour. When servlets.xml is empty xjavadoc.exe process hangs on Windows2000. Haven't tried but maybe the same behaviour will occur with others

Re: [Xdoclet-user] ejb-ref in different app units

2002-05-02 Thread Andrew Stevens
A wise old hermit known only as Luke Studley [EMAIL PROTECTED] once said: I have 2 application units (ejb jar files) bundled into an ear, so in principle an ejb with and ejb-link element from one of these can access local interfaces of beans in the other. However if I try to generate this

Re: [Xdoclet-user] Error in ejbdoclet task - please help

2002-04-27 Thread Andrew Stevens
A wise old hermit known only as Emerson Cargnin - MSA [EMAIL PROTECTED] once said: I'm getting the following error when in ejbdoclet task, it looks like it's looking for the interfaces it hasn't generated already. RTFFAQ. It's the first question on there... http://www.jguru.com/faq/XDoclet

Re: [Xdoclet-user] log4j messages in DocletTask.java

2002-04-26 Thread Andrew Stevens
A wise old hermit known only as Richard Kilgore [EMAIL PROTECTED] once said: How do I see the messages that are logged using log4j? None of them come out on the console, and I don't have a clue why or how to configure this stuff that gets run by the Javadoc Task. Search the archive.

Re: [Xdoclet-user] EJBHome not generated

2002-04-23 Thread Andrew Stevens
FROM: jfina DATE: 04/23/2002 01:53:57 ... * @ejb.dao class=ejb.PersonaliaDAO impl-jndi=dao Nothing to do with your EJBHome problem, but if you're using impl-jndi to specify the DAO's implementation class, you'll also need an @ejb.env-entry to hold it (whose name parameter matches the

Re: [Xdoclet-user] transactional attribute on local interface

2002-04-18 Thread Andrew Stevens
A wise old hermit known only as Michael Elizarov [EMAIL PROTECTED] once said: method-intfRemote/method-intf ... lot of fun... Bug? Sounds like bug #517372 Wrong transact. method-intf for local be to me. http://sourceforge.net/tracker/index.php?func=detailaid=517372group_id=3

[Xdoclet-user] session subtask and packagesubstitution

2002-04-16 Thread Andrew Stevens
FROM: Boris Nieuwenhuis DATE: 04/16/2002 03:52:52 Hi, I am using the session and util and the packagesubstitution subtask. For the Util classes the package substitution from facades to interfaces package is working, but the classes generated from the session subtask end up in the facades

Re: [Xdoclet-user] Build error without error, logging and xdoclet build error

2002-04-16 Thread Andrew Stevens
FROM: Daniel Bratell DATE: 04/16/2002 04:56:45 ISSUE 1 I'm having problem with an error somewhere but I can not find out where. The big problem is that the ejbdoclet task fails in our build script. ejbdoclet says: 3 errors and 50 warnings and nothing more The previous output is full of

Re: [Xdoclet-user] Pattern syntax

2002-04-11 Thread Andrew Stevens
A wise old hermit known only as Bernd Kuehl [EMAIL PROTECTED] once said: What is the syntax for pattern attributes? For example I have a Bean named SchemaManagerBean and I want the remote interface named SchemaManager. {0} refers to SchemaManagerBean . No, {0} refers to the beans' name as

[Xdoclet-user] non bmp dao subtask

2002-03-26 Thread Andrew Stevens
FROM: Matt Goodall DATE: 03/26/2002 04:34:00 Hi, In the dao subtask documentation it states ... Currently, only BMP entity beans are supported (support for DAOs with the other EJB types is planned e.g. for accessing a database directly with JDBC in a session bean). ... I would like to use

Re: [Xdoclet-user] valueobject

2002-03-25 Thread Andrew Stevens
A wise old hermit known only as Michael Elizarov [EMAIL PROTECTED] once said: Is there a description of valueobject task? No, because it's going to be merged back into dataobject when it's done. The new subtask is there mainly for testing. What is the difference between value and data

Re: [Xdoclet-user] Resin support and Xdoclets 1.1.2 bi-directional CMR

2002-03-20 Thread Andrew Stevens
A wise old hermit known only as [EMAIL PROTECTED] once said: Somebody was asking on this list about Xdoclet support for Resin. I've managed to get this working, however because Resin uses none-standard deployment descriptors this is not as easy as it should be. Resin includes extra fields

Re: [Xdoclet-user] DAO Object Name

2002-03-09 Thread Andrew Stevens
A wise old hermit known only as James Cook [EMAIL PROTECTED] once said: Any way to change the name of the generated data access object? What version are you using, 1.1.1 or CVS? (I've done some changes to the DAOs since 1.1.1) If it's the current CVS version, you should be able to use dao

RE: [Xdoclet-user] How to get constants in the generated interface

2002-03-07 Thread Andrew Stevens
FROM: Dmitri Colebatch DATE: 03/05/2002 23:05:15 ... the options I see are : (a) do nothing, and use constants class (b) your suggestion of using fields int he ejb, and replicating in interfaces (c) my suggestion of finder style declarations. or (d) have XDoclet generate a constants class

RE: [Xdoclet-user] ejb-body.j and EJB 1.1 security

2002-02-28 Thread Andrew Stevens
FROM: J. Matthew Pryor DATE: 02/28/2002 03:46:38 Thanks got my local patch working. Want me to email it in, it is a very simple change if someone has the time to submit it jmp Sure. Either upload it to the Patches tracker on Sourceforge, or mail it to the xdoclet-devel list. Andrew.

RE: [Xdoclet-user] template subtask

2002-02-23 Thread Andrew Stevens
A wise old hermit known only as Patrick Lightbody [EMAIL PROTECTED] once said: I am using destinationfile and specifying a file. It isn't a problem with file locations, I don't think. It seems that basically any element, such as XdtEjb:ejbName/doesn't work. It's as if the template

RE: [Xdoclet-user] getData, setData for CMP2.0

2002-02-15 Thread Andrew Stevens
FROM: Daniel Bratell DATE: 02/14/2002 23:55:07 At 09:06 2002-02-14 -0800, you wrote: Hi, You need to add the 2 abstract methods in the bean you write and add ejb:interface-tag to them. It doesn't work quite right with my Weblogic 6.1SP2. Doing that I get : In bean Account, the abstract

Re: [Xdoclet-user] Move from v1 to XDoclet-v1-1-1 causes duplication in jaws.x

2002-02-14 Thread Andrew Stevens
A wise old hermit known only as Russell Chan [EMAIL PROTECTED] once said: Actually, This morning I did some experimenting and discovered that this wasn't the problem. What I had (mostly from ignorance) was @ejb:persistent-field flags on BOTH the getters and the setters. Removing

Fw: RE: [Xdoclet-user] Naming beans with the Entity suffix

2002-02-14 Thread Andrew Stevens
Forwarded Message The best solution is to let you define the suffix for xdoclet. By default Ejb/EJB/Bean are used but you should be able to provide your own. It's in EjbTagsHandler.getEjbNameFor(), and easy to implement (just a matter of getConfigParam()/StringTokenizer, note that

RE: [Xdoclet-user] Naming beans with the Entity suffix

2002-02-14 Thread Andrew Stevens
A wise old hermit known only as Ara Abrahamian [EMAIL PROTECTED] once said: The best solution is to let you define the suffix for xdoclet. By default Ejb/EJB/Bean are used but you should be able to provide your own. It's in EjbTagsHandler.getEjbNameFor(), and easy to implement (just a

[Xdoclet-user] Naming beans with the Entity suffix

2002-02-13 Thread Andrew Stevens
FROM: Daniel Bratell DATE: 02/13/2002 05:11:49 We have as standard to name entity beans with the suffix Entity (ForeignAccountEntity, CustomerEntity,), but XDoclet seems to assume that the suffix Bean is used for all beans when naming the generated classes. I've always used FoobarEJB for

Re: [Xdoclet-user] Naming beans with the Entity suffix

2002-02-13 Thread Andrew Stevens
On digging slightly deeper I see there is no bug (at least not in the code, just in my memory) - I had thought the second argument to getParameter was meant to be the tag's name, but in fact it does expect the entire tag contents. I was confusing it with getTagValue, which expects the tag and

Re: [Xdoclet-user] JBoss resource-manager config

2002-01-31 Thread Andrew Stevens
A wise old hermit known only as KC [EMAIL PROTECTED] once said: 1. I am trying Xdoclet1.1.1 to create my jboss.xml file. 2. I use the merge file method, the content of the merge file, both the jboss-resource-managers.xml and the jboss.xml appear as follows: resource-managers

Re: [Xdoclet-user] EJB 1.1 CMP fields and PK class

2002-01-31 Thread Andrew Stevens
A wise old hermit known only as Nortje, Andrew [EMAIL PROTECTED] once said: I am having trouble getting the PK classes to gen properly. I don't think I am making the PK fields properly. I have a class called Contact with two Long's that serve as the PK fields. The PK class does not

Re: [Xdoclet-user] JBoss resource-manager config

2002-01-31 Thread Andrew Stevens
A wise old hermit known only as Andrew Stevens [EMAIL PROTECTED] once said: A wise old hermit known only as KC [EMAIL PROTECTED] once said: 1. I am trying Xdoclet1.1.1 to create my jboss.xml file. 2. I use the merge file method, the content of the merge file, both the jboss-resource

Re: [Xdoclet-user] RE: JRun 4 support

2002-01-30 Thread Andrew Stevens
, Patrick Lightbody ([EMAIL PROTECTED]) penned the words: Well said... I'll be emailing Macromedia regarding their plans for Xdoclet in the future (that is, assuming they even are doing anything with Xdoclet in the first place ;) -Pat From: Andrew Stevens [EMAIL PROTECTED] To: [EMAIL

[Xdoclet-user] RE: JRun 4 support

2002-01-29 Thread Andrew Stevens
From: Ara Abrahamian [EMAIL PROTECTED] 2002-01-29 10:59 Are you sure? Where is it said? Nowhere in the TSS announcement. And since the Macromedia beta site is subject to a NDA, I can't comment on any mention of XDoclet they may or may not have on there... You could always register and have

Re: [Xdoclet-user] JBoss Finder Query

2002-01-25 Thread Andrew Stevens
A wise old hermit known only as Nortje, Andrew [EMAIL PROTECTED] once said: I noticed that the jboss finder syntax generated in jaws.xml looks like this finder namefindByCountry/name query![CDATA[countryAbbreviation = {1}]]/query

Re: [Xdoclet-user] Is it true that XDoclet is not ready yet for JBoss3a?

2002-01-24 Thread Andrew Stevens
A wise old hermit known only as Dmitri Colebatch [EMAIL PROTECTED] once said: the build.xml is in core/script, and there are corresponding build.sh/bat files there as well. But not in the distribution zip, only in CVS... Andrew. - Original Message - From: Paul McLachlan [EMAIL

Re: [Xdoclet-user] how use XDoclet , i need help

2002-01-21 Thread Andrew Stevens
A wise old hermit known only as Dmitri Colebatch [EMAIL PROTECTED] once said: to build the samples, go into the core/samples/script directory, and type build (assuming windows, if on *nix type ./build.sh). Which won't work unless you've fetched the full sources from CVS, because there's

Re: [Xdoclet-user] Plns for suporting hp as?

2002-01-16 Thread Andrew Stevens
A wise old hermit known only as Manuel Alzola [EMAIL PROTECTED] once said: Are there any plans to support the new HP AS app server?. It seems an interesting choice. Manuel I'm working on it, and have a hp-ejb-jar.xml template mostly done (this is for version 8.0 as I couldn't find any

Re: [Xdoclet-user] latest cvs build problem

2001-12-04 Thread Andrew Stevens
A wise old hermit known only as Jozsa Kristof [EMAIL PROTECTED] once said: ant complains about not finding log4j. The log4d jar of course is just beside it, and it's added to the ant classpath as well Try including the log4j.jar in the classpath parameter of xdoclet's taskdef in your ant

Re: [Xdoclet-user] Changing the default package for component/home interfaces and

2001-11-15 Thread Andrew Stevens
A wise old hermit known only as Emmanuel Sciara [EMAIL PROTECTED] once said: customer/CustomerManagerBean customer/interfaces/CustomerManager customer/interfaces/CustomerManagerHome ... account/AccountManagerBean account/interfaces/AccountManager account/interfaces/AccountManagerHome

Re: [Xdoclet-user] Problem with generated code in the samples

2001-09-12 Thread Andrew Stevens
A wise old hermit known only as Dmitri Colebatch [EMAIL PROTECTED] once said: I assume you mean balance in AccountData? I dont see that problem - is there any possibility you've changed something? cheers dim Come to think of it, I seem to remember getting similar errors with a char

Re: [Xdoclet-user] PK class for BMP, please HELP !

2001-08-29 Thread Andrew Stevens
A wise old hermit known only as =?iso-8859-1?q?joel=20cordonnier?= [EMAIL PROTECTED] once said: Can someone explain me, how to specify the PK class for BMP `? ... [Container factory] Deploying ejb/zeit/User [Container factory] org.jboss.ejb.DeploymentException: Bean ejb/zeit/User has PK

<    1   2   3   4   5   6   >