When xdoclet 1.2.0 beta generates a Util-object for a session bean, the
getHome method looks up the COMP_NAME instead of JNDI_NAME. The session
beans do not automagically register themself in the COMP-environment - and
so the home-lookup fails. How to fix this? 

-Henning

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: 16. november 2002 17:59
> To: [EMAIL PROTECTED]
> Subject: Xdoclet-user digest, Vol 1 #737 - 14 msgs
> 
> 
> Send Xdoclet-user mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xdoclet-user digest..."
> 
> 
> Today's Topics:
> 
>    1. ifHasPrimkeyField problem (Jon Finanger)
>    2. newby questions... jboss.xml, DispatchAction and 
> testing framework (Oliver George)
>    3. Re: newby questions... jboss.xml, DispatchAction
>        and testing framework (Oliver George)
>    4. Re: newby questions... jboss.xml, DispatchActionand 
> testing framework (Dmitri Colebatch)
>    5. xdoclet compile problem (kiuma)
>    6. Re: xdoclet compile problem (Konstantin Priblouda)
>    7. [Fwd: Re: [Xdoclet-user] xdoclet compile problem] (kiuma)
>    8. Re: xdoclet compile problem (Konstantin Priblouda)
>    9. [Fwd: Re: [Xdoclet-user] xdoclet compile problem] (kiuma)
>   10. Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem] 
> (Konstantin Priblouda)
>   11. jboss typemapping and such... (SainTiss)
>   12. Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem] (kiuma)
>   13. Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem] 
> (Konstantin Priblouda)
> 
> --__--__--
> 
> Message: 1
> Reply-To: <[EMAIL PROTECTED]>
> From: "Jon Finanger" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Date: Fri, 15 Nov 2002 21:34:58 +0100
> Subject: [Xdoclet-user] ifHasPrimkeyField problem
> 
> Is there any trick in using ifHasPrimkeyField? :)
> To 'fix' a problem with xdoclet not generating the create 
> methods correctly (at least as i see it :) I need to set the 
> pk for the
> bean after the getdao().create is executed, as it is today 
> the pk is never set which is when the create and the 
> setmethods are done
> in the same transaction (like a stateless session creating a 
> bean and set their values before the method completes).
> I've tried to update the create part of entity-body.xdt but 
> cant get the ifHasPrimkeyField to work as described.
> 
> Comments?
> 
> -Jon
> 
> 
> 
> --__--__--
> 
> Message: 2
> From: Oliver George <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Organization: 
> Date: 16 Nov 2002 11:14:31 +1100
> Subject: [Xdoclet-user] newby questions... jboss.xml, 
> DispatchAction and testing framework
> 
> 
> Hi guys,
> 
> I'm using xdoclet for the first time this week, and I'm really
> impressed.  A couple of problems/questions I've come up against...
> 
> 1. I want to add EJBTestRunner to jboss.xml and ejb-jar.xml, can I do
> this without it's own java source file (it's part of an included
> library)?
> 
> 2. Struts action files are working but if I change my action to extend
> DispatchAction it throws a bunch of errors (and doesn't work).  Any
> suggestions?
> 
> 3. this is just a curiousity thing, is there any plan to add junit
> functionality?
> 
> 
> XDoclet is fantastic, keep up the good work.
> 
> cheers, Oliver.
> 
> -- 
> Oliver George <[EMAIL PROTECTED]>
> 
> 
> 
> --__--__--
> 
> Message: 3
> Subject: Re: [Xdoclet-user] newby questions... jboss.xml, 
> DispatchAction
>       and testing framework
> From: Oliver George <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Organization: 
> Date: 16 Nov 2002 11:38:09 +1100
> 
> On Sat, 2002-11-16 at 11:14, Oliver George wrote:
> > Hi guys,
> > 
> > I'm using xdoclet for the first time this week, and I'm really
> > impressed.  A couple of problems/questions I've come up against...
> > 
> > 1. I want to add EJBTestRunner to jboss.xml and 
> ejb-jar.xml, can I do
> > this without it's own java source file (it's part of an included
> > library)?
> 
> ejb-jar.xml is easy actually using a merge file called 
> session-beans.xml
> but jboss doesn't seem to have an equivalent.
> 
> > 2. Struts action files are working but if I change my 
> action to extend
> > DispatchAction it throws a bunch of errors (and doesn't work).  Any
> > suggestions?
> > 
> > 3. this is just a curiousity thing, is there any plan to add junit
> > functionality?
> > 
> > 
> > XDoclet is fantastic, keep up the good work.
> > 
> > cheers, Oliver.
> -- 
> Oliver George <[EMAIL PROTECTED]>
> 
> 
> 
> --__--__--
> 
> Message: 4
> From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
> To: "Oliver George" <[EMAIL PROTECTED]>,
>       <[EMAIL PROTECTED]>
> Subject: Re: [Xdoclet-user] newby questions... jboss.xml, 
> DispatchActionand testing framework
> Date: Sat, 16 Nov 2002 12:57:07 +1100
> 
> > > 1. I want to add EJBTestRunner to jboss.xml and 
> ejb-jar.xml, can I do
> > > this without it's own java source file (it's part of an included
> > > library)?
> >
> > ejb-jar.xml is easy actually using a merge file called 
> session-beans.xml
> > but jboss doesn't seem to have an equivalent.
> 
> jboss-beans.xml should do the job....
> 
> > > 2. Struts action files are working but if I change my 
> action to extend
> > > DispatchAction it throws a bunch of errors (and doesn't 
> work).  Any
> > > suggestions?
> 
> hmmm... weird....   I just found the same thing.... perhaps 
> you could log a
> bug for this.
> 
> > > 3. this is just a curiousity thing, is there any plan to add junit
> > > functionality?
> 
> short answer - no.  there isn't a plan.  its been discussed a 
> few times
> though, and writing a custom template is relatively easy... 
> feel free to
> suggest how you would see it working...
> 
> cheers
> dim
> 
> > >
> > >
> > > XDoclet is fantastic, keep up the good work.
> > >
> > > cheers, Oliver.
> > --
> > Oliver George <[EMAIL PROTECTED]>
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by: To learn the basics of securing
> > your web site with SSL, click here to get a FREE TRIAL of a Thawte
> > Server Certificate: http://www.gothawte.com/rd524.html
> > _______________________________________________
> > Xdoclet-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >
> 
> 
> 
> --__--__--
> 
> Message: 5
> Date: Sat, 16 Nov 2002 09:34:41 +0100
> From: kiuma <[EMAIL PROTECTED]>
> To: xdoclet-user <[EMAIL PROTECTED]>
> Subject: [Xdoclet-user] xdoclet compile problem
> 
> Hi all,
> when I  try to compile cvs xdoclet the following exception is thrown
> 
> What can i do?
> 
> jmxdoclet:
> [jmxdoclet] Running <mbeaninterface/>
> [jmxdoclet] java.lang.IllegalStateException: Setting qualified name 
> test.jmx.PackageLevelClass from test.jmx.JBossXMLExample 2nd time!
> [jmxdoclet]     at 
> xjavadoc.AbstractClass.setQualifiedName(AbstractClass.java:689)
> .....
> 
> 
> 
> --__--__--
> 
> Message: 6
> Date: Sat, 16 Nov 2002 05:50:47 -0800 (PST)
> From: Konstantin Priblouda <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] xdoclet compile problem
> To: kiuma <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> 
> 
> --- kiuma <[EMAIL PROTECTED]> wrote:
> > Hi all,
> > when I  try to compile cvs xdoclet the following
> > exception is thrown
> > 
> > What can i do?
> > 
> > jmxdoclet:
> > [jmxdoclet] Running <mbeaninterface/>
> > [jmxdoclet] java.lang.IllegalStateException: Setting
> > qualified name 
> > test.jmx.PackageLevelClass from
> > test.jmx.JBossXMLExample 2nd time!
> > [jmxdoclet]     at 
> >
> xjavadoc.AbstractClass.setQualifiedName(AbstractClass.java:689)
> 
> It's only samples problem. Remove offending file
> and everything builds fine. 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 
> 
> --__--__--
> 
> Message: 7
> Date: Sat, 16 Nov 2002 15:17:13 +0100
> From: kiuma <[EMAIL PROTECTED]>
> To: xdoclet-user <[EMAIL PROTECTED]>
> Subject: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]
> 
> This is a multi-part message in MIME format.
> --------------040602080107000907090909
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> sorry for wrong posting
> 
> --------------040602080107000907090909
> Content-Type: message/rfc822;
>  name="Re: [Xdoclet-user] xdoclet compile problem"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="Re: [Xdoclet-user] xdoclet compile problem"
> 
> From - Sat Nov 16 15:16:38 2002
> X-Mozilla-Status2: 00000000
> Message-ID: <[EMAIL PROTECTED]>
> Date: Sat, 16 Nov 2002 15:16:37 +0100
> From: kiuma <[EMAIL PROTECTED]>
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) 
> Gecko/00200203
> MIME-Version: 1.0
> To:  [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] xdoclet compile problem
> References: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> Thx, this solved the problem, but now (also before), I have a problem 
> with xdcletgui,
> Now, when I load my bean The tree isn't filled.
> 
> 
> --------------040602080107000907090909--
> 
> 
> 
> --__--__--
> 
> Message: 8
> Date: Sat, 16 Nov 2002 06:29:43 -0800 (PST)
> From: Konstantin Priblouda <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] xdoclet compile problem
> To: kiuma <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> 
> 
> --- kiuma <[EMAIL PROTECTED]> wrote:
> > Thx, this solved the problem, but now (also before),
> > I have a problem 
> > with xdcletgui,
> > Now, when I load my bean The tree isn't filled.
> > 
> 
> Are there any errors logged?
> regards,
> 
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 
> 
> --__--__--
> 
> Message: 9
> Date: Sat, 16 Nov 2002 15:40:21 +0100
> From: kiuma <[EMAIL PROTECTED]>
> To: xdoclet-user <[EMAIL PROTECTED]>
> Subject: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]
> 
> This is a multi-part message in MIME format.
> --------------090805040804000309080405
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> sorry again
> 
> --------------090805040804000309080405
> Content-Type: message/rfc822;
>  name="Re: [Xdoclet-user] xdoclet compile problem"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="Re: [Xdoclet-user] xdoclet compile problem"
> 
> From - Sat Nov 16 15:39:52 2002
> X-Mozilla-Status2: 00000000
> Message-ID: <[EMAIL PROTECTED]>
> Date: Sat, 16 Nov 2002 15:39:52 +0100
> From: kiuma <[EMAIL PROTECTED]>
> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) 
> Gecko/00200203
> MIME-Version: 1.0
> To:  [EMAIL PROTECTED]
> Subject: Re: [Xdoclet-user] xdoclet compile problem
> References: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> 
> Only the ones on startup
> 
> log4j:ERROR Could not read configuration file from URL 
> [file:/usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties].
> java.io.FileNotFoundException: 
> /usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties (No such 
> file or directory)
>     at java.io.FileInputStream.open(Native Method)
>     at java.io.FileInputStream.<init>(FileInputStream.java:103)
>     at java.io.FileInputStream.<init>(FileInputStream.java:66)
>     at 
> sun.net.www.protocol.file.FileURLConnection.connect(FileURLCon
> nection.java:69)
>     at 
> sun.net.www.protocol.file.FileURLConnection.getInputStream(Fil
> eURLConnection.java:156)
>     at java.net.URL.openStream(URL.java:960)
>     at 
> org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConf
> igurator.java:424)
>     at 
> org.apache.log4j.helpers.OptionConverter.selectAndConfigure(Op
> tionConverter.java:456)
>     at org.apache.log4j.LogManager.<clinit>(LogManager.java:145)
>     at org.apache.log4j.Category.getInstance(Category.java:514)
>     at xdocletgui.swing.Main.<clinit>(Main.java:118)
>     at xdocletgui.Run.main(Run.java:28)
> log4j:ERROR Ignoring configuration file 
> [file:/usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties].
> log4j:WARN No appenders could be found for logger 
> (xdocletgui.swing.Splash).
> log4j:WARN Please initialize the log4j system properly.
> 
> 
> 
> then on bean load nothing.
> 
> 
> 
> 
> 
> Konstantin Priblouda wrote:
> 
> >--- kiuma <[EMAIL PROTECTED]> wrote:
> >
> >>Thx, this solved the problem, but now (also before),
> >>I have a problem 
> >>with xdcletgui,
> >>Now, when I load my bean The tree isn't filled.
> >>
> >
> >Are there any errors logged?
> >regards,
> >
> >
> >=====
> >Konstantin Priblouda ( ko5tik )    Freelance Software developer
> >< http://www.pribluda.de > < play java games -> http://www.yook.de >
> >< render charts online -> http://www.pribluda.de/povray/ >
> >
> >__________________________________________________
> >Do you Yahoo!?
> >Yahoo! Web Hosting - Let the expert host your site
> >http://webhosting.yahoo.com
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by: To learn the basics of securing 
> >your web site with SSL, click here to get a FREE TRIAL of a Thawte 
> >Server Certificate: http://www.gothawte.com/rd524.html
> >_______________________________________________
> >Xdoclet-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >.
> >
> 
> 
> 
> 
> 
> Konstantin Priblouda wrote:
> 
> >--- kiuma <[EMAIL PROTECTED]> wrote:
> >
> >>Thx, this solved the problem, but now (also before),
> >>I have a problem 
> >>with xdcletgui,
> >>Now, when I load my bean The tree isn't filled.
> >>
> >
> >Are there any errors logged?
> >regards,
> >
> >
> >=====
> >Konstantin Priblouda ( ko5tik )    Freelance Software developer
> >< http://www.pribluda.de > < play java games -> http://www.yook.de >
> >< render charts online -> http://www.pribluda.de/povray/ >
> >
> >__________________________________________________
> >Do you Yahoo!?
> >Yahoo! Web Hosting - Let the expert host your site
> >http://webhosting.yahoo.com
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by: To learn the basics of securing 
> >your web site with SSL, click here to get a FREE TRIAL of a Thawte 
> >Server Certificate: http://www.gothawte.com/rd524.html
> >_______________________________________________
> >Xdoclet-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >.
> >
> 
> 
> 
> Konstantin Priblouda wrote:
> 
> >--- kiuma <[EMAIL PROTECTED]> wrote:
> >
> >>Thx, this solved the problem, but now (also before),
> >>I have a problem 
> >>with xdcletgui,
> >>Now, when I load my bean The tree isn't filled.
> >>
> >
> >Are there any errors logged?
> >regards,
> >
> >
> >=====
> >Konstantin Priblouda ( ko5tik )    Freelance Software developer
> >< http://www.pribluda.de > < play java games -> http://www.yook.de >
> >< render charts online -> http://www.pribluda.de/povray/ >
> >
> >__________________________________________________
> >Do you Yahoo!?
> >Yahoo! Web Hosting - Let the expert host your site
> >http://webhosting.yahoo.com
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by: To learn the basics of securing 
> >your web site with SSL, click here to get a FREE TRIAL of a Thawte 
> >Server Certificate: http://www.gothawte.com/rd524.html
> >_______________________________________________
> >Xdoclet-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >.
> >
> 
> 
> 
> --------------090805040804000309080405--
> 
> 
> 
> --__--__--
> 
> Message: 10
> Date: Sat, 16 Nov 2002 06:46:55 -0800 (PST)
> From: Konstantin Priblouda <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]
> To: kiuma <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> 
> do 
> "ant configlog4j" to generate log4j.properties,
> ( set everything to debug ) then you will
> see what happens...
> 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 
> 
> --__--__--
> 
> Message: 11
> From: SainTiss <[EMAIL PROTECTED]>
> To: XDoclet Mailing <[EMAIL PROTECTED]>
> Date: 16 Nov 2002 17:08:52 +0100
> Subject: [Xdoclet-user] jboss typemapping and such...
> 
> 
> --=-4ONukJTwMylY80Tb41gW
> Content-Type: text/plain
> Content-Transfer-Encoding: quoted-printable
> 
> Hi,
> 
> I'm going through the uml2ejb sample at the moment, which uses
> xdoclet...
> In the ejbdoclet task, it's got the jboss subtask, with the 
> following=20
> elements:
> 
>             <jboss version=3D"3.0"
>                  xmlencoding=3D"UTF-8"
>                    typemapping=3D"Hypersonic SQL"
>                    datasource=3D"java:/DefaultDS"
>                    destdir=3D"build/ejbstage/META-INF/"/>
> 
> I guess this basically sets up the database, but I don't find 
> much info
> about this on the xdoclet site...
> 
> How can I figure out what to do if I want to set up my postgreSQL
> database instead of this Hypersonic thing?
> 
> Thanks
> 
> Hans
> 
> 
> 
> --=-4ONukJTwMylY80Tb41gW
> Content-Type: application/pgp-signature; name=signature.asc
> Content-Description: This is a digitally signed message part
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
> 
> iD8DBQA91m2UXlnUYIbmLOQRAtfeAJ94cOxzvbWiR4HP8ZgNsH5XMLqKHQCfXark
> yCFfFR7GPvjMpttHkHUtv8s=
> =HzLy
> -----END PGP SIGNATURE-----
> 
> --=-4ONukJTwMylY80Tb41gW--
> 
> 
> 
> --__--__--
> 
> Message: 12
> Date: Sat, 16 Nov 2002 17:46:42 +0100
> From: kiuma <[EMAIL PROTECTED]>
> To: xdoclet-user <[EMAIL PROTECTED]>
> Subject: Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]
> 
> This is the result.
> 
> [kiuma@kiuma xdocletgui]$ ant configlog4j
> Buildfile: build.xml
> 
> init:
> 
> configlog4j:
>      [java] source tree #0: ./src/java/xdocletgui
>      [java] source tree #1: ./src/java/xtags
>      [java] source tree #2: ../xjavadoc/build/src/xjavadoc
>      [java] appenderRef #0: STDOUT
>      [java] config file format:     "PROPERTIES"
>      [java] default config file:    "./etc/log4j/log4j.properties"
>      [java] header input file:      "./etc/log4j/header.txt"
>      [java] trailer input file:     "./etc/log4j/trailer.txt"
>      [java] Exception in thread "main" java.lang.NullPointerException
>      [java]     at 
> de.japhy.tools.configLog4j.DirRecursor.getPathsRec(DirRecursor
> .java:57)
>      [java]     at 
> de.japhy.tools.configLog4j.DirRecursor.getPaths(DirRecursor.java:42)
>      [java]     at 
> de.japhy.tools.configLog4j.ConfigLog4j.main(ConfigLog4j.java:286)
>      [java] Java Result: 1
> 
> BUILD SUCCESSFUL
> Total time: 6 seconds
> [kiuma@kiuma xdocletgui]$ ./run.sh
> log4j:ERROR Could not read configuration file from URL 
> [file:/usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties].
> java.io.FileNotFoundException: 
> /usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties (No such 
> file or directory)
>     at java.io.FileInputStream.open(Native Method)
>     at java.io.FileInputStream.<init>(FileInputStream.java:103)
>     at java.io.FileInputStream.<init>(FileInputStream.java:66)
>     at 
> sun.net.www.protocol.file.FileURLConnection.connect(FileURLCon
> nection.java:69)
>     at 
> sun.net.www.protocol.file.FileURLConnection.getInputStream(Fil
> eURLConnection.java:156)
>     at java.net.URL.openStream(URL.java:960)
>     at 
> org.apache.log4j.PropertyConfigurator.doConfigure(PropertyConf
> igurator.java:424)
>     at 
> org.apache.log4j.helpers.OptionConverter.selectAndConfigure(Op
> tionConverter.java:456)
>     at org.apache.log4j.LogManager.<clinit>(LogManager.java:145)
>     at org.apache.log4j.Category.getInstance(Category.java:514)
>     at xdocletgui.swing.Main.<clinit>(Main.java:118)
>     at xdocletgui.Run.main(Run.java:28)
> log4j:ERROR Ignoring configuration file 
> [file:/usr/local/src/xdoclet/xdocletgui/etc/log4j/log4j.properties].
> log4j:WARN No appenders could be found for logger 
> (xdocletgui.swing.Splash).
> log4j:WARN Please initialize the log4j system properly.
> 
> 
> Konstantin Priblouda wrote:
> 
> >do 
> >"ant configlog4j" to generate log4j.properties,
> >( set everything to debug ) then you will
> >see what happens...
> >
> >regards,
> >
> >=====
> >Konstantin Priblouda ( ko5tik )    Freelance Software developer
> >< http://www.pribluda.de > < play java games -> http://www.yook.de >
> >< render charts online -> http://www.pribluda.de/povray/ >
> >
> >__________________________________________________
> >Do you Yahoo!?
> >Yahoo! Web Hosting - Let the expert host your site
> >http://webhosting.yahoo.com
> >
> >
> >-------------------------------------------------------
> >This sf.net email is sponsored by: To learn the basics of securing 
> >your web site with SSL, click here to get a FREE TRIAL of a Thawte 
> >Server Certificate: http://www.gothawte.com/rd524.html
> >_______________________________________________
> >Xdoclet-user mailing list
> >[EMAIL PROTECTED]
> >https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> >.
> >
> 
> 
> 
> 
> --__--__--
> 
> Message: 13
> Date: Sat, 16 Nov 2002 08:58:55 -0800 (PST)
> From: Konstantin Priblouda <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Subject: Re: [Fwd: Re: [Xdoclet-user] xdoclet compile problem]
> To: kiuma <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> 
> 
> --- kiuma <[EMAIL PROTECTED]> wrote:
> > This is the result.
> > 
> > [kiuma@kiuma xdocletgui]$ ant configlog4j
> > Buildfile: build.xml
> > 
> > init:
> > 
> > configlog4j:
> >      [java] source tree #0: ./src/java/xdocletgui
> >      [java] source tree #1: ./src/java/xtags
> >      [java] source tree #2:
> > ../xjavadoc/build/src/xjavadoc
> >      [java] appenderRef #0: STDOUT
> >      [java] config file format:     "PROPERTIES"
> >      [java] default config file:   
> > "./etc/log4j/log4j.properties"
> >      [java] header input file:     
> > "./etc/log4j/header.txt"
> >      [java] trailer input file:    
> > "./etc/log4j/trailer.txt"
> >      [java] Exception in thread "main"
> > java.lang.NullPointerException
> >      [java]     at 
> >
> de.japhy.tools.configLog4j.DirRecursor.getPathsRec(DirRecursor
> .java:57)
> >      [java]     at 
> >
> de.japhy.tools.configLog4j.DirRecursor.getPaths(DirRecursor.java:42)
> >      [java]     at 
> >
> de.japhy.tools.configLog4j.ConfigLog4j.main(ConfigLog4j.java:286)
> >      [java] Java Result: 1
> 
> I commited change to configuration of configlog4j
> to reflec to new directory layout of xjavadoc. 
> 
> try again :)
> 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> End of Xdoclet-user Digest
> 


-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to