RE: [JBoss-dev] basic java design question

2006-01-04 Thread Kabir Khan
"Default" means "package protected" - other classes in the same package can call those methods/fields, kind of the same as "protected". The slight difference from "protected" is that inheriting classes in other packages cannot access the "package protected" methods/fields, only the "protected" and

[JBoss-dev] FW: [EJB 3.0] - Re: hibernate client jar

2006-01-25 Thread Kabir Khan
I'll try to take a look tomorrow, and include the missing files in the hibernate-client.jar But should this file not be created by hibernate rather than as part of the ejb 3 build? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 18:47 To: [EMAIL

RE: [JBoss-dev] MC/AOP consistency synch in progress yet?

2006-01-30 Thread Kabir Khan
Not yet,   I'm off training, back home on Wednesday From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M StarkSent: 31 January 2006 01:23To: jboss-development@lists.sourceforge.netSubject: [JBoss-dev] MC/AOP consistency synch in progress yet? Ad

[JBoss-dev] Applet class loaders and getResource()

2006-02-06 Thread Kabir Khan
I am trying to find out if jboss aop will work within an applet, and have stumbled upon a problem when javassist tries to determine if a class exists. This seems to be releated to how applets find resources. Isolating this, I have the following code in my applet: ClassLoader cl = Thread

RE: [JBoss-dev] client libraries on EJB3

2006-02-14 Thread Kabir Khan
The hibernate-client.jar is being created by the ejb3 build, but should really be done by hibernate. Can you send me or let me know where the testcase is, so I can update the files that go in there? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Kabir Khan
he issue. Only left > the inheritance and Lazy ManyToOne attribute. > > > EJBTHREE-440 also has a comment in how to replicate it. > > > Clebert > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kabi

RE: [JBoss-dev] FW: [JBoss-user] [Installation, Configuration &Deployment] - Getting 'no such file or directory

2006-02-21 Thread Kabir Khan
The loadtime aop tests pass using a jre > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Adrian Brock > Sent: 20 February 2006 11:19 > To: jboss-development@lists.sourceforge.net > Subject: Re: [JBoss-dev] FW: [JBoss-user] [Installation, > Confi

RE: [JBoss-dev] Cant find source for org.jboss.aop.joinpoint.MethodInvocation (using jboss-4.0.4RC1-src.tar)

2006-03-03 Thread Kabir Khan
It should be under aop/src/main/org/jboss/aop/joinpoint/MethodInvocation.java   http://anoncvs.forge.jboss.com:8080/viewrep/JBoss/jboss-aop/src/main/org/jboss/aop/joinpoint From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward BanfaSent: 01 January 1999 03:06To

RE: [JBoss-dev] Cant find source for org.jboss.aop.joinpoint.MethodInvocation (using jboss-4.0.4RC1-src.tar)

2006-03-03 Thread Kabir Khan
Aha,   In JBoss 4.0.x aop is included as a binary jar, i.e. no source for aop in the 4.0.x tree From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kabir KhanSent: 03 March 2006 10:43To: jboss-development@lists.sourceforge.netSubject: RE: [JBoss-dev] Cant find

RE: [JBoss-dev] Cant find source for org.jboss.aop.joinpoint.MethodInvocation (using jboss-4.0.4RC1-src.tar)

2006-03-03 Thread Kabir Khan
$ cvs co -r Branch_AOP_1_3 jboss-4.0.x   Note that our build system has undergone some changes since the branch was created, most notably there is no thirdparty directory so you will probably get some compile errors. Check out Branch_4_0, do a build, which will populate the thirdparty direct

RE: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
Which version/branch? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alexey Loubyansky > Sent: 13 March 2006 14:52 > To: jboss-development@lists.sourceforge.net > Subject: [JBoss-dev] > AspectManager.removeBindings(AspectManager.java:1240) >

RE: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
et > Subject: Re: [JBoss-dev] > AspectManager.removeBindings(AspectManager.java:1240) > > I've been seeing this too for some time. > > Alexey Loubyansky wrote: > > HEAD > > > > Kabir Khan wrote: > > > >> Which version/branch? > >> >

RE: [JBoss-dev] Re: [JBoss-dev] AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
.sourceforge.net > Subject: [JBoss-dev] Re: [JBoss-dev] > AspectManager.removeBindings(AspectManager.java:1240) > > There are other AOP problems besides this one. > > That's why I asked about the AOP testsuite being broken last week. > > On Mon, 2006-03-13 at 14:59

RE: [JBoss-dev] Re: [JBoss-dev]AspectManager.removeBindings(AspectManager.java:1240)

2006-03-13 Thread Kabir Khan
is one. > > > > That's why I asked about the AOP testsuite being broken last week. > > > > On Mon, 2006-03-13 at 14:59 +0100, Alexey Loubyansky wrote: > > > HEAD > > > > > > Kabir Khan wrote: > > > > Which version/branch? >

[JBoss-dev] JACC (ejb 3) - WAS RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-03-24 Thread Kabir Khan
06 00:15 > To: Ryan Campbell > Cc: [EMAIL PROTECTED]; jboss-development@lists.sourceforge.net; Kabir Khan > Subject: Re: jboss-4.0-testsuite Build Completed With Testsuite Errors > > Hmmm, probably related to the EJB3 jacc failures? > > Ryan Campbell wrote: > > All these

[JBoss-dev] RE: JACC (ejb 3) - WAS RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-03-24 Thread Kabir Khan
ue to some problems with persistence.xml in my copy of head at least): $cd ejb3 $build.sh -f build-test.xml $build.sh -f build-test.xml jacc-test > -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED] > Sent: 24 March 2006 17:20 > To: Kabir Khan; Bill Burke >

[JBoss-dev] RE: JACC (ejb 3) - WAS RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-03-24 Thread Kabir Khan
t; From: Scott M Stark [mailto:[EMAIL PROTECTED] > Sent: 24 March 2006 17:57 > To: Kabir Khan; Bill Burke > Cc: QA; jboss-development@lists.sourceforge.net > Subject: RE: JACC (ejb 3) - WAS RE: jboss-4.0-testsuite Build > Completed With Testsuite Errors > > What I'm look

RE: [JBoss-dev] RE: JACC (ejb 3) - WAS RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-03-24 Thread Kabir Khan
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kabir Khan > Sent: 24 March 2006 18:31 > To: 'Scott M Stark'; 'Bill Burke' > Cc: 'QA'; jboss-development@lists.sourceforge.net > Subject: [JBoss-dev] RE: JACC (ejb 3) - WAS RE: >

RE: [JBoss-dev] RE: Adding javassist to server/default/lib

2006-03-25 Thread Kabir Khan
It can be upgraded From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M StarkSent: 25 March 2006 03:43To: Ryan Campbell; Bill BurkeCc: [EMAIL PROTECTED]; jboss-development@lists.sourceforge.netSubject: [JBoss-dev] RE: Adding javassist to server/defaul

RE: [JBoss-dev] RE: jboss-4.0-testsuite Build Failed

2006-03-28 Thread Kabir Khan
PMTo: Adrian Brock; Alexey Loubyansky; Anil Saldhana; Bill Burke; Brian Stansberry; Emmanuel Bernard; jboss-development@lists.sourceforge.net; [EMAIL PROTECTED]; Kabir Khan; QA; Ryan Campbell; Ruel Loehr; Scott M Stark; Thomas DieslerSubject: jboss-4.0-tests

RE: [JBoss-dev] RE: jboss-4.0-testsuite Build Failed

2006-03-28 Thread Kabir Khan
I've made a new release and added it to the repository. The testsuite builds fine now, and the aop tests pass. The build no longer adds deploy/jboss-aop.deployer/javassist.jar since this is now in lib.      http://jira.jboss.com/jira/browse/JBAS-3017 From: Kabir Khan [mailto:[

RE: [JBoss-dev] Why is all of this stuff in the jbossas build-thirdparty?

2006-03-29 Thread Kabir Khan
qdox is used by the aop annotation compiler > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott M Stark > Sent: 29 March 2006 03:18 > To: jboss-development@lists.sourceforge.net > Subject: [JBoss-dev] Why is all of this stuff in the jbossas >

RE: [JBoss-dev] RE: ejb3-4.0-testsuite Build Failed

2006-03-29 Thread Kabir Khan
)     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 12:24 AMTo: Adrian Brock; Bill Decoste; Bill Burke; Dimitris Andreadis; Emmanuel Bernard; Gavin King; jboss-development@lists.sourceforge.net; Kabir Khan; QA; Ruel Loehr; Scott M Stark; Thomas

RE: [JBoss-dev] RE: ejb3-4.0-testsuite Build Failed

2006-03-29 Thread Kabir Khan
eadis; Emmanuel Bernard; Gavin King; jboss-development@lists.sourceforge.net; Kabir Khan; QA; Ruel Loehr; Scott M Stark; Thomas DieslerSubject: ejb3-4.0-testsuite Build FailedImportance: High   View results here -> http://cruisecontrol.jboss.com/cc/buildresults/

RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-03 Thread Kabir Khan
It worked for me here, the cruisecontrol message last time I checked was an error unzipping some file? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Clebert Suconic > Sent: 03 April 2006 18:39 > To: jboss-development@lists.sourceforge.net > Cc:

RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-03 Thread Kabir Khan
I fixed that one a while ago :-) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ruel Loehr > Sent: 03 April 2006 19:03 > To: jboss-development@lists.sourceforge.net > Cc: Jason T. Greene; Thomas Diesler > Subject: RE: [JBoss-dev] jboss-head-jdk-

RE: [JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-04-03 Thread Kabir Khan
It got in by mistake, I got a bit too trigger happy with the auto-imports in Eclipse > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott M Stark > Sent: 03 April 2006 19:32 > To: jboss-development@lists.sourceforge.net > Cc: Jason T. Greene; Th

[JBoss-dev] jboss-4.0 testsuite build fails

2006-04-23 Thread Kabir Khan
Any idea what this exception means? $ build.sh Searching for build.xml ... Buildfile: C:\cygwin\home\Kabir\cvs\jboss-4.0\testsuite\build.xml Overriding previous definition of reference to xdoclet.task.classpath check.inhibit.downloads: check.proxy: set.proxy: createthirdparty: init: [mkd

RE: [JBoss-dev] This is not a valid version number

2006-05-03 Thread Kabir Khan
I will do a proper release on Monday > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Scott M Stark > Sent: 03 May 2006 20:38 > To: jboss-development@lists.sourceforge.net > Subject: [JBoss-dev] This is not a valid version number > > 1.5.0-snaps

RE: [JBoss-dev] Can we add the aop deployers to the aop binary release

2006-05-04 Thread Kabir Khan
OK, so are you saying you would like what goes into deploy/jboss-aop/deployer and deploy/jboss-aop-jdk50.deployer to go into the repository as a zip file? I am training this week, but should be able to make it happen in the next day or two. > -Original Message- > From: [EMAIL PROTECTED]

Repository confusion WAS RE: [JBoss-dev] Can we add the aop deployers to the aop binary release

2006-05-04 Thread Kabir Khan
.jar* > jboss-aop-jdk50.deployer* jrockit-pluggable-instrumentor.jar* > jboss-aop-jdk50.jar* pluggable-instrumentor.jar* > jboss-aop.jar* > > The deployer is a jar archive. > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMA

RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

2006-05-04 Thread Kabir Khan
I'm fixing it as per Ruel's suggestion. The thirdparty refreshes ok here now, and am doing a build. I should hopefully get this commited in the next 30 mins From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dimitris AndreadisSent: 04 May 2006 23:00To: jboss-de

RE: Repository confusion WAS RE: [JBoss-dev] Can we add the aop deployers to the aop binary release

2006-05-04 Thread Kabir Khan
-- > 512-342-7840 ext 2011 > Yahoo: ruelloehr > Skype: ruelloehr > AOL: dokoruel > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kabir Khan > Sent: Thursday, May 04, 2006 3:07 PM > To: jboss-

RE: Repository confusion WAS RE: [JBoss-dev] Can we add the aop deployers to the aop binary release

2006-05-04 Thread Kabir Khan
I added the .deployer files to jboss/aop/1.5.0-snapshot/bin, and put tasks.xml back to the way it was, i.e. This works here > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Kabir Khan > Sent: 04 May 2006 23:21 > To:

RE: [JBoss-dev] Can we add the aop deployers to the aop binary release

2006-05-05 Thread Kabir Khan
-Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Kabir Khan > > Sent: Thursday, May 04, 2006 1:03 AM > > To: jboss-development@lists.sourceforge.net > > Subject: RE: [JBoss-dev] Can we add the aop deployers to

RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

2006-05-05 Thread Kabir Khan
to do sync) and will try again with the original tasks.xml. It could be due to the appalling connection in  my hotel though. From: Dimitris AndreadisSent: Fri 5/5/06 05:06To: Kabir Khan; Ruel LoehrCc: jboss-development@lists.sourceforge.netSubject: RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build

RE: [JBoss-dev] RE: jboss-4.0-jdk-matrix Build Failed

2006-05-06 Thread Kabir Khan
Apologies for not fixing this before, just got back home from training   (wireless in portugal is slow, wireless in paris airport drops and forces you to log in again every 5 minutes)   The aop deployers have been re-added to the repository lib folder and deleted from bin, and the tools/etc

[JBoss-dev] RE: JBoss 4.0.4 EJB3 5.06%

2006-05-08 Thread Kabir Khan
I tried number 2 (IsLocalInterceptor not found), and I initially got the same problem, but I was using the non-ejb3 build of jboss-4.0. Are you sure you are using jboss-4.0.4.GA-ejb3? One using that the stateless test passes. $ ls -al cvs/jboss-4.0/build/output/ total 0 drwxrwxrwx+

[JBoss-dev] (no subject)

2006-05-11 Thread Kabir Khan
AOP should be fine > -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Sent: 11 May 2006 15:32 > To: jboss-development@lists.sourceforge.net > Subject: thirdparty version changes between 4.0.4.GA and 4.0.3.SP1 > > The following thirdparty elements have been updated.

Re: [JBoss-dev] [Fwd: jboss-head-jdk-matrix Build Failed]

2006-06-22 Thread Kabir Khan
The problem seens to be that the tc5.AopMarker is no longer on the classpath. The tc6-cluster.aop file contains tc5.AopMarker, and also does not contain the InstanceAopMarker . > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Adrian Brock > Sen

Re: [JBoss-dev] [Fwd: jboss-head-jdk-matrix Build Failed]

2006-06-22 Thread Kabir Khan
I've updated the tests to use org.jboss.web.tomcat.tc6.session.AopMarker. The build complains about not being able to find testsuite\src\resources\cluster\http\jboss-aop.xml, but at least it builds now. From: Kabir KhanSent: Thu 6/22/06 11:10To: jboss-development@lists.sourceforge.netCc: B

[JBoss-dev] snapshots in repository

2006-07-11 Thread Kabir Khan
Is the idea behind the snapshot versions in the repository that you can just update them, or do I need to create a snapshot2? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickl

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-56) TreeCache + Entities WIKI page

2005-03-31 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-56?page=history ] Kabir Khan closed EJBTHREE-56: -- Resolution: Done > TreeCache + Entities WIKI page > -- > > Key: EJBTHREE-56 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-69) Clustered SFSB: load balancing works, failover does not

2005-04-04 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-69?page=history ] Kabir Khan closed EJBTHREE-69: -- Resolution: Done > Clustered SFSB: load balancing works, failover does not > --- > >

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-133) Update Entity Cache/clustering tutorial

2005-04-09 Thread Kabir Khan (JIRA)
Update Entity Cache/clustering tutorial --- Key: EJBTHREE-133 URL: http://jira.jboss.com/jira/browse/EJBTHREE-133 Project: EJB 3.0 Type: Task Components: Documentation Versions: Preview 5 Reporter: Kabir Khan

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-49) Write Callback/Callback listener tutorial

2005-02-01 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-49?page=history ] Kabir Khan closed EJBTHREE-49: -- Resolution: Done > Write Callback/Callback listener tutorial > - > > Key: EJBTHREE-49 >

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-61) Callback annotated methods in a listener should take the bean as parameter

2005-02-01 Thread Kabir Khan (JIRA)
Khan Assigned to: Kabir Khan Fix For: Preview 3 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-61) Callback annotated methods in a listener should take the bean as parameter

2005-02-01 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-61?page=history ] Kabir Khan closed EJBTHREE-61: -- Resolution: Done > Callback annotated methods in a listener should take the bean as parame

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-46) Backmerge AOP 1.1 to Branch_4_0

2005-02-02 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-46?page=history ] Kabir Khan closed EJBTHREE-46: -- Resolution: Done *Backported latest javassist from jboss-head *Included necessary AOP 1.1 jars to aop/dist and aspects/dist. i.e. aop/dist/jboss-aop.jar

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-2) Plan for AOM training development

2005-02-04 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-2?page=history ] Kabir Khan closed JBAOP-2: -- Resolution: Done > Plan for AOM training development > - > > Key: JBAOP-2 > URL: http://jira.jboss.

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-74) Add metadata for caller invocations

2005-02-07 Thread Kabir Khan (JIRA)
Add metadata for caller invocations --- Key: JBAOP-74 URL: http://jira.jboss.com/jira/browse/JBAOP-74 Project: JBoss AOP Type: Feature Request Versions: 1.1 Reporter: Kabir Khan Assigned to: Bill Burke http

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-63) @Local/@Remote with deployment

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-63?page=history ] Kabir Khan closed EJBTHREE-63: -- Resolution: Done > @Local/@Remote with deployment > -- > > Key: EJBTHREE-63 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-70) Allow multiple @Management interfaces for a @Service bean

2005-02-16 Thread Kabir Khan (JIRA)
Allow multiple @Management interfaces for a @Service bean - Key: EJBTHREE-70 URL: http://jira.jboss.com/jira/browse/EJBTHREE-70 Project: EJB 3.0 Type: Task Versions: Preview 3 Reporter: Kabir Khan

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-62) @Service

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-62?page=history ] Kabir Khan closed EJBTHREE-62: -- Resolution: Done > @Service > > > Key: EJBTHREE-62 > URL: http://jira.jboss.com/jira/browse/EJBTHREE-62 >

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-65) @Management interface support

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-65?page=history ] Kabir Khan closed EJBTHREE-65: -- Resolution: Done > @Management interface support > - > > Key: EJBTHREE-65 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-71) @Depends for beans

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-71?page=history ] Kabir Khan closed EJBTHREE-71: -- Resolution: Done > @Depends for beans > -- > > Key: EJBTHREE-71 > URL: http://jira.jboss.com/jira/bro

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-71) @Depends for beans

2005-02-16 Thread Kabir Khan (JIRA)
@Depends for beans -- Key: EJBTHREE-71 URL: http://jira.jboss.com/jira/browse/EJBTHREE-71 Project: EJB 3.0 Type: Task Reporter: Kabir Khan Assigned to: Bill Burke Fix For: Preview 4 All beans apart from entities. Annotate bean class, or

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-71) @Depends for beans

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-71?page=history ] Kabir Khan updated EJBTHREE-71: --- Description: All beans apart from entities. Annotate bean class, and support setter/field injection of ObjectName or jmx proxy was: All beans apart from

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-70) NullPointerException in toString()

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-70?page=comments#action_12315456 ] Kabir Khan commented on JBAOP-70: - Actually, I have only fixed this in head. Not sure how our branching works at the moment > NullPointerException in toStr

[JBoss-dev] [JBoss JIRA] Resolved: (JBAOP-70) NullPointerException in toString()

2005-02-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-70?page=history ] Kabir Khan resolved JBAOP-70: - Resolution: Done Got rid of toString() methods in class. They were just there to help me debugging once upon a time, should never have got in

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-74) Tutorial for @Service

2005-02-22 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-74?page=history ] Kabir Khan closed EJBTHREE-74: -- Resolution: Done > Tutorial for @Service > - > > Key: EJBTHREE-74 > URL: http://jira.jboss.com/jira/bro

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-75) Tutorial for Asynch EJBs

2005-02-22 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-75?page=history ] Kabir Khan closed EJBTHREE-75: -- Resolution: Done > Tutorial for Asynch EJBs > > > Key: EJBTHREE-75 > URL: http://jira.jboss.

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-98) New constructor GenericInterceptorFactory(Class, Element)

2005-02-24 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-98?page=history ] Kabir Khan closed JBAOP-98: --- Resolution: Done > New constructor GenericInterceptorFactory(Class, Element) > - > > K

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-98) New constructor GenericInterceptorFactory(Class, Element)

2005-02-24 Thread Kabir Khan (JIRA)
New constructor GenericInterceptorFactory(Class, Element) - Key: JBAOP-98 URL: http://jira.jboss.com/jira/browse/JBAOP-98 Project: JBoss AOP Type: Bug Reporter: Kabir Khan Fix For: 2.0, 1.1.1 Wanted

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-97) Propagate the current context classloader and reset it in the thread in the AsynchAspect's ThreadPoolExecutor

2005-02-25 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-97?page=history ] Kabir Khan closed JBAOP-97: --- Resolution: Done > Propagate the current context classloader and reset it in the thread in the > AsynchAspect's ThreadP

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-97) Propagate the current context classloader and reset it in the thread in the AsynchAspect's ThreadPoolExecutor

2005-02-25 Thread Kabir Khan (JIRA)
JBAOP-97 Project: JBoss AOP Type: Bug Reporter: Kabir Khan Fix For: 1.1.1 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa - If you want

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-99) More flexible wildcards for parameters

2005-03-04 Thread Kabir Khan (JIRA)
More flexible wildcards for parameters -- Key: JBAOP-99 URL: http://jira.jboss.com/jira/browse/JBAOP-99 Project: JBoss AOP Type: Feature Request Versions: 1.1.1 Reporter: Kabir Khan Assigned to: Kabir Khan We

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-46) Repackage AOP webconsole as a separately deployed package

2005-03-04 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-46?page=comments#action_12315891 ] Kabir Khan commented on JBAOP-46: - I think this should go in the new admin console. From chatting with Charles this sounds like how the a.c. will work > Repackage

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-68) JBoss AOP build should use docbook-support

2005-03-05 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-68?page=history ] Kabir Khan closed JBAOP-68: --- Assign To: Kabir Khan (was: Bill Burke) Resolution: Done Also, backported to 1.1 branch (EJB 3 preview 3), but don't know what version to mark it as fixe

[JBoss-dev] [JBoss JIRA] Closed: (JBMAIL-32) Bounced mails reuse mime type and produce invalid mails

2005-03-07 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBMAIL-32?page=history ] Kabir Khan closed JBMAIL-32: Resolution: Done UPdated to always set Content-Type to "text/plain" > Bounced mails reuse mime type and produce

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-94) Implement EntityManager.createNamedQuery() methods

2005-03-08 Thread Kabir Khan (JIRA)
Implement EntityManager.createNamedQuery() methods -- Key: EJBTHREE-94 URL: http://jira.jboss.com/jira/browse/EJBTHREE-94 Project: EJB 3.0 Type: Feature Request Versions: Preview 4 Reporter: Kabir Khan

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-94) Implement EntityManager.createNativeQuery() methods

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-94?page=history ] Kabir Khan updated EJBTHREE-94: --- Summary: Implement EntityManager.createNativeQuery() methods (was: Implement EntityManager.createNamedQuery() methods) > Implem

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-93?page=comments#action_12315969 ] Kabir Khan commented on EJBTHREE-93: Made necessary changes for Interceptors > Annotations need to be updated to latest EJB s

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-93) Annotations need to be updated to latest EJB spec

2005-03-08 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-93?page=history ] Kabir Khan closed EJBTHREE-93: -- Resolution: Done Fix Version: Preview 5 Changed NamedQuery and added BusinessMethod > Annotations need to be updated to latest EJB s

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-103) @NamedQuery for method and package level

2005-03-09 Thread Kabir Khan (JIRA)
@NamedQuery for method and package level Key: EJBTHREE-103 URL: http://jira.jboss.com/jira/browse/EJBTHREE-103 Project: EJB 3.0 Type: Feature Request Reporter: Kabir Khan Implement once spec makes more sense -- This

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-99) Support for @NamedQuery

2005-03-09 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-99?page=history ] Kabir Khan closed EJBTHREE-99: -- Resolution: Done Implemented for class level. Spec mentions that annotation can be applied to methods and packages too, but that does not make much sense

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-53) @EJBs and @Homes

2005-03-10 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-53?page=comments#action_12316055 ] Kabir Khan commented on EJBTHREE-53: So far only @EJB and @EJBs are tested. Need to test interoperability with EJB 2.1 with @Home and @Homes. > @EJBs and @Ho

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-84) EntityManager.find should throw EntityNotFoundException

2005-03-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-84?page=history ] Kabir Khan closed EJBTHREE-84: -- Resolution: Done > EntityManager.find should throw EntityNotFoundException > --- > >

[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-9) Proper exception handling

2005-03-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-9?page=comments#action_12316202 ] Kabir Khan commented on EJBTHREE-9: --- Added some more exceptions. Still have no support for exceptions relating to detached/removed etc. See TODO comments in

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-100) Check if we work on JRockit

2005-03-18 Thread Kabir Khan (JIRA)
Check if we work on JRockit --- Key: JBAOP-100 URL: http://jira.jboss.com/jira/browse/JBAOP-100 Project: JBoss AOP Type: Task Versions: 1.1.1 Reporter: Kabir Khan Assigned to: Kabir Khan -- This message is automatically

[JBoss-dev] [JBoss JIRA] Updated: (JBAOP-100) Resolve JRockit issues

2005-03-21 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-100?page=history ] Kabir Khan updated JBAOP-100: - Summary: Resolve JRockit issues (was: Check if we work on JRockit) > Resolve JRockit issues > -- > > Key: JBAOP-100 &g

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-100) Check if we work on JRockit

2005-03-21 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-100?page=comments#action_12316290 ] Kabir Khan commented on JBAOP-100: -- Added tests-jrockit.bat to do this. Most tests work, but there are a few problems: JDK 1.4 === *Bootclasspath tests don't

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-102) @Entity (et al) picking up static fields/methods (PATCH)

2005-03-21 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-102?page=history ] Kabir Khan closed EJBTHREE-102: --- Resolution: Done > @Entity (et al) picking up static fields/methods (PATCH) > > >

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-82) Misused Error Messages in EntityToHibernateXml

2005-03-21 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-82?page=history ] Kabir Khan closed EJBTHREE-82: -- Resolution: Done > Misused Error Messages in EntityToHibernateXml > -- > > Key:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-117) NPE when undeploying node in a cluster

2005-03-29 Thread Kabir Khan (JIRA)
NPE when undeploying node in a cluster -- Key: EJBTHREE-117 URL: http://jira.jboss.com/jira/browse/EJBTHREE-117 Project: EJB 3.0 Type: Bug Components: Clustering Versions: Preview 4 Reporter: Kabir Khan Fix

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-117) NPE when undeploying node in a cluster

2005-03-29 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-117?page=history ] Kabir Khan closed EJBTHREE-117: --- Assign To: Kabir Khan Resolution: Done > NPE when undeploying node in a cluster > -- > > K

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-101) EntityManager not useable in PostConstruct callback of StatelessSessionBean.

2005-03-30 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-101?page=history ] Kabir Khan closed EJBTHREE-101: --- Resolution: Rejected I think it is fine. From spec: 3.4 Callbacks and Callback Listener Classes ... Callbacks can invoke JNDI, JDBC, JMS, and other EJBs

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-4) Precendence

2004-12-15 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-4?page=history ] Kabir Khan closed JBAOP-4: -- Resolution: Done > Precendence > --- > > Key: JBAOP-4 > URL: http://jira.jboss.com/jira/browse/JBAOP-4 >

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-28) @Timeout support

2004-12-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-28?page=history ] Kabir Khan closed EJBTHREE-28: -- Resolution: Done > @Timeout support > > > Key: EJBTHREE-28 > URL: http://jira.jboss.com/jira/bro

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-29) Update timer tutorial

2004-12-16 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-29?page=history ] Kabir Khan closed EJBTHREE-29: -- Resolution: Done > Update timer tutorial > - > > Key: EJBTHREE-29 > URL: http://jira.jboss.com/jira/bro

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-55) Allow use of annotations for parameters in pointcuts

2004-12-17 Thread Kabir Khan (JIRA)
Allow use of annotations for parameters in pointcuts Key: JBAOP-55 URL: http://jira.jboss.com/jira/browse/JBAOP-55 Project: JBoss AOP Type: Bug Reporter: Kabir Khan Assigned to: Kabir Khan Fix For: 1.1

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-55) Allow use of annotations for parameters in pointcuts

2004-12-17 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-55?page=history ] Kabir Khan closed JBAOP-55: --- Resolution: Done > Allow use of annotations for parameters in pointcuts > > > K

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-16) StrictMaxPool for SLSB and MDB

2004-12-21 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-16?page=history ] Kabir Khan closed EJBTHREE-16: -- Resolution: Done > StrictMaxPool for SLSB and MDB > -- > > Key: EJBTHREE-16 > URL: http://jira

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-57) Support callfield in declare error/warning

2004-12-24 Thread Kabir Khan (JIRA)
Support callfield in declare error/warning -- Key: JBAOP-57 URL: http://jira.jboss.com/jira/browse/JBAOP-57 Project: JBoss AOP Type: Bug Versions: 2.0 Reporter: Kabir Khan Assigned to: Bill Burke Fix For

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-54) Declare error/warning

2004-12-24 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-54?page=comments#action_12310936 ] Kabir Khan commented on JBAOP-54: - Just commited support for declare-warning and declare-error via XML, and a "visual" compile time test (I cannot see any way t

[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-54) Declare error/warning

2004-12-24 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-54?page=comments#action_12310939 ] Kabir Khan commented on JBAOP-54: - Got an automatically checked loadtime test done > Declare error/warning > - > > Key: JBAOP-54 &g

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-54) Declare error/warning

2005-01-04 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-54?page=history ] Kabir Khan closed JBAOP-54: --- Resolution: Done > Declare error/warning > - > > Key: JBAOP-54 > URL: http://jira.jboss.com/jira/browse/JBAOP-54

[JBoss-dev] [JBoss JIRA] Assigned: (JBAOP-17) Update JBoss AOP IDE support

2005-01-06 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-17?page=history ] Kabir Khan reassigned JBAOP-17: --- Assign To: Marshall Culpepper (was: Kabir Khan) As discussed yesterday :-) > Update JBoss AOP IDE support > > >

[JBoss-dev] [JBoss JIRA] Updated: (JBAOP-16) Update and test Management Console

2005-01-06 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-16?page=history ] Kabir Khan updated JBAOP-16: Attachment: mess_with_injboss.zip Sample application based on the injboss tutorial example, basically just to have something next time we need to test the console

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-16) Update and test Management Console

2005-01-06 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-16?page=history ] Kabir Khan closed JBAOP-16: --- Resolution: Done Got it up and working with the latest AOP stuff. The main problem was that AspectManager.getAdvisor(String classname) has been deprecated. (I

  1   2   >