[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: DataOutput vs. ObjectStream for Marshaller interface

2004-08-26 Thread telrod
Ok. I agree with: public void write(Object dataObject, ObjectOutput output) throws IOException; Eventhough I would rather use an interface instead of an abstract class, would still be able to over write all the methods of ObjectOutput for a custom implementation. Am not sure what you mean by

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040827055656Lbuild.33 BUILD COMPLETE - build.33Date of build: 08/27/2004 05:56:56Time to build: 21 minutes 26 secondsLast changed: 08/27/2004 04:50:11Last log entry: Add a priviledged action for ge

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: DataOutput vs. ObjectStream for Marshaller interface

2004-08-26 Thread [EMAIL PROTECTED]
I would say the signature should be: public void write(Object dataObject, ObjectOutput output) throws IOException; The transport layer providing the stream to the marshalling layer will have to be able to support the additional writeObject(Object obj) method. If a transport has no stream capab

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040827052922Lbuild.34 BUILD COMPLETE - build.34Date of build: 08/27/2004 05:29:22Time to build: 22 minutes 6 secondsLast changed: 08/27/2004 05:09:22Last log entry: A valve that associates the j_u

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Better loadtime AOP in CVS with JDK 1.5

2004-08-26 Thread Bill Burke
Just committed code to take advantage of JDK 5.0's java.lang.instrument package. I think we may even be able to instrument JDK system classes with this approach. Haven't tried yet. To try it out, build the distribution and look at the build scripts of the tutorial. Bill View the original pos

[JBoss-dev] [JBoss Remoting, Unified Invokers] - DataOutput vs. ObjectStream for Marshaller interface

2004-08-26 Thread telrod
In the remoting refactor, will be introducing a Marshaller interface. Would like the main method of this interface to have the following signature: public void write(Object dataObject, DataOutput output) throws IOException so that the marshaller will marshal the dataObject to the DataOutput. W

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040827043346Lbuild.32 BUILD COMPLETE - build.32Date of build: 08/27/2004 04:33:46Time to build: 21 minutes 21 secondsLast changed: 08/27/2004 04:13:46Last log entry: Fix adding indexes in an existi

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: ClassLoader Problem

2004-08-26 Thread telrod
Is the callbackobject class (x.y.sample) within the server deoployment file? The server is giving the error because it can not load this class. Although you are implementing the interface from the server, the server still has to load the actual implementation class when it gets server side.

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040827022550Lbuild.31 BUILD COMPLETE - build.31Date of build: 08/27/2004 02:25:50Time to build: 20 minutes 51 secondsLast changed: 08/27/2004 02:05:50Last log entry: Add a SetContextInfoAction for

[JBoss-dev] [Nukes Development] - Classpath problem when compiling customized Modules

2004-08-26 Thread dontrango
Hi, sorry for this cross-posting. While looking through this devel forum, I realize that my post may have been more relevant here. This is the post on "http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53467"; : I'll update this page once I try the suggestions given by theute. I have th

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040827013740Lbuild.30 BUILD COMPLETE - build.30Date of build: 08/27/2004 01:37:40Time to build: 18 minutes 29 secondsLast changed: 08/27/2004 01:10:22Last log entry: added flushing, interceptor, un

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040827010143Lbuild.33 BUILD COMPLETE - build.33Date of build: 08/27/2004 01:01:43Time to build: 23 minutes 27 secondsLast changed: 08/27/2004 00:41:43Last log entry: Added faq for oom

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Rules Engine Working Memory in JBoss-Cache

2004-08-26 Thread Kieran
Bela / Ben, At your suggestion, I took the following two steps: 1. Added POJOs contained within drools rules engine packages into jboss-aop.xml 2. Wrote a program (attached) to exercise the cache This was successful. Thanks. source code import org.jboss.cache.aop.TreeCacheAop; import

[JBoss-dev] [JBoss IDE] - Re: Jboss-ide 1.3.0 Tutorial. Xdoclet not generating web.xm

2004-08-26 Thread wwright
Well, I have pulled my hair out and exhausted my ideas for getting xdoclet to work with the 1.3.0 jboss-ide tutorial. I just using the merge files, for now If anyone is interested here's the zip file my jboss-ide 1.3.0 tutorial directory and post it on a url. http://www.geocities.com/wwri

[JBoss-dev] [ jboss-Bugs-1017163 ] webservice methods with > 1 args

2004-08-26 Thread SourceForge.net
Bugs item #1017163, was opened at 2004-08-26 22:21 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=1017163&group_id=22866 Category: JBossSOAP Group: CVS HEAD Status: Open Resolut

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Removing node from cache causes problem (using LRUPolicy

2004-08-26 Thread Uwen
Hi Ben, your refactoring of LRUAlgorithm and related classes has definitely solved this issue, good work! Thanks, -Uwe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846351#3846351 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: 1.02 java.lang.RuntimeException: LRUAlgorithm.evict()

2004-08-26 Thread bwang00
Uwe, That is good news, isn't it? Octopus, can you download the latest jboss-head and test it again? I have minor changes checked in yesterday. Make sure Region.java now has a warning message for reaching over the threshold value. If there is still an issue, I'd like to track it down. I ran yo

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: 1.02 java.lang.RuntimeException: LRUAlgorithm.evict()

2004-08-26 Thread Uwen
Octopus, Ben, using the most current sources from jboss-head and the posted testcase, I can't find the described issue. I did a lot of testing, but I am afraid - I cant help... -Uwe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846348#3846348 Reply to the

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040826184854Lbuild.32 BUILD COMPLETE - build.32Date of build: 08/26/2004 18:48:54Time to build: 31 minutes 27 secondsLast changed: 08/26/2004 18:19:02Last log entry: Bug Fix [932326] - recreate th

[JBoss-dev] [ jboss-Bugs-993783 ] SpyMessageConsumer.receive() hangs after SpyJMSException

2004-08-26 Thread SourceForge.net
Bugs item #993783, was opened at 2004-07-19 13:55 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=993783&group_id=22866 Category: JBossMQ Group: v3.2 >Status: Closed Resolution: Postponed Prior

[JBoss-dev] [ jboss-Bugs-601193 ] jndiView.list Fails with ExternalContext

2004-08-26 Thread SourceForge.net
Bugs item #601193, was opened at 2002-08-28 10:09 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=601193&group_id=22866 Category: None >Group: v3.0 Rabbit Hole Status: Open Resolution: None Pri

[JBoss-dev] [ jboss-Bugs-598335 ] Mbeans not deploying/redeploying

2004-08-26 Thread SourceForge.net
Bugs item #598335, was opened at 2002-08-21 16:25 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=598335&group_id=22866 Category: None >Group: v3.0 Rabbit Hole Status: Open Resolution: None Pri

[JBoss-dev] [ jboss-Bugs-959287 ] Exception while trying to stop the JBOSS server

2004-08-26 Thread SourceForge.net
Bugs item #959287, was opened at 2004-05-24 07:48 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=959287&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-737358 ] (3.0.7) Form based auth jetty issue

2004-08-26 Thread SourceForge.net
Bugs item #737358, was opened at 2003-05-13 22:47 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=737358&group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-718359 ] Jetty exception logging inconvient

2004-08-26 Thread SourceForge.net
Bugs item #718359, was opened at 2003-04-09 16:18 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=718359&group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-757934 ] Impossible to hot-redeploy a webservice

2004-08-26 Thread SourceForge.net
Bugs item #757934, was opened at 2003-06-20 14:59 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=757934&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed Resolution:

[JBoss-dev] [ jboss-Bugs-768400 ] Could not write to the tranaction log

2004-08-26 Thread SourceForge.net
Bugs item #768400, was opened at 2003-07-09 12:07 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=768400&group_id=22866 Category: Aspects Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Wo

[JBoss-dev] [ jboss-Bugs-736653 ] invalid console appender config detected

2004-08-26 Thread SourceForge.net
Bugs item #736653, was opened at 2003-05-12 20:20 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=736653&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-731061 ] A bug - exception java.lang.AbstractMethodError

2004-08-26 Thread SourceForge.net
Bugs item #731061, was opened at 2003-05-01 23:06 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=731061&group_id=22866 Category: None Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Out o

[JBoss-dev] [ jboss-Bugs-717724 ] Cannot use MLET service

2004-08-26 Thread SourceForge.net
Bugs item #717724, was opened at 2003-04-08 19:23 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=717724&group_id=22866 Category: JBossMX Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Ou

[JBoss-dev] [ jboss-Bugs-645670 ] Client cannot find ResourceException

2004-08-26 Thread SourceForge.net
Bugs item #645670, was opened at 2002-11-29 12:24 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=645670&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-658711 ] Error on MDB message receiving

2004-08-26 Thread SourceForge.net
Bugs item #658711, was opened at 2002-12-26 16:15 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=658711&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-633528 ] Unable to get InitialContext using IIOP

2004-08-26 Thread SourceForge.net
Bugs item #633528, was opened at 2002-11-04 23:09 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633528&group_id=22866 Category: None Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Invalid

[JBoss-dev] [ jboss-Bugs-590100 ] getRollbackOnly, no IllegalStateExceptio

2004-08-26 Thread SourceForge.net
Bugs item #590100, was opened at 2002-08-02 12:46 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=590100&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-580636 ] Jetty should use the JBoss tmp dir

2004-08-26 Thread SourceForge.net
Bugs item #580636, was opened at 2002-07-12 16:21 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=580636&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-588312 ] Confusing Error

2004-08-26 Thread SourceForge.net
Bugs item #588312, was opened at 2002-07-30 00:11 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=588312&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed Resolution:

[JBoss-dev] [ jboss-Bugs-603238 ] Unpacked EARs can't be redeployed

2004-08-26 Thread SourceForge.net
Bugs item #603238, was opened at 2002-09-01 20:05 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=603238&group_id=22866 Category: CatalinaBundle Group: v2.4 (stable) >Status: Closed >Resolution

[JBoss-dev] [ jboss-Bugs-559628 ] Incorrectly throwing RollbackException

2004-08-26 Thread SourceForge.net
Bugs item #559628, was opened at 2002-05-23 13:43 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=559628&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-823678 ] Bind exceptions

2004-08-26 Thread SourceForge.net
Bugs item #823678, was opened at 2003-10-14 20:12 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=823678&group_id=22866 Category: JBossServer Group: v2.3 (unstable) >Status: Closed >Resolution:

[JBoss-dev] [ jboss-Bugs-671897 ] Deadlock in FactoryURLClassloader (stacktrace with deadlock)

2004-08-26 Thread SourceForge.net
Bugs item #671897, was opened at 2003-01-21 17:06 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=671897&group_id=22866 Category: None Group: v2.4 (stable) >Status: Closed >Resolution: Out of D

[JBoss-dev] [ jboss-Bugs-637940 ] NamingService doesn't close context

2004-08-26 Thread SourceForge.net
Bugs item #637940, was opened at 2002-11-13 19:24 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=637940&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-605539 ] XADatasourceLoader stopService() Bug

2004-08-26 Thread SourceForge.net
Bugs item #605539, was opened at 2002-09-06 12:24 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=605539&group_id=22866 Category: None Group: v2.4 (stable) >Status: Closed >Resolution: Out of D

[JBoss-dev] [ jboss-Bugs-600379 ] LocalDirInstaller, J2eeDeployer

2004-08-26 Thread SourceForge.net
Bugs item #600379, was opened at 2002-08-26 19:04 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=600379&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-596355 ] XADataSourceLoader fails when maxSize=0

2004-08-26 Thread SourceForge.net
Bugs item #596355, was opened at 2002-08-17 05:52 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=596355&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: O

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040826165054Lbuild.29 BUILD COMPLETE - build.29Date of build: 08/26/2004 16:50:54Time to build: 24 minutes 57 secondsLast changed: 08/26/2004 16:30:37Last log entry: Bug Fix [1008001]: Give a reaso

[JBoss-dev] [ jboss-Bugs-598255 ] ObjectCollectedException false? or not

2004-08-26 Thread SourceForge.net
Bugs item #598255, was opened at 2002-08-21 13:44 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=598255&group_id=22866 Category: JBossTest Group: v2.4 (stable) >Status: Closed >Resolution: Out

[JBoss-dev] [ jboss-Bugs-558362 ] sfsb loses security on passivate

2004-08-26 Thread SourceForge.net
Bugs item #558362, was opened at 2002-05-20 17:37 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=558362&group_id=22866 Category: JBossServer Group: v2.4 (stable) >Status: Closed >Resolution: O

[JBoss-dev] [ jboss-Bugs-1014373 ] NPE in JBossSecurityMgrRealm.getCachingPrincpal()

2004-08-26 Thread SourceForge.net
Bugs item #1014373, was opened at 2004-08-23 16:25 Message generated for change (Comment added) made by daemon23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014373&group_id=22866 Category: JBossSX Group: v3.2 Status: Open Resolution: None Priority: 9

[JBoss-dev] [ jboss-Bugs-987093 ] Reference to old instance when redeploy

2004-08-26 Thread SourceForge.net
Bugs item #987093, was opened at 2004-07-08 08:09 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987093&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Postponed Pri

[JBoss-dev] [ jboss-Bugs-996536 ] Wrong deployment state for non deployable files

2004-08-26 Thread SourceForge.net
Bugs item #996536, was opened at 2004-07-23 13:28 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=996536&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Wont Fix Prio

[JBoss-dev] [ jboss-Bugs-994258 ] .ear w/Web module: WEB-INF/jboss-web.xml isn't read?

2004-08-26 Thread SourceForge.net
Bugs item #994258, was opened at 2004-07-20 03:50 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=994258&group_id=22866 Category: JBossWeb Group: v3.2 >Status: Closed >Resolution: Postponed Priori

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fails on Java 1.3.1

2004-08-26 Thread bela
they're generated as part of the build Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846326#3846326 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846326 ---

[JBoss-dev] [ jboss-Bugs-1004644 ] Scheduler loading problem

2004-08-26 Thread SourceForge.net
Bugs item #1004644, was opened at 2004-08-06 14:28 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1004644&group_id=22866 Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Invalid Pri

[JBoss-dev] [ jboss-Bugs-1006457 ] Timers are not cancelled when hot-redeploying

2004-08-26 Thread SourceForge.net
Bugs item #1006457, was opened at 2004-08-10 08:08 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1006457&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole >Status: Closed >Resolution:

[JBoss-dev] [ jboss-Bugs-1008001 ] NamingService.startService() assumes jndi.properties exists

2004-08-26 Thread SourceForge.net
Bugs item #1008001, was opened at 2004-08-12 15:12 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1008001&group_id=22866 Category: JBossServer Group: v4.0 >Status: Closed >Resolution: Fixed Pr

[JBoss-dev] [ jboss-Bugs-932326 ] JBossMQ client crash when running from java applet

2004-08-26 Thread SourceForge.net
Bugs item #932326, was opened at 2004-04-09 14:38 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=932326&group_id=22866 Category: JBossMQ Group: v3.2 >Status: Closed >Resolution: Fixed Priority

[JBoss-dev] [ jboss-Bugs-1009873 ] ClassCastException using JNDI with scoped Classloading

2004-08-26 Thread SourceForge.net
Bugs item #1009873, was opened at 2004-08-16 09:04 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1009873&group_id=22866 >Category: JBossWeb Group: v3.2 >Status: Closed >Resolution: Wont Fix Prio

[JBoss-dev] [ jboss-Bugs-1011403 ] mixed ClassLoaders across apps

2004-08-26 Thread SourceForge.net
Bugs item #1011403, was opened at 2004-08-18 12:43 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1011403&group_id=22866 >Category: JBossMX >Group: v3.2 >Status: Closed >Resolution: Wont Fix Prio

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - DO NOT POST USER QUESTIONS HERE

2004-08-26 Thread [EMAIL PROTECTED]
Post user questions here: http://www.jboss.org/index.html?module=bb&op=viewforum&f=63 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846322#3846322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846322 --

[JBoss-dev] [ jboss-Bugs-1014373 ] NPE in JBossSecurityMgrRealm.getCachingPrincpal()

2004-08-26 Thread SourceForge.net
Bugs item #1014373, was opened at 2004-08-23 07:25 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014373&group_id=22866 Category: JBossSX Group: v3.2 Status: Open Resolution: None Priority: 9

[JBoss-dev] [JBoss IDE] - application.xml very strange thing

2004-08-26 Thread parpaite
when i create a application.xml file in my Jboss project, Eclipse try to open the ear editor. I also notice that the small icon is not the icon for a xml file ( this one is orange with a small J). he does this only for the application.xml, if i create another XYZ.xml file, everything is ok with

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Problems to create MBean, if JBOSS is started under isolated

2004-08-26 Thread saint
If i uncomment in the jboss-service.xml isolated-attribute then i cant create my MBeans as follows: mBeanServer.createMBean(). Can someone tell me what i must configure that i can use the createMBean-Method. I know that there is another method to create MBeans, but i cant use the method to

[JBoss-dev] [ jboss-Bugs-1016951 ] "Configuredxxx" elements cannot work

2004-08-26 Thread SourceForge.net
Bugs item #1016951, was opened at 2004-08-26 23:21 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=1016951&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution:

[JBoss-dev] [JBoss IDE] - Can not find javax.servlet.jar ?

2004-08-26 Thread parpaite
I have downloaded Jboss 3.0 i can find javax.servlet.jar. I have downloaded JBoss 4.0 i can find javax.servlet.jar. I want to use JBoss 3.2, i have downloaded JBoss3.2 but no javax.servlet.jar in the zip, why ? I don't understand why this jar disappear in JBoss 3.2, can you explain me please ? Tha

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - HAJNDI Replication time (blocking bind?)

2004-08-26 Thread ameadows
We are currently using HAJNDI and are wondering if there were any data integrity issues that were possible as data is replicated across a cluster. For example, if an object is retrieved from HAJNDI, modified, and rebound, does the rebind return before or after the data has been replicated acro

[JBoss-dev] [ jboss-Bugs-1014373 ] NPE in JBossSecurityMgrRealm.getCachingPrincpal()

2004-08-26 Thread SourceForge.net
Bugs item #1014373, was opened at 2004-08-23 16:25 Message generated for change (Comment added) made by daemon23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014373&group_id=22866 Category: JBossSX Group: v3.2 >Status: Open >Resolution: None >Priority

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

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040826143836Lbuild.31 BUILD COMPLETE - build.31Date of build: 08/26/2004 14:38:36Time to build: 21 minutes 49 secondsLast changed: 08/26/2004 13:17:10Last log entry: install jboss-aspect-library.j

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fails on Java 1.3.1

2004-08-26 Thread norbert
I can't find TreeCacheMBean, TreeCacheViewMBean TreeCacheAOPMBean in CVS. I guess they are without version-control placed on your harddisk. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846296#3846296 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-dev] jboss-3.2 build.28 Build Fixed

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040826140818Lbuild.28 BUILD COMPLETE - build.28Date of build: 08/26/2004 14:08:18Time to build: 20 minutes 9 secondsLast changed: 08/26/2004 10:50:48Last log entry: MBeanXYDataset extends AbstractX

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - New PersistenceManager for XMBeans

2004-08-26 Thread [EMAIL PROTECTED]
There is a new PersistenceService for XMBeans, along with an XML-based AttributePersistenceManager implementation. Details can be found at: http://www.jboss.org/wiki/Wiki.jsp?page=XMBeanAttributePersistenceService Cheers /Dimitris View the original post : http://www.jboss.org/index.html?modul

[JBoss-dev] jboss-head build.30 Build Fixed

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040826112338Lbuild.30 BUILD COMPLETE - build.30Date of build: 08/26/2004 11:23:38Time to build: 29 minutes 39 secondsLast changed: 08/26/2004 10:45:47Last log entry: MBeanXYDataset extends Abstrac

[JBoss-dev] [Security on JBoss] - Jaas Works also for services ?

2004-08-26 Thread Wolff
Hallo my name is stephan i'm student . and i have done some experiments with jboss. I have build an simple EJB and have done the Jaas configuration. I have edit service-login.config and add my own security-domain with UserRolesLoginModule. than I deploy my EJB with user,roles properties a

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: 1.02 java.lang.RuntimeException: LRUAlgorithm.evict()

2004-08-26 Thread octopus
Ben, just to assure it's not an artificial case: the bug appears in my real application where cache is to cache stock charts which are produced in relatively long time but frequently requested from web (8-digit requests daily). I reproduce this bug just running some 10 threads in JMeter making w

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: 1.02 java.lang.RuntimeException: LRUAlgorithm.evict()

2004-08-26 Thread octopus
Ben, Here's a test unit which reproduces this bug in 100% run. default local-eviction-service.xml is taken with no changes. _defatlt_ region is used with maxModes=5000. Here it is: | public void test2() throws Exception { | cache = new TreeCache(); | PropertyConfigurat

[JBoss-dev] [JBossWS] - Where does JBoss keep its services

2004-08-26 Thread question
I have to write a service for JBoss to work with MS SQL Server... I've never did it before... How to do it, and where will my service be kept at the hard drive? Service should be like this: User --- clicks button "Show Users" ---> JBoss --- SELECT * FORM Users ---> MSSQL Server --- ResultSet

[JBoss-dev] jboss-head Build Failed

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040826084221 BUILD FAILEDAnt Error Message: file:/home/jbossci/cc3/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 08/26/2004 08:42:21Time to build: 16 minutes 53 secondsLast changed: 08/26/2004 08:13

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - how to deploy MBeans

2004-08-26 Thread itteerde
ok, outing myself as the noob... i have my MBean interface and implementing class i want to deploy to JBoss 3.2.5 in order to manage the components behaviour using the JBoss JMX-Console. how do i deploy a MBean/where is the documentation how to do it? (in the 321book there seems to be only an e

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: 1.02 java.lang.RuntimeException: LRUAlgorithm.evict()

2004-08-26 Thread octopus
Uwen, Ben, Of course I do not consider this particular out of memory exception as a bug. The thing is OutOfMem CAUSED by exception which is this thread's topic. In my last post - take a look - first this exception appeared, it repeated with each eviction cycle effectively stopping eviction. Th

[JBoss-dev] jboss-3.2 Build Failed

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040826070513 BUILD FAILEDAnt Error Message: file:/home/jbossci/cc3/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 08/26/2004 07:05:13Time to build: 17 minutes 28 secondsLast changed: 08/26/2004 06:17:

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Getting Statistics

2004-08-26 Thread balamurali
I want to monitor Jboss App server without using the web-console. Is it possible?Pls explain how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846258#3846258 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846258 -

[JBoss-dev] jboss-head Build Failed

2004-08-26 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040826064352 BUILD FAILEDAnt Error Message: file:/home/jbossci/cc3/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 08/26/2004 06:43:52Time to build: 16 minutes 50 secondsLast changed: 08/26/2004 06:15