[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Running JBoss Remoting on other AS.

2005-04-20 Thread [EMAIL PROTECTED]
Yes. Just need jboss-remoting.jar and other jars remoting depends on. If get the standalone release at http://sourceforge.net/project/showfiles.php?group_id=22866package_id=135729, can just use the libs contained within. The samples in the distro run standalone. View the original post :

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Callback for transport progress notification

2005-04-20 Thread [EMAIL PROTECTED]
There is no way to do this currently with the remoting implementation. To achieve this, would need to change the marshaller implementation to provide this feedback, as this is where the data is actually being sent over the wire. Would you mind submitting a feature request to Jira, our issue

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: JIRA and JMX

2005-04-20 Thread [EMAIL PROTECTED]
Are we .. discontinuing jbossmx?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874581#3874581 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874581 --- This SF.Net

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: jboss-jmx cann't be compiled

2005-04-20 Thread miloveme
darranl wrote : miloveme wrote : | | I check out jboss-4.0 | | | | How did you perform the checkout? What was the CVS command that you used? Did you specify 'Branch_4_0'? when i checkout with Brach_4_0 branch name, I have following error. cvs checkout: [08:06:18] waiting for

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: jboss-jmx cann't be compiled

2005-04-20 Thread [EMAIL PROTECTED]
This is a sourceforge issue, usually a transient one. Sourceforge has been very slow lately... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874588#3874588 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874588

[JBoss-dev] [Javassist development Forum] - how i ca use javassist for make a fault injection tool

2005-04-20 Thread icecrash
Kind, i need to make a fault injection tool for java programs and i use javassist. I have some question: how i can inject for example wrog type in a input parameter of method? how i can monitor the error propagation trught the program? how i can modify at run-time the code of a method? I thing

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Error Injections

2005-04-20 Thread ifrit
hello, Is it possible to inject Error with jboss aop, i can inject Excpetions successfully but Error injections like OutOfMemoryInjections don't seems to work. thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874598#3874598 Reply to the post :

[JBoss-dev] [Design of Security on JBoss] - can I install pk12 certificate in Jboss 4.0sp1?

2005-04-20 Thread sam29jboss
Have you any idea about How to enable SSL and install pk12 files in Jboss 4.0 sp1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874605#3874605 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874605

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread [EMAIL PROTECTED]
Hmmm, i thought i fixed a lot of this. It used to be really slow because undeploy recalculated all bindings with EVERY XML element, now it should only do it for the whole file. You can log a bug, or you can look into it yourself as I probably won't get to it for awhile. View the original

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
can you be more specific? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874624#3874624 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874624 --- This SF.Net email is

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread javajedi
What XML elements and whole file are you referring to? I have a jboss-aop.xml, but it looks like this: . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874630#3874630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874630

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread javajedi
Sorry, should have previewed my post. It looks like this: aop/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874632#3874632 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874632

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Hi !! I tried you said me and these are the results: If I launch the server with ssl configuratin changing the factories, i.e., jacorb.ssl.socket_factory=org.jacorb.orb.factory.DefaultSocketFactory jacorb.ssl.server_socket_factory=org.jacorb.orb.factory.DefaultServerSocketFactory appear the

[JBoss-dev] jboss-head-jdk-matrix build.111 Build Fixed

2005-04-20 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050420075242Lbuild.111 BUILD COMPLETE-build.111Date of build:04/20/2005 07:52:42Time to build:36 minutes 48 secondsLast changed:04/20/2005 05:42:37Last log entry:added a test for

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - NOVICE: plese help to deploy simple app

2005-04-20 Thread maxll
JBoss 3.2.5: I wrote simple app with EJP SessionBean and Servlet in IDEA 4.5, compilation is processing sucesfully but i can not deploy that app to JBoss. LOG in IDEA: ... 17:29:24,958 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009 17:29:24,988 INFO [JkMain] Jk running ID=0

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: NOVICE: plese help to deploy simple app

2005-04-20 Thread [EMAIL PROTECTED]
You are in the wrong (jboss developers) forum. Please try one of the JBoss USER forums: http://www.jboss.com/index.html?module=bbop=viewforumf=61 http://www.jboss.com/index.html?module=bbop=viewforumf=47 View the original post :

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread [EMAIL PROTECTED]
Maybe the IORInterceptor is the cleanest solution after all :) It needs some more careful examination since the various pieces are already there and it could just be a matter of configuration, I just haven't looked at it in much detail... Franscisco may know how to setup this? A little dirty

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Thank you very much, I'll wait your solution. Best regards Javier View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874666#3874666 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874666

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: JIRA and JMX

2005-04-20 Thread [EMAIL PROTECTED]
No, just putting it on the same release cycle as JBossAS since it is developed as part of it. Maintaining JIRA issues in two different places makes no sense and just confuses people. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874669#3874669 Reply to the

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
The error thrown when memory is exhausted is constructed at jvm boot time, otherwise it might not have enough memory to even construct that Throwable object on the heap. So there is no way to intercept the new OutOfMemoryError() when it is actually thrown, because it is not constructed at that

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
I'm not sure that's what he wants to do. He'll have to clarify what he means by Error Injections. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874676#3874676 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874676

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
Here what I found out: The 8.1 SP3 BEA JRockit JVM classloader is not really replacable, and therefore, the special class loader required for JBoss AOP can't fufil its function. The value of the java.lang.ClassLoader is hardcoded for performance reasons!!! This may change in the 9.0 Weblogic,

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread [EMAIL PROTECTED]
Don't use JRockit. But, I do believe that JRockit JVM has hooks for transformers. Let me know if you investigate this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874700#3874700 Reply to the post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
Yes I did see a -Xbootclasspath option to the JRockit VM, but it doesn't work as stated. Dan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874705#3874705 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874705

[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread patrickdalla
walkthrought: I've implementend a subclass of HibernateLoginConfig that returns always true for validatePassword; I've implemented a Filter that replaces the request object with a RequestWrapper that returns X509Certificate[] certs = (X509Certificate[])

[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread [EMAIL PROTECTED]
for me it seems like a bug to have the cert and not the principal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874716#3874716 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874716

[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread [EMAIL PROTECTED]
Read about the BaseCertLoginModule: http://www.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874731#3874731 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874731

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: XML Schema capabilities

2005-04-20 Thread [EMAIL PROTECTED]
I just found out that the Xerces-2 Implementation is not useful for general use and is subject to change soon. http://issues.apache.org/jira/browse/XERCESJ-1067 The Xerces Schema API is not going to change. The Xerces-2 Implementation is good for parsing schema files and building an object

[JBoss-dev] [Design of JBoss/Tomcat Integration] - fmt:message inside c:forEach

2005-04-20 Thread mvitale
I'm building an internationalized web app that needs to be deployed on JBoss 4.0.1SP1. It's my understanding that JB4 comes with Tomcat 5.0.28 inside it. More on that later. So I have my JSP page, and it contains the following code: | span align=leftfmt:message