[JBoss-user] [EJB/JBoss] - Re: [EJB in Cluster] Local EJBs are called through cluster?

2005-09-24 Thread miojo
Well, I read the EJB spec 2.1 and found this: anonymous wrote : Unlike the remote client view, the local client view of a bean is not location independent. Access to an | enterprise bean through the local client view requires the collocation in the same JVM of both the local | client and the

[JBoss-user] [EJB/JBoss] - Re: [EJB in Cluster] Local EJBs are called through cluster?

2005-09-24 Thread miojo
Sorry, I forgot... I'm talking about Stateless SessionBeans View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896845#3896845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896845 -

[JBoss-user] [EJB/JBoss] - [EJB in Cluster] Local EJBs are called through cluster?

2005-09-24 Thread miojo
If I have a clustered environment with JBoss 3.2.7 (or whatever App Server is, because this is more an architecture question), EJB calls through Local Interfaces are proxied between different VMs? The JBoss SmartProxy do something different? I need this answer to fix some problems, and to give

[JBoss-user] [Installation, Configuration & Deployment] - Re: Build problem JBoss 4.0.2 + security patch

2005-08-10 Thread miojo
Scott, I believe there should be a package with the source up-to-date. Not everybody can get access to CVS servers because Proxy and Firewall restrictions. Why don't you guys fix the source included in the patch ? Make another relase or something else. :) Cheers View the original post : http:

[JBoss-user] [Installation, Configuration & Deployment] - Re: Build problem JBoss 4.0.2 + security patch

2005-08-04 Thread miojo
I got the same problem... Maybe the patch source isn't synchronized with 4.0.2 source release. Is there any other solution? I'm trying to build JBoss 4.0.2 for production. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888563#3888563 Reply to the post : htt

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2005-04-04 Thread miojo
Is JBoss 3.2.6, 3.2.7 and any version of JBoss 4.x had a solution to this "commons-logging" problem? I needed to do a hacked version of beanutils, and put it in my EAR file, "sealing" it in the jboss-app.xml using the following configuration: | beanutils.commons.apache.org:loader=ACS

[JBoss-user] [Messaging, JMS & JBossMQ] - How to config StateManager with custom JAAS

2005-04-04 Thread miojo
I'm using a custom JAAS login module, which authenticates the users through a DLL called NTSystem.dll in a specified Windows Domain Name. There is no authorization part. And so, the JBossMQ provider throws an exception saying that the user has no role to do a Durable Subscription to a topic. T

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Authentication using JAAS through LDAP

2005-04-04 Thread miojo
Yeah, sorry, I found that after post the problem... :) But I'm still having problems to use the State Manager, because there is columns related to Roles, and I'm using JAAS with a kind of NT authentication (that NTSystem.dll, just to authenticate the user in some domain, not LDAP), and the Stat

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Authentication using JAAS through LDAP

2005-03-31 Thread miojo
sorry, the xml was malformed. Here it is: | | jboss.jca:service=DataSourceBinding,name=OracleDS | | CREATE_TABLES_ON_STARTUP = TRUE | CREATE_USER_TABLE = CREATE TABLE ACSTOOL_USERS (USERID VARCHAR(32) NOT NULL, PASSWD VARCHAR(32) NOT NULL, CLIENTID VARCHAR(128

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Authentication using JAAS through LDAP

2005-03-30 Thread miojo
Hello... I'm trying to specify a SecurityManager using JAAS Authentication, but I'm having problems whily deploying. Here is my appmq-service.xml (I've put everything together in the same file, and preffixed services name with different string from 'jboss.mq:') : | | | | jbo