[JBoss-dev] [ jboss-Bugs-1005783 ] A NullPointerException at AbstractTxInterceptorBMT

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

[JBoss-dev] jboss-head Build Failed

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

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

2004-08-09 Thread tdiesler
JBoss.NET in Branch_3_2 is in synch with head. Testsuite is ok as well. I imported the sources for axis, jaxrpc, saaj to the jboss.net module. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844541#3844541 Reply to the post :

[JBoss-dev] [JBoss IDE] - Re: Getting Error when I try to run JBOSS-IDE Tutorial

2004-08-09 Thread dsaha78
Hi, I had the same problem. I didn't use the code proved with the jboss IDE tutorial, but i have created a similar example. at the begining i was using java:/comp/env/ejb/Converter(Where Converter is the name of the EJB) to search the EJB. and i got the same StandardWrapperValve[Compute]:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - IllegalAccessException

2004-08-09 Thread nthx
Hi, I think I have some configuration problem with j2sdk or sth similar, cause you say in earlier thread and in docs, that it's normal to advice private class members. This is part of my class, and method I want to advice: | public class banking.aspects.persistance.PreparedStatements |

[JBoss-dev] jboss-head Build Failed

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

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

2004-08-09 Thread Bill Burke
Can you try CVS Head? This may have been fixed there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844555#3844555 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844555

[JBoss-dev] [ jboss-Bugs-1005783 ] A NullPointerException at AbstractTxInterceptorBMT

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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: aopc error

2004-08-09 Thread kabkhan
The latest from cvs fixes this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844560#3844560 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844560 --- This SF.Net email

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

2004-08-09 Thread clebertsuconic
I'm running a testcase on jboss-profiler module (download it from CVS if you want to run the same testcase) which I'm using private methods, and it's working fine. I don't know if you have done it or not... Are you sure you are calling invocation.invokeNext() in your interceptor? This is just

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

2004-08-09 Thread nthx
clebertsuconic wrote : | Are you sure you are calling invocation.invokeNext() in your interceptor? | | This is just a guessing, but at a first look looks like you are calling the | banking.aspects.persistance.PreparedStatements.getConnection | instead invocation.invokeNext(). |

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

2004-08-09 Thread clebertsuconic
Well... The testcase I have it's very simple, and I'm using Interceptor there. (Not aspect) The ant target to active the testcase is aop-test or aop-test-classloader The sourcetree is: /jboss-profiler/java/src/aopAgent/org/jboss/profiler/aop/test View the original post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: EJB Timer Service

2004-08-09 Thread evbasso
Can i help with EJB Timer? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844566#3844566 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844566 --- This SF.Net email is

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

2004-08-09 Thread kabkhan
I'm investigating a fix. For now, could you try using something else than caller pointcuts? For example: | aspect class=banking.jbossaop.transactions.DbConnectionAspect scope=PER_VM / | bind pointcut=execution(* banking.aspects.persistance.DatabaseGateway-getConnection()) |

[JBoss-dev] jboss-head Build Failed

2004-08-09 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040809111537 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build:08/09/2004 11:15:37Time to build:13 minutes 53 secondsLast

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

2004-08-09 Thread nthx
Hi, Problems with cvs compilation: First: downloaded whole jboss cvs tree (default branch) cd jboss-aop build.bat dist Second: In file: jboss-aop/build.xml line: | fileset dir=${project.thirdparty}/xdoclet-xdoclet/lib | is incorrect. There is no dir called xdoclet-xdoclet. But I

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

2004-08-09 Thread Bill Burke
It should be: | $ cvs checkout jboss-head | $ cd jboss-head/aop | $ build.sh dist | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844572#3844572 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844572

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

2004-08-09 Thread Bill Burke
We know the problem and the bug fix for it. Will fix ASAP. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844574#3844574 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844574

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

2004-08-09 Thread nthx
kabkhan wrote : I'm investigating a fix. For now, could you try using something else than caller pointcuts? For example: | | | aspect class=banking.jbossaop.transactions.DbConnectionAspect scope=PER_VM / | | bind pointcut=execution(*

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

2004-08-09 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040809115055Lbuild.186 BUILD COMPLETE-build.186Date of build:08/09/2004 11:50:55Time to build:13 minutes 32 secondsLast changed:08/09/2004 11:08:09Last log entry:Fix accidental assignment

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: A few questions on JBoss Cache features.

2004-08-09 Thread tcherel
I guess my questions do not make too much sense since nobody us replying :-) I will try to do further research. I'd like to add two more questions (hopefully these ones make nore sense): 1) Can I create multiple cache instances (multiple MBean instance for a TreeCache) and that they all share

[JBoss-dev] [Mail Services] - Re: NIO

2004-08-09 Thread acoliver
For my first pass I'm going to do this as thread-per-client because cmdData and other pieces which take over the stream will have to be pretty drastically altered (mostly CmdAUTH and CmdDATA). I'm betting POP will be more so (but I haven't looked there in awhile and I didn't write that code).

[JBoss-dev] [Mail Services] - Re: Mail Lists and reworking the Mail apis

2004-08-09 Thread acoliver
The bounces really ought to be more descriptive (when we bounce or say can't deliver) and say why... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844581#3844581 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844581

[JBoss-dev] [EJB on JBoss] - ENC propagation

2004-08-09 Thread Bill Burke
I think Scott and I discussed this a little before, but I'd like to have the EJB and Web ENC be based on a ThreadLocal variable rather than using the context classloader for determining the ENC. Specially, store it in org.jboss.aop.metadata.ThreadMetaData. Bill View the original post :

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

2004-08-09 Thread kabkhan
Hello there, I've added a fix for this. Can you get the latest from cvs and try again? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844604#3844604 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844604

[JBoss-dev] [JBossWS] - first experiences with JBossWS: no serializer found

2004-08-09 Thread lafr
I modified our test WS to get deployed on JBoss 4.0 using ws4ee coming from JBoss-3.2 with jboss-net. The deployment works now, but I get a runtime exception when the response contains an array of a custom class. I've put the java-xml-type-mapping to an jaxrpc-mapping.xml but no success. The at

[JBoss-dev] jboss-head Build Failed

2004-08-09 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040809173247 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: -122Date of build:08/09/2004 17:32:47Time to build:12 minutes 39 secondsLast

[JBoss-dev] [JBoss IDE] - Re: [SOLVED] XDoclet Configuration does not appear in projec

2004-08-09 Thread geoffc
It would be great if this was added to the tutorial as well as the FAQ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844613#3844613 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844613

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

2004-08-09 Thread neil loughran
Thanks Bill, What do you mean by dynamic? I know that dynamic means different things in the AOP world.. for instance AspectJ folks might say that their CFLOW is dynamic as it collects information as the program is running yet is still to all intents and purposes a compile time technique.

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Primitive types transparency

2004-08-09 Thread jlukiano
Hi, I'm pleased to join you here. I have a problem with the annotation Java 1.4 together with a Class[] parameter. My annotation is related to a refactoring initiative to avoid repeating all the lookup/narrow stuff when using EJB. The annotation tag is: | @@annot.ejblookup

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Primitive types transparency

2004-08-09 Thread Bill Burke
Ok, that's a bug. I need to parse for float, int, etc... apologies. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844618#3844618 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844618

[JBoss-dev] jboss-head Build Failed

2004-08-09 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-head?log=log20040810004057 BUILD FAILEDAnt Error Message:file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build:08/10/2004 00:40:57Time to build:13 minutes 49 secondsLast

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

2004-08-09 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040810011309Lbuild.187 BUILD COMPLETE-build.187Date of build:08/10/2004 01:13:09Time to build:10 minutes 56 secondsLast changed:08/10/2004 00:22:24Last log entry:1) Prune dead code left over from