[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE 1.2.3 release

2004-05-02 Thread gkatz
after the update can we delete the duplicate folders? (the old 1.2.2 folders) or should i have done this before upgrading? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833364#3833364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-dev] [EJB on JBoss] - Receive time out from different subnet

2004-05-02 Thread idler
Hello, I developed a stand-alone client to access jboss server from a machine located in different subnet from the jboss server. The client software can work well with the server when they are in same machine or same subnet. But when they are in different subnet, the client will receive the foll

[JBoss-dev] [EJB on JBoss] - Re: Receive time out from different subnet

2004-05-02 Thread idler
In addition, I can get the initialContext. But when it looks up the EJB jndi name, it reports such error. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833371#3833371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Interceptor not intercepting

2004-05-02 Thread mriou
Hi, I wrote an interceptor that should execute on all methods tagged with @@transactional in javadoc. Here is the declaration : Compilation is ok. The class is ok and includes JBossAOP hooks (I decompiled it). I also included a breakpoint in AspectXmlLoader.deployInterceptor an

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Interceptor not intercepting

2004-05-02 Thread mriou
Trying again to post the pointcut declaration : | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833380#3833380 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833380 ---

[JBoss-dev] jboss-head Build Failed

2004-05-02 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040502151344 BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build: 05/02/2004 15:13:44Time to build: 17 minutes 25 secondsLast changed: 05/02/2004 15:03:33Last log e

[JBoss-dev] jboss-head build.114 Build Fixed

2004-05-02 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040502155302Lbuild.114 BUILD COMPLETE - build.114Date of build: 05/02/2004 15:53:02Time to build: 12 minutes 52 secondsLast changed: 05/02/2004 15:34:42Last log entry: add support for 3.0 branch - may not be used much

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Interceptor not intercepting

2004-05-02 Thread Bill Burke
Did you look at the metadata example that comes with JBoss AOP beta1? You have to run that generates another XML file. Then you must have that XML file and your binding in the jboss.aop.path System property. If you change to have report="true" then you can get an XML dump of bindings and me

[JBoss-dev] [Nukes Development] - Re: MySQL & Pure-CMP --- issues w News & FAQ modules

2004-05-02 Thread hxp
LCB -- "LCB" wrote : You must set pk-constraint to true for mysql to fix the problem with creating the tables. | I have done it manually in the jbosscmp-jdbc.xml and it works fine. | Thanks for your reply, but it doesn't seem to be the solution. 1) From my tests, setting pk-constraint to

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

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

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Deployment of application with beanshell problem

2004-05-02 Thread [EMAIL PROTECTED]
Remove the BeanShellSubDeployer config from conf/jboss-service.xml: | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833388#3833388 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833388 -

[JBoss-dev] [Tomcat] - Re: Need help with directory structure between 2.2.4 and 3.2

2004-05-02 Thread [EMAIL PROTECTED]
The equivalent of the jboss.jcml file is: server/default/conf/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833389#3833389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833389 --

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

2004-05-02 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040502211806Lbuild.115 BUILD COMPLETE - build.115Date of build: 05/02/2004 21:18:06Time to build: 12 minutes 31 secondsLast changed: 05/02/2004 21:10:25Last log entry: synchronize getInstanceAdvisor

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

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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - JBossAOPized application NoClassDefFoundError: org/jboss/aop

2004-05-02 Thread bensench
Has anyone JBossAOPized any JBoss application and successfully on JBoss? I tried to JBossAOPized an application and run it on JBoss 3.0.6. I got the following error messages: javax.servlet.ServletException: Unexpected Error java.lang.NoClassDefFoundError: org/jboss/aop/AspectManager

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

2004-05-02 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040503000618Lbuild.116 BUILD COMPLETE - build.116Date of build: 05/03/2004 00:06:18Time to build: 12 minutes 19 secondsLast changed: 05/02/2004 23:59:57Last log entry: added pluggable pointcut and dynamic cflow.

[JBoss-dev] jboss-head Build Failed

2004-05-02 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/?log=log20040503002851 BUILD FAILEDAnt Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:55: exec returned: 1Date of build: 05/03/2004 00:28:51Time to build: 12 minutes 2 secondsLast changed: 05/03/2004 00:23:21Last log en

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - XDoclet: ejb.interface-method Challenges

2004-05-02 Thread abcolson
I am using the JBoss-IDE 1.2.0 and utilizing the @ejb XDoclet tags. The tags/code completion work for class level documentation, but not for method level documentation. For example, @ejb.bean works at the class level documentation, but @ejb.interface-method does not work at the method level doc