[JBoss-user] [Management, JMX/JBoss] - Re: Attribute Stats can't retrieve

2004-10-27 Thread diripu
Thanks , Have added jboss-management.jar file in classpath. Now i could retrieve the Stats attribute. In the remote client am using jbossall-client.jar and jboss-jmx.jar and now this jboss-management.jar file. But I am using a swing gui tool called "ejtool" which is only using jbossall-client

[JBoss-user] [Installation & Configuration] - Re: Is there any way to config max user using JBoss?

2004-10-27 Thread darranl
What do you mean by max user? Maximum number of users logged on to a web app? Maximum number of concurrent requests that can be processed by web app? Maximum number of a session bean that can process requests concurrently? Something else? View the original post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - Re: error of deploy EJB

2004-10-27 Thread robisz
The answer is in bold part in your message... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852890#3852890 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852890 ---

[JBoss-user] [Security & JAAS/JBoss] - User: Null is NOT authenticated

2004-10-27 Thread [EMAIL PROTECTED]
I'm using JBoss 4.0 and Oracle 9i. when I'm using default server(hypersonic) for jms it is working but when I'm shifting to Oracle it is giving the following error. javax.jms.JMSSecurityException: User: Null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityMan

[JBoss-user] [Security & JAAS/JBoss] - isCallerInRole returns no security context-set with webstart

2004-10-27 Thread henkkacre
Hi, I have been fighting this thing for days. I have read the JAAS how to and I've read through the whole forum and still not got this right. Maybe I've become blind to my own code. I use jboss-3.2.5. The architecture of my application is following: I have an ear that holds one jar package of

[JBoss-user] [The Lizzard's corner] - javax.jms.JMSSecurityException: User: Null is NOT authentica

2004-10-27 Thread [EMAIL PROTECTED]
I'm using JBoss 4.0 and Oracle 9i. when I'm using default server(hypersonic) for jms it is working but when I'm shifting to Oracle it is giving the following error. javax.jms.JMSSecurityException: User: Null is NOT authenticated at org.jboss.mq.security.SecurityManager.authenticate(SecurityMan

[JBoss-user] [The Lizzard's corner] - Re: How to run a Message Driven bean in Jboss

2004-10-27 Thread darranl
Why don't you follow through the getting started guide? If you want help with a current problem you need to provide enough information to describe the problem, JBoss version, JDK version, Exceptions and stack traces a full description of what you are trying to do and where appropriate code showi

[JBoss-user] [Persistence & CMP/JBoss] - Re: unknown pk beans - db2

2004-10-27 Thread robisz
Probably you need to specify an entity-command in your jbosscmp-jdbc.xml Have you done it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852885#3852885 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852885 -

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss kills accept-encoding Header?!?!

2004-10-27 Thread ThReCa
I'm using jboss-3.2.6 with its jbossweb-tomcat50.sar. Now i'm testing gzip-compression of http-requests... Using this web.xml: | http://java.sun.com/dtd/web-app_2_3.dtd";> | | | | action | org.apache.struts.action.ActionServlet | | config |

[JBoss-user] [Persistence & CMP/JBoss] - default values

2004-10-27 Thread tomerbd
is there anyway to have my CMP Entity bean have default values ? (Like I want a default guest user to be in my user table...) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852882#3852882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [EJB/JBoss] - EJB Deployment Decriptors

2004-10-27 Thread normanfung
I'm newbie in J2EE, having read a bunch of stuff I'm still in the wood. Please bear with me. Here's an example descriptor: | | | |beanA |... | | jdbc/dbname | jdbc/dbname | javax.sql.DataSource | Container | Shareable | |

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal=null.... please help me

2004-10-27 Thread craig1980
Hi again; i have forgotten that in the login-config.xml i have inserted this: anonymous wrote : | | | | de.danet.an.staffmgmt.jbossx.StaffMemberLoginModule | nobody | java:/DefaultDS | daemon | Af

[JBoss-user] [Installation & Configuration] - Is there any way to config max user using JBoss?

2004-10-27 Thread duylt
Is there any way to config max user using JBoss? .if have please show me how to do that Thank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852879#3852879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852879 ---

[JBoss-user] [Persistence & CMP/JBoss] - unknown pk beans - db2

2004-10-27 Thread jornik
Hi! I have a bean which is defined with an unknown primary key. The bean has a jbosscmp-jdbc.xml file associated where the pk is specified. It all works fine in the hypersonic db and jboss 3.2.5, but when bringing it to our real db environment, db2 7.2, I get the following problems: At depl

[JBoss-user] [Beginners Corner] - Re: java.net.NoRouteToHostException when there's no network

2004-10-27 Thread tkmetta
hi Stephan, You are right, I'm using Windows 2003 server. Hmmmanyone has the solution? Pls let me know. Thanks tk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852875#3852875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Beginners Corner] - Re: java.net.NoRouteToHostException when there's no network

2004-10-27 Thread sfrind
I guess you are using Windows 2000 or something like this. It is definitely not an issue of Java, MySql or JBoss. I have the same issue and have not found a solution. Maybe some windows expert can help. Stephan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Security & JAAS/JBoss] - Principal=null.... please help me

2004-10-27 Thread craig1980
Hi all; i'm using a great WfMS called wfmOpen; now i have a problem.. i must call a secure EJB; this EJB is in a secure domain called "danet-workflow"; all the "people" who can call it must have a role: "StaffManagementRole_0"; now i have created a my web appplication; i have a login.jsp page, a

[JBoss-user] [Management, JMX/JBoss] - Re: Attribute Stats can't retrieve

2004-10-27 Thread [EMAIL PROTECTED]
You probably need to put 'jboss-mananagent.jar' in your client classpath to get the definition of org.jboss.management.j2ee.statistics.ServletStatsImpl This class seems to be missing from jbossall-client.jar. Did you use jbossall-client.jar? View the original post : http://www.jboss.org/index.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Posting Again: Can Servlet automatically listen to user-

2004-10-27 Thread robisz
It's possible to write non-http servlet, but you need an appropriate servlet container that can handle it. Are you sure you want to use J2EE? As I see, all you need is a plain TCP/IP socket. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852871#3852871 Repl

<    1   2