[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Is anyone using TreeCache in production?

2004-06-21 Thread bwang00
OK. I have fixed the performance bottleneck problem in LRUPolicy. I replaced the eviction queue from BoundLinkedQueue to BoundedBuffer. I have also increased the initial capacity of the queue. Eventually, we will externalize the initial capacity in the next full release. I have run the example

[JBoss-dev] [ jboss-Bugs-976596 ] InvocationTargetException saving xdoclet/pack configuration

2004-06-21 Thread SourceForge.net
Bugs item #976596, was opened at 2004-06-21 11:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=976596group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution:

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

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621044354Lbuild.222 BUILD COMPLETE-build.222Date of build:06/21/2004 04:43:54Time to build:15 minutes 35 secondsLast changed:06/21/2004 04:15:42Last log entry:Add some context to the errors

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

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621052337Lbuild.223 BUILD COMPLETE-build.223Date of build:06/21/2004 05:23:37Time to build:13 minutes 30 secondsLast changed:06/21/2004 04:59:40Last log entry:Fix the broken container method

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: cvs build questions on jboss-head and jms

2004-06-21 Thread [EMAIL PROTECTED]
You don't have a valid jboss-head checkout if your jboss-head/thirdparty does not look like: | [EMAIL PROTECTED] jboss-head]$ ls thirdparty/ | CVS/ gjt-jpl-util/ sun-jaf/ | README.txtgnu-getopt/ sun-javacc/ | apache-avalon/

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621073307 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 07:33:07Time to build:13 minutes 14 secondsLast

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Announcement: JBossCache1.02 is ready

2004-06-21 Thread bwang00
This release mainly addresses the performance problem in the LRU eviction policy. The download link is here: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=102339 Enjoy, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839385#3839385

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621084851 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 08:48:51Time to build:13 minutes 0 secondsLast

[JBoss-dev] [Nukes Development] - display my module in a new window

2004-06-21 Thread pista
Hi !! I'd want to know how to display the output of a module or of a JSP in a new window. I don't want that appear in the main content area of Nukes but in a new black window. Thanks a lot for your help ! View the original post :

[JBoss-dev] [Nukes Development] - Re: display my module in a new window

2004-06-21 Thread pista
not black window but blank window ! Sorry View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839393#3839393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839393 --- This

[JBoss-dev] [ jboss-Bugs-962533 ] Problem compiling jsp with jdk 1.5

2004-06-21 Thread SourceForge.net
Bugs item #962533, was opened at 2004-05-28 19:43 Message generated for change (Comment added) made by patriot1burke You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=962533group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority:

[JBoss-dev] [Nukes Development] - Bean in session

2004-06-21 Thread pista
Hi ! How to put a bean in session? Because I use a bean in my jsp and I have this error message : anonymous wrote : jsp.error.useBean.noSession Thanks in advanced View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839409#3839409 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Thread safety?

2004-06-21 Thread mfrost
We are planning to use the TreeCache in our clustered production JBoss environment. We will be invoking the TreeCache methods (via JMX MBean) from a Stateless Session Bean. Are there any threading issues to consider? We have currently not placed any synchronization around any method calls to

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621112135 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 11:21:35Time to build:18 minutes 40 secondsLast

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - API request exists(Fqn, key)

2004-06-21 Thread mfrost
Would it be possible to include the following on TreeCache: | boolean exists(Fqn fqn, String key) | Which will return true if a value exists at the specified node for the specified key. I've currently used the get(Fqn, key) method and tested for null. cheers mark View the original post

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Thread safety?

2004-06-21 Thread bela
You should be fine; TreeCache is thread-safe. Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839433#3839433 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839433

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: API request exists(Fqn, key)

2004-06-21 Thread bela
I recently added an exists(Fqn) method, I'll add another one for exists(Fqn, Object key). Note, that there is a diff between get() and exists(): get will try to load the node/value from the CacheLoader, whereas exists() will not (just a memory check). Bela View the original post :

[JBoss-dev] [ jboss-Bugs-962533 ] Problem compiling jsp with jdk 1.5

2004-06-21 Thread SourceForge.net
Bugs item #962533, was opened at 2004-05-28 19:43 Message generated for change (Comment added) made by patriot1burke You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=962533group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - AOP Security Service

2004-06-21 Thread kado0002
Hello I want to use AOP Security Service, but first I' ve got a general question. How can I use programmatic security with AOP Security Service? Or isn't it possible to use this possibility with AOP Security Service? Many applications use programmatic security and I must reengineer an EJB

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621141925 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 14:19:25Time to build:17 minutes 3 secondsLast

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP Security Service

2004-06-21 Thread Bill Burke
This is on my todo list, but I've never gotten around to it. So you want a SecurityContext object that has: getCaller getRole isCallerInRole what else? To get access to it, I was thinking of a field annotation. | public MyClass { |@Inject SecurityContext securityContext; | | }

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

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040621144620Lbuild.99 BUILD COMPLETE-build.99Date of build:06/21/2004 14:46:20Time to build:21 minutes 41 secondsLast changed:06/21/2004 13:43:59Last log entry:filter out non-dirs and non-jar files

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621164621 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 16:46:21Time to build:14 minutes 25 secondsLast

[JBoss-dev] [Tomcat] - Re: Shared TreeCache for Session Replication and SSO

2004-06-21 Thread bonhamcm
So did Bela and Brian get together to discuss the solution to this problem? I noticed JBoss 3.2.4 final was released without an example (although setting up a separate TreeCache service was pretty easy). View the original post :

[JBoss-dev] [Tomcat] - Re: Shared TreeCache for Session Replication and SSO

2004-06-21 Thread bonhamcm
We upgraded to JBoss 3.2.4 final and there's no longer an example for the ClusteredSingleSignOnValve (There was in JBoss 3.2.4RC2). So, I added this to server.xml: Valve className=org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn | debug=0 |

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - intercepting proxies

2004-06-21 Thread solo
Hi, Q1) I've been trying to intercept proxies that JBOSS generates on client side for e.g. stateless session beans. I understand why it is not possible in general (since not loaded via the AOP classloader). Though is there any way of doing it anyhow by some programmatic registration. What I

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: intercepting proxies

2004-06-21 Thread Bill Burke
You should be able to do: | call(* $instanceof{EJBInterface}-*(..)) | You said that didn't work. Either there is a bug in JBoss AOP, or you did something wrong. I haven't had a chance to look into it. If you could, please debug this problem and get back to me of why it doesn't work.

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

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621184551Lbuild.224 BUILD COMPLETE-build.224Date of build:06/21/2004 18:45:51Time to build:15 minutes 10 secondsLast changed:06/21/2004 18:09:10Last log entry:removed license

[JBoss-dev] JBoss Test Results: 88 % ( 1746 / 1980 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-06-21 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621204641 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build:06/21/2004 20:46:41Time to build:21 minutes 29 secondsLast

[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-06-21 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: % ( / ) - . JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-06-21 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621222809 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build:06/21/2004 22:28:09Time to build:12 minutes 40 secondsLast

[JBoss-dev] jboss-head Build Failed

2004-06-21 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040621235737 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:06/21/2004 23:57:37Time to build:14 minutes 38 secondsLast

[JBoss-dev] [JBoss IDE] - Does the JBoss-IDE can run in the eclipse 3.0 rc3?

2004-06-21 Thread mail07
I have already installed the JBoss-IDE 1.2.4.30 in my eclipse. But I got a error message when I configured the jboss server and tried to start jboss 3.2.4 server. The error message was: Failed to boot JBoss: java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl at