[JBoss-dev] [JBossCache] - Re: java.lang.NoClassDefFoundError: org/jboss/aop/proxy/Clas

2004-10-13 Thread jivetalk
Ben, Still facing the problem.Dont forget about me :) -Abi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851147#3851147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851147

[JBoss-dev] [ jboss-Bugs-1043490 ] message-destination-link not supported

2004-10-13 Thread SourceForge.net
Bugs item #1043490, was opened at 2004-10-09 08:38 Message generated for change (Settings changed) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1043490&group_id=22866 Category: JBossServer Group: v4.0 Status: Open >Resolution: Accepted Pr

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: JMX MBean lookup returns null

2004-10-13 Thread beena
Well...I am not very familiar with JMX and MBean. Basically I am trying to access the Scheduler instance. Here's the QuartzServiceMBean Interface --- package org.quartz.ee.jmx.jboss; import org.jboss.system.ServiceMBean; /** * @author Andrew Collins */ public

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: JMX MBean looup returns null

2004-10-13 Thread [EMAIL PROTECTED]
Do you actually bind the scheduler to JNDI in your MBean code? MBeans are not bound automatically to JNDI and from your description it is not very clear what you want to access, the scheduler or the MBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851348#

[JBoss-dev] [JBossWS] - WSDL create fails

2004-10-13 Thread ssholtis
I used the sample HelloWorld and just modified it to use my own class names. I'm using JBOSS 4 with Eclipse 3.0. I keep getting the following when the build script runs. Buildfile: C:\Java\build\webServiceBuild.xml validate: fail_if_not_valid: prepare: wsdl: [java] java.lang.ClassNotFoundExc

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - JMX MBean looup returns null

2004-10-13 Thread beena
Hi, I am using JBoss 3.2.3. I created a JMX MBean to integrate 'Apache Quartz Scheduler' with JBoss and deployed the .sar file under 'default/deploy' dir. The MBean service starts fine while starting JBoss. I checked http://localhost:8080/jmx-console and I am able to see the MBean service under

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-10-13 Thread ivelin
Yes. Redhat is fine as is Suse and many other Linux flavors. Eclipse does work on Linux. good luck. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851337#3851337 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851337

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2004-10-13 Thread urteammate
iveline, Can I develop on a linux machine? in test suite page I saw two linux versions? Which flavour will do? Red-hat? Am planning to install redhat and start working on jboss this weekend. Any idea if I can use eclipse on linux? Thanks for the answers, A Bhat View the original post : htt

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - autodiscovery and bind address

2004-10-13 Thread dfisher
I'm using Jboss 3.2.5 and trying to get all the services to bind to a specific IP address. I've noticed that autodiscovery is using port 1102 and jgroups is using port 45566. These services always bind to *. For autodiscovery I have set the BindAddress attribute, and for JGroups I have set the bi

[JBoss-dev] [ jboss-Bugs-1046450 ] java 5 and iiop format version error

2004-10-13 Thread SourceForge.net
Bugs item #1046450, was opened at 2004-10-13 18: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=1046450&group_id=22866 Category: JBossIIOP Group: v3.2 Status: Open Resolution:

[JBoss-dev] [JBossWS] - Re: Trouble setting up ear to be client of web service

2004-10-13 Thread parressh
I've made the changes you suggested, but I'm still getting the same error. Here are the relavent portions of the xml files... WEB-INF/web.xml | |FinAidServlet |xxx.yyy.services.finaid.GetLOAPortType_Stub | | | | FinAidServlet | /servle

[JBoss-dev] [Build System] - Re: build with eclipse

2004-10-13 Thread recampbell
Did you follow the steps outlined here: http://www.jboss.org/developers/guides/eclipse-howto/index ? Ryan Campbell JBoss QA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851310#3851310 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-13 Thread KevinConner
anonymous wrote : What type of simplicity are you talking about? I was talking about the simplicity at runtime, i.e. calling the aspects, and not during bytecode annotation. anonymous wrote : The case we're discussing (types of advices) is simple to imagine. Come on.. It is very simple to imag

[JBoss-dev] [JBossWS] - Re: Authentication for webservices

2004-10-13 Thread DaveyS
I've set my webservice up to use basic authentication in thejboss.xml file as shown below | AdministrationCoordinator | Admin | BASIC | | However when I try to access this using a .NET client, I get a HTTP 505

[JBoss-dev] [QA (Test Suite)] - Remote Use of TestSuite

2004-10-13 Thread aleal
How can I run the JBoss TestSuite in a remote instance? I mean, if I have more than one JBoss instance in my intranet and I want to run the different test, included in the Testsuite, Could I run the testsuite from a unique machine against the remote machines?? And if it is possible, How can I do th

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-13 Thread nthx
"KevinConner" wrote : Hiya guys. | | ... as it provides the advices that remove the code duplication | With full respect to your code Kevin (I use it): I will send you my custom code for using writting Strings to System.out. Why should we use System.out.println(String) method if we ca

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Setting EJB invoker binding in jboss.xml

2004-10-13 Thread gchazalon
Thanks for your answer pilhuhn, but I'm afraid it's not exactly what I need. I need to specify the xml tag within the session bean description in jboss.xml. By default, XDoclet generates something like this : ${bean.name} ${bean.jndi.name} ... And I want XDoclet to g

[JBoss-dev] [ jboss-Bugs-1046141 ] Error undeploying a root context WAR

2004-10-13 Thread SourceForge.net
Bugs item #1046141, was opened at 2004-10-13 13:43 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=1046141&group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution:

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-13 Thread KevinConner
Hiya guys. I'm busy tracking down JacORB problems at the moment so missed this. The code that I have given you is 'fully functional' in so far as it provides the advices that remove the code duplication. Give it a try, you may like it :-) I tend to agree with Bill on the matter of simplicity.

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: Setting EJB invoker binding in jboss.xml

2004-10-13 Thread pilhuhn
Try something like * @jboss.container-configuration name="ADBFacadeContainer" where the name specifies the container configuration that you want to use. Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851277#3851277 Reply to the post : http://www.jb

[JBoss-dev] [JBossWS] - Re: Deploying Webservices form 2 SLSBs

2004-10-13 Thread pilhuhn
Thomas, do you have an idea when setting the context-root of the webservice in a DD will be supported? Heiko View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851275#3851275 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-dev] [JBossWS] - Re: customize in0, in1 in multi-parameter methods using xdoc

2004-10-13 Thread pilhuhn
There will be limited support in Xdoclet 1.2.2, which is due in a few days. The RC1 already has it, but it looks like this was for wsee 1.0. I just commited some changes to get a 1.1 compliant (more or less) webservices.xml. You still need to write the wsdl file by hand or other means. Support for

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Setting EJB invoker binding in jboss.xml

2004-10-13 Thread gchazalon
Hi, I'd like to have some advice on a Jboss deployment descriptor customization issue. I use XDoclet to generate my interfaces an the DD for JBoss 3.2. Because of a specific network constraint, I have to access some of my Session Beans via RMI over HTTP. To achieve this under JBoss, I need to spe

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-13 Thread nthx
Bill, will you agree with me that code duplication is something bad? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851271#3851271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851271

[JBoss-dev] [Nukes Development] - Re: problem with lostpassword module in french

2004-10-13 Thread pista
Ok. I can't do something ? I have to wait the fix? Thanks a lot ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851266#3851266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851266 --

[JBoss-dev] [Nukes Development] - Re: problem with lostpassword module in french

2004-10-13 Thread cooper
Because the code does not apply translation to the built message. This need a fix. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851258#3851258 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851258 --

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: Compatibility of serialized client invoker classes betwe

2004-10-13 Thread simon.g
Sorry for the delay of my reply - just some last thoughts on this: If the dynamic code loading is not RMI based, it should have means to plugin TLS socket factories to allow server authentication and secure transport. The data which control dynamic classloading should be clearly defined so that

[JBoss-dev] [Nukes Development] - problem with lostpassword module in french

2004-10-13 Thread pista
Hi !! I work in the lostpassword module in french. All works fine but I have a probleme in the ${lostpassword._NEW_PASSWORD} and ${lostpassword._YOUR_NEW_PASSWORD}. Indeed, they are not translated in the object and the core of the mail sent. While, the others are ok ! Someone can explain me why?

[JBoss-dev] [Nukes Development] - Lostpassword module. Problem with tags ${lostpassword._NEW_P

2004-10-13 Thread pista
Hi !! I work in the lostpassword module in french, all works fine but I have a problem in the mail sent. Indeed, when I receive the mail I have "${lostpassword._NEW_PASSWORD}" in the object and "${lostpassword._YOUR_NEW_PASSWORD}" in the core of my message. They are not translated... While the

[JBoss-dev] [ jboss-Bugs-929132 ] tags no longer work on forum posts

2004-10-13 Thread SourceForge.net
Bugs item #929132, was opened at 2004-04-04 01:08 Message generated for change (Comment added) made by chasetec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=929132&group_id=22866 Category: Nukes Group: None Status: Open Resolution: None Priority: 5 Sub

[JBoss-dev] [ jboss-Bugs-898443 ] searches containing colon character fail

2004-10-13 Thread SourceForge.net
Bugs item #898443, was opened at 2004-02-16 19:58 Message generated for change (Comment added) made by chasetec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=898443&group_id=22866 Category: Nukes Group: None Status: Open Resolution: None Priority: 5 Sub

[JBoss-dev] [ jboss-Bugs-884090 ] Using HTML entities in signature does not work

2004-10-13 Thread SourceForge.net
Bugs item #884090, was opened at 2004-01-25 05:38 Message generated for change (Comment added) made by chasetec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=884090&group_id=22866 Category: Nukes Group: None Status: Open Resolution: None Priority: 5 Sub

[JBoss-dev] [ jboss-Bugs-878758 ] HTML tag adds several unnecessary linebreaks

2004-10-13 Thread SourceForge.net
Bugs item #878758, was opened at 2004-01-17 03:54 Message generated for change (Comment added) made by chasetec You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=878758&group_id=22866 Category: Nukes Group: None Status: Open Resolution: None Priority: 5 Sub

[JBoss-dev] [JBossWS] - Re: writing the java-wsdl-mapping

2004-10-13 Thread p_nevilleuk
Thanks for your comments. I find it hard to understand why jsr-109 failed to include this. I found the following link useful: http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ Can you suggest what the best approach is if using jboss 4 to provide a wrapped web service? Wo

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-13 Thread Bill Burke
before/after returing/after throwing could easily be added to JBoss AOP with a day of work, But Again, I still see this as nothing more than you wanting to avoid having a try/catch/finally block, or to avoid calling invocation.invokeNext(). IMNSHO, ordering of aspects and how the aspect