Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23612 - jboss 3.2.1 library location changes breaks java-config
Summary: jboss 3.2.1 library location changes breaks java-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 12:15 UTC by Greg Wiley
Modified: 2003-09-30 12:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Wiley 2003-06-27 12:15:11 UTC
In the most recent jboss 3.2.1 ebuild, the code
that copies the client jars to /usr/share... is
commented out. Unfortunately, this also means
that neither a classpath.env nor a package.env
is created. java-config depends on one of those
being there in order to manage classpaths.

While I am fine with leaving the client jars
in the /opt/jboss tree, there should be a
package.env that points a classpath fragment
at them.

Maybe a re-factoring of java-pkg_dojar to
allow finer grained control is in order. Pos-
sibly some way to declare that certain jars
should be in the package classpath but without
forcing them to be in the /usr/share tree.


Reproducible: Always
Steps to Reproduce:
1. remove any old jboss artifacts
2. ebuild /usr/portage/net-www/jboss/jboss-3.2.1.ebuild
3. try starting and stopping the service
4. try java-config --list-available packages

Actual Results:  
In step 3: 
Both the start and stop commands issue
a warning that the package is not installed.
(this comes from the use of config-java
inside the conf.d/jboss script).

In step 4:
jboss is not listed



Expected Results:  
step 3: no issued a warning
step 4: jboss should be listed
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2003-07-10 21:23:56 UTC
please check that jboss-3.2.1-r1 corrects this bug
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-09-30 12:25:32 UTC
fixed