[JBoss-user] [Security JAAS/JBoss] - LdapLoginModule and GSSAPI (Kerberos)

2005-08-03 Thread bpoweski
I have been trying to configure the JBoss LdapLoginModule to work with our openldap server. Most of the examples i've seen are using simple with the Ldap server. Our Ldap server only allows authentication via Kerberos. I've seen the Sun GSSAPI login context class but i'm not sure if this

[JBoss-user] [Security JAAS/JBoss] - Re: Can't get ssl redirection to work properly

2005-08-03 Thread thalerion
Ok, I solved it. Yehaa!!;) The trick was to add another url-pattern for the root context. One would think that the url-pattern/*/url-pattern would suffice but it needs to be specified as url-pattern//url-pattern to work. Best of luck to you all /Stefan View the original post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread [EMAIL PROTECTED]
The tools project does currently not look at annotations, rpc/literal is hardcoded. There is an open unassigned issue about this http://jira.jboss.org/jira/browse/JBWS-276 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888109#3888109 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - SELECT COUNT...GROUP BY declared-sql

2005-08-03 Thread catherinelo
I tried to execute the following query using JBoss declared-sql: SELECT c.Status, Month(c.firstUsed), COUNT(c.serialNumber) FROM Card c WHERE c.status = 4 GROUP BY Month(c.firstUsed) I have the following in the jbosscmp-jdbc.xml: query-method

[JBoss-user] [Installation, Configuration Deployment] - Re: what happen if I have two datasource files in deploy fol

2005-08-03 Thread schrouf
Ok, than change at least one MBean name. We's the problem ? Regards Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888116#3888116 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888116

[JBoss-user] [EJB/JBoss] - Re: Remote exception

2005-08-03 Thread schrouf
You can find the clue on your own by carefull reading of the provided error message: No managed connection available within configured blocking timeout This simply means that your connection pool for your mySQL DB ran out of connections. You can monitor the connection pool state (e.g. number

[JBoss-user] [Management, JMX/JBoss] - Connection Pool Shrinking and Reset Programmatically

2005-08-03 Thread vinaypurohit
Hi, I have an application deployed on Weblogic that I am migrating to JBOSS 4.0.2. As part of the application, I access the Weblogic MBean Server to access connection pool information and perform operations on the connection pool programatically. Psuedo Code: //Get Inital context //Get the

[JBoss-user] [JBoss Portal] - Error login in

2005-08-03 Thread ncerezo
Hi, I've installed JBoss Portal and Forums. I'm using JBossAS 4.0.2 and JBoss Portal 2.0 final. My database is MySQL MaxDB (formerly SapDB), version 7.5.0.1. The application starts up correctly, and I can see the main page, the forums and so on. The problem is when I try to login as

[JBoss-user] [Security JAAS/JBoss] - Re: EJB SecurityException even though roles are present

2005-08-03 Thread niwhsa
I did a little source code searching and found that the exception is thrown by the org.jboss.ejb.plugins.SecurityInterceptor. The exact piece of code that fails is | // Check if the caller is allowed to access the method | if

[JBoss-user] [Installation, Configuration Deployment] - Re: Stateless Session Bean behind firewall/proxy -- RMI over

2005-08-03 Thread benoitx
Hi Johann, I am facing exactly the same problem and have reached the same point: port is used... I have reached this without having to change the jboss.xml. Why do you have to? | container-configurations |container-configuration extends=Standard Stateless SessionBean |

[JBoss-user] [Messaging, JMS JBossMQ] - MDB stop listening

2005-08-03 Thread VladimirN
I have error. The MDB stops process messages after process about 2000 messages. The queue MDB be appenede to reports what no receivers append to the queue. This error apears ?? RedHat AdvServer but not on Windows. I use JBoss 4.0.2 with jdk 1.5.0_03. What is wrong? View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Connection Pool Shrinking and Reset Programmatically

2005-08-03 Thread schrouf
Is flush equvivalent to the reset? Yes What is the equivalent for the shrink? Setting MaxSize attribute to a smaller value and calling flush method Regards Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888137#3888137 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread danj
I am confused by the SchedulePeriod attribute. It seems like its semantics have changed. I thought it meant time between starts (3.2.5). However, in 3.2.7 it seems to mean time from finish until next start. Does anybody know which is intended? Dan !-- | | This example shows how

[JBoss-user] [JNDI/Naming/Network] - No attribute found with name: JndiName

2005-08-03 Thread terasain
I have written a custom MBean for deploying my own service.sar during Jboss start up...and this the jboss-service.xml ?xml version=1.0 encoding=UTF-8 ? | server | mbean code=com.jboss.example.NBCustomService name=com.jboss.example.NBCustomService:service=NBCustomService

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread schrouf
Up to my knowledge it has always been time from finish until next start. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888140#3888140 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888140

[JBoss-user] [JNDI/Naming/Network] - Re: No attribute found with name: JndiName

2005-08-03 Thread schrouf
Read the error message. An Attribute 'JndiName' is NOT (propperly) exposed by your MBean. To solve this problem have a look into the jmx-console-output for your MBean and check the exact display name of your MBean attribute. If it's not visible at all than there maybe is a wrong MBean attribute

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread danj
schrouf wrote : Up to my knowledge it has always been time from finish until next start. Strange. We have a nightly job that takes somewhere between 8 s and 50 min. We have configured it with SchedulePeriod = 24 * 60 * 60 * 1000. Using 3.2.5, the job has started same time every night (01:00),

[JBoss-user] [JNDI/Naming/Network] - Re: No attribute found with name: JndiName

2005-08-03 Thread terasain
its shows null in the jmx-console View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888144#3888144 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888144 --- SF.Net

[JBoss-user] [Security JAAS/JBoss] - Re: EJB SecurityException even though roles are present

2005-08-03 Thread niwhsa
Finally managed to fix the problem. The issue was with my implementation of java.security.acl.Group interface. In the isMember() I was checking directly the principal rather than checking principal.getName(). The RealmMapping impl used by the EJB Container checks for available roles using the

[JBoss-user] [Clustering/JBoss] - deploy-hasingleton broken on 4.0.2??

2005-08-03 Thread db__
---cit The deploy-hasingleton directory contains services such as HAJMS, which is designed to run the JMS server on a single node in a clustered environment. If the node where the singleton services are currently deployed fails, they will be automatically redeployed on another node in the

[JBoss-user] [Security JAAS/JBoss] - Different Role check mechanism for EJB and Web?

2005-08-03 Thread niwhsa
I wanted to post an interesting observation. I have a custom LoginModule implementation that I was using. In the login module I was not using the SimplePrincipal and the SimpleGroups implementations provided by JBoss. I was using custom implementation of the java.security.Principal and

[JBoss-user] [Security JAAS/JBoss] - Re: Different Role check mechanism for EJB and Web?

2005-08-03 Thread niwhsa
I forgot to mention that I am using jboss 4.0.1 sp1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888149#3888149 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888149

[JBoss-user] [Installation, Configuration Deployment] - JBoss Clustering..

2005-08-03 Thread sridhar123456
I have a requirement Jboss clustering.My server should be handle 500(+) HTTP request per second.Every incoming HTTP request connects with a database.So how to solve this problem ..How to solve this.. I hope it will solve with Clustering .. Can anybody help me View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Jboss-tomcat Request Threads

2005-08-03 Thread sridhar123456
I have a requirement Jboss clustering. My server should be handle 500(+) HTTP request per second.Every incoming HTTP request connects with a database.So how to solve this problem ..How to solve this.. I hope it will solve with Clustering .. Can anybody help me .. How to configure

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread schrouf
If this is the intended behaviour, it feels strange Well, at least it is the implemented behaviour :-) But I do share your feelings that a rescheduling relativ to the start (and not the end) of the previous invocation most often would be a better solution. A special case would be when the

[JBoss-user] [EJB/JBoss] - Re: Remote exception

2005-08-03 Thread johnhelen
Thank you for your help My JBoss is 3.2.5 verson. I only try in my computer (one client) and mySQL is 4.0. I really do not know that is Jboss problem or my beans's problems. I also tried install Jboss, mySQL and my application in another computer, there is also the same error. Is there any

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Clustering..

2005-08-03 Thread schrouf
You will have to buy lots of hardware to handle 500+ requests per second... I am even not sure if you will need JBoss clustering to solve your problem. What is needed (just guessing, as you didn't provide much information on your specific application) is a capable HTTP hardware loadbalancer in

[JBoss-user] [EJB/JBoss] - Re: Remote exception

2005-08-03 Thread schrouf
Your JBoss version might be the problem as there is a connection leak bug in JBoss 3.2.6 (I encountered the same problem as you (at least under heavy load) and after days of JBoss hardcore debugging finally found the causing synchronization bug and fixed it in CVS :-) - Check your

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Clustering..

2005-08-03 Thread sridhar123456
schrouf wrote : You will have to buy lots of hardware to handle 500+ requests per second... I am even not sure if you will need JBoss clustering to solve your problem. What is needed (just guessing, as you didn't provide much information on your specific application) is a capable HTTP hardware

[JBoss-user] [JBossWS] - Help: Webservice ejb-endpoint + jaxb

2005-08-03 Thread fss
I created a doc/lit webservice as sessionbean endpoint! I processed following steps: 1. I created the xsd-schema-files for the requests and responses schema: | ... | xs:element name=ReadRS | xs:complexType | xs:choice | xs:sequence |

[JBoss-user] [Beginners Corner] - Jboss uploading file in ear

2005-08-03 Thread spalatore75
Hi all, I'm deploying an web application on Jboss 4.0.2, i created an mywebApp.ear, that include a vlayer.war and clayer.jar... The structure of vlayer.war is like: absolutePath/jsp absolutePath/images absolutePath/WEB-INF absolutePath/attach Is it possible upload file by web application in

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Clustering..

2005-08-03 Thread schrouf
If you want help from others, than you have to be more specific ! Connection failure problems can be anything ?!? Is it JBoss ? Is it the Database ? No one can give you a good hint without concrete problem descriptions and exact error messages... PS: do not take this personal, but it's general

[JBoss-user] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-03 Thread Christy
Hi, I think I didn't any jboss configuration. What kind of exception do you have? Is it eception in JBoss? I can write what files you need to have to deploy your WS: 1. web.xml (by hand) 2. config.xml (by hand) 3. Using jwsdp you can generate WSDL and mapping file 4. webservices.xml (by hand)

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread clairecostello
Hi Scott, Thanks for that. Just to see if I have interpreted your post correctly: When you say Map it to a session bean - what do you mean by it? Should I use JBossXB in my session bean which handles the WS invocations and then create entity beans using the java objects generated? I am using

[JBoss-user] [Installation, Configuration Deployment] - Re: Implicit TLD mappings from jar files

2005-08-03 Thread RayDeCampo
I'm still experiencing this problem. I'd appreciate any pointers including pointers to documentation to sift through, other forums that may be appropriate, etc. Thanks, Ray View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888174#3888174 Reply to the post :

[JBoss-user] [JBossWS] - Re: Problem with web service client.

2005-08-03 Thread Christy
Problem solved View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888175#3888175 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888175 --- SF.Net email is sponsored by:

[JBoss-user] [Installation, Configuration Deployment] - Default Path

2005-08-03 Thread venkitachalam_s81
What is the default path of JBoss web container. I mean in j2sdkee1.2.1 it is public_html, which is the folder in JBoss. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888177#3888177 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - What jar file contains org.jboss.jmx.adaptor.model.MBeanData

2005-08-03 Thread efhajg0
HI, I am trying to write a class that requiremees org.jboss.jmx.adaptor.model.MBeanData and I need to put the Jar file on my classpath. Where Jar file contains it? Also is there a cross reference table anywhere that relates classes, packages and Jar files? Thank you. - andy View the

[JBoss-user] [Installation, Configuration Deployment] - Problem with jboss-web.xml : role mapping doesn't work for m

2005-08-03 Thread djeanprost
I already posted the same message on the serlet newsgroup. I try on this too just in case. *** I'm currently trying to migrate a webapp from weblogic8.1 to JBoss, and I'm meeting a problem I hadn't with WLS. My webapp has a security-constraint section with auth-constraint. I'm

[JBoss-user] [Security JAAS/JBoss] - Extra call of LoginModule

2005-08-03 Thread peterbuus
Hi jboss 4.0.2 I have written a custom LoginModule with a custom CallbackHandler, which I use to create a stateful session EJB. When my http session times out I would like to remove this EJB. Thus I have saved the actual callbackHandler in the http session and made a SessionListener:

[JBoss-user] [JCA/JBoss] - Re: DataSource Service not loading incorrect order

2005-08-03 Thread caigao
I have the same question! My env is: CentOS 4 jdk1.5 jboss4.0.2 default configuration MySqlDS ejb2.1 sar application It works fine before i upgrade my CentOS, but the issure appears after i upgrade my CentOS by up2date yestoday. the problem just as gareth.powell says: Deploying when jboss

[JBoss-user] [Installation, Configuration Deployment] - Re: Default Path

2005-08-03 Thread PeterJ
If you enter http://localhost:8080, the welcome page that is displayed is located at JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html. If you simply want to change the links on the home page, editing that file will do. However, do not deploy applications there.

[JBoss-user] [JBoss Portal] - Force an authentication prior to accessing a portal page

2005-08-03 Thread aboudank
Hello, I am new to JBoss portal! I managed to develop a new portal which consists of a single page that has several little test portlets and deployed it successfully. I would like to force the users to be authenticated prior to accessing the page using the form login provided with the default

[JBoss-user] [JBoss Portal] - JSF Extension

2005-08-03 Thread patrickdalla
Is there any way to write extensions to JSF XML descriptor to include some portlet navigation caracteristcs. To be more specific, I would like to specify in this XML in navigation rules when the portlet will be maximized or restored to the default size. thanks View the original post :

[JBoss-user] [Beginners Corner] - Re: deploy and hibernate

2005-08-03 Thread chwang
Neelixx, Thank you very much for your help! Edgy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888187#3888187 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888187

[JBoss-user] [Installation, Configuration Deployment] - Can't access to start page of JBoss AS

2005-08-03 Thread lgg_bohemia
I install JBoss-3.2.7 and when trying to access the start page, after started the server, tha page can't be displayed, it seems that the port 8080 is been used for another app. I had installed J2EE application server but I uninstall it already and the problem persist. Any idea of what is

[JBoss-user] [JCA/JBoss] - Re: DataSource Service not loading incorrect order

2005-08-03 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=DependOnDataSource View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888195#3888195 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888195

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread [EMAIL PROTECTED]
Since a session is a valid endpoint for a webservice request, and an entity is not, you need to map the ws request to the session. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888196#3888196 Reply to the post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread paper57
Is there support to configure this via XML where the WSDL is still generated automatically or is this a manual process like previous iterations? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888197#3888197 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Different Role check mechanism for EJB and Web?

2005-08-03 Thread [EMAIL PROTECTED]
Tomcat has a different security integration api that associates the authenticated user with the web session. There is no standard integration api for authentication so different containers has different apis. View the original post :

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread [EMAIL PROTECTED]
JBossWS Tools does not yet generate document style web services. Only rpc/lit (as Thomas mentioned). If you have annotated your endpoints, the current EA release of JBossWS uses tools code to generate the wsdl on the fly. View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem: SecurityAssociationValve Failed to determine s

2005-08-03 Thread [EMAIL PROTECTED]
Your not using a final release of jboss I would assume. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888200#3888200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888200

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: HOW-TO obtain URL for Web Application

2005-08-03 Thread [EMAIL PROTECTED]
| MBeanServer = ...; | ObjectName query = new ObjectName(jboss.web:type=Connector,*); | Set matches = server.queryNames(query, null); | ObjectName connector = findMatchingConnector(matches); | Integer port = (Integer) server.getAttribute(connector, port); | View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss temporary directories

2005-08-03 Thread [EMAIL PROTECTED]
The only thing that uses ant is the jsp compiler so if upgrading works for your pages it works. Latter jboss/tomcat bundles do not use ant by default to compile jsp pages. It uses the ecplise jdt compiler in memory. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue-Security

2005-08-03 Thread schachi
i thought i found the solution with the run-as tag (but it's still not working) | enterprise-beans | message-driven | ejb-nameDocImportProcessorEJB/ejb-name | ejb-classch.e_act.e_archive.server.emanager.ejb.DocImportProcessorBean/ejb-class |

[JBoss-user] [JBossWS] - Re: Use of JBossXB

2005-08-03 Thread clairecostello
Yes, the WS requests are mapped to a session bean and the client can call the WS successfully. Now I want to take the WS params and create entity beans in ejb container. So, should I use Sun's JAXB implementation or JBossXB to translate my WS params into entity beans? Thanks for your help on

[JBoss-user] [Beginners Corner] - Need a tutorial JBoss/Xdoclet/Entity Beans

2005-08-03 Thread krubin
Hello, I am looking for a good step by step tutorial to use JBOSS IDE to create Entity Beans with Xdoclet. I tried :http://www.laliluna.de/simple-xdoclet-ejb-tutorial.html Xdoclet would not generate interfaces or all of the xml's. Want to try another tutorial. Does anyone know of another step

[JBoss-user] [Installation, Configuration Deployment] - JBoss HTTP Ports are the same as Sun APP Server

2005-08-03 Thread claudia.pt
Hi, people! I installed JDK5.0 (J2EE 1.4 SDK and Sun Java System Application Server Platform Edition 8.1 2005Q2 UR2 June 6, 2005) and the ports are: Admin Port:4848 HTTP Port:8080 HTTPS Port:8181 Everything OK! I installed JBoss-4.0.2 and the ports are the same!!! Now i can verify if the

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Created an issue for this case in JIRA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888209#3888209 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888209 --- SF.Net

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
The status of the Jira issue can be tracked at the below URL http://jira.jboss.com/jira/browse/JBAS-2074 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888210#3888210 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888210

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss not setting up application-policy entries

2005-08-03 Thread [EMAIL PROTECTED]
Then create a bug report with the full login-config.xml in jira: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888212#3888212 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888212

[JBoss-user] [Security JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-08-03 Thread [EMAIL PROTECTED]
An error-page certainly should not have any principal since authentication failed. Get it from the session: http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888213#3888213 Reply to the post

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: SSL js_security_check problem

2005-08-03 Thread [EMAIL PROTECTED]
Its not usable unless the container is the one using the form. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888214#3888214 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888214

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2005-08-03 Thread paper57
Thank you. I was unclear whether the limitation was in JbossWS or in the annotation support. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888215#3888215 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888215

[JBoss-user] [Installation, Configuration Deployment] - Re: Can't access to start page of JBoss AS

2005-08-03 Thread darranl
If you are on Windows use the command 'netstat -ao' to identify the process id of the application using port 8080. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888216#3888216 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : If you keep having this probelm, you can open up a Jira issue under JBossAS/clustering component. Please attach your test case as well. | | Thanks, | | -Bem Ben this is very bad advice. Before anyone reports a bug that should: 1) Test the latest version 2)

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Migrating from Weblogic to JBoss : problem with wepapp a

2005-08-03 Thread [EMAIL PROTECTED]
the only use of principal-name in the security-role is to assign additional roles to run-as principals. Authenticated users obtain their roles from the jaas login. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888218#3888218 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Support restrictions with IBM JDK?

2005-08-03 Thread [EMAIL PROTECTED]
Its the same as any jvm/os combo. If there is a jboss specific problem we will try to work around it. If its a jvm bug its no different than an operating system bug and a workaround from the jvm vendor is needed. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
The alternative would be that we just ditch the forums and let people use JIRA to let people ask questions. Something we are not going to do. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888220#3888220 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: MalformedObjectNameException: missing domain

2005-08-03 Thread [EMAIL PROTECTED]
The full stack trace for starters. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888221#3888221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888221 --- SF.Net email

[JBoss-user] [Security JAAS/JBoss] - Re: Migrating from Weblogic to JBoss : problem with weapp au

2005-08-03 Thread [EMAIL PROTECTED]
Ignored due to duplicate posting. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888222#3888222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888222 --- SF.Net email is

[JBoss-user] [JBoss Portal] - Maximize problem

2005-08-03 Thread eduardo.matheu
I have an struts application and it is into jsr-168 portlet (with all settings.. bridges ..). The application have DispatchAction with actionType parameter. The problem is when I maximize the portlet occur the following errors: Error Request[/administration] does not contain handler

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue-Security

2005-08-03 Thread [EMAIL PROTECTED]
The mdb also needs to be authenticated. To allow a guest user with the assumed run-as role see the unauthenticatedIdentity option for the login module used to secure the target. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888225#3888225 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Performance problem with many senders

2005-08-03 Thread [EMAIL PROTECTED]
thread dumps during the pause and logging are the starting point. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888226#3888226 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888226

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Hi, Is it solved by using the latest JBoss version? Please clarify. Would appreactie if someone could give me pointers in the right direction towards getting this resolved. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888228#3888228 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: Can't access to start page of JBoss AS

2005-08-03 Thread lgg_bohemia
I already checked the port and there is none appp. using it. JBoss is running in XP and when I execute the start batch there are some exceptions displayed one of them is: java.net.BindException: JVM_Bind I have JAVA_HOME enviroment variable pointed to my j2sdk1.42_03 installation directory.

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
Adrian, yes, it is a bit hasty. But in this case, I have read the question and I am giving Vignesh the benefit of the doubt since he has been able to help answering some forum posts. I seldom ask a user to create a Jira issue. (As a matter of fact, I don't encourage people to create a Jira

[JBoss-user] [Installation, Configuration Deployment] - Re: Can't access to start page of JBoss AS

2005-08-03 Thread PeterJ
Have you looked at these forums posts: http://www.jboss.org/index.html?module=bbop=viewtopict=66212 http://www.jboss.org/index.html?module=bbop=viewtopict=43487 http://www.jboss.org/index.html?module=bbop=viewtopict=65377 View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
vignesh76 wrote : Hi, | | Is it solved by using the latest JBoss version? | Suck it and see. :-) anonymous wrote : | Please clarify. Would appreactie if someone could give me pointers in the right direction towards getting this resolved. | Read the twenty questions from the link

[JBoss-user] [Security JAAS/JBoss] - has anyone managed to run the program in the top entry of ja

2005-08-03 Thread hakim55
hi all colleagues if you could every managed to run the jaas.howto by the author Scott.Stark. the entry on top. please kindly send me the zipped file. I have worked so hard to run but in vain. must be slight error. email : alhakim55 at yahoo.com thanks alot View the original post :

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-08-03 Thread lgg_bohemia
Hi guys I'm having the same problem but in my case there is a process which is using the port 1098, but is a system process, I can't get any description of what it is and I have tried several ways: I already disconenct my network but the process doesn't release the port. I'm afraid of terminate

[JBoss-user] [Security JAAS/JBoss] - Re: Configuration file for Loging modules NOT found

2005-08-03 Thread benoitx
You can try to give the URL to the myConf.conf file if you include it in your jar: | final String authFile = jar:file:myConf.jar!/com/mycompany/auth.conf; | System.setProperty(java.security.auth.login.config, authFile); | For some reason that does not seem to work for the

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Appreciate your help here. All I requested was a little help that too in a polite manner and did not expect sarcastic comments for responses. If the attitude is not to help, then people should rather ignore instead of posting such responses. Also the users cannot be expected to think at the

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-03 Thread ahahamyan
thanks, that did it, I simply upped the mcast_ports by 1 for both cluster-service.xml and tc-cluster-service.xml for one of the boxes, and they seem to be isolated now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888258#3888258 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-03 Thread ahahamyan
tc5-cluster-service.xml that is in Jboss 4.0.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888259#3888259 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3888259 ---

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread [EMAIL PROTECTED]
vignesh76 wrote : Appreciate your help here. All I requested was a little help that too in a polite manner and did not expect sarcastic comments for responses. | If you don't want sacrastic comments, I'll avoid responding to your posts in future :-) View the original post :

[JBoss-user] [Clustering/JBoss] - Re: How can I stop these warning messages ? [UDP] discarded

2005-08-03 Thread monocongo
Now I need help on how to stop watching this topic (especially since it was hijacked and is no longer very relevant to my original question, which was answered satisfactorily six months ago). The means of removing a watched topic on this forum doesn't appear to work, in that if I choose

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread vignesh76
Yeah, How would you react if someone mocked you just because he was in a superior technical position! Being superior doesn't give someone the authority to be arrogant and mock polite strangers. I shall continue to wait for an appropriate solution from the rest of the JBoss community if not

[JBoss-user] [Beginners Corner] - Shared Classes

2005-08-03 Thread jgadbois
I'm porting over some applications from Tomcat to JBoss 3.2.5. I have several shared classes in the shared/classes directory of Tomcat that are used by all of my applications. I was wondering if someone could tell me where I need to put these classes in JBoss 3.2.5 for use by my applications.

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-03 Thread jizzoe
Hi Nickman, Thanks for the response. Yes, we are seeing slowdown, measurably. The CPU goes to 100%, but it's not the expected way. We have 4 processors. Each processor gets up to 25% (never any higher): 100% = 25% X 4. Once this threshold is reached, JBoss crawls. This is observed in a

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error in findAll

2005-08-03 Thread jraponte77
Hi, I have the following error, when executing a findAll in a ejb CMP: org.jboss.tm.JBossTransactionRolledbackException: Load failed; CausedByException is: ORA-04031: unable to allocate 232 bytes of shared memory (shared pool,SELECT COD_MUNICIPIO, COD_RH...,sql area,logdef : apaclg) ;

[JBoss-user] [JBoss Portal] - Tapestry 4.0 Portlets in JBoss Portal 2.0 - null title ?

2005-08-03 Thread sjlib
I wrote a simple HelloWorld Tapestry 4.0 portlet and deployed to JBoss 2.0. It deploys just fine and renders correctly except the title shows as null? my portlet.xml portlet-app version=1.0 xmlns=http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd;

[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread darranl
The ejbCreate method of a message driven bean is not allowed to throw the CreateException. The error message you have posted is because you have deployed a message driven bean that is declared as throwing the CreateException from the ejbCreate method. What message is displayed if you deploy

[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread [EMAIL PROTECTED]
I've sort of added this question to the FAQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesntCreateExceptionRollbackTheTransaction View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888277#3888277 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Failover problem

2005-08-03 Thread darranl
vignesh76 wrote : | 1) I am not sure about whether they are cached or not as my role is more into system implementation but I shall try to find out. However could you tell me how does this caching affect the failover process. Also, what if the web application is not in use i.e. not in the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread Nandhu
I did change my method without throwing createException , still same result. Is there anything to do with Spec 2.1 ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3888280#3888280 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss HTTP Ports are the same as Sun APP Server

2005-08-03 Thread darranl
Firstly do you really have a need to have both application servers installed? The easiest option would be to just remove the Sun application server and work with the JBoss application server. If you do really want to run two app servers one option is to configure JBoss to use a different port

[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread Nandhu
All Here is the code snippet package com.birch.mdb; import java.io.ByteArrayOutputStream; import javax.ejb.EJBException; import javax.ejb.MessageDrivenBean; import javax.ejb.MessageDrivenContext; import javax.jms.Message; import javax.jms.MessageListener; import

[JBoss-user] [Security JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-08-03 Thread kenlohwh
Thanks Scott for your answer. I tried my best to follow faithfully to your suggestion. However, I keep stumbling into HTTP Status 403 - Access to the requested resource has been denied error. Since I'm using Struts, I forward (and even tried redirect) from an Action class which is invoked by

[JBoss-user] [JNDI/Naming/Network] - JNDI in clustered environment

2005-08-03 Thread mgarber
Does HA JNDI use JGroups internally like other HA components do? If not, can it be configured to be TCP only (not multicast)? If yes, where does configuration go? And if such configuration is possible, how would I configure JNDI on the client side? View the original post :

  1   2   >