[JBoss-dev] jboss-4.0 build.42 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040925022516Lbuild.42
BUILD COMPLETE - build.42Date of build: 09/25/2004 02:25:16Time to build: 14 minutes 44 secondsLast changed: 09/25/2004 02:05:21Last log entry: Add the drm-tests.sar target




    Unit Tests: (0) 
 Modifications since last build: (2)1.9.2.4modifiedstarksmtestsuite/ant16x-build.xmlAdd the drm-tests.sar target1.9.2.6modifiedstarksmtestsuite/imports/test-jars.xmlAdd the drm-tests.sar target



[JBoss-dev] jboss-head build.241 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040925012910Lbuild.241
BUILD COMPLETE - build.241Date of build: 09/25/2004 01:29:10Time to build: 20 minutes 14 secondsLast changed: 09/25/2004 01:18:22Last log entry: Add the drm test resources




    Unit Tests: (0) 
 Modifications since last build: (3)1.1addedstarksmtestsuite/src/main/org/jboss/test/cluster/test/DRMTestCase.javaAdd the drm test resources1.13modifiedstarksmtestsuite/ant16x-build.xmlAdd the drm test stub compilation1.13modifiedstarksmtestsuite/imports/test-jars.xmlAdd a drm-tests.sar target



[JBoss-dev] jboss-head build.240 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924230401Lbuild.240
BUILD COMPLETE - build.240Date of build: 09/24/2004 23:04:01Time to build: 17 minutes 29 secondsLast changed: 09/24/2004 22:49:51Last log entry: Change the log4j Category to Logger




    Unit Tests: (0) 
 Modifications since last build: (3)1.9modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/RollBackUnitTestCase.javaChange the log4j Category to Logger1.8modifiedstarksmtestsuite/src/main/org/jboss/test/jbossmq/test/UnackedUnitTestCase.javaChange the log4j Category to Logger1.26modifiedstarksmtestsuite/src/main/org/jboss/test/JBossTestCase.javaChange the log4j Category to Logger



[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-24 Thread c.cremers
Changing the jndi-name datasource in config/jboss32-oracle-ds.xml
to DefaultDS helped somewhat : I no longer get the warnings about no resource manager, 
but I now get : 

Binding controller to //lenny/Controller
Controller: Registering M1 on machine 10.10.200.101
M1 started ...
Controller: Registering L1 on machine 10.10.200.101
L1 started ...
Controller: Registering O1 on machine 10.10.200.101
O1 started ...
RunID for this run is : 948
Output directory for this run is : /scratch/cremers/driver/output/948
Exception in thread "main" java.rmi.RemoteException: InitialContext failed. 
javax.naming.NoInitialContextException: Cannot instantiate class: 
org.jnp.interfaces.NamingContextFactory [Root exception is 
java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
at org.spec.jappserver.driver.Auditor.getAuditBeans(Auditor.java:95)
at org.spec.jappserver.driver.Auditor.validateInitialValues(Auditor.java:153)
at org.spec.jappserver.driver.Driver.configure(Driver.java:276)
at org.spec.jappserver.driver.Driver.(Driver.java:140)
at org.spec.jappserver.driver.Driver.main(Driver.java:724)

The suggestions in various other fora about rearranging jars/extracting jar contents 
haven't helped any.  The command for invoking driver is :


#!/bin/csh -f

/usr/local/j2sdk1.4.2_03/bin/java \
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory \
-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces \
-Djava.naming.provider.url=jnp://lenny:1100 \
-classpath /scratch/cremers/jbd2/jars/launcher.jar:/scratch/cremers/jboss-3.2.5-
src/build/output/jboss-3.2.5/client/jbossall-client.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/concurrent.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/log4j.jar:/scratch/cremers/jbd2/config:
/scratch/cremers/jbd2/classes:/scratch/cremers/jboss-3.2.5-src/build/output/jbos
s-3.2.5/server/default/deploy/jbossweb-tomcat50.sar/servlet-api.jar \
-Djava.compiler=NONE \
-Dspecjappserver.home=/scratch/cremers/jbd2 \
-Dnode.name=lenny \
-Denvironment.EMULATOR_HOST=lenny \
-Denvironment.EMULATOR_PORT=8080 \
-Denvironment.J2EE_HOME=/scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.
5 \
-Denvironment.JAS_HOME=/scratch/cremers/jbd2 \
-Denvironment.JAS_HOST=lenny \
-Denvironment.JAS_PORT=8080 \
-Denvironment.-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFact
ory \
-Denvironment.-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
 \
-Denvironment.-Djava.naming.provider.url=jnp://lenny:1100 \
-Denvironment.JAVA_HOME=/usr/local/j2sdk1.4.2_03 \
-Denvironment.LD_LIBRARY_PATH=.:/usr/lib/lwp:/usr/dt/lib:/usr/openwin/lib:/usr/l
ocal/X11/lib:/usr/local/lib \
-Denvironment.LM_LICENSE_FILE=/usr/tools/flexlm/license.dat \
org.spec.jappserver.launcher.Script Driver




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849514#3849514

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849514


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.239 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924222506Lbuild.239
BUILD COMPLETE - build.239Date of build: 09/24/2004 22:25:06Time to build: 15 minutes 13 secondsLast changed: 09/24/2004 22:06:10Last log entry: Merge the changes from 4.0




    Unit Tests: (0) 
 Modifications since last build: (1)1.8modifiedstarksmtestsuite/imports/server-config.xmlMerge the changes from 4.0



[JBoss-dev] jboss-4.0 build.41 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040924211328Lbuild.41
BUILD COMPLETE - build.41Date of build: 09/24/2004 21:13:28Time to build: 15 minutes 15 secondsLast changed: 09/24/2004 20:53:24Last log entry: Use the destfile over the deprecated jarfile attribute consistently




    Unit Tests: (0) 
 Modifications since last build: (1)1.9.2.5modifiedstarksmtestsuite/imports/test-jars.xmlUse the destfile over the deprecated jarfile attribute consistently



[JBoss-dev] jboss-3.2 build.76 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924205040Lbuild.76
BUILD COMPLETE - build.76Date of build: 09/24/2004 20:50:40Time to build: 18 minutes 2 secondsLast changed: 09/24/2004 20:03:37Last log entry: Enclose processExpire with tx untill JBossCache lock without Tx is fixed




    Unit Tests: (0) 
 Modifications since last build: (1)1.1.2.9modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.javaEnclose processExpire with tx untill JBossCache lock without Tx is fixed



[JBoss-dev] jboss-head build.238 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924201704Lbuild.238
BUILD COMPLETE - build.238Date of build: 09/24/2004 20:17:04Time to build: 17 minutes 47 secondsLast changed: 09/24/2004 19:33:19Last log entry: Updated




    Unit Tests: (0) 
 Modifications since last build: (4)1.30modifiedbwang00cache/docs/design/todo.txtUpdated1.29modifiedbwang00cache/docs/design/todo.txtUpdated1.16modifiedstarksmmanagement/src/main/org/jboss/management/j2ee/WebModule.javaCorrect the setting of the web module JBossWebDeploymentDescriptor attribute. Fixes [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null.1.12modifiedstarksmtestsuite/ant16x-build.xmlSynch up with the 4.0 changes



[JBoss-dev] [ jboss-Feature Requests-1034399 ] Allow ejb timers to persist across server restarts

2004-09-24 Thread SourceForge.net
Feature Requests item #1034399, was opened at 2004-09-24 17:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=1034399&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow ejb timers to persist across server restarts

Initial Comment:
Reviewing the ejb 2.1 spec, the only persistence
guarentee for timers is that they survive a server
crash. It does not say anything about timers needing to
be persisted across normal shutdowns, even for entity
beans. I think this could be a useful feature, but its
not something that is defined by the spec.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=1034399&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: Server-Shutdown and TimerService

2004-09-24 Thread [EMAIL PROTECTED]
Reviewing the ejb 2.1 spec, the only persistence guarentee for timers is that a server 
crash will not remove them. It does not say anything about timers needing to be 
persisted across normal shutdowns, even for entity beans. I think this could be a 
useful feature, but its not something that is defined by the spec.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849512#3849512

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849512


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: Server-Shutdown and TimerService

2004-09-24 Thread [EMAIL PROTECTED]
Its an issue with the ejb timer service, not the ServerImpl class. Its no different 
than an entity bean. There needs to be a configuration option that indicates whether 
undeployment of the ejb should remove the timer or leave it persisted.

Beyond that we would need another lifecycle event to differentiate a shutdown from an 
undeployment.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849511#3849511

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849511


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.40 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040924194515Lbuild.40
BUILD COMPLETE - build.40Date of build: 09/24/2004 19:45:15Time to build: 23 minutes 5 secondsLast changed: 09/24/2004 18:48:34Last log entry: Correct the setting of the web module JBossWebDeploymentDescriptor attribute. Fixes [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null.




    Unit Tests: (0) 
 Modifications since last build: (1)1.15.6.1modifiedstarksmmanagement/src/main/org/jboss/management/j2ee/WebModule.javaCorrect the setting of the web module JBossWebDeploymentDescriptor attribute. Fixes [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null.



[JBoss-dev] jboss-3.2 build.75 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924191508Lbuild.75
BUILD COMPLETE - build.75Date of build: 09/24/2004 19:15:08Time to build: 16 minutes 40 secondsLast changed: 09/24/2004 18:11:55Last log entry: Fixed bug when a backup node would never remove the expired session because it has not been accessed




    Unit Tests: (0) 
 Modifications since last build: (5)1.1.2.8modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheManager.javaFixed bug when a backup node would never remove the expired session because it has not been accessed1.1.2.11modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheService.javaFixed bug when a backup node would never remove the expired session because it has not been accessed1.1.2.12modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManager.javaFixed bug when a backup node would never remove the expired session because it has not been accessed1.2.2.2modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossManagerCMP.javaFixed bug when a backup node would never remove the expired session because it has not been accessed1.2.2.2modifiedbwang00tomcat/src/main/org/jboss/web/tomcat/tc5/session/AbstractJBossManager.javaFixed bug when a backup node would never remove the expired session because it has not been accessed



[JBoss-dev] [ jboss-Bugs-850772 ] getParameterValues

2004-09-24 Thread SourceForge.net
Bugs item #850772, was opened at 2003-11-28 07:12
Message generated for change (Settings changed) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=850772&group_id=22866

Category: JBossWeb
Group: v3.2
>Status: Closed
Resolution: Later
Priority: 5
Submitted By: Stefan Groschupf (joa23)
Assigned to: Scott M Stark (starksm)
Summary: getParameterValues

Initial Comment:
All jboss jetty > 3.2.1. RC1.

We notice that request.getParameterValues("key") return
an array of _two times_ the same value if the url
parameter has just one value.
So we get ["value1", "value1"] when the url looks like
bla.do?key=value1
If we have multiple values we get the right values.
So we get ["value1", "value2"] when the url looks like
bla.do?key=value1&key=value2

Future more we notice that this only happens if we call
our struts action / servlet as an serverside include in
a jsp page. 

--

Comment By: Scott M Stark (starksm)
Date: 2003-12-09 11:30

Message:
Logged In: YES 
user_id=175228

Submit a bug report to the jetty project and have them
supply a patch if necessary for the embedding code.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=850772&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-995985 ] NPE in LoadMgr3 for SAR redeployment.

2004-09-24 Thread SourceForge.net
Bugs item #995985, was opened at 2004-07-22 08:36
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=995985&group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nicolas (cnico)
Assigned to: Scott M Stark (starksm)
Summary: NPE in LoadMgr3 for SAR redeployment.

Initial Comment:
It is perhaps a similar problem to the bug "[ 973565 ]
NPE when redeploying root context" in terms of class
loader.
This problem is reproductible on JBOSS 3.2.6RC1 with a
jdk 1.4.

The problem is that a NullPointerException is raised at
execution time when redeploying a SAR archive that uses
the scheduler plugin.

I did an example class that shows simply the problem.
In the attached zip there is both source (eclipse
project) and sar archive.
The problem appears on a standard installation of JBOSS
3.2.6RC1.
To reproduce it : 
1) start JBOSS
2) deploy testsar.sar (it works without NPE)
3) undeploy testsar.sar
4) redeploy testsar.sar (exactly the same) : the
following exception is raised :
java.lang.NullPointerException
at
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:143)
at
org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:178)
at
org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:132)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
org.xml.sax.helpers.NewInstance.newInstance(NewInstance.java:42)
at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:119)
at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:96)
at testsar.TestSar.doWork(TestSar.java:50)
at testsar.TestSar.perform(TestSar.java:44)
at
org.jboss.varia.scheduler.Scheduler$Listener.handleNotification(Scheduler.java:1263)
at
sun.reflect.GeneratedMethodAccessor44.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
at $Proxy8.handleNotification(Unknown Source)
at
javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:98)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:83)
at
javax.management.timer.Timer.sendNotifications(Timer.java:441)
at
javax.management.timer.Timer.access$000(Timer.java:31)
at
javax.management.timer.Timer$RegisteredNotification.doRun(Timer.java:612)
at
org.jboss.mx.util.SchedulableRunnable.run(SchedulableRunnable.java:164)
at
org.jboss.mx.util.ThreadPool$Worker.run(ThreadPool.java:240)

--

>Comment By: Scott M Stark (starksm)
Date: 2004-09-24 14:02

Message:
Logged In: YES 
user_id=175228

Yes, it was specific to the schduler plugin.

--

Comment By: rob king (plank)
Date: 2004-09-24 13:03

Message:
Logged In: YES 
user_id=28462

Hello Mr Stark,
Could you please post whether the fix for this bug was 
specific to the scheduler plugin.

I have an identical stack trace for my application deploying 
under 3.2.5 but i do not use the scheduler plugin.

thanks.
rob.

--

Comment By: Scott M Stark (starksm)
Date: 2004-08-01 09:42

Message:
Logged In: YES 
user_id=175228

Fixed for 3.2.6RC2+

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=995985&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.74 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924160940Lbuild.74
BUILD COMPLETE - build.74Date of build: 09/24/2004 16:09:40Time to build: 14 minutes 4 secondsLast changed: 09/24/2004 15:50:52Last log entry: Correct the setting of the web module JBossWebDeploymentDescriptor attribute. Fixes [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null.




    Unit Tests: (0) 
 Modifications since last build: (1)1.6.2.7modifiedstarksmmanagement/src/main/org/jboss/management/j2ee/WebModule.javaCorrect the setting of the web module JBossWebDeploymentDescriptor attribute. Fixes [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null.



[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotif

2004-09-24 Thread genman

4.0 is not really consistent with 3.2 yet.  Looks like a lot of 3.2 changes weren't 
put in 4.0 but I am not sure what to do.  The bug isn't in 4.0, probably because the 
code hasn't been merged.

I fixed 3.2, so build off of CVS or wait for 3.2.6 release.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849493#3849493

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849493


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-995985 ] NPE in LoadMgr3 for SAR redeployment.

2004-09-24 Thread SourceForge.net
Bugs item #995985, was opened at 2004-07-22 15:36
Message generated for change (Comment added) made by plank
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=995985&group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Nicolas (cnico)
Assigned to: Scott M Stark (starksm)
Summary: NPE in LoadMgr3 for SAR redeployment.

Initial Comment:
It is perhaps a similar problem to the bug "[ 973565 ]
NPE when redeploying root context" in terms of class
loader.
This problem is reproductible on JBOSS 3.2.6RC1 with a
jdk 1.4.

The problem is that a NullPointerException is raised at
execution time when redeploying a SAR archive that uses
the scheduler plugin.

I did an example class that shows simply the problem.
In the attached zip there is both source (eclipse
project) and sar archive.
The problem appears on a standard installation of JBOSS
3.2.6RC1.
To reproduce it : 
1) start JBOSS
2) deploy testsar.sar (it works without NPE)
3) undeploy testsar.sar
4) redeploy testsar.sar (exactly the same) : the
following exception is raised :
java.lang.NullPointerException
at
org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:143)
at
org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:178)
at
org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:132)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at
org.xml.sax.helpers.NewInstance.newInstance(NewInstance.java:42)
at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:119)
at
org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:96)
at testsar.TestSar.doWork(TestSar.java:50)
at testsar.TestSar.perform(TestSar.java:44)
at
org.jboss.varia.scheduler.Scheduler$Listener.handleNotification(Scheduler.java:1263)
at
sun.reflect.GeneratedMethodAccessor44.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
at $Proxy8.handleNotification(Unknown Source)
at
javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:98)
at
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:83)
at
javax.management.timer.Timer.sendNotifications(Timer.java:441)
at
javax.management.timer.Timer.access$000(Timer.java:31)
at
javax.management.timer.Timer$RegisteredNotification.doRun(Timer.java:612)
at
org.jboss.mx.util.SchedulableRunnable.run(SchedulableRunnable.java:164)
at
org.jboss.mx.util.ThreadPool$Worker.run(ThreadPool.java:240)

--

Comment By: rob king (plank)
Date: 2004-09-24 20:03

Message:
Logged In: YES 
user_id=28462

Hello Mr Stark,
Could you please post whether the fix for this bug was 
specific to the scheduler plugin.

I have an identical stack trace for my application deploying 
under 3.2.5 but i do not use the scheduler plugin.

thanks.
rob.

--

Comment By: Scott M Stark (starksm)
Date: 2004-08-01 16:42

Message:
Logged In: YES 
user_id=175228

Fixed for 3.2.6RC2+

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=995985&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: JBoss 4.0.0 and MySQL as DefaultDS: bug in ejb-deployer.

2004-09-24 Thread lodgemonkey
I changed my ejb-deployer.xml so that the INTERVAL mySQL key word, was INTERVALS.  
Then changed the column types from OTHER to BLOB.  

JBoss 4.0 has started and the errors from the EJBTimerService have stopped, but I'm 
waiting to see if there are any side-effects. 

-R





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849492#3849492

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849492


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.73 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924153903Lbuild.73
BUILD COMPLETE - build.73Date of build: 09/24/2004 15:39:03Time to build: 10 minutes 56 secondsLast changed: 09/24/2004 15:20:21Last log entry: fix synchronization




    Unit Tests: (0) 
 Modifications since last build: (7)1.1.2.2modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.javafix synchronization1.1.2.14modifiedbwang00testsuite/imports/test-jars.xmlhttp clustering jar is using the wrong directory1.1.2.1modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/ClientListener.javaFix NPE in hashCode generation in MBeanNotificationCache.ListenerFix synchronization issues.   Some static Map(s) were not being locked properly.  Making a method   synchronized does not lock the against the classAdd Serialization interface to MBeanServerClientInvokerProxy   because org.jboss.mx.remoting.MBeanRemovalListener is serializable1.2.2.5modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/JMXSubsystemInvocationHandler.javaFix NPE in hashCode generation in MBeanNotificationCache.ListenerFix synchronization issues.   Some static Map(s) were not being locked properly.  Making a method   synchronized does not lock the against the classAdd Serialization interface to MBeanServerClientInvokerProxy   because org.jboss.mx.remoting.MBeanRemovalListener is serializable1.2.2.8modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/MBeanNotificationCache.javaFix NPE in hashCode generation in MBeanNotificationCache.ListenerFix synchronization issues.   Some static Map(s) were not being locked properly.  Making a method   synchronized does not lock the against the classAdd Serialization interface to MBeanServerClientInvokerProxy   because org.jboss.mx.remoting.MBeanRemovalListener is serializable1.2.2.4modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/MBeanServerClientInvokerProxy.javaFix NPE in hashCode generation in MBeanNotificationCache.ListenerFix synchronization issues.   Some static Map(s) were not being locked properly.  Making a method   synchronized does not lock the against the classAdd Serialization interface to MBeanServerClientInvokerProxy   because org.jboss.mx.remoting.MBeanRemovalListener is serializable1.1.2.2modifiedgenmanjmx-remoting/src/main/org/jboss/mx/remoting/MoveableMBean.javaFix NPE in hashCode generation in MBeanNotificationCache.ListenerFix synchronization issues.   Some static Map(s) were not being locked properly.  Making a method   synchronized does not lock the against the classAdd Serialization interface to MBeanServerClientInvokerProxy   because org.jboss.mx.remoting.MBeanRemovalListener is serializable



[JBoss-dev] [ jboss-Bugs-957834 ] Attribute "JBossWebDeploymentDescriptor" returns null

2004-09-24 Thread SourceForge.net
Bugs item #957834, was opened at 2004-05-20 23:03
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=957834&group_id=22866

Category: JBossMX
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Joonas Lyytinen (joonasl)
Assigned to: Scott M Stark (starksm)
Summary: Attribute "JBossWebDeploymentDescriptor" returns null

Initial Comment:
When using the Management EJB (JSR 77) the attribute
"JBossWebDeploymentDescriptor" for a WebModule returns
null even though the WAR-file contains a jboss-web.xml
file.  The web.xml file is returned with attribute
"DeploymentDescriptor".

I'm using JBoss 3.2.3 in Fedora Core 2 Linux system and
JVM 1.4.2.

--

>Comment By: Scott M Stark (starksm)
Date: 2004-09-24 12:48

Message:
Logged In: YES 
user_id=175228

Fixed for 3.2.6

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=957834&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - 3.2.6 Release tasks (Repost)

2004-09-24 Thread [EMAIL PROTECTED]
This is a dynamic list of the issues to complete for the 3.2.6 release targeted for 
September 25-26, but is dependent on completion of these tasks. I will merge any new 
posts to this one and update the status as needed.


Port the axis-ws4ee from head to 3.2 for use by jboss.net to have a consistent soap 
stack. Assigned to Thomas. Status: COMPLETE.
[ 998575 ] Principal does not propagate under SSO on 3.2.6RC1. Assigned to Scott. 
Status: COMPLETE.
Externalize the JBossSecurityMgrRealm to the tomcat server.xml. Assigned to Scott. 
Status: COMPLETE.
[ 1006976 ] Form auth broken with distributable app, UseLocalCache=false
 [ 999491 ] HA-JNDI binding replicants not initialized properly, Assigned to Scott.

 [ 957834 ] Attribute "JBossWebDeploymentDescriptor" returns null, Assigned to Scott.

[ 1005271 ] Incorrect "Apparently wrong driver class specified" error, Assigned to 
Adrian. Status: WONT FIX - jdk bug

[ 993754 ] ClassCastException in clustered HTTP session after redeploy, Assigned to 
Ben Wang. Status: COMPLETE

[ 973234 ] Cache Invalidation fails when redeploy CMP beans

Testing of the TreeCache based session replication, Assigned to Ben Wang. Status: In 
Progress




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844432#3844432

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844432


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.72 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924150119Lbuild.72
BUILD COMPLETE - build.72Date of build: 09/24/2004 15:01:19Time to build: 12 minutes 11 secondsLast changed: 09/24/2004 13:50:13Last log entry: Change the log verbose level




    Unit Tests: (0) 
 Modifications since last build: (3)1.3.2.6modifiedbwang00cache/src/main/org/jboss/cache/lock/LockStrategyFactory.javaChange the log verbose level1.3.4.17modifiedanddjmx/src/main/org/jboss/mx/metadata/JBossXMBean10.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD1.1.2.3modifiedbwang00testsuite/src/resources/cluster/http/http-scoped/setSession.jspUpdated



[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - JBoss 4.0 JMS Cluster Support

2004-09-24 Thread psrivas
Can anyone explain to me how JBoss 4.0 supports cluster-wide JMS destinations? Will 
the getConnection method on a JMS connection factory load-balance between different 
nodes of the cluster? When a message is sent to a destination from the same session 
will it be load balanced across the different members of a destination? I haven't seen 
any documentation on the JMS clustering capabilities of JBoss 4.0. Any information 
would be appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849487#3849487

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849487


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.237 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924142340Lbuild.237
BUILD COMPLETE - build.237Date of build: 09/24/2004 14:23:40Time to build: 20 minutes 11 secondsLast changed: 09/24/2004 13:50:58Last log entry: Change the log verbose level




    Unit Tests: (0) 
 Modifications since last build: (5)1.9modifiedbwang00cache/src/main/org/jboss/cache/lock/LockStrategyFactory.javaChange the log verbose level1.2modifiedanddjmx/src/resources/dtd/jboss_xmbean_1_2.dtdXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD1.24modifiedanddjmx/src/main/org/jboss/mx/metadata/JBossXMBean10.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD1.8modifiedschroufjboss.net/src/resources/xdoclet/META-INF/xtags.xmlAdd new  'serializer'/'deserializer' parameters to @jboss-net.xml-schema for explicit (de-)serializer factory class specification (default:org.apache.axis.encoding.ser.BeanSerializerFactory).1.6modifiedschroufjboss.net/src/resources/xdoclet/modules/jboss/net/resources/jboss-net_xml_tail.xdtAdd new  'serializer'/'deserializer' parameters to @jboss-net.xml-schema for explicit (de-)serializer factory class specification (default:org.apache.axis.encoding.ser.BeanSerializerFactory).



[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - JBoss AOP 1.0 RC2 Released

2004-09-24 Thread Bill Burke
I'm pleased to announce the release of JBoss AOP 1.0 RC2. We're getting closer to our 
1.0 release next month. Kabir Khan joined the team fulltime September 1st and has done 
an amazing job helping out. We put a lot of effort into documentation this release and 
have written a reference guide in docbook. Also, a number of things have been added to 
the framework. We've added an annotation model so that you can use that instead of 
XML. We've also added Java-Bean style configuration for aspects and the ability to 
plug in any IOC framework you wish.

Here's full RELEASE NOTES:

  | --
  | JBossAOP 1.0 RC2
  | --
  | * Added DTD finally and DTD parsing
  | *  tag has been renamed to  as we're not defining an 
annotaton, but rather metadata.
  | *  tag has been enamed to metadata-loader
  | * Added integration with JDK 5.0 java.lang.instrument.  Very clean classloader 
integration now.  
  | No need for SystemClassLoader plugin for JDK 5.0.
  | *  can take a factory now
  | *  class can no longer be XmlLoadable
  | *  can take a scope now 
  | * InterceptorFactory should only be used if you are inserting them directoy within 
AdviceBinding.  
  | AspectFactory should be used now for all InterceptorFactory's as  now 
supports SCOPE.
  | * 's can now be declared as non-transient fields by doing:  
  | 

Have fun,
Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849482#3849482

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849482


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - JBoss 3.2.5 and Tomcat

2004-09-24 Thread balanscott
If we have JBoss 3.2.5 installed and running great. However, can we add tomcat into 
this and have JBoss control it? If so, does anyone have a web site or reference 
document.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849480#3849480

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849480


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.39 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040924134615Lbuild.39
BUILD COMPLETE - build.39Date of build: 09/24/2004 13:46:15Time to build: 18 minutes 16 secondsLast changed: 09/24/2004 13:37:15Last log entry: XMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD




    Unit Tests: (0) 
 Modifications since last build: (2)1.1.2.1modifiedanddjmx/src/resources/dtd/jboss_xmbean_1_2.dtdXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD1.23.2.1modifiedanddjmx/src/main/org/jboss/mx/metadata/JBossXMBean10.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_2.dtd has been updated on 4.0/HEAD



[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotif

2004-09-24 Thread genman

The best place to submit bugs is sourceforge.net/projects/jboss .  I'll fix this and 
see what I can do about 4.0.  Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849478#3849478

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849478


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.71 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924132214Lbuild.71
BUILD COMPLETE - build.71Date of build: 09/24/2004 13:22:14Time to build: 19 minutes 5 secondsLast changed: 09/24/2004 13:12:15Last log entry: Updated




    Unit Tests: (0) 
 Modifications since last build: (4)1.1.2.2modifiedbwang00testsuite/src/resources/cluster/http/http-scoped/getAttribute.jspUpdated1.1.2.2modifiedbwang00testsuite/src/resources/cluster/http/http-scoped/setSession.jspUpdated1.1.2.3modifiedschroufjboss.net/src/resources/xdoclet/modules/jboss/net/resources/jboss-net_xml_tail.xdtAdd new  'serializer'/'deserializer' parameters to @jboss-net.xml-schema for explicit (de-)serializer factory class specification (default:org.apache.axis.encoding.ser.BeanSerializerFactory).1.1.2.4modifiedschroufjboss.net/src/resources/xdoclet/META-INF/xtags.xmlAdd new  'serializer'/'deserializer' parameters to @jboss-net.xml-schema for explicit (de-)serializer class specification.



[JBoss-dev] [ jboss-Bugs-1034146 ] NPE JBossSecurityMgrRealm.hasRole() Line 428

2004-09-24 Thread SourceForge.net
Bugs item #1034146, was opened at 2004-09-24 08:49
Message generated for change (Comment added) made by starksm
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034146&group_id=22866

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: sappenin (sappenin)
>Assigned to: Scott M Stark (starksm)
Summary: NPE JBossSecurityMgrRealm.hasRole() Line 428

Initial Comment:
I'm getting a NPE in
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.hasRole(JBossSecurityMgrRealm.java:428).
on line 428.  

I'm not sure why my security Context is null, but it
is.  So, if we start at line 407when the
securityCtx reference is null, the server logs a
warning "Warning: no security context available".  The
boolean variable "hasRole" is left with its default
value of "false", which funnels the code into the
"else" block at line 426.  Here, the object
"securityCtx" is used, but is still "null", resulting
in an NPE.

At the very least, the code should be checking to see
if the "securityCtx" reference on line 428 is null or
not.  However, the previous if/else block (starting on
line 407) will guarantee that if the "securityCtx" is
null, then the "hasRole" variable will always be false.
 So, it doesn't really make sense to be trying to EVER
access the "securityCtx" object on line 428 since this
will always be null given the current setup.

 /**
* Return true if the specified
Principal has the specified
* security role, within the context of this Realm;
otherwise return
* false.
*
* @param principal Principal for whom the role is
to be checked
* @param role Security role to be checked
*/
   public boolean hasRole(Principal principal, String role)
   {
  if( trace )
 log.trace("Begin hasRole, principal=" +
principal + ", role=" + role);
  boolean hasRole = false;
  try
  {
 Set requiredRoles = new HashSet();
 requiredRoles.add(new SimplePrincipal(role));
 // Get the JBoss security manager from the ENC
context
 Context securityCtx = getSecurityContext();
 if (securityCtx != null)
 {
RealmMapping securityMgr = (RealmMapping)
securityCtx.lookup("realmMapping");
// Check for a callerPrincipal mapping
Principal authPrincipal = (Principal)
userPrincipalMap.get(principal);
if( authPrincipal == null )
   authPrincipal = principal;
hasRole =
securityMgr.doesUserHaveRole(authPrincipal, requiredRoles);
 }
 else
 {
log.warn("Warning: no security context
available");
 }

 if (hasRole)
 {
if( trace )
   log.trace("User: " + principal + " is
authorized");
 }
 else
 {
RealmMapping securityMgr = (RealmMapping)
securityCtx.lookup("realmMapping");
Set userRoles =
securityMgr.getUserRoles(principal);
if( trace )
   log.trace("User: " + principal + " is
NOT authorized, requiredRoles=" + requiredRoles + ",
userRoles=" + userRoles);
 }
  }
  catch (NamingException e)
  {
 log.error("Error during authorize", e);
  }
  if( trace )
 log.trace("End hasRole, principal=" +
principal + ", role=" + role + ", hasRole=" + hasRole);
  return hasRole;
   }


--

>Comment By: Scott M Stark (starksm)
Date: 2004-09-24 10:26

Message:
Logged In: YES 
user_id=175228

This has already been fixed for 3.2.6+

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034146&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.236 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924124721Lbuild.236
BUILD COMPLETE - build.236Date of build: 09/24/2004 12:47:21Time to build: 21 minutes 5 secondsLast changed: 09/24/2004 12:24:44Last log entry: Support exception propagation with message




    Unit Tests: (0) 
 Modifications since last build: (14)1.3modifiedtdieslerjaxrpc/src/main/org/apache/axis/AxisFault.javaSupport exception propagation with message1.4modifiedpatriot1burkeaop/docs/index.htmlmore docs1.2modifiedpatriot1burkeaop/docs/reference/reference/en/master.xmlmore docs1.4modifiedpatriot1burkeaop/docs/reference/reference/en/modules/compiling.xmlmore docs1.1addedpatriot1burkeaop/docs/reference/reference/en/modules/installing.xmlmore docs1.4modifiedpatriot1burkeaop/docs/reference/reference/en/modules/running.xmlmore docs1.1addedpatriot1burkeaop/docs/reference/reference/en/images/install.jpgmore docs1.1addedpatriot1burkeaop/docs/reference/reference/en/images/install.svgmore docs1.2deletedpatriot1burkeaop/docs/misc/annotation_compiler.htmlmore docs1.3deletedpatriot1burkeaop/docs/misc/annotation_compiler.wikimore docs1.3deletedpatriot1burkeaop/docs/misc/running_jboss.htmlmore docs1.3deletedpatriot1burkeaop/docs/misc/running_jboss.wikimore docs1.4deletedpatriot1burkeaop/docs/misc/standalone.htmlmore docs1.4deletedpatriot1burkeaop/docs/misc/standalone.wikimore docs



[JBoss-dev] [Nukes Development] - Re: Problems with persistence

2004-09-24 Thread thepriz
I always thought it was wierd that just calling the setPackagesPerPage would take care 
of the persistance but I thought that it was jboss magic or somthing like that.

Oh well, I am learning.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849469#3849469

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849469


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1034202 ] getActiveSubject returns null in secure directory

2004-09-24 Thread SourceForge.net
Bugs item #1034202, was opened at 2004-09-24 17:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034202&group_id=22866

Category: JBossSX
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Ken Yee (kenyee)
Assigned to: Nobody/Anonymous (nobody)
Summary: getActiveSubject returns null in secure directory

Initial Comment:
This seems to be a new bug in JBoss 4.0.0.  It wasn't
there in 4.0.0RC2 or 4.0.0RC3 :-(

Here's a quick code snippet done inside a servlet filter:
org.jboss.security.SubjectSecurityManager mgr = null;
try {
InitialContext iniCtx = new InitialContext();
subject = null;
mgr = (SubjectSecurityManager) iniCtx

.lookup("java:comp/env/security/securityMgr");
if (mgr != null) {
subject = mgr.getActiveSubject();
}
if (subject == null) {
System.out.println("JBoss bug: Couldn't get Active
subject from Security Manager!");
}
} catch (NamingException e) {
System.out.println("Could not get security manager!", e);
}


getRemoteUser is non-null, so there should be a valid
current subject.

 ken


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034202&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problems with persistence

2004-09-24 Thread thepriz
I need to fix the downloads module then because I do the same thing in there.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849468#3849468

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849468


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1034146 ] NPE JBossSecurityMgrRealm.hasRole() Line 428

2004-09-24 Thread SourceForge.net
Bugs item #1034146, was opened at 2004-09-24 10:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034146&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: sappenin (sappenin)
Assigned to: Nobody/Anonymous (nobody)
Summary: NPE JBossSecurityMgrRealm.hasRole() Line 428

Initial Comment:
I'm getting a NPE in
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.hasRole(JBossSecurityMgrRealm.java:428).
on line 428.  

I'm not sure why my security Context is null, but it
is.  So, if we start at line 407when the
securityCtx reference is null, the server logs a
warning "Warning: no security context available".  The
boolean variable "hasRole" is left with its default
value of "false", which funnels the code into the
"else" block at line 426.  Here, the object
"securityCtx" is used, but is still "null", resulting
in an NPE.

At the very least, the code should be checking to see
if the "securityCtx" reference on line 428 is null or
not.  However, the previous if/else block (starting on
line 407) will guarantee that if the "securityCtx" is
null, then the "hasRole" variable will always be false.
 So, it doesn't really make sense to be trying to EVER
access the "securityCtx" object on line 428 since this
will always be null given the current setup.

 /**
* Return true if the specified
Principal has the specified
* security role, within the context of this Realm;
otherwise return
* false.
*
* @param principal Principal for whom the role is
to be checked
* @param role Security role to be checked
*/
   public boolean hasRole(Principal principal, String role)
   {
  if( trace )
 log.trace("Begin hasRole, principal=" +
principal + ", role=" + role);
  boolean hasRole = false;
  try
  {
 Set requiredRoles = new HashSet();
 requiredRoles.add(new SimplePrincipal(role));
 // Get the JBoss security manager from the ENC
context
 Context securityCtx = getSecurityContext();
 if (securityCtx != null)
 {
RealmMapping securityMgr = (RealmMapping)
securityCtx.lookup("realmMapping");
// Check for a callerPrincipal mapping
Principal authPrincipal = (Principal)
userPrincipalMap.get(principal);
if( authPrincipal == null )
   authPrincipal = principal;
hasRole =
securityMgr.doesUserHaveRole(authPrincipal, requiredRoles);
 }
 else
 {
log.warn("Warning: no security context
available");
 }

 if (hasRole)
 {
if( trace )
   log.trace("User: " + principal + " is
authorized");
 }
 else
 {
RealmMapping securityMgr = (RealmMapping)
securityCtx.lookup("realmMapping");
Set userRoles =
securityMgr.getUserRoles(principal);
if( trace )
   log.trace("User: " + principal + " is
NOT authorized, requiredRoles=" + requiredRoles + ",
userRoles=" + userRoles);
 }
  }
  catch (NamingException e)
  {
 log.error("Error during authorize", e);
  }
  if( trace )
 log.trace("End hasRole, principal=" +
principal + ", role=" + role + ", hasRole=" + hasRole);
  return hasRole;
   }


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034146&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotificat

2004-09-24 Thread ctday
The code is: 
public int hashCode() 
{ 
int result; 
result = objectName.hashCode(); 
result = 29 * result + handback.hashCode(); 
result = 29 * result + filter.hashCode(); 
return result; 
} 

This code requires that the filter be non-null, or a NullPointerException will be 
raised. 

If I have an MBeanLocator, then if I use the following idiom: 

locator.getServer().addNotificationListener(locator.getObjectName(), aListener, null, 
null); 

I will get a NullPointerException if the MBeanServer is actually remote and the 
implementation talks to it through a dynamic proxy, but it will work fine if the 
MBeanServer is local and the implementation talks to it directly. This clearly 
violates location transparency and disagrees with the interface for a local MBean, 
where null filters are explicitly allowed. 

I would appreciate a fix, as it will be awhile before I can move to 4.0. Thanks. 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849465#3849465

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849465


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
The available constructors for MBeanTracker allow me to track MBeans based on the 
MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name. 
I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean, 
so selecting by class is not much help. Also, some of my beans have no Attributes, so 
the QueryExp isn't helpful either. I know the specific ObjectNames or ObjectName 
patterns I want to track, but there is no way for me to specify them to the 
MBeanTracker. 

The code does not seem to need much change other than saving a scope ObjectName and 
using it in foundMBeanServer() instead of 'new ObjectName("*:*")' when the newly found 
server is queried for its Set of mbeans. Note that I can't simply override this method 
in a drived class since it uses various private members of MBeanTracker. Thanks. 
 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849464#3849464

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849464


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
Apologies. Wrong forum.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849463#3849463

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849463


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotificat

2004-09-24 Thread ctday
The code is:
public int hashCode()
{
int result;
result = objectName.hashCode();
result = 29 * result + handback.hashCode();
result = 29 * result + filter.hashCode();
return result;
}

This code requires that the filter be non-null, or a NullPointerException will be 
raised. 

If I have an MBeanLocator, then if I use the following idiom:

   locator.getServer().addNotificationListener(locator.getObjectName(), aListener, 
null, null);

I will get a NullPointerException if the MBeanServer is actually remote and the 
implementation talks to it through a dynamic proxy, but it will work fine if the 
MBeanServer is local and the implementation talks to it directly. This clearly 
violates location transparency and disagrees with the interface for a local MBean, 
where null filters are explicitly allowed.

I would appreciate a fix, as it will be awhile before I can move to 4.0. Thanks.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849461#3849461

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849461


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Bug in 3.2.5 version of org.jboss.mx.remoting.MBeanNotif

2004-09-24 Thread ctday
Apologies. Wrong forum.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849462#3849462

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849462


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.70 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924122126Lbuild.70
BUILD COMPLETE - build.70Date of build: 09/24/2004 12:21:26Time to build: 13 minutes 58 secondsLast changed: 09/24/2004 11:52:57Last log entry: Revert to the original dtds, we shouldn't change those.I'll just introduce the change onto jboss_xmbean_1_2.dtd on 4.0/HEAD




    Unit Tests: (0) 
 Modifications since last build: (2)1.2.6.10modifiedanddjmx/src/resources/metadata/jboss_xmbean_1_0.dtdRevert to the original dtds, we shouldn't change those.I'll just introduce the change onto jboss_xmbean_1_2.dtd on 4.0/HEAD1.1.2.7modifiedanddjmx/src/resources/metadata/jboss_xmbean_1_1.dtdRevert to the original dtds, we shouldn't change those.I'll just introduce the change onto jboss_xmbean_1_2.dtd on 4.0/HEAD



[JBoss-dev] [JBoss IDE (dev)] - Re: JBoss-IDE 1.2.430 and Eclipse 3.0 - unable to configure

2004-09-24 Thread spatel
Can you update if you found to solution to fix it.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849460#3849460

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849460


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Request for scoping option to MBeanTracker.

2004-09-24 Thread ctday
The available constructors for MBeanTracker allow me to track MBeans based on the 
MBean class or the MBean Attributes (via a QueryExp), but not based on the MBean name. 
I mostly want to use XMBeans, which means that the MBean classes all appear as XMBean, 
so selecting by class is not much help. Also, some of my beans have no Attributes, so 
the QueryExp isn't helpful either. I know the specific ObjectNames or ObjectName 
patterns I want to track, but there is no way for me to specify them to the 
MBeanTracker. 

The code does not seem to need much change other than saving a scope ObjectName and 
using it in foundMBeanServer() instead of 'new ObjectName("*:*")' when the newly found 
server is queried for its Set of mbeans. Note that I can't simply override this method 
in a drived class since it uses various private members of MBeanTracker. Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849458#3849458

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849458


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: Plug-in

2004-09-24 Thread spatel
I am having the same problem as yours.
Did you get any solution to that?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849454#3849454

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849454


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.235 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924114447Lbuild.235
BUILD COMPLETE - build.235Date of build: 09/24/2004 11:44:47Time to build: 20 minutes 50 secondsLast changed: 09/24/2004 11:15:43Last log entry: Add doc/literal test for arrays




    Unit Tests: (0) 
 Modifications since last build: (62)1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/wsdl/MarshallRpcLitService.wsdlAdd doc/literal test for arrays1.2deletedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/wsdl/rpc-literal.wsdlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/ejb-jar.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/jaxrpc-mapping.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/jboss-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/jboss.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/webservices.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/config.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpclit/META-INF/application-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/wsdl/MarshallRpcEncService.wsdlAdd doc/literal test for arrays1.2deletedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/wsdl/rpc-encoded.wsdlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/jaxrpc-mapping.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/jboss-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/jboss.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/webservices.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/application-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/META-INF/ejb-jar.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-rpcenc/config.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/wsdl/MarshallDocLitService.wsdlAdd doc/literal test for arrays1.2deletedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/wsdl/doc-literal.wsdlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/jboss-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/jboss.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/webservices.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/ws4ee-deployment.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/ejb-jar.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/jaxrpc-mapping.xmlAdd doc/literal test for arrays1.2modifiedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/META-INF/application-client.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/resources/webservice/marshalltest-doclit/config.xmlAdd doc/literal test for arrays1.2deletedtdieslertestsuite/src/resources/webservice/marshalltest/META-INF/ejb-jar.xmlAdd doc/literal test for arrays1.2deletedtdieslertestsuite/src/resources/webservice/marshalltest/META-INF/jboss.xmlAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/types/Bean.javaAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/types/BigDecimalArr.javaAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/types/BigIntegerArr.javaAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/types/BooleanArr.javaAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/types/ByteArr.javaAdd doc/literal test for arrays1.1addedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/ty

[JBoss-dev] jboss-4.0 build.38 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040924105238Lbuild.38
BUILD COMPLETE - build.38Date of build: 09/24/2004 10:52:38Time to build: 25 minutes 19 secondsLast changed: 09/24/2004 10:27:14Last log entry: backmerge




    Unit Tests: (0) 
 Modifications since last build: (47)1.1.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectDeployer32.javabackmerge1.1.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectManagerService32.javabackmerge1.1.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/JBossClassPool32.javabackmerge1.1.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.javabackmerge1.16.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectManagerService.javabackmerge1.13.2.1modifiedpatriot1burkeaspects/build.xmlbackmerge1.11.2.1modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectDeployer.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/AnnotationIntroductionDef.javabackmerge1.3.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/CFlowStackDef.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/DynamicCFlowDef.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/InterceptorDef.javabackmerge1.4.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/Introduction.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/Mixin.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/Prepare.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/TypeDef.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/AnnotationIntroductionDef.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/CFlowStackDef.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/DynamicCFlowDef.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/InterceptorDef.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/Introduction.javabackmerge1.3.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/Mixin.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/Prepare.javabackmerge1.2.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/TypeDef.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/jdk15/annotated/AnnotatedTestCase.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/jdk15/annotated/AspectPerVM.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/jdk15/annotated/POJO.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/dotinpointcutname/DotInPointcutNameTestCase.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/dotinpointcutname/POJO.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/dotinpointcutname/SimpleInterceptor.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/annotated/AspectPerVM.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/annotated/POJO.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/test/org/jboss/test/aop/annotated/AnnotatedTestCase.javabackmerge1.7.4.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/util/MethodHashing.javabackmerge1.12.4.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParser.javabackmerge1.13.4.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/pointcut/ast/PointcutExpressionParserTokenManager.javabackmerge1.14.4.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/pointcut/ast/pointcut.jjtbackmerge1.5.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/introduction/InterfaceIntroduction.javabackmerge1.15.2.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/instrument/MethodExecutionTransformer.javabackmerge1.5.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/annotation/ProxyMapCreator.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/PointcutDef.javabackmerge1.23.2.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/AOPClassPool.javabackmerge1.39.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/Advisor.javabackmerge1.2.2.2modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectAnnotationLoader.javabackmerge1.56.2.1modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectXmlLoader.javabackmerge1.1.2.1modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/Bind.javabackmerge1.1.2.2modifiedpatriot1burkeaop/src/jdk15/org/jboss/aop/PointcutDef.javabackmerge1.40.2.2modifiedpatriot1burkeaop/build.xmlbackmerge



[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-09-24 Thread nthx

Thanks for explanation.. 

t.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849438#3849438

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849438


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - TreeCache AOP for bwang00.

2004-09-24 Thread Sparky
Hi 
this is related to configuring idletime in AOP.suppose if 
i set the idle time as 5 seconds for a region.then i put object 
in that region and after 4 seconds(put thread to sleep for 4 seconds)
i cud able to retrieve the object from that region.
Here the idle time should be again considered as 5 seconds.because u have visited that 
node.
nowafter 2 seconds (sleep the same thread for another two seconds ) 
and if i retrieve the object from that region ,i am getting a null value.
i know if i evict a node ,i will be getting null value.my question is 
the node shud not be evicted as it was visited .i applied the same scenario for 
TreaCache.
it is not behaving like TreeCache AOP.plz provide me detailed explaination.
I also need to get the time at which last object has been put into a region .
last modified time of the region.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849436#3849436

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849436


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.69 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924103318Lbuild.69
BUILD COMPLETE - build.69Date of build: 09/24/2004 10:33:18Time to build: 13 minutes 34 secondsLast changed: 09/24/2004 10:19:01Last log entry: Use different mcast port




    Unit Tests: (0) 
 Modifications since last build: (7)1.1.2.2modifiedbwang00tomcat/src/resources/tc5-cluster-service.xmlUse different mcast port1.2.6.9modifiedanddjmx/src/resources/metadata/jboss_xmbean_1_0.dtdXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.01.1.2.6modifiedanddjmx/src/resources/metadata/jboss_xmbean_1_1.dtdXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.01.9.2.19modifiedanddjmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.01.8.4.6modifiedanddjmx/src/main/org/jboss/mx/server/MBeanInvoker.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.01.3.4.16modifiedanddjmx/src/main/org/jboss/mx/metadata/JBossXMBean10.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.01.2.8.8modifiedanddjmx/src/main/org/jboss/mx/interceptor/PersistenceInterceptor.javaXMBean attribute descriptors 'value' and 'default', in addition to the usual syntax now support the syntax known by theusual mbean attribute descriptors, e.g.  ...value as string or embeded org.w3c.dom.ElementSame for  descriptor. The presence of the "value" attributeenforces the older syntax, so the change is backwards compatible.jboss_xmbean_1_0.dtd and 1_1 have been updated.Finally, a bug fix about attributes not stored immediately by thepersistence interceptor was backported from 4.0



[JBoss-dev] [JBoss Profiler] - Re: aop

2004-09-24 Thread Bill Burke
JBoss AOP RC1+ does not work with JBoss 3.2.5.

JBoss AOP RC1+ does work with JBoss 3.2.6RC1+ but only with the precompiler.

Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849424#3849424

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849424


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: Memory Leak Interpretations

2004-09-24 Thread clebertsuconic
The memory-leak concept is relative. I can only show objects not released by the JVM.

I'm creating a kind of cookie for each object showing it's creating location. When the 
JVM releases the object by a GC operation, I mark that location as released (Thats how 
I can say where the objects were created).

Basically, if the function that is calling A() add your new String("INTERVAL") to a 
Collection, it will be showed as a memory-leak by the profiler. But remember A 
memory leak depends on the concepts of your application. (Maybe your application 
should or not allocate that memory).

Clebert

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849416#3849416

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849416


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.234 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924083406Lbuild.234
BUILD COMPLETE - build.234Date of build: 09/24/2004 08:34:06Time to build: 26 minutes 34 secondsLast changed: 09/24/2004 08:04:37Last log entry: Added conventions section




    Unit Tests: (0) 
 Modifications since last build: (1)1.2modifiedkabkhanaop/docs/reference/quickref/en/master.xmlAdded conventions section



[JBoss-dev] [ jboss-Bugs-1034031 ] Class loading doesn't work properly

2004-09-24 Thread SourceForge.net
Bugs item #1034031, was opened at 2004-09-24 13:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034031&group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Maxim Petrashev (mpetrashev)
Assigned to: Nobody/Anonymous (nobody)
Summary: Class loading doesn't work properly

Initial Comment:
I configured jboss-app.xml:


 
 
exo.dot.com:loader=exo.ear
java2ParentDelegation=false 
 
 


putted my hibernate2.jar into my ear file and wrote 
test.jsp (in war from ear):
<%
=net.sf.hibernate.cfg.Configuration.class.getClassLoader
()%>

but received in browser:
[EMAIL PROTECTED] 
url=file:/C:/jboss-
4.0.0/server/standard/tmp/deploy/tmp10464jboss-
service.xml ,addedOrder=2} 

so, class from hibernate was loaded not from 
ear/hibernate.jar but from server//lib/hibernate2.jar

I tested it as for "standard" server so for "default" 
server.

 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034031&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-09-24 Thread Bill Burke
what are the exact semantics of before/after?

You get the same thing with around.  You want before?


  | try
  | {
  | doBefore();
  |  invocation.invokeNext();
  | }
  | 

You want after?


  | try
  | {
  |Object rtn = invocation.invokeNext();
  | doAfter();
  |  return rtn;
  | }
  | 

You want after throwing?

  | try
  | {
  |return invocation.invokeNext();
  | }
  | catch (Exception ex)
  | {
  |afterThrowing();
  |throw ex;
  | }
  | 

IMO, I'd rather have the aspect developer thinking in java call stacks and using 
try/catch/finally blocks.  

Less is better, IMO.

Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849415#3849415

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849415


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: Unable to find a javac compiler for JSPs

2004-09-24 Thread kurtkrumm
By default, Eclipse and most plugins use the default JRE as configured in preferences. 
 Also by default, this is the public system JRE and not the JDK jre.  Try navigating 
to window->preferences->java->installed JREs.  Most likely you will have on entry and 
(on Windows) it will be c:\Program Files\ etc etc.  Click search, navigate to your jdk 
(on windows default) c:\j2sdk1.4.2_05  and then that will be available to eclipse.  
click the checkbox to set it as default and you should be all set.  

I'm not 100% sure this will work for JbossIDE and I don't know why myEclipse works.  I 
usually avoid the hassle of running the app server within eclipse and just use handy 
batch files to start and stop.  I find it less buggy, more flexible, and slightly 
better performing than dealing with the IDE.  Also, remote debugging works 
spectacularly IMHO.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849414#3849414

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849414


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Unable to find a javac compiler for JSPs

2004-09-24 Thread scawa
I am using:
JBoss 4.0.0RC1
Eclipse 3.0.1
JBossIDE 1.3.30

I have installed JBoss correctly and am able to run the Web application from the 
command line and have the JSPs compile correctly.

When I start JBoss from the JBoss IDE, however and attempt to call an uncompiled JSP I 
receive the following message (I have not included the stack trace).

Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK

JAVA_HOME is set correctly in the environment System variables and does point to the 
JDK home rather than the jre

I CAN run the JBoss apps server and get correctly compiled JSP's by running through 
the MyEclipse Workbench plugin.  However, I would like to keep development enviornment 
consistent.  I am attempting to create development operating procedures that will be 
adopted by the entire company; and will abandon the JBoss IDE in favor of MyEclipse 
(which is more feature rich, but not Free), if this problem is not overcome.


Steve McConnell

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849412#3849412

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849412


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.233 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924062837Lbuild.233
BUILD COMPLETE - build.233Date of build: 09/24/2004 06:28:37Time to build: 14 minutes 39 secondsLast changed: 09/24/2004 06:08:06Last log entry: Added annotation compiler taskdef




    Unit Tests: (0) 
 Modifications since last build: (2)1.4modifiedkabkhanaop/docs/examples/annotation-introductions/build.xmlAdded annotation compiler taskdef1.8modifiedkabkhanaop/docs/examples/metadata/build.xmlAdded annotation compiler taskdef



[JBoss-dev] [ jboss-Bugs-1027302 ] JBOSS3.2.5/lib/xercesImpl.jar should be xerces.jar

2004-09-24 Thread SourceForge.net
Bugs item #1027302, was opened at 2004-09-13 17:34
Message generated for change (Comment added) made by wonnekeysers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1027302&group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Amila Norbert (anorbert)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBOSS3.2.5/lib/xercesImpl.jar should be xerces.jar 

Initial Comment:
I am running a web application that loads an XML file 
that is validated against a schema.  This fails with the 
dom4j.jar file that comes with the Jboss3.2.5. The error 
message is:

org.DocumentException: Error on line XX of document. 
Document is invalid: no grammer found.
org.dom4j.io.SaxReader.read(SaxReadre.java 329)

I thisnk this is owing to the fact that the 
SaxReader.class file in dom4j.jar is an old class and it is 
trying to validate aginst a DTD rather than the Schema.

I had to copy the dom4j-full.jar into jboss3.2.5/lib/ and 
rename it to dom4j.jar to get my code to work.

Would it be possible to ship the jboss with the correct 
dom4.jar file in jboss_home/lib.

operating system WINDOWS 2000
JAVA VERSION 1.4.2
thanks

--

Comment By: Wonne Keysers (wonnekeysers)
Date: 2004-09-24 12:33

Message:
Logged In: YES 
user_id=505480

Concerning dom4j; version 1. 5 no longer contains a 'full' jar. 
The Jaxen classes are now included as a separate library 
which, I think, should also be included in the JBoss distro?

Also, I believe that the org.xml.* classes will removed from 
the dom4j jar as well..

--

Comment By: Elias Ross (genman)
Date: 2004-09-22 18:39

Message:
Logged In: YES 
user_id=556458


It's likely that b8 has some bundled classes in xerces.jar
that you can find in a separate library.  I took at look at
b10 and the xerces.jar library is pretty much the same as
the xercesImpl.jar library found in JBoss.



--

Comment By: Amila Norbert (anorbert)
Date: 2004-09-22 11:27

Message:
Logged In: YES 
user_id=687254

Submit the simplest testcase possible that demonstrates the 
problem

--

Comment By: Amila Norbert (anorbert)
Date: 2004-09-22 11:27

Message:
Logged In: YES 
user_id=687254

The exercesImpl.jar in jboss-3.2.5 is 989kb.
but the xerces I got from jdom-b8 is 1770kb.  I did exaclty 
what you have done, took this xerces and renamed it to be 
xercesImpl.jar and my problem disappeared.  I haven't tested 
the latest version yet.  I downloaded jboss-4.0.0RC2 and it 
still conatains the exercesImpl.jar (size 989kb).  However I 
was using jboss-3.2.5 and it is not updated according to the 
available downloads at http://www.jboss.org/downloads/index.

--

Comment By: Elias Ross (genman)
Date: 2004-09-21 22:18

Message:
Logged In: YES 
user_id=556458


JBoss ships with 2.4.2 of xerces, the latest from the web
site.  It is named xercesImpl.jar for compatibility reasons.
 What are you replacing with what?

I updated dom4.jar to 1.5 release.

The question is does JBoss itself need to ship with
dom4j-full.jar?  According to what I could find, the -full
release (used to?) contain a bunch of third party files.  It
seems that SaxReader supports schema.

Please reopen if necessary once testing against JBoss CVS or
a newer release.


--

Comment By: Amila Norbert (anorbert)
Date: 2004-09-14 10:55

Message:
Logged In: YES 
user_id=687254

I also had to replace the xercesImpl.jar with the xerces.jar 
form jdom-b8 and rename this new xerces.jar file to 
xercesImpl.jar for it to work properly.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1027302&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Re: Need help -- deploying java class as web services in jbo

2004-09-24 Thread darranl
Post your questions in the user forums not the developer forums.

See http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS, should cover the stuff you need.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849407#3849407

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849407


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Memory Leak Interpretations

2004-09-24 Thread nohwal
Hi,

I am using the JBoss Profiler to find out the memory leaks in my application. I have 
configured the profiler, and am viewing the profile files. 

It shows me 4 GC Operations. In the first GC Operation details, it shows me a few 
bytes which were used and released, however as I view the 2nd, 3rd and 4th GC 
Operations, it says that no memory has been released, and there is a constant increase 
in the bytes used. Does that mean there is a sure memory leak, as when I go and have a 
look at the code, it doesnt look like a memory leak.

For example, the profiler complains that the function A() is having a String memory 
leak. However the function A() simply says:

return new String("INTERVAL");

Some knowledge about how the JBoss Profiler calculates the memory leaks would be 
really helpful.

Thanks in advance,
Amit


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849405#3849405

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849405


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - aop

2004-09-24 Thread dannyb23
I know this is not the most suitable forum, but I have noticed you are working with 
jboss aop.  I tried installing jboss aop on my jboss3.2.5 and I receive many 
exceptions... (I tried different versions of jboss aop and received different 
exceptions just when starting up jboss).  I wonder with what version of jbossaop are 
you working ? did you work with jboss3.2.5 with the aop ?  (I receive all the 
exceptions when EnableTransformer is set to true on jboss service...its a must have 
for runtime classes manipulation right ?)

Thanks...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849404#3849404

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849404


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - Need help -- deploying java class as web services in jboss 4

2004-09-24 Thread y_zl
Appreciate if anybody could offer some guides on deploying a java class (with 
dependent classes) as a web service

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849403#3849403

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849403


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Why lack of 'before' and 'after' advice types is bad..

2004-09-24 Thread nthx
Hi!

It's in my mind from some time. Now I share it with you.

Imagine situation of say, 3D concern which does sth before invoking core method. It's 
applied directly on core classes (assuming OO is 2D)

Let's suppose someone wants to add 4th dimension concern directly on 3D concern. Its 
aim would be to provide fault tolerance in a way, that if 3D concern fails, then we 
should still keep running our core system, but without 3D concern applied.

To implement it in JBossAOP one must intercept all execution of advices of 3D concern 
and surround it with some try()..catch() block.

3D concern (actual state):
public Object 3DAdvice(...)
  | {
  | if (doSomething());
  | invocation.invokeNext(); <- this is core method (2D)
  | }
  | }

Fault tolerant 4D concern (actual state):
public Object failTolerance4DAdvice(...)
  | {
  | try
  | {
  | invocation.invokeNext();
  | }catch (SomeNastyException ...)
  | {
  |  //continue running system... means proceed to the "core" method
  |  //which may be impossible with current JBossAOP
  |  ??? return invocation.invokeNextAfter3D(); ???
  | 
  | }
  | }

In AspectJ style and maybe with JBossAOP future style, one would use "before" advice 
style for 3D concern..
3D concern (after/before state):
public Object before3DAdvice(...)
  | {
  | doSomething();
  | }

Fault tolerant 4D concern (after/before state) then would be simple:
public Object failTolerance4DBeforeAdvice(...)
  | {
  | try
  | {
  | invocation.invokeNext();
  | }catch (SomeNastyException ...)
  | {
  |   //continue running system... means proceed to the "core" method, 
  |   //means: "do nothing because we are "on" before advice"
  |   //and next invocation in chain is "core"
  | }
  | }


What do you say on that?

Or maybe there is some nice looking way for invoking invocation after next invocation 
(which could solve lack "before" problem)?

Regards, Tomasz


PS. Anyway, emulation of "after" and "before"  with "around only" is ugly.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849402#3849402

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849402


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - IIOP enabled session and Client program( a very common probl

2004-09-24 Thread still
Hi all, i have searched out  this forum for my question for one day.but i still can 
not get the answer.

i have a session bean and i have configure it in jboss.xml so it can be accessed via 
iiop.I successfully deployed it in jboss and IOR has been printed out.
then i write a java application client to invoke the simple iiop-enabled session 
bean.I just follow the samples together with the jboss src.When i run it,i get a class 
cast exception when i try to narrow the object to the home interface.
i read an article on this 
forum(http://www.jboss.org/index.html?module=bb&op=viewtopic&t=32320) said,i should 
add a client.policy file ,and run this application with 
-Djava.security.policy=./client.policy.Because when narrowed,this client will try to 
download the _home_ stub from the server,so i must grant download and write permission 
to it(i grant with allpermission).
But,i still get the class cast exception.
i have paste all the code here(index page) 
http://rafb.net/paste/results/mWqWnJ82.html
any help is very very very appieciated,thx!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849254#3849254

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849254


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - JBoss Cache java.lang.OutOfMemoryError

2004-09-24 Thread matpil
Hi, all!
I'm using JBoss cache 1.1 with JBoss 3.2.5 , and I've a problem...
When I try to load a cache (.load("/"), it's almost 130 MB), it give me an Exception: 
OutOfMemoryError.

Now, my question is: Can I avoid, in some way, that Jboss cache load in memory all 
storage cache? Is possible that all methods searching and getting in storage cache, 
without load all in memory?

Rewars,
Matpil

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849253#3849253

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849253


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 3.2.6 Release tasks

2004-09-24 Thread chrigri
Thank you very much!

...it makes our planning much easier.

--
Christer

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849401#3849401

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849401


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Benchmarking] - Re: SpecJappServer 2002 : dies in OrderAuditSesEJB

2004-09-24 Thread loubyansky
Cool. So the debug variable is used before it is initialized.
But again the root cause in the NamingException. Make sure the datasource is bound in 
the ENC under java:comp/env/OrdersDataSource.
What if you don't change the datasource default names?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849393#3849393

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849393


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.231 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924033059Lbuild.231
BUILD COMPLETE - build.231Date of build: 09/24/2004 03:30:59Time to build: 15 minutes 26 secondsLast changed: 09/24/2004 02:31:29Last log entry: fixed annotation tests




    Unit Tests: (0) 
 Modifications since last build: (37)1.359modifiedpatriot1burkebuild/build.xmlfixed annotation tests1.12modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectDeployer.javadist changes1.1addedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectDeployer32.javadist changes1.17modifiedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectManagerService.javadist changes1.1addedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/AspectManagerService32.javadist changes1.1addedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/JBossClassPool32.javadist changes1.1addedpatriot1burkeaspects/src/main/org/jboss/aop/deployment/JBossClassPoolFactory32.javadist changes1.1addedpatriot1burkeaspects/LIBRARY_RELEASE_NOTES.txtdist changes1.4deletedpatriot1burkeaspects/RELEASE_NOTES.txtdist changes1.14modifiedpatriot1burkeaspects/build.xmldist changes1.6modifiedpatriot1burkeaop/docs/reference/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/stacks/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/typedef/build.xmldist changes1.7modifiedpatriot1burkeaop/docs/examples/metadata/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/method-execution/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/packaging/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/ioc_with_has/build.xmldist changes1.5modifiedpatriot1burkeaop/docs/examples/injboss/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/instanceof/build.xmldist changes1.5modifiedpatriot1burkeaop/docs/examples/introductions/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/dynamic_cflow/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/field-execution/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/constructor-execution/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/dynamic-aop/build.xmldist changes1.3modifiedpatriot1burkeaop/docs/examples/cflow/build.xmldist changes1.3modifiedpatriot1burkeaop/docs/examples/composition/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/benchmark/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/caller/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/aspect-annotated/build.xmldist changes1.3modifiedpatriot1burkeaop/docs/examples/beanstyleconf/build.xmldist changes1.2modifiedpatriot1burkeaop/docs/examples/annotation14/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/aspect/build.xmldist changes1.5modifiedpatriot1burkeaop/docs/examples/annotation/build.xmldist changes1.3modifiedpatriot1burkeaop/docs/examples/annotation-introductions/build.xmldist changes1.4modifiedpatriot1burkeaop/docs/examples/all/build.xmldist changes1.47modifiedpatriot1burkeaop/build.xmldist changes1.3modifiedpatriot1burkeaop/docs/index.htmldist changes



[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - JBoss Cache AOP

2004-09-24 Thread Sparky
Hi 
this is related to configuring idletime in AOP.suppose if i set the idle time as 5 
seconds for a region.then i put object in that region and after 4 seconds(put thread 
to sleep for 4 seconds) i cud able to retrieve the object from that region.nowafter 2 
seconds (sleep the same thread for another two seconds ) and if i retrieve the object 
from that region ,i am getting a null value.i applied the same scenario for 
TreaCache.it is not behaving like TreeCache AOP.plz provide me detailed explaination.I 
also need to get the time at which last object has been put into a region .last 
modified time of the region.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849249#3849249

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849249


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.37 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040924025531Lbuild.37
BUILD COMPLETE - build.37Date of build: 09/24/2004 02:55:31Time to build: 21 minutes 9 secondsLast changed: 09/24/2004 02:09:59Last log entry: Update the selection of the mbean operation to match the by name and operation signature. If there is no exact op matched based on an all String signature, the match is based on arg count. This will still be ambiguous if the target mbean has overloaded ops with the same parameter counts.




    Unit Tests: (0) 
 Modifications since last build: (1)1.10.4.1modifiedstarksmconsole/src/main/org/jboss/console/twiddle/command/InvokeCommand.javaUpdate the selection of the mbean operation to match the by name and operation signature. If there is no exact op matched based on an all String signature, the match is based on arg count. This will still be ambiguous if the target mbean has overloaded ops with the same parameter counts.



[JBoss-dev] [ jboss-Bugs-1014079 ] Creation of element failed: javax.xml.rpc.encoding.TypeMappi

2004-09-24 Thread SourceForge.net
Bugs item #1014079, was opened at 2004-08-23 05:51
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014079&group_id=22866

Category: JBoss-IDE
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Jean-Noel Colin (jncolin)
>Assigned to: Thomas Diesler (tdiesler)
Summary: Creation of element failed: javax.xml.rpc.encoding.TypeMappi

Initial Comment:
I am using jboss-ide 1.3.0 with eclipse 3.0 on a
windows XP Pro machine.
JDK is 1.4.2_05

I created a new J2EE1.3 project, then a package inside
the project, and I try to create a new Web Services Client.

I fill in the form by providing the wsdl file name,
source folder and package.
I leave the default parameters (version to use: 1.1)
and additional behaviour:
Process WSDL imports
Unwrapped/elements literals

When I click finish, I always get an error saying:
Creation of element failed:
javax.xml.rpc.encoding.TypeMapping

Looking at the error log, it seems that eclipse can't
find that class.

I installed jboss-ide following the install/update
procedure in eclipse, without problem.

Can anyone help me fixing this?

Thanks in advance,

Jean-Noel Colin

Error aout 20, 2004 14:23:29.734 Internal Error
java.lang.reflect.InvocationTargetException
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:316)
at
org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at
org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
...
Caused by: java.lang.NoClassDefFoundError:
javax/xml/rpc/encoding/TypeMapping
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)


--

Comment By: Patrick Scharrenberg (scharrenberg)
Date: 2004-09-22 04:52

Message:
Logged In: YES 
user_id=180199

Hi!

exact the same problem here, running linux, fresh eclipse 3, 
jboss-ide 1.3 and doing the same steps jean-noel did.
Didn't got it working.

Patrick

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014079&group_id=22866


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.68 Build Successful

2004-09-24 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040924024043Lbuild.68
BUILD COMPLETE - build.68Date of build: 09/24/2004 02:40:43Time to build: 10 minutes 52 secondsLast changed: 09/24/2004 01:58:38Last log entry: Update the selection of the mbean operation to match the by name and operation signature. If there is no exact op matched based on an all String signature, the match is based on arg count. This will still be ambiguous if the target mbean has overloaded ops with the same parameter counts.




    Unit Tests: (0) 
 Modifications since last build: (1)1.3.2.5modifiedstarksmconsole/src/main/org/jboss/console/twiddle/command/InvokeCommand.javaUpdate the selection of the mbean operation to match the by name and operation signature. If there is no exact op matched based on an all String signature, the match is based on arg count. This will still be ambiguous if the target mbean has overloaded ops with the same parameter counts.