Re: AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-to mcat

2002-06-23 Thread Frederick N. Brier

There is indeed a bug in the xdoclet.jar in ./tools/lib.  That is what is 
generating the XTag.  However, I checked in a version that works for 
jboss.net in ./jboss.net/tools/lib.  Unfortunately it doesn't work for the 
rest of the build.  So I have been trying to get the latest (CVS) version 
of XDoclet to work with the latest version of JBoss, so we can have one 
version.

Again unfortunately, it has turned out to be more trouble than initially 
envisioned.  The xjavadoc component of xdoclet seems to be quite sensitive 
to syntax and structure, the error messages leave a lot to be desired, and 
although there seems to be hooks for a verbose mode, it does not appear to 
be implemented yet.

So, if you just temporarily hide the xdoclet.jar in the ./tools/lib 
directory and use the version in ./jboss.net/tools/lib, it will build 
without the X.  It also contains the subtasks to generate the 
web-service.xml deployment descriptor.  I have some more improvements to 
the Flash hello world program, but have been distracted by this xdoclet 
issue.  Hope that helps.

Fred.

At 11:03 AM 6/21/2002, Bruce Scharlau wrote:
At 04:03 PM 6/21/2002 +0200, you wrote:
Bruce, I fixed an issue with a wrong rootContext a few weeks ago. Before,
axis tried to deploy under root/* which works for jetty, but tomcat would
complain. Now it is
Simly root if I remember right which should work for both, bu I could only
check with jetty.

Could you please check with the head revision of jboss.net and give me
feedback on that matter?

Thanx,
CGJ

Christoph,

Yesterday, I got everything working ok by using a cvs build of JBoss and 
then using the catalina part of a binary of jboss-tomcat to build the 
jboss.net sections.
Then after dropping the relevant jars into the right place it works. Now I 
only need to work on getting the sample up and running. I've started with 
the Hello one, but found there are a few errors in the soap part, ie I'm 
getting soapfaults, but I've not looked into them yet. (They'll wait until 
Monday).

However, I did find that there is a typo in the flash.tld. The line

!DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 
1.2//EN http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd;

Has an extra X, so it reads XTag Library, which throws an error on deployment.

Monday I'll also rebuild this again, and keep better track of the steps to 
post here.
As we have a number of students who'll be using the set up I need to be 
able to redo it consistently.


Cheers,

Bruce

Dr. Bruce A. Scharlau
Dept. of Computing Science
Aberdeen University
Aberdeen AB24 3UE
[EMAIL PROTECTED]
http://www.csd.abdn.ac.uk/~bscharla/
01224 272193



---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-to mcat

2002-06-21 Thread Bruce Scharlau

At 04:03 PM 6/21/2002 +0200, you wrote:
Bruce, I fixed an issue with a wrong rootContext a few weeks ago. Before,
axis tried to deploy under root/* which works for jetty, but tomcat would
complain. Now it is
Simly root if I remember right which should work for both, bu I could only
check with jetty.

Could you please check with the head revision of jboss.net and give me
feedback on that matter?

Thanx,
CGJ

Christoph,

Yesterday, I got everything working ok by using a cvs build of JBoss and 
then using the catalina part of a binary of jboss-tomcat to build the 
jboss.net sections.
Then after dropping the relevant jars into the right place it works. Now I 
only need to work on getting the sample up and running. I've started with 
the Hello one, but found there are a few errors in the soap part, ie I'm 
getting soapfaults, but I've not looked into them yet. (They'll wait until 
Monday).

However, I did find that there is a typo in the flash.tld. The line

!DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 
1.2//EN http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd;

Has an extra X, so it reads XTag Library, which throws an error on deployment.

Monday I'll also rebuild this again, and keep better track of the steps to 
post here.
As we have a number of students who'll be using the set up I need to be 
able to redo it consistently.


Cheers,

Bruce

Dr. Bruce A. Scharlau
Dept. of Computing Science
Aberdeen University
Aberdeen AB24 3UE
[EMAIL PROTECTED]
http://www.csd.abdn.ac.uk/~bscharla/
01224 272193



---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



AW: AW: [JBoss-user] jboss-net.sar not deploying properly in jboss-to mcat

2002-06-21 Thread Jung , Dr. Christoph

Cool. Thx for the feedback. This and the fact that Germany is in the
half-finals (undeservably, of course!) makes me have a happy weekend ;-)

CGJ

-Ursprüngliche Nachricht-
Von: Bruce Scharlau [mailto:[EMAIL PROTECTED]] 
Gesendet: Freitag, 21. Juni 2002 17:03
An: [EMAIL PROTECTED]
Betreff: Re: AW: [JBoss-user] jboss-net.sar not deploying properly in
jboss-to mcat


At 04:03 PM 6/21/2002 +0200, you wrote:
Bruce, I fixed an issue with a wrong rootContext a few weeks ago. 
Before, axis tried to deploy under root/* which works for jetty, but 
tomcat would complain. Now it is Simly root if I remember right which 
should work for both, bu I could only check with jetty.

Could you please check with the head revision of jboss.net and give me 
feedback on that matter?

Thanx,
CGJ

Christoph,

Yesterday, I got everything working ok by using a cvs build of JBoss and 
then using the catalina part of a binary of jboss-tomcat to build the 
jboss.net sections.
Then after dropping the relevant jars into the right place it works. Now I 
only need to work on getting the sample up and running. I've started with 
the Hello one, but found there are a few errors in the soap part, ie I'm 
getting soapfaults, but I've not looked into them yet. (They'll wait until 
Monday).

However, I did find that there is a typo in the flash.tld. The line

!DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 
1.2//EN http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd;

Has an extra X, so it reads XTag Library, which throws an error on
deployment.

Monday I'll also rebuild this again, and keep better track of the steps to 
post here.
As we have a number of students who'll be using the set up I need to be 
able to redo it consistently.


Cheers,

Bruce

Dr. Bruce A. Scharlau
Dept. of Computing Science
Aberdeen University
Aberdeen AB24 3UE
[EMAIL PROTECTED]
http://www.csd.abdn.ac.uk/~bscharla/
01224 272193



---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
###

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


---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user