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

2005-04-19 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 t

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

2005-04-19 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=22866&package_id=135729, can just use the libs contained within. The samples in the distro run standalone. View the original post :

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

2005-04-19 Thread javajedi
I'm using JBoss-AOP 1.1.1 with JDK 1.5. I've got an ear file that contains a .aop file, which is using Annotated aspects, and I'm using compile-time instrumentation (EnableTransformer set to "false" in jboss-service.xml.) Deploying my ear takes about 3 seconds. Starting JBoss takes about 40 se

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Separated XMBean implementation

2005-04-19 Thread reverbel
Thank you Adrian. Regards, Francisco View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874564#3874564 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874564 --- This S

[JBoss-dev] [Nukes Development] - Is there a maximum limit of Entity Beans For Nukes

2005-04-19 Thread paarsar
Hello Im having a problem with nukes. I have currently 16 EntityBeans , when i add a 17th i get a very weird runtime error. I've checked the syntax of the last bean and everything is fine. I've even deleted another bean to see if there was something wrong with bean 17, but the i don't get t

[JBoss-dev] [Design of JBoss Profiler] - Re: Marshalling time

2005-04-19 Thread fns
Hello clebert, Thank you very much for your quick answer! Be sure that if I find something interesting I'll tell you! Best regards, FÃbio Nogueira View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874550#3874550 Reply to the post : http://www.jboss.org/inde

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

2005-04-19 Thread [EMAIL PROTECTED]
Yes, please nuke the JBJMX project. Any relevant issues can be migrated to JBAS under the jmx component. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874547#3874547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874

[JBoss-dev] [Design of JBoss Portal] - Re: admin link

2005-04-19 Thread porrael
i have the same error..please i need help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874546#3874546 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874546 ---

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

2005-04-19 Thread eyassud
If I get it to work, I will post a Wiki. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874545#3874545 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874545 --- This

[JBoss-dev] [Design of JBoss Profiler] - Re: Marshalling time

2005-04-19 Thread [EMAIL PROTECTED]
Yes... it can do it. If you use jboss-profiler, all the information will be captured into binary files with an extension .log.gz. Then you can use the web-tool to analyze the graph of callings. You can set starts in the profiler, and only capture after a specific class appears in the stack-trac

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

2005-04-19 Thread [EMAIL PROTECTED]
let me know how it goes with Weblogic...Could you write a WIKI page if you figure it out? You could try JDK 5.0 and the -javaagent stuff. Also, precompilation with AOPC. I know there is one guy using WLS out there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-dev] [Design of JBoss Profiler] - Marshalling time

2005-04-19 Thread fns
Hi everybody, I'm doing research about performance of middleware systems and chose JBoss as a study case. Currently I'm working on taking time spent in JBoss' internal operations, like marshalling and unmarshalling, to use in some formal models that I'm creating. To take those times I looked in

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

2005-04-19 Thread [EMAIL PROTECTED]
There appears to be two places for JMX in JIRA 1) http://jira.jboss.com/jira/browse/JBJMX 2) http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=DESC&sorter/field=priority&resolutionIds=-1&component=12310134 Since we are not currently maintaining a JM

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

2005-04-19 Thread eyassud
I hate to bring up this, but I have no choice. I have to use Weblogic at work, and I would like to use JBoss AOP. Has anyone got this to work? I tried replacing the class loader with the one generated by org.jboss.aop.hook.GenerateInstrumentedClassLoader, but no luck. I would appreciate any

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

2005-04-19 Thread patrickdalla
As you say if everything was correct getUserPrincipal would return the user. Maybe I'm not configuring the application correctly. getUserPrincipal is returning null and request.getAttribute("javax.servlet.request.X509Certificate") is returning the user certificates. why? View the original post

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Separated XMBean implementation

2005-04-19 Thread [EMAIL PROTECTED]
This turned out to be a change in Remoting's connector without a corresponding change in its XMBean descriptor: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-remoting/src/main/org/jboss/remoting/transport/Connector.java?r1=1.25&r2=1.26 View the original post : http://www.jboss.org/index.html?

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

2005-04-19 Thread llucifer
I was looking for a way to implement some kind of transport progress notification. When a large amount of data being transfered in either direction (to/from the server) I'd like to register a "ProgressListener" to remoting to be informed of the amount of data transfered (like a web browser does)

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

2005-04-19 Thread kumarudaya
Is it possible to run JBoss Remoting framework on other appservers? Thanks, Uday. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874529#3874529 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874529 --

[JBoss-dev] [Design of JTA and JTS on JBoss] - Re: Synchronization

2005-04-19 Thread robinroos
Reposted to JBoss-User. Appologies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874526#3874526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874526 --- This SF.

[JBoss-dev] [Design of JTA and JTS on JBoss] - Synchronization

2005-04-19 Thread robinroos
Hello I need to register a Synchronization object which will receive afterCompletion() invocations - or the equivalent - AFTER all resources in the transaction have been committed. I could register against the javax.transaction.Transaction instance or against the javax.ejb.UserTransaction inst

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

2005-04-19 Thread [EMAIL PROTECTED]
There are ways to map the getUserPrincipal value from the actual authentication value. If getUserPrincipal is null, then you are not on an authenticated context. If there is an expection that there is a session principal that is accessible under unsecured contexts, this is a feature request to

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

2005-04-19 Thread patrickdalla
No. it is 4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874519#3874519 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874519 --- This SF.Net email is sponsor

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

2005-04-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050419124518Lbuild.981 BUILD COMPLETE - build.981Date of build: 04/19/2005 12:45:18Time to build: 67 minutes 45 secondsLast changed: 04/19/2005 12:35:59Last log entry: Fix a typo

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

2005-04-19 Thread [EMAIL PROTECTED]
the code to modify if you want to test it is in : jboss-portal-2.0/core/src/main/org/jboss/portal/core/invocation/UserContextInterceptor.java it is pretty straightforward to change modify. by the way, what is the version of JBoss you are using ? 4.0.2 ? View the original post : http://www.jbos

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

2005-04-19 Thread patrickdalla
the code that functions is: X509Certificate[] certs = (X509Certificate[]) request.getAttribute("javax.servlet.request.X509Certificate"); X509Certificate cert = certs[0]; cert.getSubjectDN().getName(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874516#387

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

2005-04-19 Thread patrickdalla
the code that functions is: X509Certificate[] certs = (X509Certificate[]) request.getAttribute("javax.servlet.request.X509Certificate"); X509Certificate cert = certs[0]; cert.getSubjectDN().getName(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874515#387

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

2005-04-19 Thread patrickdalla
Excuse... getUserPrincipal returned null. it doesn't function View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874512#3874512 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874512 --

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

2005-04-19 Thread [EMAIL PROTECTED]
exactly, I will fix this and use the Principal instead of getRemoteUser() once the CVS blackout is done. The CVS is being moved to our own hosting and for now until it is moved we don't commit to it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874510#38745

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

2005-04-19 Thread patrickdalla
It functions and return the user name. But I think jboss portal does not use this String to amp with a User and authenticate him. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874507#3874507 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

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

2005-04-19 Thread [EMAIL PROTECTED]
What about getUserPrincipal() and if it is not null getUserPrincipal().getName() ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874506#3874506 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874506 -

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

2005-04-19 Thread patrickdalla
getRemoteUser() is returning "null" request.getAttribute("javax.servlet.request.X509Certificate") is returning all the client certificates configured in the client. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874504#3874504 Reply to the post : http://www

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

2005-04-19 Thread [EMAIL PROTECTED]
As far as I can see, the default does the following in JBoss/Tomcat integration. Your client comes in, he has a valid certification. In the certificate is enclosed the client DN (distinguish name). The default authentication mechanism maps this DN to the request.getRemoteUser(). So now during a

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Proxy implementation and advisors

2005-04-19 Thread [EMAIL PROTECTED]
I've started this - commit message: | Some kernel/aspect tests for annotations. | | To run: compile for Java5 then ant -f build-test50.xml run-tests | | TODO: Fix the dependency aspect so it works, I'm only doing | this to simulate field field injection which isn't *yet* in the Bean

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

2005-04-19 Thread patrickdalla
But how the certificate of the client is mapped to a user in the Users table? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874484#3874484 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874484 ---

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

2005-04-19 Thread [EMAIL PROTECTED]
I just checked and it probably won't work because SSLServerSocketFactory is a subinterface of ServerSocketFactory, so it'll probably won't accept a value of org.jacorb.orb.factory.DefaultServerSocketFactory (try that anyways :) All the relevant entries are in conf/jacorb.properties (in the 'all

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Hot deplyment

2005-04-19 Thread keullermag
Hi guys, I'm development an application using Hot Deplyment strategy, but I found some problems. When I try intercept a method that retuns some value the application performs normal, but when I try intercept a method that returns void occurs an exception. protected final void mockMethod(String

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

2005-04-19 Thread viguera79
Hi Dimitris, Could you say in what file I have to change the connection factory, and which are the factories? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874464#3874464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-dev] [Design of Security on JBoss] - jboss 2-way ssl authentication

2005-04-19 Thread kimatrix
I have two questions so hope someone can give simple answers. Question 1) Is it possible to get jboss working with 2-way ssl authentication. Meaning i need client server authentication. Question 2) If it is possible to do this, could someone tell me where I can find the information about this?

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

2005-04-19 Thread viguera79
First at all, thanks The ssl accelerator create a proxy with an external port and an internal port. SSL traffic enter to external port. The card desencrypts the traffic and moves it (now it's plain text) to the internal port. I configured the proxy with 3529 (external port) and 3528(internal port

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

2005-04-19 Thread [EMAIL PROTECTED]
I don't know exactly how ssl accelerators works, but would the exported IOR need to contain the host/ssl port of the accelerator? Another idea to try may be to configure normally the server for ssl, but use a plain (non-ssl) connection factory, maybe? View the original post : http://www.jbos

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - EJBDoclet fails

2005-04-19 Thread jboss_eval
Hi, i've been trying to get this to work for quite sometime now, i feel i've done all that is required, is it something to do with classpath couls someone please help. thanks below is the error log: Build sequence for target `compile' is [init, compile] Complete build sequence is [init,

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

2005-04-19 Thread viguera79
Hello everybody!! I have an EJB application running on my server. It goes under iiop+ssl and all work. My client side uses IIOP.NET and it works too. After that, I installed a SSL accelerator card to encrypt and desencrypt the ssl traffic. So, my server is liberated. The SSL card makes that SSL

[JBoss-dev] jboss-head Build Failed

2005-04-19 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050419052933 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm

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

2005-04-19 Thread darranl
"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'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874415#3874415 Reply to the post : http://www.jboss.o

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

2005-04-19 Thread miloveme
"[EMAIL PROTECTED]" wrote : You mean the jmx module stand-alone? It compiles fine as part of the jboss checkout. AFAIK it's been a couple of years since the last stand-alone realease (jboss-mx v1.1.2) I check out jboss-4.0 and run build.xml in build sub-directory. I met following error. [j

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Intercept external JAR calls

2005-04-19 Thread ifrit
I want to intercept calls to System.currentTimeMillis()in a external jar files i imported in eclispe and i use in my application. for testing i write a System.currentTimeMillis() in my main class and this call is intercepted but the call done in the class contained in the package are not interce

[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Notes about current development

2005-04-19 Thread [EMAIL PROTECTED]
Moving development discussion to the forums --- The team have been doing many talks via private emails, IM chat and what not ;) We are doing our best to move as much as possible of this discussion and at least conclusions/indications in the public dev forum. So, be ready to hear some more noise a