[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:
method-permission
  | role-nameUser/role-name
  | method
  | ejb-nameMyEJBHome/ejb-name
  | method-name*/method-name
  | /method
  | /method-permission

Whether or not the user is in the role User, he gains access to the bean. No  
in the ejb-jar. The security interceptor is in the stack.

Any pointers as to what else I can check to fix the problem?

Thanks,

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885708#3885708

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885708


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3885709#3885709

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885709


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3885728#3885728

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885728


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 and JBoss 4.0.1RS1.

Thanks.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3885058#3885058

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885058


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3883967#3883967

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3883967


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3883977#3883977

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3883977


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 in any way prevented from in JBoss?

Thanks,
Kirill.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878940#3878940

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878940


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3878044#3878044

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878044


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3877614#3877614

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877614


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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) 
 EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
  | 36,724  18 %
  |  
net.bookingasp.framework.filters.JaasLoginFilter.doFilter(ServletRequest, 
ServletResponse, FilterChain)
  | 2,481   1 %
  |  org.displaytag.filter.ResponseOverrideFilter.doFilter(ServletRequest, 
ServletResponse, FilterChain)
  | 2,481   1 %
  |  org.jnp.server.Main$AcceptHandler.run()
  | 18,362  9 %

The JBoss 4.0.1 application has  couple of filters as you can see but as for 
the rest, the configuration is identical.

Any pointers as to why JNP would be three times slower on JBoss 4.0.1 than on 
JBoss 4.0.0?

Regards,
Kirill.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875559#3875559

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875559


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3875583#3875583

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875583


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875395#3875395

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875395


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3875403#3875403

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875403


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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:



enterprise-beans/enterprise-beans


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875416#3875416

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875416


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3875419#3875419

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875419


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3875287#3875287

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3875287


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3866764#3866764

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866764


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user