AW: [JBoss-dev] jbossnet ant task

2002-12-12 Thread Jung , Dr. Christoph
Not yet. I tweaked it ~3 weeks ago to somehow run through, but there may
have been changes such that
I should change it.

CGJ

-Ursprüngliche Nachricht-
Von: John Fawcett [mailto:[EMAIL PROTECTED]] 
Gesendet: Mittwoch, 11. Dezember 2002 22:21
An: [EMAIL PROTECTED]
Betreff: RE: [JBoss-dev] jbossnet ant task


Does the jboss.net testsuite currently build and run? Looks to me like the
build.xml is a generation behind, since it isn't using the new buildmagic
stuff in JBOSS_HOME/tools/lib/etc 

Anyone have an updated version? 
Thanks,
fawce


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Jason
Essington
Sent: Wednesday, December 11, 2002 2:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] jbossnet ant task

or you could just skip the whole pain in the ass I just described and 
use that jar :-)

-jason

On Wednesday, December 11, 2002, at 11:57  AM, John Fawcett wrote:

 Pardon my stupidity.
 The appropriate jar built in the jboss.net module and after a build is 
 located at:

 /jboss-head/jboss.net/output/lib/xdoclet-module-jboss-net.jar

 Sorry for the remedial posts.
 Later,
 fawce

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of
 John
 Fawcett
 Sent: Wednesday, December 11, 2002 1:24 PM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] jbossnet ant task

 Hi,

 This has been discussed before, but does anyone know that 
 status/location of the jbossnet ant task? I can't seem to find it in 
 jboss-head/thirdparty/xdoclet-xdoclet/lib

 Thanks,
 fawce



 ---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility
 Learn to use your power at OSDN's High Performance Computing Channel 
 http://hpc.devchannel.org/ 
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



 ---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility
 Learn to use your power at OSDN's High Performance Computing Channel 
 http://hpc.devchannel.org/ 
 ___
 Jboss-development mailing list [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


-jason



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/ ___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/ ___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] jbossnet ant task

2002-12-11 Thread John Fawcett
Hi,

This has been discussed before, but does anyone know that
status/location of the jbossnet ant task? I can't seem to find it in
jboss-head/thirdparty/xdoclet-xdoclet/lib

Thanks,
fawce



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] jbossnet ant task

2002-12-11 Thread John Fawcett
Pardon my stupidity.
The appropriate jar built in the jboss.net module and after a build is
located at:

/jboss-head/jboss.net/output/lib/xdoclet-module-jboss-net.jar

Sorry for the remedial posts.
Later,
fawce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of John
Fawcett
Sent: Wednesday, December 11, 2002 1:24 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] jbossnet ant task

Hi,

This has been discussed before, but does anyone know that
status/location of the jbossnet ant task? I can't seem to find it in
jboss-head/thirdparty/xdoclet-xdoclet/lib

Thanks,
fawce



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] jbossnet ant task

2002-12-11 Thread Jason Essington
hi fawce

the files you are looking for are:
JBOSS_HOME/jboss.net/src/resources/xdoclet/modules/jboss/net/resources/jboss-net_xml.xdt
JBOSS_HOME/jboss.net/src/tools/xdoclet/modules/jboss/net/JBossNetSubTask.java


to create a version of xDoclet that has this subtask 

get a current copy of the xDoclet source (current cvs is usually good)

and copy the files to:
XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/resources/jboss-net_xml.xdt
XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/JBossNetSubTask.java

the XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/ directory doesn't exist, you'll have to create it.

then rebuild xdoclet and the jbossnet> subtask will be included in the xdoclet-jboss-module.jar file.

the supported tags for session beans look something like:
Class Level Tag
 * service
*  urn="MyServiceName"
*  all="true"
*
 * net.authentication
*  domain="SomeSecurityDomain"
* 
* net.authorization
*  domain="SomeSecurityDomain"
*  roles="niceGuy,niceGirl"
*  roles="badHax0r"

Method level tag
	 * method

Entity beans have a class tag that look something like:
 * schema
*  urn="SomeURN"
*  object="true"

If data-object="true" is used then the bean's data object is serialized rather than the entity bean itself.

hope this helps

-jason

On Wednesday, December 11, 2002, at 11:24  AM, John Fawcett wrote:

Hi,

This has been discussed before, but does anyone know that
status/location of the jbossnet> ant task? I can't seem to find it in
jboss-head/thirdparty/xdoclet-xdoclet/lib

Thanks,
fawce



Re: [JBoss-dev] jbossnet ant task

2002-12-11 Thread Jason Essington
or you could just skip the whole pain in the ass I just described and 
use that jar :-)

-jason

On Wednesday, December 11, 2002, at 11:57  AM, John Fawcett wrote:

Pardon my stupidity.
The appropriate jar built in the jboss.net module and after a build is
located at:

/jboss-head/jboss.net/output/lib/xdoclet-module-jboss-net.jar

Sorry for the remedial posts.
Later,
fawce

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of 
John
Fawcett
Sent: Wednesday, December 11, 2002 1:24 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] jbossnet ant task

Hi,

This has been discussed before, but does anyone know that
status/location of the jbossnet ant task? I can't seem to find it in
jboss-head/thirdparty/xdoclet-xdoclet/lib

Thanks,
fawce



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


-jason



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


RE: [JBoss-dev] jbossnet ant task

2002-12-11 Thread John Fawcett
Does the jboss.net testsuite currently build and run? Looks to me like
the build.xml is a generation behind, since it isn't using the new
buildmagic stuff in JBOSS_HOME/tools/lib/etc 

Anyone have an updated version? 
Thanks,
fawce


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Jason Essington
Sent: Wednesday, December 11, 2002 2:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] jbossnet ant task

or you could just skip the whole pain in the ass I just described and 
use that jar :-)

-jason

On Wednesday, December 11, 2002, at 11:57  AM, John Fawcett wrote:

 Pardon my stupidity.
 The appropriate jar built in the jboss.net module and after a build is
 located at:

 /jboss-head/jboss.net/output/lib/xdoclet-module-jboss-net.jar

 Sorry for the remedial posts.
 Later,
 fawce

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]] On Behalf Of 
 John
 Fawcett
 Sent: Wednesday, December 11, 2002 1:24 PM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] jbossnet ant task

 Hi,

 This has been discussed before, but does anyone know that
 status/location of the jbossnet ant task? I can't seem to find it in
 jboss-head/thirdparty/xdoclet-xdoclet/lib

 Thanks,
 fawce



 ---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility
 Learn to use your power at OSDN's High Performance Computing Channel
 http://hpc.devchannel.org/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



 ---
 This sf.net email is sponsored by:
 With Great Power, Comes Great Responsibility
 Learn to use your power at OSDN's High Performance Computing Channel
 http://hpc.devchannel.org/
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development


-jason



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development