[JBoss-user] [JBoss Getting Started Documentation] - Re: 4.1.3. Package the EJBs

2004-11-15 Thread microneering
Thanks, that was it.  I have unzipped so many bits and pieces, I overlooked 
that the jbossj2ee-src.zip was included in the startguide40.zip file, so went 
and got another copy that turned out to be the jboss 3.2 version.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855244#3855244

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855244


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0 documentation

2004-11-14 Thread microneering
http://www.jboss.org/docs/jbossj2ee-src.zip

has an update to the j2ee tutorial from SUN.  This tries to transform the bank 
j2ee example into something that runs with jboss 1.4.  It doesn't work or win 
xp where I tried it.  Lots of missing and incorrect pieces. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855133#3855133

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855133


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: An error in Getting started Documentation

2004-11-14 Thread microneering
http://apache.ziropay.org/jakarta/taglibs/standard/binaries/

I have sympathy for you, I can't find the stuff the docs say is there or the 
the ant build wants.  I put these in the ant lib to get it to do the compile 
step.  

Now  the package step doesn't work, says 

C:\j2eetutorial14\examples\bankC:\apache\apache-ant-1.6.2\bin\ant -f jboss-buil
d.xml package-ejb
Buildfile: jboss-build.xml

prepare:

compile:

package-account:

BUILD FAILED
C:\j2eetutorial14\examples\bank\jboss-build.xml:56: Warning: Could not find file
 C:\j2eetutorial14\examples\bank\dd\account-ejb.xml to copy.

Total time: 0 seconds

Don't you just love this, every step in the getting started pdf gets you 
stopped.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855134#3855134

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855134


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - 4.1.3. Package the EJBs

2004-11-14 Thread microneering
expected result

4.1.3. Package the EJBs
The application has one EJB jar, bank-ejb.jar, which contains the code and 
descriptors (ejb-jar.xml and
15
jboss.xml) for the entity beans and associated controller session beans which 
the clients interact with. The pacakge-
ejb Ant target will create them in the jar directory.
ant -f jboss-build.xml package-ejb

actual result

C:\j2eetutorial14\examples\bankC:\apache\apache-ant-1.6.2\bin\ant -f jboss-buil
d.xml package-ejb
Buildfile: jboss-build.xml

prepare:

compile:

package-account:

BUILD FAILED
C:\j2eetutorial14\examples\bank\jboss-build.xml:56: Warning: Could not find file
 C:\j2eetutorial14\examples\bank\dd\account-ejb.xml to copy.

Total time: 0 seconds

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855135#3855135

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855135


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: source from cvs

2004-10-07 Thread microneering
Ignore all the stuff in the docs and forums about cvs.  Use the download menu on the 
jboss home page and get the source from a zip file.  Unzip the zip file.

Then set your eclipse project to jboss-4.0.0RC2-src\build and run the ant build from 
there.  This produces source that compiles.

The ant output seems to include everything from java to idl to some template 
expansions and back again.  It will take me a while to figure out what that is all 
about.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850709#3850709

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850709


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: bank tutorial on jboss-4.0.0RC1

2004-10-06 Thread microneering
today was my lucky day, I actually got sourceforge cvs to talk to my computer.

I found the JBoss-3.2 module to be empty.

I first found the jboss module.

Using the ant build.xml file from that, I found it wanted two more modules
tools and thirdparty

I then found it has a error in the build.xml, it refers to

ir=${project.thirdparty}/xdoclet-xdoclet/lib

which should be 

ir=${project.thirdparty}/xdoclet/xdoclet/lib

Now it appears that the build file is only configured for sun computer, I am using 
Windows 2000 Prof.

I get the following

Buildfile: C:\jboss\buildjboss\jboss\build.xml
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:buildlog:
configure:
Overriding previous definition of reference to xdoclet.task.classpath
init:
_buildmagic:build-bypass-checker:
_buildmagic:build-bypass-notice:
_buildmagic:build-bypass-check:
jars:
_buildmagic:init:
init:
generate-parsers:
BUILD FAILED: C:\jboss\buildjboss\jboss\build.xml:234: JavaCC home must be a valid 
directory.
Total time: 4 seconds


So time for a sanity check on this process.  Am I on the right track?  Why does the 
wiki and other start up stuff refer to JBoss-3.2

I am now able to get to cvs via

:pserver:[EMAIL PROTECTED]:/cvsroot/jboss

Note, some documentation refered to 

:pserver:[EMAIL PROTECTED]:/cvsroot/ which got me nowhere.


This has been a slow, confusing, and error prone process with lots of incorrect 
information provided.  I still have not done a build of JBoss or the tutorial and 
can't hope to contribute to fixing any bugs until I can.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850555#3850555

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850555


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: source from cvs

2004-10-06 Thread microneering
today was my lucky day, I actually got sourceforge cvs to talk to my computer. 

I found the JBoss-3.2 module to be empty. 

I first found the jboss module. 

Using the ant build.xml file from that, I found it wanted two more modules 
tools and thirdparty 

I then found it has a error in the build.xml, it refers to 

ir=${project.thirdparty}/xdoclet-xdoclet/lib 

which should be 

ir=${project.thirdparty}/xdoclet/xdoclet/lib 

Now it appears that the build file is only configured for sun computer, I am using 
Windows 2000 Prof. 

I get the following 

Buildfile: C:\jboss\buildjboss\jboss\build.xml 
_buildmagic:init: 
Trying to override old definition of task property 
_buildmagic:init:buildlog: 
configure: 
Overriding previous definition of reference to xdoclet.task.classpath 
init: 
_buildmagic:build-bypass-checker: 
_buildmagic:build-bypass-notice: 
_buildmagic:build-bypass-check: 
jars: 
_buildmagic:init: 
init: 
generate-parsers: 
BUILD FAILED: C:\jboss\buildjboss\jboss\build.xml:234: JavaCC home must be a valid 
directory. 
Total time: 4 seconds 


So time for a sanity check on this process. Am I on the right track? Why does the wiki 
and other start up stuff refer to JBoss-3.2 

I am now able to get to cvs via 

:pserver:[EMAIL PROTECTED]:/cvsroot/jboss 

Note, some documentation refered to 

:pserver:[EMAIL PROTECTED]:/cvsroot/ which got me nowhere. 


This has been a slow, confusing, and error prone process with lots of incorrect 
information provided. I still have not done a build of JBoss or the tutorial and can't 
hope to contribute to fixing any bugs until I can. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3850575#3850575

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850575


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - source from cvs

2004-09-23 Thread microneering
no luck in getting the source out of source forge.  I tried both tortoise and eclipse. 
 For tortoise get 

In C:\jboss\buildjboss: C:\Program Files\TortoiseCVS\cvs.exe checkout -P JBoss-3.2
CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss

cvs [checkout aborted]: connect to cvs.jboss.sourceforge.net:2401 failed: A connection 
attempt failed because the connected party did not properly respond after a period of 
time, or established connection failed because connected host has failed to respond. 

Error, CVS operation failed

-
I tried same thing using exact cvs commands listed in jboss docs by entering them into 
a dos cmd window.  Get same type error.


I saw posts similar to this, but no info in them seems to solve this.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3849324#3849324

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849324


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - bank tutorial on jboss-4.0.0RC1

2004-09-16 Thread microneering
C:\jboss\tutorialstuff\bankant -f jboss-build.xml compile
Buildfile: jboss-build.xml

prepare:

compile:
[javac] Compiling 1 source file to C:\jboss\tutorialstuff\bank\build

BUILD FAILED
C:\jboss\tutorialstuff\bank\jboss-build.xml:49: 
C:\jboss\jboss-4.0.0RC1\server\all\deploy\jboss-net.sar not found.

Total time: 2 seconds

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3848505#3848505

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848505


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user