[JBoss-dev] [TODO -- DEVELOPMENT] - Re: JRMPInvoker need to implement NotificationBroadcaster

2004-07-06 Thread lretief
Ah... I thought something like this was probably going on behind the scenes. Is someone working on org.jboss.management.j2ee.MBean or can I have a bash at that? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841037#3841037 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - AOP examples on jboss-4.0.0DR3

2004-07-06 Thread Fung
While I can run the examples that come with the stand-alone JBossAOP 1.0Beta2, I don't know how to run those examples using the JBoss 4.0DR3. Can anyone provide me with some hints how to do it? Thanks. View the original post :

[JBoss-dev] [Nukes Development] - Re: Display an image with a Blob

2004-07-06 Thread pista
It's ok, I do a module, and I can display my image via this module. However, when I update my database, I reload my object (Blob) but my image isn't update in my page... Someone can me why? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841043#3841043 Reply to

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/winxp/1.3.1_10) [AUTOMATED]

2004-07-06 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Compilation Failed! JBoss (Branch_3_2/winxp/1.4.2_03) [AUTOMATED]

2004-07-06 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [JBossWeb] - Thread Amount

2004-07-06 Thread scul77
Hello! Does anybody know how the no of threads could be configured? The no of current threads could be watched from the mBean serverinfo -- ActiveThreadCount. But where is it set? I am using JBoss- Tomcat-bundle, version 3.2.3. Many thanks andreas View the original post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: JRMPInvoker need to implement NotificationBroadcaster

2004-07-06 Thread [EMAIL PROTECTED]
Yes, see if you can track whether the associated jbossServiceName did support NotificationBroadcaster and only remove the listener if it was added. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841065#3841065 Reply to the post :

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

2004-07-06 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040706084446Lbuild.116 BUILD COMPLETE-build.116Date of build:07/06/2004 08:44:46Time to build:13 minutes 10 secondsLast changed:07/06/2004 05:06:40Last log entry:refactoring of db schema generation

[JBoss-dev] [ jboss-Bugs-985962 ] Using com.sun.* classes

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

[JBoss-dev] [ jboss-Bugs-985975 ] Cygwin 1.5.9: jboss-4.0.0DR4: jmx-console: Unable to compile

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

[JBoss-dev] [Build System] - Is JBoss subject to CVS? How do I update it?

2004-07-06 Thread Nekot
I am new to the CVS world, so not really clear on how CVS works. Just wondering is JBoss subject to CVS? How do I update it if yes? I have downloaded TortoiseCVS 1.6.14, so I just need to select the JBoss folder(jboss-3.2.5) and select/click CVS Update when there is a new version? Any help

[JBoss-dev] [Mail Services] - Re: TODO: (M2) fix packaging

2004-07-06 Thread kabkhan
Nukes is packaged quite nicely. Maybe we could use the same structure? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841076#3841076 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841076

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - jboss-aop-beta3 failed to transform

2004-07-06 Thread eyp
Hi all, I'm newbe to JbossAOP. I'm using jboss-aop-beta3, hibernate 2.1.4, j2sdk 1.4.2_04, ant 1.6.1. When I process .class files with aopc I get this error: [aopc] java.lang.RuntimeException: failed to transform: support.database.DBBasicManager [aopc] at

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

2004-07-06 Thread rchristy
Ben, Here is the code segment I was using to get the exception using the Hibernate API. The scenario is to create a new object using this code and than update that object again using the same code segment within a JBoss CMT. The exception will happen on the session.flush() of the update.

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - XDocletJBoss and Service Descriptor generation

2004-07-06 Thread pawan1475
Hi, I have a question on the XDoclet generation of Jboss-service.xml. I am trying to write a Standard Bean which will execute the start method when my EAR file id deployed on the Jboss Server. I am trying to Xdoclet for my class Code Snippet | /** | * ServerSecurityDomain | *

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Another issue...

2004-07-06 Thread eyp
Hi again, Although I have other issues with jboss-aop, I'm trying to achieve other tests. I've precompiled some classes and all is right, but when I execute them there is no effect with my interceptions. I got not result. This is my test: jboss-aop.xml: ?xml version=1.0 encoding=UTF-8?

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Another issue...

2004-07-06 Thread eyp
Hi again, Although I have other issues with jboss-aop, I'm trying to achieve other tests. I've precompiled some classes and all is right, but when I execute them there is no effect with my interceptions. I got not result. This is my test: jboss-aop.xml: ?xml version=1.0 encoding=UTF-8?

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: jboss-aop.xml don't appeared...

2004-07-06 Thread eyp
aop bind pointcut=execution(public * es.bancoval.bfci18n.support.commands.*-*(..))/ interceptor class=es.bancoval.bfci18n.aop.MethodAuthorizationInterceptor/ /bind /aop View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841104#3841104 Reply

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

2004-07-06 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040706131057Lbuild.117 BUILD COMPLETE-build.117Date of build:07/06/2004 13:10:57Time to build:15 minutes 54 secondsLast changed:07/06/2004 12:50:57Last log entry:Additional test scenarios

[JBoss-dev] [ jboss-Bugs-984976 ] DeploymentException and invalid EJB-QL statements

2004-07-06 Thread SourceForge.net
Bugs item #984976, was opened at 2004-07-04 20:20 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=984976group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-985318 ] Serious connection leak in connection pool

2004-07-06 Thread SourceForge.net
Bugs item #985318, was opened at 2004-07-05 11:23 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=985318group_id=22866 Category: JBossServer Group: None Status: Closed Resolution: Accepted

[JBoss-dev] [Mail Services] - Re: bugs/features list?

2004-07-06 Thread acoliver
I'm going to respec M2 as some pretty important stabillity stuff has been added. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841115#3841115 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841115

[JBoss-dev] [Mail Services] - Re: TODO: (M2) fix packaging

2004-07-06 Thread acoliver
I made some fixes to the build. Its still not perfect. Really I just want to simplify the hell out of it. The only real downer is the topic/queue deployment is kinda f**ked sometimes... Looks like more of a JBossMQ thing. Test it out and tell me what you think. View the original post :

[JBoss-dev] Cannot build 3.2 from cvs

2004-07-06 Thread Daniel Maher
Hello list members, I expect some flames for this, but my search for a solution has led me here. I used to (say 2 weeks ago) regularly build the 3.2 branch but now cannot. In that timespan I have not changed anything important regarding my Java environment. According to the jboss site, I

[JBoss-dev] [ jboss-Bugs-985975 ] Cygwin 1.5.9: jboss-4.0.0DR4: jmx-console: Unable to compile

2004-07-06 Thread SourceForge.net
Bugs item #985975, was opened at 2004-07-06 09:33 Message generated for change (Comment added) made by grenoml You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=985975group_id=22866 Category: CatalinaBundle Group: v4.0 Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-985616 ] Persistent messages not rolled back when queue stopped/full

2004-07-06 Thread SourceForge.net
Bugs item #985616, was opened at 2004-07-05 22:19 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=985616group_id=22866 Category: None Group: None Status: Closed Resolution: Fixed Priority: 5

[JBoss-dev] build from snapshot

2004-07-06 Thread Daniel Maher
Incidentally, I dowloaded this src snapshot from sourceforge and it built just fine. JBoss-3.2.5 [show only this release] 2004-06-25 02:00-DanBiodiesel info:http://www.csmonitor.com/2004/0629/p02s01-usgn.html Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone.

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: ConcurrentModificationException while retreiving Session

2004-07-06 Thread ganguri
I know the problem and the solution now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841124#3841124 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841124 --- This

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

2004-07-06 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040706155840Lbuild.118 BUILD COMPLETE-build.118Date of build:07/06/2004 15:58:40Time to build:14 minutes 34 secondsLast changed:07/06/2004 15:34:52Last log entry:Remove the message from the

[JBoss-dev] JBoss Test Results: 88 % ( 1586 / 1785 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-07-06 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-07-06 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: % ( / ) - . JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-07-06 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Javassist development Forum] - Extending Reflection to intercept Constructors

2004-07-06 Thread brett_s_r
I am using the Javassist Loader and Reflection classes from javassist.reflect, to stub-out and mock classes transparently, especially when performing unit tests. I have found that when used with the reflective Loader, Reflection can stub-out and intercept everything (i.e. methods, fields,