Re[2]: [JBoss-user] Error: my patience Not Bound

2003-03-19 Thread Hans Dockter
SMS The use case requiring ejb-refs is a module of resuable components that are 
deployment
SMS more than once with different security, transaction, envrionment, resource-refs, 
etc.
SMS based on the utilization of the component in the application workflow. You cannot 
have
SMS such a component's access to its dependent ejbs, resources, etc. be a hard-coded 
SMS source level property of the reusable component.
SMS This is the same reason why I don't really believe in xdoclet as a production 
mechanism.
SMS Its fine to get a template of the metadata files bootstrapped, but having to 
modify the
SMS source to update the metadata becomes impossible when I am using the component
SMS with completely different settings based on its different deployment contexts.

Well, what you can do is to use ant properties within the xdoclet
tags. Then generation with different ant tasks that refer to different
property files leads to multiple deployment units. It's a limited
approach but good enough for a subset of the multi deployment scenarios.

Beside that, AFAIK the XDoclet team is well aware of the problem and
working on less limited solutions. Let's see what they come up with in
future versions. There is no fundamental limitation in regard to
create multiple deployment units with metadata.



---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re[3]: [JBoss-user] Error: my patience Not Bound

2003-03-19 Thread Hans Dockter
HD Beside that, AFAIK the XDoclet team is well aware of the problem and
HD working on less limited solutions. Let's see what they come up with in
HD future versions. There is no fundamental limitation in regard to
HD create multiple deployment units with metadata.

There is of course one fundamental limitation. That is if developing
and assembly is not done by the same team. This is AFAIK rather
uncommon.

Hans



---
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re[2]: [JBoss-user] JBoss-IDE 1.0.3 released !

2003-03-13 Thread Hans Dockter
Hello Matthew,

MH Hi Hans, does this have any screenshots or an overall description of  
MH what this tool does?  I browsed around Sourceforge, but didn't see  
MH either of those.
MHThanks,
MH-M@

What's there (quickstart guide, no doc) is linked on the project homepage:

http://www.jboss.org/developers/projects/jboss/jbosside.jsp

We're planning to shoot live demos, don't know when we're done with
them but they have high priority.

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0.3 released !

2003-03-12 Thread Hans Dockter
Hello Bruce,

BS Can I put in a request that you have the plugin swap itself with the 
BS default eclipse one, or at least let it be configurable from 
window-preferences and the plugin configuration.

:) That's a cool idea to put it in the preferences. Maybe with the next
release. But the rocket is not gone anyway. If you use
the install/update manager you will see an new version it.

In the sourceforge file section you find the rocket under:

JBoss-IDE 1.0 alpha_06/jboss_rocket_splash.bmp

If you want to replace the original splash you have to rename it to
splash.bmp and copy it to:

ECLIPSE_HOME/plugins/org.eclipse.platform_2.1.0.

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Jboss-ide xdoclet build.xml

2003-03-12 Thread Hans Dockter
www.eclipse.org--search--in Newsgroup--xdoclet

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss-IDE 1.0.3 released !

2003-03-12 Thread Hans Dockter
JBoss-IDE 1.0.3 is a maintenance release. The changes apply to bugs in
the XDoclet code assist.

You DON'T need to download directly from sourceforge as we now use the
Install/Update Manager from Eclipse (very much recommended). Even if
you have installed the earlier versions manually you can update them with
the Install/Update Manager.

See the releasenotes:

https://sourceforge.net/project/shownotes.php?group_id=22866release_id=145804


Enjoy

Hans



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] Jboss integration with Eclipse (remote deployment and control)

2003-02-28 Thread Hans Dockter
Hello costin,

c   I am working on win2k with eclipse md5 and I`m trying to develop for
c   a jboss 3.0.6 on a remote machine running RH 7.3.

c   Basically, I want not so much to control the server remotly (even
c   though this will be fine) but to read the logs without switching the
c   terminals and more importantly to deploy on the remote machine
c   through eclipse.

Controlling and monitoring can be done with JBoss-IDE 1.0.2. Deploying
is planned to be possible with the next non-service release.

Hans



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss-IDE 1.0.2 released !

2003-02-23 Thread Hans Dockter
JBoss-IDE 1.0.2 is a maintenance release. A couple of problems with
the launcher have been resolved.

You DON'T need to download directly from sourceforge as we now use the
Install/Update Manager from Eclipse.

See the releasenotes:

https://sourceforge.net/project/shownotes.php?group_id=22866release_id=142049


Enjoy

Hans



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] JBoss-IDE 1.0.1 released !

2003-02-14 Thread Hans Dockter
JBoss-IDE 1.0.1 is now, thanks to new features in Eclipse 2.1.0 M5, a
pure plug-in solution. Vice versa it will only run with Eclipse 2.1.0
M5 and greater.

You DON'T need to download directly from sourceforge as we now use the
Install/Update Manager from Eclipse.

You will find more about that in the releasenotes:

http://sourceforge.net/project/shownotes.php?group_id=22866release_id=140121


Enjoy

Hans



---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] deploying to JBoss from Eclipse

2003-02-11 Thread Hans Dockter
Deployment and XDoclet generation is the main focus for the next
version. But we don't want to do it somehow and very likely not via
ant. There are good ideas already there. We need to discuss them
thoroughly, this is a most important feature as well as XDoclet
generation.

Ant is not a tool very suitable for continous integration. We have to
look for other ways.

But before I deep into that I have to port JBoss-IDE to the new
Eclipse version 2.1.0M5. That will make our life much easier as we now
can solely use plug-ins.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Help! Java Editor problems with JBOSS IDE

2003-02-11 Thread Hans Dockter
As already said in the forum. For M5 you need a build which will be
available within the next days and which will be much more stable
against changes of eclipse versions (due to new features of eclipse).

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] Help! Java Editor problems with JBOSS IDE

2003-02-11 Thread Hans Dockter
JOCxd Michael,
JOCxd This is a known problem with Eclipse 2.1M5
JOCxd Try M4 instead and it will work fine there.
JOCxd As to Hans, I think he's away on holidays for the next week. You'd think 
JOCxd he'd at least bring a laptop with him :-)
JOCxd Ciao,
JOCxd Jonathan O'Connor
JOCxd Development Manager
JOCxd XCOM Dublin
JOCxd Phone: +353 1 872 3305
JOCxd Mobile: +353 86 824 0736

I'm back from holiday already and working on the M5 issue.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Shutdown of JBoss 3.0.6

2003-02-04 Thread Hans Dockter
When I try to shutdown a running instance of JBoss 3.0.6 from another
shell by starting shutdown.bat without any arguments specified I get
the messages:

Shutting down server localhost:8080
Shutdown complete

but the server is still running. Calling the shutdown method from the
jmx-console stops the server.

How to shutdown by script ?

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] AW: [JBoss-dev] JBoss-IDE next steps

2003-02-04 Thread Hans Dockter
Hi Christoph,

JDC I just saw the package Xdoclet-View in your plan and this reminded me of
JDC some unfinished 
JDC prototype that I did last year.

JDC It was an experiment of how to write some extensible view for editing
JDC meta-data that is similar to the Together/J-Property pane and that is based
JDC on doclet annotations (a lot of the single-source technology of Together was
JDC implemented that way and it worked nicely IMHO!).
A property pane is also what I had in mind for the view.

JDC ... JBoss-IDE would be the ideal host for the code to prosper?
JDC Just tell me if you are interested and I will zip you the stuff. 
I'm very much interested. Please zip. I'm off from February 5-9 and
thus my feedback comes after that.
JDC CGJ
Your initials are great.

Thank you

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] Shutdown of JBoss 3.0.6

2003-02-04 Thread Hans Dockter
Hi Vlad,

VK See Patch #678140.
VK Vlad

Thank you, and sorry for not having looked at my own bug where
you have added the solution as well.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss-IDE 1.0 alpha_06 released

2003-02-04 Thread Hans Dockter
JBoss-IDE 1.0 alpha_06 is a bugfix release.

Download at:

http://prdownloads.sourceforge.net/jboss/jbosside1.0a_06.zip?download

See the releasenotes for fixed bugs, known problems, workarounds,
etc:

http://sourceforge.net/project/shownotes.php?group_id=22866release_id=138053

I'm out of office from February 5-8. So if there are any problems I
will cope with them when I'm back.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] JBoss IDE

2003-02-01 Thread Hans Dockter
 -Original Message- From:
 [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Hans
 Dockter Sent: Friday, January 31, 2003 11:00 AM To: Rod Macpherson
 Subject: Re: [JBoss-user] JBoss IDE RM The comments from the
 introduction of your build how-to will be of interest RM to a lot
 of people and it addresses a few minor criticisms that have were
 RM floating around. That you are targeting a pure plug-in solution
 is good RM news.

 I'm very much looking forward because of that to Eclipse 2.1 final.
 Our entry point has been checked in in Eclipse cvs already.


BB Can you expand on this Hans?  Eclipse project has allowed you to commit
BB JBoss integration into the Eclipse CVS?

No and I'm sorry for not being clear here. There was an eclipse code
camp a couple of month ago in Germany with Erich Gamma and some more
people of the Eclipse Java development tooling team. I met them there,
showed them my work and that there is no way to plug in JBoss-IDE
XDoclet support (which works mainly via the code assist) but that we
have to hack the eclipse classes for that. And Erich Gamma is
interested in XDoclet anyway. So we talked about this issue and now
they are providing with Eclipse 2.1 final an entry point to plugin for
every kind of JavaDoc code assist. This entry point was now checked in
cvs and I called it our because it's of so much use for us and it's
due to our need that it has been realised now. It will save us a lot
of resources. We don't need an installer, no different versions, can
do automated updates via eclipse, etc ...

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss IDE VM Argument Problem

2003-01-31 Thread Hans Dockter
RM I am setting these VM arguments in the start box of the server
RM configuration:

RM -DTURBO -Xms512m -Xmx512

RM These values are not getting through because the TURBO property does not
RM exist.

I don't understand what you mean with 'because the TURBO property does
not exists'

RM Works fine when setting these value in JAVA_OPTS and using run.bat.

The arguments get passed to the java process. To verify you can switch to the debug
view, right click the process and choose properties. In java 1.4.1 with this arguments 
I
get the message:

Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] JBoss IDE VM Argument Problem

2003-01-31 Thread Hans Dockter
RM Hello Hans,

RM The turbo switch is an example system property defined by the -D option:
RM java -DTURBO ...

RM turbo = System.getProperty(TURBO) == null ? false : true;

RM I am passing options to java with -D through the VM options dialog under
RM server configuration. I assume that is the IDE analog to setting the
RM JAVA_OPTS environment variable that the jboss run script uses. The reason
RM you got an error with the memory settings is that -Xmx512 is mistyped
RM (-Xmx512m is correct) but I only used that as another example of VM
RM arguments not getting passed to java. The key point is that VM arguments are
RM not being passed on.

RM I use Show | View | Configuration then select my default server
RM configuration. You have kindly provided two inputs under the start(x) tab:
RM Program arguments and VM arguments. The latter is where I am setting the VM
RM arguments I provided in my example. They are not making it to the java VM
RM that JBoss is running under when debugging. That's causing my application to
RM fail. Maybe that input box is not hooked up to pass VM arguments yet? This
RM is an alpha after all :)

It passed the vmargs but some white spaces where missing so that to
the java process two of them appeared as one. This bug has been fixed
and checked in cvs.

See build-howto:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/website/content/src/web/default/developers/projects/jboss/jbosside/build_howto.html



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss-IDE bugs

2003-01-31 Thread Hans Dockter
There is now a bug category for JBoss-IDE on sourceforge. Please
report your bugs.

The following bugs have been fixed and checked in cvs.

-The reckognition whether a JRE is a JDK works now better. Mac users
don't get bothered and if JBoss-IDE thinks it's not a JDK you just get
a warning.

-The tools.jar (non mac problem) is now added to the classpath.

-Shutdown worked by  default not for = 3.2. Now when you create a
configuration for a JBoss 3.x server you get asked about the version
and according to that a default value is set so that shutdown works
for greated and equals 3.2 and 3.0.x. (see known problems)

-Vm and program args respectively are now separated by white space and
can be reckognized by the java process.


Have a look at the JBoss-IDE bugs at sourceforge for known problems.

There is now a build howto for JBoss-IDE available at:

http://www.jboss.org/developers/projects/jboss/jbosside/build_howto.html (available 
next time the website get's
refreshed)

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/website/content/src/web/default/developers/projects/jboss/jbosside/build_howto.html


hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-31 Thread Hans Dockter
Hi Igor,

IF Hi,

IF Am I right that currently JBoss-IDE does two things -- it provides XDocLet code 
assistance and allows starting JBoss server from within Eclipse? 

Yes

IF The reason I am asking is because I want to use excitement about JBoss-IDE to 
reiterate some of my ideas ;-) Basically, I have a code that provides (what seems to 
be) a complimentary
IF functionality to what JBoss-IDE currently does. Specifically, using this code you 
can deploy your EJBs into JBoss directly from Eclipse workspace. It comes with 
simplistic Eclipse UI to perform
IF deply/redeploy/undeploy actions using popup menu. Somewhat outdated version of 
this code together with brief description of the ideas behind it can be found here
IF 
http://sourceforge.net/tracker/index.php?func=detailaid=639141group_id=22866atid=376687.
 If you guys are interested I can merge it into JBoss-IDE codebase.

Please check in.

This is a very important topic and I also have some ideas. I will
approach you within the next days to discuss them. I'm just to busy
at the moment because of bug fixing.

Hans

-- 
Hans Dockter
 [EMAIL PROTECTED]
 fon: ++49-30-44024684
 fax: ++49-30-44024685
 www.dockter-its.de
 Thaerstr. 18, 10249 Berlin, Germany
---



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss IDE

2003-01-31 Thread Hans Dockter
Hi Rod,

RM The comments from the introduction of your build how-to will be of interest
RM to a lot of people and it addresses a few minor criticisms that have were
RM floating around. That you are targeting a pure plug-in solution is good
RM news.

I'm very much looking forward because of that to Eclipse 2.1 final.
Our entry point has been checked in in Eclipse cvs already.

The only thing we are loosing then is the rocket. ):

This topic is also addressed in the faq section of the project
homepage:

http://www.jboss.org/developers/projects/jboss/jbosside.jsp

Hans

-- 
Hans Dockter
 [EMAIL PROTECTED]
 fon: ++49-30-44024684
 fax: ++49-30-44024685
 www.dockter-its.de
 Thaerstr. 18, 10249 Berlin, Germany
---



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Shutdown problems in JBoss-IDE alpha_05

2003-01-30 Thread Hans Dockter
The shutdown mechanism has changed for JBoss = 3.2. To make shutdown
work for this servers with the current JBoss-IDE alpha_05 go to the launch
configuration and choose the shutdown tab. There you must enter -S as
program argument. Now shutdown should work.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Hans Dockter
I'm delighted to announce the release of JBoss-IDE 1.0 alpha.

The JBoss-IDE is based on Eclipse.

Link to the JBoss-IDE project page:

http://www.jboss.org/developers/projects/jboss/jbosside.jsp

You can download JBoss-IDE from:

http://prdownloads.sourceforge.net/jboss/jbosside1.0a_05.zip?download


Enjoy (-:

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Hans Dockter
IB What  i have to do to control a remote jboss ? Which Port i should
IB use ?

When you configure a JBoss for launching in JBoss-IDE you can choose
the type which would be 'Remote JBoss' in your case. For the second
question see the JBoss-IDE quick start quide pages 6-8. The port just
has to be unused.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re[2]: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Hans Dockter
SR what 'classpath' does tools.jar have to be added to?  running win2k, i've
SR tried adding it to the system's classpath, the eclipse's classpath, and to
SR my project's list of build path libraries.  all of the above still give me
SR the same error.

SR Ryan

tools.jar is on win2k and linux in the JDK_HOME/lib directory. So it
shouldn't be necessary to add it anywhere. The only thing you have to
do is choose the JDK_HOME directory as the home directory for the JRE
(as Eclipse calls JRE's and JDK's) in the server configuration.

Hans



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user