[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Declarative Security does not work

2005-07-20 Thread kirillp
Yep, Andrea. That was it. Thanks for your help! Kirill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885728#3885728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885728 -

[JBoss-user] [Security & JAAS/JBoss] - Re: EJB Declarative Security does not work

2005-07-20 Thread kirillp
"no in the ejb-jar" should read "No unchecked in the ejb-jar" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885709#3885709 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885709 ---

[JBoss-user] [Security & JAAS/JBoss] - EJB Declarative Security does not work

2005-07-20 Thread kirillp
hello, I'm using JBoss-4.0.1RS1 The EJB declarative security does not work... I have the following entries in the ejb-jar file: | User | | MyEJBHome | * |

[JBoss-user] [HTTPD, Servlets & JSP] - Duplicate (ghost) forms

2005-07-15 Thread kirillp
Hello, Has anyone come across mysterious ghost forms: sometimes after hot re-deploy forms that are the only content in a jsp page are duplicated. That is, if a jsp page only contains a form, this form is printed twice. It does not happen all the time, but quite often. I'm using Struts 1.2.4 an

[JBoss-user] [Clustering/JBoss] - Re: Cluster for Performance benefits

2005-07-07 Thread kirillp
I thought that in some circumstances (read-mostly, multiCPU machine with lots of RAM) it could improve memory management... and maybe CPU/thread management, but that I am not too sure about. The overhead is huge of course. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Clustering/JBoss] - Cluster for Performance benefits

2005-07-07 Thread kirillp
Hello, I'm wondering if anyone has tried to improve performance of an application by running two instances of JBoss in a cluster in a local machine? Thanks, K. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883967#3883967 Reply to the post : http://www.jbo

[JBoss-user] [Beginners Corner] - file operations

2005-05-24 Thread kirillp
Hello, I want to create files on the hard drive from under JBoss MBeans and MDBs. What would be the best way to perform hard disk file read-wrote operations? Directly with IO API or is there any kind of service? If I recall correctly, the EJB spec discourages from direct file access... Is this

[JBoss-user] [Persistence & CMP/JBoss] - Re: null after lookup in jboss4.0.2

2005-05-17 Thread kirillp
Hello, Did you get it working guys? I have the same problem Thanks Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878044#3878044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878044

[JBoss-user] [Installation & Configuration] - SMTP Authentication

2005-05-13 Thread kirillp
Hello, is there a way to configure a plain text smtp authencation in mail-service.xml? Thanks, Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877614#3877614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387761

[JBoss-user] [Performance Tuning] - Re: Good profiling tool for JBoss

2005-04-29 Thread kirillp
I am using YourKit, which is very good except it's quite expensive. regards Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875883#3875883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875883

[JBoss-user] [Performance Tuning] - Re: JBoss-4.0.1 is slow than 4.0.0?

2005-04-27 Thread kirillp
Sorry it is my mistake. The configuration was not the same... The performance is more or less comparable if the configuration is the same. Thanks anyway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875583#3875583 Reply to the post : http://www.jboss.or

[JBoss-user] [Performance Tuning] - JBoss-4.0.1 is slow than 4.0.0?

2005-04-27 Thread kirillp
Hello, I am profiling a Jboss application. Results on JBoss 4.0.0 NameTime (ms) | EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() | 11,231 10 % | org.jnp.server.Main$AcceptHandler.run() | 11,231 10 % | Results on JBoss 4.0.1RS2 NameTime (ms)

[JBoss-user] [Beginners Corner] - Re: jboss.xml

2005-04-26 Thread kirillp
Ok, it ate the tags as well, but I got it working anyway. The jboss.xml was failing silently. Now it's working. Thanks for yoyr help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875419#3875419 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Beginners Corner] - Re: jboss.xml

2005-04-26 Thread kirillp
Thanks for your reply, but let me make sure I understand you correctly. You are saying that the following will be ok in jboss.xml: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875416#3875416 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Beginners Corner] - Re: jboss.xml

2005-04-26 Thread kirillp
Done that, no errors reported. obviously, JBoss does not see the file... I tried putting it into the META-INF of the EAR module but to no avail :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875403#3875403 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Beginners Corner] - jboss.xml

2005-04-26 Thread kirillp
Hello, How to find out if JBoss 4.0.1RS1 picks up jboss.xml or not? The server.log file does not say anything. I am putting the file into the META-INF folder of EJB module of an EAR application... But I do not think JBoss sees it because I am having problems with MDBs. Thanks, Kirill. View th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to create new ConnectionFactories in JBoss 4.0

2005-04-25 Thread kirillp
I have the exact same problems... Any solutions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875287#3875287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875287 ---

[JBoss-user] [Beginners Corner] - classloading (sharing classes between SARs)

2005-02-16 Thread kirillp
Hello, I have an EAR with several SARs, JARs, etc. I need to share classes between two SARs (MBeans) inside the EAR. What's the correct way to do it? Thanks, Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866764#3866764 Reply to the post : http://w