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

2004-07-07 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040708013431Lbuild.121 BUILD COMPLETE - build.121Date of build: 07/08/2004 01:34:31Time to build: 11 minutes 11 secondsLast changed: 07/08/2004 01:14:31Last log entry: Keep track of the original conne

[JBoss-dev] [ jboss-Bugs-987038 ] CtNewMethod.setter causes VerifyError on static fields

2004-07-07 Thread SourceForge.net
Bugs item #987038, was opened at 2004-07-08 15:06 Message generated for change (Comment added) made by brett_s_r You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987038&group_id=22866 Category: Javassist Group: CVS HEAD Status: Open Resolution: None Priori

[JBoss-dev] [ jboss-Bugs-987038 ] CtNewMethod.setter causes VerifyError on static fields

2004-07-07 Thread SourceForge.net
Bugs item #987038, was opened at 2004-07-08 15:06 Message generated for change (Comment added) made by brett_s_r You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987038&group_id=22866 Category: Javassist Group: CVS HEAD Status: Open Resolution: None Priori

[JBoss-dev] [Javassist development Forum] - Re: CtNewMethod on static fields, bug submitted

2004-07-07 Thread brett_s_r
Had a guess: else { | code.addLoad(1, field.getType()); // change 0 to 1 | code.addPutstatic(Bytecode.THIS, fieldName, fieldType); | } fixes my unit test, not sure if it is correct or if it breaks other cases. View the original post :

[JBoss-dev] [Javassist development Forum] - CtNewMethod on static fields, bug submitted

2004-07-07 Thread brett_s_r
See http://sourceforge.net/tracker/?func=detail&aid=987038&group_id=22866&atid=376685. A failing TestCase is provided. I notice that the code deliberately treats statics differently: if ((finfo.getAccessFlags() & AccessFlag.STATIC) == 0) { | code.addAload(0); |

[JBoss-dev] [ jboss-Bugs-987038 ] CtNewMethod.setter causes VerifyError on static fields

2004-07-07 Thread SourceForge.net
Bugs item #987038, was opened at 2004-07-08 15:06 Message generated for change (Settings changed) made by brett_s_r You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987038&group_id=22866 Category: Javassist Group: CVS HEAD Status: Open Resolution: None >Pr

[JBoss-dev] [ jboss-Bugs-987038 ] CtNewMethod.setter causes VerifyError on static fields

2004-07-07 Thread SourceForge.net
Bugs item #987038, was opened at 2004-07-08 15:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987038&group_id=22866 Category: Javassist Group: CVS HEAD Status: Open Resolutio

[JBoss-dev] jboss-3.2 build.120 Build Fixed

2004-07-07 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040707233101Lbuild.120 BUILD COMPLETE - build.120Date of build: 07/07/2004 23:31:01Time to build: 11 minutes 8 seconds  Unit Tests: (0)

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

2004-07-07 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-07 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [ jboss-Bugs-982951 ] "Algorithm PBEWithMD5AndDES not available" with 3.0 M8+

2004-07-07 Thread SourceForge.net
Bugs item #982951, was opened at 2004-06-30 14:32 Message generated for change (Comment added) made by benwalstrum You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=982951&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority

[JBoss-dev] jboss-3.2 Build Failed

2004-07-07 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040707205810 BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1Date of build: 07/07/2004 20:58:10Time to build: 11 minutes 30 secondsLast changed: 07/07/2

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

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

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

2004-07-07 Thread brett_s_r
OK, that approach won't quite work, as it doesn't make sense to try and rename the Constructors as is done with the Methods. I have succeeded in "hard intercepting" the construction by calling (on CtConstructor): insertBeforeBody("return;");, which is handy as it retains the correct (implicit o

[JBoss-dev] [ jboss-Bugs-924293 ] XDoclet 1.2 with Jboss-IDE 1.2.2

2004-07-07 Thread SourceForge.net
Bugs item #924293, was opened at 2004-03-27 00:48 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=924293&group_id=22866 Category: JBoss-IDE Group: None >Status: Closed Resolution: Remind Prior

[JBoss-dev] [ jboss-Bugs-982951 ] "Algorithm PBEWithMD5AndDES not available" with 3.0 M8+

2004-07-07 Thread SourceForge.net
Bugs item #982951, was opened at 2004-06-30 21:32 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=982951&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-979296 ] Eclipse Refresh

2004-07-07 Thread SourceForge.net
Bugs item #979296, was opened at 2004-06-24 23:50 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=979296&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-961469 ] Errors starting JBoss from IDE on MAC OS X

2004-07-07 Thread SourceForge.net
Bugs item #961469, was opened at 2004-05-27 12:22 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=961469&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-976596 ] InvocationTargetException saving xdoclet/pack configuration

2004-07-07 Thread SourceForge.net
Bugs item #976596, was opened at 2004-06-21 11:00 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=976596&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-979296 ] Eclipse Refresh

2004-07-07 Thread SourceForge.net
Bugs item #979296, was opened at 2004-06-24 23:50 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=979296&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priorit

[JBoss-dev] [ jboss-Bugs-976596 ] InvocationTargetException saving xdoclet/pack configuration

2004-07-07 Thread SourceForge.net
Bugs item #976596, was opened at 2004-06-21 11:00 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=976596&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priorit

[JBoss-dev] [ jboss-Bugs-982951 ] "Algorithm PBEWithMD5AndDES not available" with 3.0 M8+

2004-07-07 Thread SourceForge.net
Bugs item #982951, was opened at 2004-06-30 21:32 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=982951&group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priorit

[JBoss-dev] [JBoss.net] - Sample application to generate Webservice from stateful EJB

2004-07-07 Thread arielah
Hi, I'm working with JBoss3.2.2 and Axis1.1 and would like to generate a webservice from a stateful EJB. Could anyone post a sample application or point me to a document listing the steps to do so? Thanks so much. A. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Getting started problems

2004-07-07 Thread kjc5664
Attempting this code from within a Web collaborator public void init(){ try { //: cache is an inst var cache = new TreeCacheAop(); } catch(Exception e){ logger.error(e); } } give me the following exception. I can see that Tomcat is attempting to save the session. Can TreeCa

[JBoss-dev] [Nukes Development] - Upload file filename

2004-07-07 Thread thepriz
I have been able to get the file to upload but how do I get the filename of the file that was added in the form? I have tried to trace it but I can't seem to find the final class with getParameterAsFile() function in it. View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-dev] [JBoss IDE] - EJB graphic tool

2004-07-07 Thread svetina
I realized a perhaps interesting graphical tool in java to create ejb entity and session from a view on a database (Oracle and MySQL, for the moment). The tool is at prototype level, but can create java for all bean following J2EE specification and file xml for deploy and mapping beans (ejb-jar.

[JBoss-dev] [Nukes Development] - Nukes 2.x

2004-07-07 Thread cooper
We have started our work on Nukes 2 and have started several documents which are a tech specification and a roadmap. Of course these documents are in alpha stage. They have been put in the CVS under : nukes-docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: How intercept inherited methods?

2004-07-07 Thread kabkhan
Look at instanceof in the tutorial. Is that what you mean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841240#3841240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841240 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - How intercept inherited methods?

2004-07-07 Thread eyp
Which is the syntax in jboss-aop.xml to intercept inherited methods? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841239#3841239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841239 --

[JBoss-dev] [ jboss-Bugs-986613 ] SpyMessageConsumer.receive() hangs after SpyJMSException

2004-07-07 Thread SourceForge.net
Bugs item #986613, was opened at 2004-07-07 14:15 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=986613&group_id=22866 Category: JBossMQ Group: v3.2 >Status: Closed >Resolution: Duplicate Prio

[JBoss-dev] SOLVED build 3.2 from cvs

2004-07-07 Thread Daniel Maher
Used the Branch_3_2 branch...and since there were a few compile errors, I also specified the update time to be the date of the last successful build message on this list.   Sorry for the spam, maybe another jboss noob will find this useful.    -DanBiodiesel info:http://www.csmonitor.com/2004/0629

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Change the way JBossAOP gets jboss-aop.xml

2004-07-07 Thread eyp
Hi again. In order to get my goals, I've had to modify the source code os JBossAOP. I've modified in the class org.jboss.aop.AspectXmlLoader the method loadURL. The original code was: private static Document loadURL(URL configURL) throws Exception { InputStream is = configURL != null ? con

[JBoss-dev] [ jboss-Bugs-986613 ] SpyMessageConsumer.receive() hangs after SpyJMSException

2004-07-07 Thread SourceForge.net
Bugs item #986613, was opened at 2004-07-07 16:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=986613&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: Non

[JBoss-dev] [ jboss-Patches-986585 ] Tomcat custom context configuration

2004-07-07 Thread SourceForge.net
Patches item #986585, was opened at 2004-07-07 16:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=986585&group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution:

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

2004-07-07 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040707084920Lbuild.119 BUILD COMPLETE - build.119Date of build: 07/07/2004 08:49:20Time to build: 16 minutes 28 secondsLast changed: 07/07/2004 08:17:47Last log entry: use variable instead of invoking

[JBoss-dev] [JBoss IDE] - Re: Wrong classpaths with JBoss IDE 1.2.4

2004-07-07 Thread thomas.gross
Ok, the name of the project where the build file is generated is the ApplicationXY Project. this Project depends in JsrcComponents and JsrcFW. here is how to reproduce the Behavior. if have two projects (P1,P2). I create a third project that depends on the first two (N). P1 and P2 are included

[JBoss-dev] [JBoss IDE] - Re: Wrong classpaths with JBoss IDE 1.2.4

2004-07-07 Thread letiemble
Hi, Can you provide the following infos : - the name of the project where the build file is generated - how the class folder are added to the project In short, provide everything needed to reproduce the behaviour. Laurent. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - CMR: M to N unidirectional: howto?

2004-07-07 Thread morci2
I have a relation book-orders (an order contains several books, a book can be part of several orders). I've been able to set up a bidirectional relationship by decorating getBooks in Order and getOrders in Book with something like: /** | * @ejb.relation | * name = "or

[JBoss-dev] [JBoss IDE] - Wrong classpaths with JBoss IDE 1.2.4

2004-07-07 Thread thomas.gross
Hi, JBoss IDE generates the wrong classpath in xdoclet-build.xml. Version 1.2.2 did generate: | | | | | | | | | | | | | | | Version 1.2.4 generates: | | | | | | | | | | | | | As you can see the paths to other

[JBoss-dev] [JBoss IDE] - Adding JBoss source to a project

2004-07-07 Thread frankgerhardt
What is the easiest way to get the JBoss source into Eclipse? I don't want to modify the JBoss code, just step through it in the debugger. In the src download, the directories containing the java files are spread all over the place. A single classpath variable will not do the job :-( Are there

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Several jboss-aop.xml...

2004-07-07 Thread eyp
If I had several web applications, could have them their own jboss-aop.xml? or is it shared by each application? It wolud be fine that each application had his own jboss-aop.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841194#3841194 Reply to the

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread eyp
Hehe, sorry, I need to improve my english :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841193#3841193 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841193 ---

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

2004-07-07 Thread eyp
Well, I've got it works but I need to set the system variable: -Djboss.aop.path=/home/eduardotp/Aplicaciones/jakarta-tomcat/webapps/multi/WEB-INF/classes/jboss-aop.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841192#3841192 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread kabkhan
I was just stating what you already found out :-) I _think_ you must specify the full name of the class. If the error you get using wildcards is by design or a bug I don't know... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841191#3841191 Reply to the po

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread eyp
Sorry, I don't understand you. I'm specifying the fully qualified name of the class: bind pointcut=" execution(public * es.pfc.test.TestAOP->*(..)) but when I use wildcards it doesn't work bind pointcut=" execution(public * es.pfc.test.*->*(..)) View the original post : http://www.jboss.org/

[JBoss-dev] [Nukes Development] - Re: Problem in response when I update my image

2004-07-07 Thread cooper
yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841189#3841189 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841189 --- This SF.Net email sponsored by Black Hat

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread kabkhan
You must specify the fully qualified name of the class, an $instanceof{} expression or a $typedef{} expression. I'm afraid I don't know if your problem is a bug or the expected behaviour. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841188#3841188 Reply t

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread eyp
If I change jboss-aop.xml to < aop> < bind pointcut="execution(public * es.pfc.test.TestAOP->*(..))"> < interceptor class="es.pfc.test.aop.MethodAuthorizationInterceptor"/> < /bind> < /aop> The sample works fine, but I don't know why? View the original post : http://www.jboss.or

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Another test that not execute correctly...

2004-07-07 Thread eyp
Sorry I forgot to specify my environment: J2SDK 1.4.2_04, JbossAOP 1.0 beta3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841186#3841186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841186 --

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Another test that not execute correctly...

2004-07-07 Thread eyp
Hi again, although anybody answer my questions I still try that JbossAOP works for me. How I've not get that an application under Tomcat with JBossAOP works fine, then I'm going to try n standalone application. Main class: package es.pfc.test; public class TestAOP { public TestAOP() {

[JBoss-dev] [Nukes Development] - Re: Problem in response when I update my image

2004-07-07 Thread pista
It's with : notifyResourceChange(sourceFileId); ??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841185#3841185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841185 -

[JBoss-dev] [Nukes Development] - Re: Problem in response when I update my image

2004-07-07 Thread cooper
you have to invalide the Resource cache, look at the HTML module which does that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841182#3841182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841182 ---

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Somebody know how to admin JBoss Cache? Is this possible?

2004-07-07 Thread mgarcia3s
Hi all, I have an J2EE application with the next configuration: JBoss 3.2.4 - Oracle The oracle driver used in JBoss is "jbosscmp-jdbc3.0". Related with JBoss configuration we have the next settings: Commit option type "A": Only JBoss can modify the DB Methods get are in "read only" status W

[JBoss-dev] [Nukes Development] - Problem in response when I update my image

2004-07-07 Thread pista
Hi, Now I can upload my image, store it in my database and display it in my theme (with url : http://myserver.com/nukes/index.html?module=displayImage&op=main&id=idImage) However, when I want to change my image in my form, I have to restart jboss if I want to see it. Otherwise I have yet my "old

[JBoss-dev] [ jboss-Bugs-986420 ] Exception while ALTER TABLE (HSQLDB)

2004-07-07 Thread SourceForge.net
Bugs item #986420, was opened at 2004-07-07 03:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=986420&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: No