[JBoss-dev] [JBoss Profiler] - Misconfiguration of JBoss-profiler

2004-08-18 Thread npitman
I'm trying to run JBoss-profiler. I'm running on Windows server 2003 dual Xeon JBoss 3.2.5. JBoss-profiler seemed to be installed correctly until I set the socket parameter in the java runtime parameter. I put some more debugging messages in the code. The console program runs but dies on

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: datasource-mapping

2004-08-18 Thread itteerde
i guess the code below is the way to do this? if not plz correct me/point me to the docs - if it is: what task(s)... (question above) /* * Project name : ofas * File name: ConnectorBean.java * * Created on Aug 16, 2004 * Author : itteerde * * History: * * Last

[JBoss-dev] [Web Services] - Re: JBOSS Bug #824187 happens again in 3.2.5 and 4.0.0RC1

2004-08-18 Thread tdiesler
Hi Mario, this bug is inherent to axis-1.1 and its use to the commons-discovery package. What happends is, that axis internally keeps a registry of classloaders it loads resources, factory classes, etc from. When you undeploy a package from jboss we remove the classloader from the jboss

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: datasource-mapping

2004-08-18 Thread itteerde
ok, they appeared in my jbosscmp-jdbc.xml :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845414#3845414 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845414 ---

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

2004-08-18 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040818095659Lbuild.1 BUILD COMPLETE-build.1Date of build:08/18/2004 09:56:59Time to build:23 minutes 9 secondsLast changed:08/18/2004 09:29:22Last log entry:Needed by JBoss.NET

[JBoss-dev] [JBoss IDE] - Missing required libraries

2004-08-18 Thread desarrolladoreshrs
I have installed Eclipse 2, JBoss 3.2.5 and Lomboz 2.1.3, but when i try a simple application the following errors appear: The project was not built due to classpath errors (incomplete or involved in cycle). Missing required library: 'C:jboss-3.2.5/lib/jboss-boot.jar'. Missing required

[JBoss-dev] [Management on JBoss] - Re: re: Web Console - HTML vs. Applet tree

2004-08-18 Thread camel
Hi Ivelin, Can you elaborate on what you mean by right-click context menu and lazy loading? i.e., what do you want to lazy-load? thanks Chris View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845422#3845422 Reply to the post :

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Proposal: Distributed Destinations

2004-08-18 Thread mredeker
All, we are looking for a possibility to send JMS messages to some kind of distributed destination. BEA has something like this in their cluster functionality and I was speaking to Ivelin who told me that the current JBoss JMS Cluster features does not include such feature. I am willing to

[JBoss-dev] [Management on JBoss] - Re: re: Web Console - HTML vs. Applet tree

2004-08-18 Thread Sacha Labourey
- Right-click on an entry of the tree and see a list of contextual entries you can invoke - lazy-load part of the tree only once you really need to open the sub-tree View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845424#3845424 Reply to the post :

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

2004-08-18 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040818114725Lbuild.2 BUILD COMPLETE-build.2Date of build:08/18/2004 11:47:25Time to build:29 minutes 45 secondsLast changed:08/18/2004 11:27:25Last log entry:Add the monitor applet

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Aspect on JSP

2004-08-18 Thread aline_mm
Hi, I want to now how can I apply a Aspect on JSP. I read some papers, and I now that a JSP is like a Servlet... if can I apply a Aspect on a Servlet it is true with a JSP??? If it's is true, someone have a example with JSP??? Tnks' Aline. View the original post :

[JBoss-dev] [JBoss Profiler] - Re: Misconfiguration of JBoss-profiler

2004-08-18 Thread clebertsuconic
This is because you need to start the profilerConsole.jar before starting JBoss with profiler options activated. For example: java -jar profilerConsole.jar 1000 Anyway, I'm working now in create a MBean to start/stop the profiler. There is two SARs being created by the latest build.xml, one

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

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: XML parsing problem with JBossCache

2004-08-18 Thread jpicard
Hi All, I hade the same problem. The problem was in the org.jboss.cache.PropertyConfigurator class. If you look the getSubElementObject function, you will see a mistake in the conditional test. Indeed, the equality test between two String should never be with = sign but with the equals

[JBoss-dev] [Nukes Development] - Updated downloads module

2004-08-18 Thread chasetec
Well I started off forking the downloads module in to a links/bookmark module and I discovered some problems with the download module along the way so I decided to fix those fist. I found one repeatable way to cause an Exception and a module operation that was linked to in one of the views

[JBoss-dev] [Nukes Development] - Re: Updated downloads module

2004-08-18 Thread cooper
what do you want to do ? fix the download module bugs and submit new code ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845446#3845446 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845446

[JBoss-dev] [Nukes Development] - Re: Updated downloads module

2004-08-18 Thread chasetec
Guess I should mention what I did for those that don't want to do a diff and figure it out. Fixed a repeatable exception which can be caused by the following: Go to the details for a download without an editorial, click Editor review. The un-implemented method link was reachable by clicking on

[JBoss-dev] [Nukes Development] - Re: Updated downloads module

2004-08-18 Thread chasetec
what do you want to do ? fix the download module bugs and submit new code ? yep View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845449#3845449 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845449

[JBoss-dev] [Nukes Development] - Re: Updated downloads module

2004-08-18 Thread theute
I will look at the diff and come back to you if needed, i have right access in the CVS and may submit code in your name. Usually the process is to submit patches first then you get CVS access. Thanks for your help ! View the original post :

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

2004-08-18 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040818141440Lbuild.3 BUILD COMPLETE-build.3Date of build:08/18/2004 14:14:40Time to build:39 minutes 13 secondsLast changed:08/18/2004 13:50:20Last log entry:added 3 more tests

[JBoss-dev] [Nukes Development] - Re: Updated downloads module

2004-08-18 Thread theute
Good job, i looked at the diff and made the changes in my 1.1 sandbox, it works great. I hope you will get R/W access to the CVS soon. All your new features should go in HEAD, and all your bug fixes in HEAD and 1.1. I will commit the bug fixes in 1.1 and in HEAD for you as i'd like to finish

[JBoss-dev] [Nukes Development] - New Theme: pure

2004-08-18 Thread theute
I am not into web design at all but i made a theme called 'pure', both to have one more that i tried to make fancy and to experience difficulties that designers can have using Nukes templates system. I commited that theme in Nukes_Branch_1_1 and HEAD First i'd like to know with your different

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: XML parsing problem with JBossCache

2004-08-18 Thread bwang00
Jerome, Good catch!! I will incorporate your fix into upcoming 1.1 release. Thanks a lot, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845469#3845469 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845469

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Clustering JMX(Mbeans).

2004-08-18 Thread bwang00
JBoss has a plan to do MBean HA in the near future. Meanwhile, you can use JBossCache to manage your own state. Basically, you treat JBossCache as a MBean service and then decide yourself in your MBean when to do replication. Or you can spawn a processor thread to process the replication

[JBoss-dev] [Nukes Development] - Re: New Theme: pure

2004-08-18 Thread arnaud.tessier
Hi, We are working on a dynamic theme for Nukes, based on a database element. It is possible to change images, css, fonts, color, layout,.. dynamicaly. For instance, this is a beta version. you can look the result on our website which use it : http://www.altervisions.com Sorry we have only

[JBoss-dev] [Nukes Development] - Re: New Theme: pure

2004-08-18 Thread arnaud.tessier
Hi, We are working on a dynamic theme for Nukes, based on a database element. It is possible to change images, css, fonts, color, layout,.. dynamicaly. For instance, this is a beta version. you can look the result on our website which use it : http://www.altervisions.com Regards View the

[JBoss-dev] [Nukes Development] - Problems with BB module

2004-08-18 Thread Ana Bela
Hi!! I have another problem... My module BB have a error,when acced to the url:/nukes/index.html?module=bbop=main, but only when the user are log... ERROR [bb]Not possible to invocate the operation java.lang.NullPointerException at

[JBoss-dev] [JBoss IDE] - Re: Jboss-ide Version 1.3

2004-08-18 Thread mcpierce
Is there something a little more in-depth than the tutorial? For instance, I'm trying to generate local home and local interfaces for some entity beans but am having a hard time figuring it out. Maybe a reference to an XDoclet tutorial would help? View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: JBoss AOP vs. AspectJ

2004-08-18 Thread kabkhan
Sorry I'm not able to look at this in very much detail right now. Also, look at combining the .jar and .aop in an ear as shown in the tutorial. The tutorial is by now means a complete guide to all possible packaging options, just shows a few configurations I got working. I have to admit I

[JBoss-dev] [Nukes Development] - Re: ClassCastException in downloads

2004-08-18 Thread k-dub
chasetec wrote : Was the URL(File link) you used for the download correct and it started with http://? The url is correct, but it starts with ftp://. Does that matter? Why? I haven't used PostNuke before, so I don't know what the precedents are, but it seems to me I should be able to provide

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBossCache in production

2004-08-18 Thread bwang00
Check, This is great! Keep it going. :-) -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845492#3845492 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845492 ---

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

2004-08-18 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040818202413Lbuild.4 BUILD COMPLETE-build.4Date of build:08/18/2004 20:24:13Time to build:22 minutes 15 secondsLast changed:08/18/2004 20:01:23Last log entry:Build http-scoped.war

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - single instance vs multiple instances

2004-08-18 Thread mounikap
Hi, I wanted to know what would be the advantages or disadvantages of having a single cache for all different types of data being stored in a cache versus having a seperate tree cache instance of each type of objects stored in the cache in the production environment. To explain my question in

[JBoss-dev] [Nukes Development] - Re: Upcoming Nukes 1.1

2004-08-18 Thread theute
I fixed some more bugs, i think 1.1 is about to be ready (or is already). If some more people can try the cvs branch Nukes_Branch_1_1 and let me know if you find any bug. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845509#3845509 Reply to the post :

[JBoss-dev] [Benchmarking] - Help: down of SPECjAppServer2002 kit fails...

2004-08-18 Thread ijohnyiii
Hi, I am trying to download the kit, using the cmd line as mentioned on the jboss web-site, but it fails. The cmd line used is cvs -z3 -d:pserver:[EMAIL PROTECTED] :/cvsroot/jboss co specj The errors are: cvs [checkout aborted]: connect to cvs.sourceforge.net:2401 failed: connection timed

[JBoss-dev] [Benchmarking] - Re: Help: download of SPECjAppServer2002 kit fails...

2004-08-18 Thread ijohnyiii
ijohnyiii wrote : : sorry, in the subject i meant download and not down! | | Hi, | I am trying to download the kit, using the cmd line as mentioned on the jboss web-site, but it fails. The cmd line used is | | cvs -z3 -d:pserver:[EMAIL PROTECTED] | :/cvsroot/jboss co specj |

[JBoss-dev] [ jboss-Bugs-1011898 ] Typo ingoring in console warning

2004-08-18 Thread SourceForge.net
Bugs item #1011898, was opened at 2004-08-19 11:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1011898group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-1011898 ] Typo ingoring in console warning

2004-08-18 Thread SourceForge.net
Bugs item #1011898, was opened at 2004-08-19 11:27 Message generated for change (Settings changed) made by andrew64 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1011898group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None

[JBoss-dev] [JBoss Profiler] - Re: Misconfiguration of JBoss-profiler

2004-08-18 Thread npitman
Thanks Clebert. That did the trick. I used the JMX console to start and stop it and it works like a charm. And, as promised, the first run produced some very interesting results... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845535#3845535 Reply to the

[JBoss-dev] [Security on JBoss] - UserRoles getting cleared by cache flushing after 30 minutes

2004-08-18 Thread jcl
I have been working on a SecurityException that happens about 30 minutes into a stress test. The stress test basically keeps getting a bean and invoking a method on that bean. Works great for about 30 minutes. Then it fails. It isn't doing anything different at the 30 minute mark. I turned on

[JBoss-dev] [JBoss Profiler] - Re: method entry/exit

2004-08-18 Thread clebertsuconic
About the speed of processing... Are you analyzing the data in a instance without profiling right? Capture inside JBoss, and analyze in a instance without profiler options. In that instance, you probably would need to add memory, depending on what you are profilling. Maybe you would use a

[JBoss-dev] [Persistence development forum] - Re: Hibernate : Question of Migration Strategy

2004-08-18 Thread ivelin
Migrating to Hibernate is a pretty safe bet. If you prefer a standard API, you can wait a few months for the EJB 3 release in JBoss 4.2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845539#3845539 Reply to the post :

[JBoss-dev] [Persistence development forum] - Embedded Hibernate service question

2004-08-18 Thread ivelin
[Steve] NM, apparently ServiceMBeanSupport itself has those capabilities... From: Steve Ebersole Sent: Wed 8/18/2004 10:25 PM To: Alexey Loubyansky; 'Christian Bauer'; 'Gavin King' Cc: Ivelin Ivanov Subject: RE:

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Clustering related Question: Case 1843

2004-08-18 Thread ivelin
Please find attached a write-up that briefly explains the problem, the causes and suggests several solutions. The Problem If there are two ore more cluster nodes with a HASingleton service enabled and the master service instance shuts down (explicit node shutdown, for example), there is a