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

2004-08-19 Thread pilhuhn
You might have a look at the xdoclet homepage at http://xdoclet.sf.net/ and especialy at the references section, that has various references to on- and offline resources. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845552#3845552 Reply to the post :

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040819065135Lbuild.6 BUILD COMPLETE-build.6Date of build:08/19/2004 06:51:35Time to build:24 minutes 50 secondsLast changed:08/19/2004 06:21:16Last log entry:Re-formated

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

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - When starts the replication?

2004-08-19 Thread prese
Hi guys, Currentlly he strugle with a strange situation. Here is the scenario: We are using JBOSS 3.2.5. We have lets say 3 clustered nodes A, B, C. On each of them we have an instance of tree cache. In a normal scenarion: - start node A put some value on the cache on node A - start nodes B, C

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040819074044Lbuild.7 BUILD COMPLETE-build.7Date of build:08/19/2004 07:40:44Time to build:20 minutes 9 secondsLast changed:08/19/2004 07:20:44Last log entry:Fixed correct resources dir

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

2004-08-19 Thread tomerbd
Hi Thanks for the reply :) I used the ignore=* instead of the exclude (In my version I did have in the readme.txt exclude... perhaps in the updated versions its fine) Anyway Its real fast now!! And the data is great! A suggestion, could you add to the report the time in milliseconds it took

[JBoss-dev] [JBossWS] - error deploying example from WS wiki

2004-08-19 Thread aagmon
followed the instruction regarding the buid - build was fine - deployment threw this exception 1:56:32,169 INFO [STDOUT] Retrieving document at 'file:/C:/jboss4/jboss-4.0.0RC1/server/default/tmp/deploy/tmp45768samples-server-web-exp. | ar/WEB-INF/wsdl/server-web.wsdl'. | 1:56:32,184 INFO

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040819085652Lbuild.8 BUILD COMPLETE-build.8Date of build:08/19/2004 08:56:52Time to build:23 minutes 5 secondsLast changed:08/19/2004 07:57:24Last log entry:Fix typo "ingoring"

[JBoss-dev] [JBossWS] - Re: error deploying example from WS wiki

2004-08-19 Thread tdiesler
Works for me 12:22:40,343 INFO [STDOUT] Retrieving document at 'file:/D:/projects/archive/jboss-4.0.0RC1/build/output/jboss-4.0.0RC1 /server/default/tmp/deploy/tmp58284samples-server-web-exp.war/WEB-INF/wsdl/server-web.wsdl'. 12:22:40,718 INFO [WSDLFilePublisher] WSDL published to:

[JBoss-dev] [Nukes Development] - Re: Wrong search in GroupModule

2004-08-19 Thread theute
Fixed, both in Nukes_Branch_1_1 and in HEAD Thanks for the bug report and the patch ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845585#3845585 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845585

[JBoss-dev] [ jboss-Bugs-1008669 ] Seabreeze theme, download module does not render

2004-08-19 Thread SourceForge.net
Bugs item #1008669, was opened at 2004-08-13 14:44 Message generated for change (Comment added) made by theute You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1008669group_id=22866 Category: Nukes Group: CVS HEAD Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-1012184 ] FK Violation deleting 1-1 relationship

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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - java.lang.ClassCastException in Forum_new_$aop

2004-08-19 Thread nthx
Hi. Don't know where to find cause of error: | [java] java.lang.ClassCastException | [java] at org.nthx.pat.demo.Forum.Forum_new_$aop(Unknown Source) | [java] at org.nthx.pat.demo.Driver.main(Unknown Source) | [java] Exception in thread main | Decompiled

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Tree Cache replecation seems to have some problems

2004-08-19 Thread prese
Hi Guys, Im stressing a little bit a JBOSS 3.2.5 cluster and I encounter some problems with tree cache replication. Consider the following scenario: - in each the following nodes A, B, C install the tree cache - put a value on node A and check it an B C --- it is working fine - unplug the

[JBoss-dev] [EJB on JBoss] - Entity beans don't work if not connected to the network

2004-08-19 Thread vedamen
I use myEclipse and JBoss 3.0.8. When I create an CMP entity bean, and deploy it, everything works fine if I am connected to the network. If I am not connected to the network, Session and MDB beans work fine, but when I call an entity bean I get the following error: java.rmi.ServerException:

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - HA Singleton not working when the master node loses network

2004-08-19 Thread canghel
Hi JBoss guys, I am trying to use the HA Singleton mechanism in a JBoss cluster. To test the cluster behaviour I plug the network cable out from the master node. The cluster does not report that the node is down so the controller does not elect a new master node so I end up with a cluster with

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040819163608Lbuild.9 BUILD COMPLETE-build.9Date of build:08/19/2004 16:36:08Time to build:25 minutes 9 secondsLast changed:08/19/2004 16:16:08Last log entry:Backport the fix for forwarding the

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

2004-08-19 Thread chasetec
Yes, the ftp:// did matter. I've made some changes so it doesn't. Assuming you're install from source code your can wait a little bit till my changes make there way into the CVS repository and redownload the source from CVS or your can download an update to the just the downloads module source

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

2004-08-19 Thread chasetec
Based on what was mentioned over at http://www.jboss.org/index.html?module=bbop=viewtopict=53145 I found another bug(s). My new update to the downloads modules is at http://www.ej4l.com/downloads.zip If someone else could try it out that'd be great. Things fixed/changed in this update: 1)

[JBoss-dev] [Security on JBoss] - Re: UserRoles getting cleared by cache flushing after 30 min

2004-08-19 Thread jcl
After trying to get a stack trace of where the logout is coming from I have this problem now showing up in the jms database access. Which seems to be the same problem with cache invalidating subject. I do have a stack trace showing that the logout is coming from the cache flushing. Any ideas on

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

2004-08-19 Thread k-dub
Thank you for clearing that up for me. I am currently using 1.1RC2 from source, but I will try to build from the CVS head and see if that deploys OK. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845644#3845644 Reply to the post :

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

2004-08-19 Thread cooper
1.1RC3 has been tagged today in CVS, however this seems not to be fixed yet. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845649#3845649 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845649

[JBoss-dev] [Tomcat] - debugging with JPDA

2004-08-19 Thread jbeyer
Platform is Eclipse 3.0 and JBoss 3.2.5 with integrated Tomcat. I'm trying to debug JSPs that call EJBs. I'm able to connect to JBoss through JPDA, but haven't figured out how to run Tomcat in debug mode. With standalone Tomcat, it's as simple as passing the command-line argument 'jpda', but

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-head?log=log20040819192739Lbuild.4 BUILD COMPLETE-build.4Date of build:08/19/2004 19:27:39Time to build:36 minutes 0 secondsLast changed:08/19/2004 18:55:25Last log entry:Resolve depedency on j2ee

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

2004-08-19 Thread SuperMario
Hello Thomas, Thanks for your reply. To be honest, I'm a newbie in the JBOSS/Java area. So it's hard for me to understand your explanation of the root problem to my redeploy problem. You want to say that it is not really a bug in jboss, but a wrong coding in axis, or ?! I have an own little

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

2004-08-19 Thread SuperMario
Additional question: Why does it work to redeploy my .war in jboss 3.2.3RC1 ?? Didn't remove jboss 3.2.3RC1 the classloader from the repository amd so axis 1.1 worked with this version ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845662#3845662 Reply to

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

2004-08-19 Thread tdiesler
Hi Mario, you might want to read up on jboss class loading to understand loader repositories, or better get your boss to send you to training. Coping axis-ws4ee.jar to your war has no effect. I looked at the bugfix for #824187 it tried to load some commonly used stuff at service startup time.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Setting EnableTransformer Causes Numerous Stack Traces On St

2004-08-19 Thread ryano
Hello, I'm attempting to deploy a simple stateless session bean with an interceptor. I've tried my own example and I also grabbed the jboss-head and tried using the new injboss example as a guide. I'm not having much luck. I'm using JBoss RC 1. Specifically, I stopped the server and

[JBoss-dev] [Security on JBoss] - Re: UserRoles getting cleared by cache flushing after 30 min

2004-08-19 Thread jcl
Well I think I solved a work around the problem. It seems that an MDB in the system they had put some code to set the jaas environment and call login on the module. Removing this and using the unauthenticatedIdentity in the real module allowed the cache cleanup to not affect anything. But I

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040819200836Lbuild.10 BUILD COMPLETE-build.10Date of build:08/19/2004 20:08:36Time to build:29 minutes 20 secondsLast changed:08/19/2004 18:31:08Last log entry:Updated comment

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Removal of jboss-common.jar dependency

2004-08-19 Thread rkadayam
I noticed that XmlLoadable is the only class that the AOP classes are looking for in the jboss-common.jar, in that case would it be possible to distribute this one class alone in its own jar or packaged with the aop jars. This mainly helps when trying to use jboss-aop with other application

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

2004-08-19 Thread kimptoc_mail
View results here -> http://jboss.kimptoc.net/cc/buildresults/jboss-3.2?log=log20040820032342Lbuild.11 BUILD COMPLETE-build.11Date of build:08/20/2004 03:23:42Time to build:30 minutes 28 secondsLast changed:08/20/2004 02:44:55Last log entry:Added for perf and stress tests

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Deplyment of war files on JBoss

2004-08-19 Thread grn
I have a serious problem when deploying war files on JBoss. As JBoss doesnot explode the war files on deployment I am not able to read the XML file stored inside the war file, from my program. The servlet throws exception while accessing the files. Also in many cases the I have to modify the XML

[JBoss-dev] [JBossWeb] - Deployment of War files on Jboss

2004-08-19 Thread grn
I have a serious problem when deploying war files on JBoss. As JBoss doesnot explode the war files on deployment I am not able to read the XML file stored inside the war file, from my program. The servlet throws exception while accessing the files. Also in many cases the I have to modify the