[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBoss Distribute Cache's error?

2004-09-17 Thread bwang00
This is weird. The second cache is doing state transfer during which to register / in the evition queue. LRUPolicy code should skip this one but it didn't and therefore NPE. I simply can't re-produce it from my setup. Can you zip your test case and send it to [EMAIL PROTECTED] Thanks, -Ben

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040917021121Lbuild.51 BUILD COMPLETE-build.51Date of build:09/17/2004 02:11:21Time to build:11 minutes 44 secondsLast changed:09/17/2004 02:03:31Last log entry:Disable message counter by

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040917023515Lbuild.5 BUILD COMPLETE-build.5Date of build:09/17/2004 02:35:15Time to build:13 minutes 48 secondsLast changed:09/17/2004 02:15:05Last log entry:Include permission

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP with MySQL

2004-09-17 Thread canghel
Hi, after further investigations I noticed that the problem also occurs in case of store. So it seems that transaction rollback doesn't work for CMP EJB when MySQL is used for the database. I changed the DB to Hypersonic and the rollback worked fine. Has anyone any idea why the rollback

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP with mysql

2004-09-17 Thread distributed
hello ppl, I am having exactly the same problem.. in fact three different people have encountered it here at my company. so you r not alone, Claudiu. :) The problem: Transactions are just not rolledback when using CMP and CMT (with attr 'Required') with mysql. I have a simple Entity bean

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP remove

2004-09-17 Thread loubyansky
Not a JBoss problem. Read MySql docs and post to user forums. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848544#3848544 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848544

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP remove

2004-09-17 Thread distributed
oops ! i am really sorry. didnt notice that Claudiu had posted to the devel forum. my mistake. vik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848548#3848548 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848548

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP remove

2004-09-17 Thread canghel
I am also sorry for posting this on a wrong forum. But the problem is still there I think we should move the discussion on the user forum. Vik, thanks for your response. Let us hope that we can find something on the MySQL docs (Alexey in case you know more please tell us ... on the user

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - New CacheLoader: DelegatingCacheLoader

2004-09-17 Thread bela
I added a new CacheLoader, which allows for hierarchical caches, e.g. a first-level cache delegates to a second-level cache. Below is some sample code. There is also a unit test (DelegatingCacheLoaderTest) for reference. | TreeCache firstLevel, secondLevel; | DelegatingCacheLoader

[JBoss-dev] [EJB on JBoss] - Re: Transaction rollback doesn't work for EJB CMP remove

2004-09-17 Thread distributed
discussion continued at: http://www.jboss.org/index.html?module=bbop=viewtopict=54234 vik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848554#3848554 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848554

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040917060250Lbuild.177 BUILD COMPLETE-build.177Date of build:09/17/2004 06:02:50Time to build:16 minutes 18 secondsLast changed:09/17/2004 05:32:56Last log entry:added example for

[JBoss-dev] [JBossWS] - EJB Service example (using XDoclet)?

2004-09-17 Thread tperrigo
Is there currently a way, using ant and XDoclet, to generate the appropriate files for an EJB web service? Specifically, since I'm using XDoclet to generate deployment descriptors, is there a way to add the xmlns, xmlns:xsi, etc, attributes and the service-endpoint elements to the generated

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Placing break-points in the instrumented code

2004-09-17 Thread rkadayam
Hello We are trying to run debugging tools on our AOPized Session beans but we seem to be having trouble with setting even function break-points inside these beans primarily because the line-number information seems to have been lost/alered because of the instrumentation which I guess is

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Placing break-points in the instrumented code

2004-09-17 Thread kabkhan
When trying to figure out what was going on I did the following on the small examples in the tutorial. I realise that this will probably be totally unpractical on a real project due to the number of classes. Anyhow, here it goes: 1) Compile classes 2) Precompile classes 3) Decompile classes,

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Placing break-points in the instrumented code

2004-09-17 Thread kabkhan
PS in 2) I mean run the aop compiler View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848572#3848572 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848572 --- This SF.Net

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fqn

2004-09-17 Thread norbert
I did some brainstorming about this. I'm not satisfied with the design of Fqn as it is. While components of the Fqn may be Object, if one wants to be a List be the component of an Fqn he would have to cast the List to Object to call the intendet constructor (which is not at all intuitive): Fqn

[JBoss-dev] [JBossWS] - Re: TypeMapping problem

2004-09-17 Thread manica
I'm still having trouble with a very similar problem. I'm using an array as an input, rather than a return value. I followed the type mapping described above and now I'm getting a No deserializer defined for array type InventoryUpdate. I'm confused because I have both the InventoryUpdate

[JBoss-dev] [Web Services] - How do I generate the RPC stubs in jbossws

2004-09-17 Thread janilsal
I have a servlet which makes a jaxrprc call on an endpoint. It requires stubs for the services to function. The tutorial I am using uses the stubs created by wscompile of the JWSDP. How do I do the same with JBossWS? I need something that compiles to get stubs. Equivalent of wscompile

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Fqn

2004-09-17 Thread bela
norbert wrote : | | While components of the Fqn may be Object, if one wants to be a List be the component of an Fqn he would have to cast the List to Object to call the intendet constructor (which is not at all intuitive): | | Fqn fqn = new Fqn((Object)list); | | I don't think

[JBoss-dev] [ jboss-Bugs-1029905 ] JBoss returns incorrect ear exploded directory name

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

[JBoss-dev] [JBoss IDE (dev)] - Configuring JBoss3.2.5, eclipse and lomboz--Missing librarie

2004-09-17 Thread sani
Hi i've installed jboss3.2.5, lomboz3.0 and eclipse3.0 and after enabling lomboz, when i tried to create a test Lomboz J2EE project, it gave me errors saying the following libraries are missing, JBOSS_HOME/lib/jboss-boot.jar JBOSS_HOME/server/default/lib/javax-servelet.jar These jars are not

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - jboss3.2.5 + jboss-aop

2004-09-17 Thread dannyb23
Hi I'm trying to run jboss-aop with jboss-3.2.5 so I have downloaded a clean installation of jboss-3.2.5 and used the instructions found on :http://www.jboss.org/wiki/Wiki.jsp?page=RunningWithJBossApplicationServer ( Please note that one thing was different than the wiki said : original :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Placing break-points in the instrumented code

2004-09-17 Thread Bill Burke
I think I know what the problem is. I don't think Javasssist's copy method copy's CodeAttributes which have the line numbers. I'll see what I can do. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848596#3848596 Reply to the post :

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

2004-09-17 Thread microneering
I am used to various bug tracking systems. I didn't see a menu item call bug tracking. Are bugs just various postings in the forums, or is there a bug tracking system somewhere on this web site? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848598#3848598

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

2004-09-17 Thread [EMAIL PROTECTED]
Sourceforge: http://sourceforge.net/tracker/?group_id=22866atid=376685 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848600#3848600 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848600

[JBoss-dev] [ jboss-Bugs-1029905 ] JBoss returns incorrect ear exploded directory name

2004-09-17 Thread SourceForge.net
Bugs item #1029905, was opened at 2004-09-17 07:47 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1029905group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Invalid

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-09-17 Thread KOJAK77
Hello, I'm a keen Java programmer and I'm interested in contributing to the project. I've been bumming around the world for some time now so I'm looking to get back on top of my game with something 'relatively straightfoward'. Can you suggest an area that would start me off on the right track?

[JBoss-dev] [IIOP on JBoss] - Re: Problem calling EJB using RMI/IIOP while providing IOR f

2004-09-17 Thread arouse
I am running into the same issue. Did you ever find a solution? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848602#3848602 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848602

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: jboss3.2.5 + jboss-aop

2004-09-17 Thread dannyb23
Hi! I have just moved the definitions of the mbeans AspectManager and AspectDeployer to the beggining of jboss-service.xml (just after classpath tag and jboss starts up fine!!! (i dont think this should have any effect the order of the mbeans but it seems like it has...) but anyway its now

[JBoss-dev] [JBossWS] - Re: TypeMapping problem

2004-09-17 Thread lafr
I guess your typemapping is not correct. To get sure, I would have to see the wsdl-file. I guess ArrayOf... is not an array, it conatins an array of types. The only way we found to get this working was, to create a class for that ArrayOf.. type. For ArrayOf... you need the

[JBoss-dev] jboss-3.2 Build Failed

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040917164445 BUILD FAILEDAnt Error Message:file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build:09/17/2004 16:44:45Time to build:12 minutes 36 secondsLast

[JBoss-dev] [Management on JBoss] - Re: Adding NotificationFilters to the listeners of JBossMoni

2004-09-17 Thread [EMAIL PROTECTED]
I believe it is a bit strange how the jboss monitors have been implemented. Instead of the listeners registering themselves with the broadcaster, the broadcaster registers the listeners! If you want to play with notifications take a look at: org.jboss.monitor.services.NotificationListener and

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040917170033Lbuild.179 BUILD COMPLETE-build.179Date of build:09/17/2004 17:00:33Time to build:20 minutes 0 secondsLast changed:09/17/2004 16:29:50Last log entry:simplified code based on

[JBoss-dev] [Nukes Development] - Re: Database support

2004-09-17 Thread olutosin
For those interested in using SapDB, here is code for JDBCSapDBCreateCommand.java, I can also send the ddl for nukes if any body is interested package org.jboss.ejb.plugins.cmp.jdbc.keygen; import java.sql.PreparedStatement; import java.sql.Connection; import java.sql.ResultSet; import

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

2004-09-17 Thread JBoss
Same here (except I'm mainly using NetBeans as debugging client). Please post any insight into running debugging for both JBoss/Tomcat. Thx. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848630#3848630 Reply to the post :

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040917215911Lbuild.180 BUILD COMPLETE-build.180Date of build:09/17/2004 21:59:11Time to build:14 minutes 3 secondsLast changed:09/17/2004 21:51:06Last log entry:no message

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040917222555Lbuild.6 BUILD COMPLETE-build.6Date of build:09/17/2004 22:25:55Time to build:14 minutes 26 secondsLast changed:09/17/2004 22:00:28Last log entry:merge from head

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040917230656Lbuild.7 BUILD COMPLETE-build.7Date of build:09/17/2004 23:06:56Time to build:16 minutes 14 secondsLast changed:09/17/2004 22:47:40Last log entry:Fix the descriptors to conform

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040917233442Lbuild.181 BUILD COMPLETE-build.181Date of build:09/17/2004 23:34:42Time to build:13 minutes 56 secondsLast changed:09/17/2004 22:54:43Last log entry:modified hibernate tests

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

2004-09-17 Thread rcampbell
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040918013459Lbuild.182 BUILD COMPLETE-build.182Date of build:09/18/2004 01:34:59Time to build:13 minutes 14 secondsLast changed:09/18/2004 01:25:03Last log entry:Added unit test for List