[JBoss-user] [Nukes User] - Re: Comments on the module Downloads

2004-08-27 Thread k-dub
What if the download is a 700MB CDROM image? I like being able to organize my downloads without creating BLOBs in the database. Perhaps both a "simple" interface and an "advanced" interface? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846522#3846522 Reply

[JBoss-user] [Nukes User] - Comments on the module Downloads

2004-08-27 Thread ThorntonD
The downloads module is a cool addition to Nukes. However, the Add Download fields will be too confusing for most end users. What would be nice is a Browse button to search for files from your hard drive and an Upload File button. An example of this is located in the Manage html module when a

[JBoss-user] [Beginners Corner] - Re: Native Library already loaded in another classloader

2004-08-27 Thread [EMAIL PROTECTED]
There is no way to do this that I know of. There is no way to unload a native library in java so that it can be reloaded. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846520#3846520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-27 Thread pilhuhn
You probably put the wrong DTD in jbosscmp-jdbc.xml I don't remember the details. Make sure you have http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";> (or its 3_0 equivalent). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846519#3846519 Reply to the po

[JBoss-user] [EJB/JBoss] - Re: Newbie: getting client ip

2004-08-27 Thread [EMAIL PROTECTED]
You can add a client side interceptor that obtains the client ip from the client host and adds it to the ejb request. There is an example of a interceptor pair for encryption in the testsuite. Look at the org.jboss.test.security.interceptors package in the testsuite module and go from there. Vi

[JBoss-user] [Security & JAAS/JBoss] - Re: isCallerInRole problem

2004-08-27 Thread [EMAIL PROTECTED]
Try posting the full ejb-jar.xml in a [ code ] ... [/ code ] block to preserve its formatting. You could have a problem with a security-role-ref mapping. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846517#3846517 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Security & JAAS/JBoss] - Re: adaptor/service access a secure ejb

2004-08-27 Thread [EMAIL PROTECTED]
Any component in the ejb server trying to access a secured ejb has to use the same procedure for establishing the security context of the call just as an external client does. Read the JAAS Howto in the forum and look at the unsecured servlet example which calls a secured ejb. View the original

[JBoss-user] [Nukes User] - fix for nukes-installer.war and mysql database

2004-08-27 Thread ThorntonD
The release candidate nukes-installer.war fails for mysql because there are semicolons at the end of the mysql commands in the /WEB-INF/setup/mysql.xml file. It gives the error java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax

[JBoss-user] [Security & JAAS/JBoss] - Re: Role-mapping with LdapLoginModule and ActiveDirectory

2004-08-27 Thread [EMAIL PROTECTED]
Try reading the LdapLoginModule section in the free docs in chapter 8. Unless your roles are stored in a schema format that is compatible with the LdapLoginModule expectation, it won't be able to retrieve the roles. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Security & JAAS/JBoss] - Re: Security: Tomcat -> JBoss

2004-08-27 Thread [EMAIL PROTECTED]
Read the JAAS Howto in this forum. The credentials have to be provided the same as any other ejb client. Propagation of the web container credentials requires non-standard integration with the tomcat web container via a valve. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with UsersRolesLoginModule module

2004-08-27 Thread [EMAIL PROTECTED]
Read the JAAS Howto in this forum. There is authentication of the caller which is what the UsersRolesLoginModule does, and there is integration with the ejb invocation layer to propagate the caller identity which is what the ClientLoginModule does. View the original post : http://www.jboss.org/

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-27 Thread darranl
Please describe your problem fully, and also describe how you have installed JBoss, where have you installed it, what is JAVA_HOME set to. I have just started JBoss 3.2.5 on Windows and the Database Manager starts without any problems so it must relate to something different in our setups. Ragn

[JBoss-user] [Persistence & CMP/JBoss] - Re: Changing the state of Entity beans without calling setXX

2004-08-27 Thread darranl
What are you trying to achieve, why are you trying to avoid the update mechanism provided to you? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846427#3846427 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846427 --

[JBoss-user] [News & Announcements] - JBoss Training 2H/2004

2004-08-27 Thread [EMAIL PROTECTED]
JBoss Advanced Training USA San Francisco, September 13-16 Atlanta, September 27-30 Denver, October 4-7 Los Angeles, October 11-14 Austin, October 25-28 Reston, November 15-18 Atlanta, December 6-9 Europe London, September 6-9 Stockholm, September 27-30 Frankfurt, October 11-14 Rome, Novemb

[JBoss-user] [Security & JAAS/JBoss] - Re: Dependencies for deploying jboss-3.2.5.tar on a RedHat L

2004-08-27 Thread darranl
A JDK View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846431#3846431 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846431 --- This SF.Net email is sponsored by BEA W

[JBoss-user] [Installation & Configuration] - Re: Web Context Problem when upgrading

2004-08-27 Thread jpowell92127
All, Looking back over some prior posts on this forum I found an answer that works with Tomcat 4.1 (not 5.0). Setting "UseJBossWebLoader" = false in the Tomcat sar jboss-service.xml makes everything work! I have a feeling that I'll have to upgrade Struts to work with Tomcat 5.0 (per their speci

[JBoss-user] [Installation & Configuration] - Web Context Problem when upgrading

2004-08-27 Thread jpowell92127
Hi, I'm trying to upgrade an old JBoss 3.0.4 application to 3.2.5. Unfortunately, it appears that the integrated Tomcat 5.0 throws the following exception, probably because we are running old stuff (Jsp 1.1, Struts 1.0): java.lang.NullPointerException org.apache.jasper.runtime.TagHandle

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-27 Thread [EMAIL PROTECTED]
This does not explain how the valueForPropertyFromDomainWithLocale call is used. There is no reason I can see that an active web session should affect what value is being returned from this method unless its somehow triggering caching behavior at the ResourceBundle level. You'll have to debug wh

[JBoss-user] [Installation & Configuration] - Re: Hot deployment with jboss3.2.5/4.0RC1

2004-08-27 Thread mtb2ride
Chen, Sorry so late to repsond. I'm now getting the same error in a different situation. But I have another couple of questions for you. 1. What version of Jboss ? 2. You're not using a jboss-app.xml file correct? I don't see it in your post. I'm thinking that the classpath entries in you

[JBoss-user] [Nukes User] - A few HOWTO questions

2004-08-27 Thread k-dub
How do I make the Disable HTML in this post and Notify me when a reply is posted options selected by default? How do I edit the default(server) timezone? How do I appoint a moderator for a forum? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846502#3846502

[JBoss-user] [HTTPD, Servlets & JSP] - How to logout application(s) using single-sign-on?

2004-08-27 Thread rickkw
Hi, I am using JBoss 3.2.5 w/Tomcat 5.0.26. I enabled SSO for a group of web applications. I would like to have a logout page where I can logout and force subsequent access to any one of the applications to go to the login page. Is this possible? Thanks, -- Rick View the original post :

[JBoss-user] [Security & JAAS/JBoss] - Problems with UsersRolesLoginModule module

2004-08-27 Thread balteo
Hello, I am new to JBoss security and I am trying to get the UsersRolesLoginModule module to work for my application. I have a simple JSP instanciating a simple session ejb and calling one method. Here is the jsp: | <%@ page import ="javax.ejb.*" %> | <%@ page import ="javax.namin

[JBoss-user] [Installation & Configuration] - Re: file.encoding

2004-08-27 Thread apurrichus
Hi, I found the solution... Edit /etc/profile and restart your session, after your UTF8 enconding won't affect you jboss conf. # Environment Variables for IFX LC_ALL=UTF-8 LC_CTYPE=UTF-8 LANG=UTF-8 OUTPUT_CHARSET=UTF-8 LESSCHARSET='UTF-8' export LC_ALL LC_CTYPE LANG OUTPUT_CHARSET LESSCHARSET LA

[JBoss-user] [Installation & Configuration] - Real simple Log4j question

2004-08-27 Thread jim_stoll
hi! Real simple question where is the best place to put my xml for filtering Log4j output ?? thanks jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846498#3846498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on Session Bean - Classloader issue?

2004-08-27 Thread astehman
I included the jar file which contains the session bean in question in the WEB-INF/lib directory, but I am still encountering this problem. I'm not sure exactly why this ClassCastException is happening, but I found a post where the exact same problem was encountered with Inprise app server and

[JBoss-user] [EJB/JBoss] - Re: My entity bean does not work when I have not network con

2004-08-27 Thread kmao
Rene, Did you ever get an answer to this question? I am having the same error. I am trying to setup MySQL to use with Jboss. My CMP was able to create the tables in the DB but when I try to create a row in the table it failed with the same exception. please help. kiet View the original post

[JBoss-user] [Persistence & CMP/JBoss] - Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-27 Thread lithous2
No matter what I try. I am using JBoss 3.0.8 on WinXP (for development) and jaws.xml must be deployed or I get many errors. It seems to totally ignore jbosscmp-jdbc.xml. The errors are the same whether I have neither jaws.xml nor jbosscmp-jdbc.xml as it is if I only include jbosscmp-jdbc.xml.

[JBoss-user] [Nukes User] - Setting up Nukes in Sun App Server

2004-08-27 Thread xhienider
Hi, I am currently doing an academic project and is wondering if i am able to deploy Nukes in the Sun App Server 8.0 by means of a migration tool? Or is there any other way? I am currently very new with J2EE so please pardon me if i am not able to grasp the concepts well. Thanks View the orig

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS with SONICMQ

2004-08-27 Thread bali
Hi, I hava configured my jboss with sonicMQ 5.1 as JMS provider. When i deploy the sonicmq sample application i am getting the following error.I see my connection in the sonicmq console but i am getting the following error at the deployment time. *

[JBoss-user] [Beginners Corner] - Native Library already loaded in another classloader

2004-08-27 Thread mrchucho
I'm successfully using JNI, but when I redeploy my war, I get a "Native Library jboss-3.2.3/bin/libCalculateNetVolume.so already loaded in another classloader" exception. I have my shared library in my $JBOSS_HOME/bin directory and I set "JAVA_OPTS: -Djava.library.path=bin". I'm loading the lib

[JBoss-user] [EJB/JBoss] - ClassCastException on Session Bean - Classloader issue?

2004-08-27 Thread astehman
jboss/linux versions: Jboss 3.2.1 on Mandrake linux 2.4.21-199-default I'd be grateful if anyone can give me any clues what to check. When a Struts Action class attempts to lookup a Session bean, it gets a ClassCastException. I don't understand how - jboss.jar and ejb-jar.xml look good, and th

[JBoss-user] [Persistence & CMP/JBoss] - Difference fetch-size and page-size?

2004-08-27 Thread pilhuhn
The DTD says | | | and | | | Do I interpret it correctly that page-size is only for read-ahead and overrided fetch-size? Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead with a page-size of 200 (?), what is fetch-size then? View the

[JBoss-user] [JCA/JBoss] - java.sql.SQLException: No suitable driver ( oracle)

2004-08-27 Thread santhoshs1979
Hi all, I am trying to deploy a java application on Jboss-3.2.5 with oracle database. I am getting this error, when i try to test the page that is trying to connect to the database. I am not a java professional, mainly a database architect. This is a adhoc requirement. I will list bel

[JBoss-user] [Management, JMX/JBoss] - Scheduling Tasks

2004-08-27 Thread aryjr
Hi, they see below the definition of my MBean that implements the interface org.jboss.varia.scheduler.Schedulable on file jboss-service.xml: true br.com.valoriza.alertas.mbean.AlertasStockScreener NOW 6 -1 Through the "JMX MBean View" I can modify the propertie

[JBoss-user] [Installation & Configuration] - Re: classloading isolation

2004-08-27 Thread pedrosalazar
Scott, Bug(?) submitted: https://sourceforge.net/tracker/index.php?func=detail&aid=1017714&group_id=22866&atid=376685 In atach there is a tar file (splitted) with a test case. Regards, Pedro Salazar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846479#38464

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
This feature has been there since 3.2.3. Also %%n is replaced by a counter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846478#3846478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846478 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
%%t is internally used to substitute for the table name in the sql-command of post-table-create. Is %%t something reserved by oracle? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846477#3846477 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JCA/JBoss] - Problem with deployment of non-static *-ds.xml

2004-08-27 Thread r_raman
I am trying to deploy a *-ds.xml file which is created on the fly by a servlet. So in my jboss-service.xml, I am deploying a url like http://localhost:8080/dbinfocreator/sybase-ds.xml. I notice that if I do this, even though a call is made to the servlet when jboss server starts, the JNDI bindin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: YO! - mdb deployment trouble

2004-08-27 Thread kedaar
Topic MBean NEWTOPIC-SERVICE.XML --- jboss.mq:service=DestinationManager View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846474#3846474 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - YO! - mdb deployment trouble

2004-08-27 Thread kedaar
Hi, Im having trouble deploying a simple mdb listening on a topic. Here are the relevant files - thanks in advance for help. EJB-JAR.xml - http://java.sun.com/dtd/ejb-jar_2_0.dtd";> LinkPublisherMDB com.crisys.sf.framework.link.LinkPublisherMDB

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: YO! - mdb deployment trouble

2004-08-27 Thread kedaar
Here is the stack trace and topic MBean NEWTOPIC-SERVICE.XML --- jboss.mq:service=DestinationManager STACK TRACE --- 11:44:56,609 INFO [MessageDrivenInstancePool] Started 11:44:56,609 INFO [MessageDrivenContaine

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-27 Thread bela
Sorry, incorrect information: you set the invalidation mode in the InvalidationManager MBean; it is called "AsynchronousInvalidation". By default it is *asynchronous* not synchronous. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846469#3846469 Reply

[JBoss-user] [Installation & Configuration] - Re: Changing JMX Console display

2004-08-27 Thread [EMAIL PROTECTED]
To display meaningful names you need to provide the approriate mbean descriptions to the deployed mbeans. This is best done using the jboss model mbean implementation, XMBeans. The othe changes require modifying the simple jsp pages that make up the jmx-console. View the original post : http:/

[JBoss-user] [Clustering/JBoss] - How failover after undeploy

2004-08-27 Thread kostakl
Hi, i'm stuck with following cluster failover issue for couple of days, please help. Any idea or comment will be great. Contex: - I have 2 jboss node cluster with two web applications (app1.war, app2.war). - I am using Apache/Mod_jk to loadbalance request among nodes(Tomcat/JBoss) for both aplic

[JBoss-user] [Installation & Configuration] - file.encoding

2004-08-27 Thread apurrichus
Hi, I am starting up the jboss server with anonymous wrote : JAVA_OPTS=%JAVA_OPTS% -Xmx512m -Dfile.encoding=UTF8 -Duser.timezone=GMT Checking boot.log i get (as i want): DEBUG [ServerInfo] user.timezone: GMT | DEBUG [ServerInfo] file.encoding: UTF8 | | But when I made something li

[JBoss-user] [Installation & Configuration] - Changing JMX Console display

2004-08-27 Thread alokr
Hi All, We have added a service in JBoss and wanted to change the labels so that names are more meaningful in the JMX Console. Instead of displaying ÃÂarg0ÃÂ, we want to change the names so that the JMX Console looked nicer and was easier to understand. Also, does anyone know if it is possibl

[JBoss-user] [Security & JAAS/JBoss] - Re: Updating login information

2004-08-27 Thread tscondor
Perfect!!! Thanx a lot! Simone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846465#3846465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846465 --- This SF.Net

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-27 Thread bela
1. If you want to use the InvalidationManager directly, all invalidateXXX() calls have a 'async' boolean parameter. 2. If you use the EntityBeanCacheBatchInvalidatorInterceptor, then all invalidations are synchronous by default (a.k.a hard-coded). Bela View the original post : http://www.jbos

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-27 Thread rcostanzo
So for entity EJB cache invalidation events, how do I make it asychronous? I see for the HTTP Session cache how to do it (in tomcat's config), and for the stateful session EJB cache (with the settings in jboss-web.xml), but can't find anywhere how to make the entity EJB cache invalidation events

[JBoss-user] [EJB/JBoss] - Re: Inconsistencies of CMR collections

2004-08-27 Thread Cyxs
I ahave used an iterator and remove() and also the removeAll() method. The finder method simply doesnt get it. seems like the removing takes place after the method finishes. but before the method finishes, the finder method is called. I am using commit B option and also no transactions. Very we

[JBoss-user] [Security & JAAS/JBoss] - Security: Tomcat -> JBoss

2004-08-27 Thread yuriyg
Does somebody know how to propagate credentials from Tomcat to JBoss. I even specify that we are going to use tagish lib for get OS credentials but how then pass these credentials to JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846450#3846450 Reply

[JBoss-user] [Security & JAAS/JBoss] - security-domain for datasource

2004-08-27 Thread yuriyg
I tried to use security-domain in datasource and in fact needed to find workarounds for problems. First problem was I constantly got JBossResourceException("No matching credentials in Subject!"). Source code says that Subject is tested against connection properties but the same code show that t

[JBoss-user] [Beginners Corner] - Re: Create a login context for eache app ?

2004-08-27 Thread newbeewan
Yes I know, but I want to secure every app with different security ressources... For exemple : jBoss -> dc=myJBoss,dc=org myEAR1 -> dc=myEar1,dc=com myEAR2 -> dc=myEar2,dc=com ... I want that JAAS parameters appeared into each single app ( in application.xml for example ) because there not shared

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread dfoulser
Posted: Sat Mar 6, 2004 15:04 PM Post subject: Re: deployment slow on 3.2.3 - how to disable mbean xml.vali In the performance tuning forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846447#3846447 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread rimmeraj
Can you provide a link , or what to patch. For development it seems silly to wait for xml schema parsing View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846446#3846446 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38464

[JBoss-user] [Security & JAAS/JBoss] - Re: Secure the Invokers

2004-08-27 Thread [EMAIL PROTECTED]
We do not use the InitialContext as the means for obtaining the username and password. Read the JAAS Howto in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846445#3846445 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Installation & Configuration] - Re: classloading isolation

2004-08-27 Thread [EMAIL PROTECTED]
The deployment scoping is not ignored. We have a test for overriding the log4j version to that of the version in the deployment using this technique so it does work. Create a bug report on sourceforge with an example war illustrating what is not working for you. http://sourceforge.net/tracker/?

[JBoss-user] [Installation & Configuration] - Re: isolate war deployment

2004-08-27 Thread metadjer
Hi Scott, I had tried also to set the attribute java2ParentDelegation to false, but then i encountered the following issue: 15:36:19,767 ERROR [Context] Error reading tld listeners javax.servlet.ServletException: Exception processing TLD at resource path /WEB-INF/extensions.tld in context /Tra

[JBoss-user] [JCA/JBoss] - Re: Closing a connection for you. Please close them yoursel

2004-08-27 Thread cboucher
Thanks, This should hold me over until the release comes out then I can remove the false code. Chad View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846441#3846441 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846441

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-27 Thread Ragnhild
"darranl" wrote : | Ragnhild, don't waste peoples time by posting 'Me Too' posts. Unfortunately, people that ask for help often forget to post the solution to the problem if they find it themselves. That way most of the postings in this kind of forums are questions without answers. No need t

[JBoss-user] [EJB/JBoss] - error of deploy in jboss

2004-08-27 Thread carlosgyn
Why it will be that I obtain to make deploy of mine ejbs in one schemes with windows2000, jboss-3.2.3 and when I catch this exactly archive I do not obtain to make deploy in mine notebook with windows200 + jboss-3.2.3. This error: Error in ejb-jar.xml, in method-permission: An unchecked element

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-27 Thread cortesr
Shall I file a bug report? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846437#3846437 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846437 --- SF.Net email is sp

[JBoss-user] [Installation & Configuration] - Re: isolate war deployment

2004-08-27 Thread metadjer
Now since i have set the flags Java2ClassLoadingCompliance and UseJBossWebLoader to false in the jboss-service.xml file of jbossweb-tomcat50.sar, i am faced to the following problem: 15:04:32,380 ERROR [BaseModelMBean] Exception invoking method addChild javax.xml.parsers.FactoryConfigurationErr

[JBoss-user] [HTTPD, Servlets & JSP] - 404 error problem with a .war file

2004-08-27 Thread zafi41
Hi, The application works fine under jboss 2.2.2 and tomcat 3.3.1. Now i tried to take the application to jboss 3.2.5 with integrated Tomcat 5.0.26, j2sdk1.4.2_05 and put the ear file under the directory deploy of JBoss but something goes wrong: - The ear file is deployed ! - I have in the

[JBoss-user] [Installation & Configuration] - Re: isolate war deployment

2004-08-27 Thread [EMAIL PROTECTED]
java2ParentDelegation must be false to load from the war before the parent. | | |app.TracerTrac:loader=TracerTrac.war | java2ParentDelegation=false | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846435#3846435 Re

[JBoss-user] [Security & JAAS/JBoss] - Re: ava.lang.SecurityException: Failed to authenticate princ

2004-08-27 Thread [EMAIL PROTECTED]
You have to do a JAAS login to establish the identity. jboss does not use the InitialContext as the mechanism for obtaining the security context. Read the JAAS Howto in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846434#3846434 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - Role-mapping with LdapLoginModule and ActiveDirectory

2004-08-27 Thread logi
Hello, I'm authenticating users against an ActiveDirectory server using the LdapLoginModule and this seems to be working nicely. Given a correct username and password the appropriate principal can be retrieved from the SessionContext of my bean. (for debugging only of course) However, I've had

[JBoss-user] [Beginners Corner] - Re: Trouble with War archives and client class paths

2004-08-27 Thread darranl
Put the jar to be downloaded relative to the pages of your app, don't hide it under WEB-INF View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846429#3846429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846429

[JBoss-user] [JBoss Getting Started Documentation] - Re: SMNP startup error

2004-08-27 Thread darranl
How sure are you that your Suse setup is perfect? Also don't try and describe exceptions, just post the full exception with stack trace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846426#3846426 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread guix
"dfoulser" wrote : | This did not seem to affect run-time performance, but then we pre-compile all JSPs rather than compiling on the fly. You could try pre-compiling JSPs to see if performance improves. The problem is on servlets not jsps.. I think the problem is the cache doesnt work.

[JBoss-user] [Management, JMX/JBoss] - Getting Tomcat port via JMX

2004-08-27 Thread tmkarthi
Hi, Is there any way I can retrieve the port of the tomcat running with JBoss via JMX? Thanks. Cheers, Karthi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846423#3846423 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread dfoulser
We observed heavy CPU use on startup of 3.2.4 compared to 2.4.x due to some XML schema validation that was re-reading and parsing the schema. This added a couple minutes to startup time on 2 GHz processor with 1 GB RAM. Stark advised me to patch my copy to remove this validation. But we had t

[JBoss-user] [Clustering/JBoss] - Re: Failed to find HAPartition with PartitionName=DefaultPar

2004-08-27 Thread ganguri
Now I have another problem: Please advise what to do 07:57:28,218 INFO [XYZPartition] Initializing | 07:57:28,363 INFO [UDP] unicast sockets will use interface 140.343.15.22 | 07:57:28,375 INFO [UDP] socket information: | local_addr=jbsprde22:33066 (additional data: 16 bytes), mcast_ad

[JBoss-user] [EJB/JBoss] - Out of resources

2004-08-27 Thread fot
What would happend when we try to get the ejb object from jboss when it is out of resources? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846418#3846418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846418 ---

[JBoss-user] [Beginners Corner] - Re: Create a login context for eache app ?

2004-08-27 Thread JanPrill
Hi, newbeewan, take a look at chapter 8 of the free doco, that you'll find at Services > Documentation. It seems that you want to secure your webapps through JAAS? In short you may define different realms for your apps in $JBOSS_HOME/server/default/conf/login-config.xml and then define these as

[JBoss-user] [Beginners Corner] - Create a login context for eache app ?

2004-08-27 Thread newbeewan
Hi, I'm looking for a possibility to configure each jboss app with it security context. Te reason is that my jboss/tomcat serve several web sites and each one's got it security context into an ldap directory ( common root dse and a subtree for each web site ) I can't make a global model for secur

[JBoss-user] [EJB/JBoss] - Newbie: getting client ip

2004-08-27 Thread Darknight
I'm very new to jboss and I'm still reading documentation. It is critical for my application that my stateful session bean knows the client ip. From what I have read until now it seems that this is not possible in a direct way (feature request incoming...). That said, if I'm right about the dire

[JBoss-user] [Installation & Configuration] - Re: isolate war deployment

2004-08-27 Thread pedrosalazar
Kamel, I think you are facing the same problem as I do. I didn't have any luck configure the class loading politic through jboss-web.xml (or jboss-app.xml) even when the unique domain for the class loading is created. The only way I could manage to work is changing the configurations in jboss's

[JBoss-user] [Security & JAAS/JBoss] - ava.lang.SecurityException: Failed to authenticate principal

2004-08-27 Thread cijijoseph
HI All, I secured the RmiAdaptor using the Wiki Documnet and while tryiong to invoke any operations using the RMIAdaptor handle i am getting the exception that is listed below. Any help regarding this is mot welcome. java.lang.RuntimeException: java.lang.SecurityException: Failed to authenti

[JBoss-user] [Security & JAAS/JBoss] - Dependencies for deploying jboss-3.2.5.tar on a RedHat Linux

2004-08-27 Thread bv_praveen
Hi, Can anybody give the dependency package list required for deploying jboss-3.2.5.tar on Redhat linux (AS) 3.0. thanks in advance regards, Praveen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846410#3846410 Reply to the post : http://www.jboss.o

[JBoss-user] [Security & JAAS/JBoss] - Re: Required jboss-3.2.3.tar !

2004-08-27 Thread cijijoseph
Try out this URL http://prdownloads.sourceforge.net/jboss/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846409#3846409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846409 -

[JBoss-user] [Security & JAAS/JBoss] - Required jboss-3.2.3.tar !

2004-08-27 Thread bv_praveen
Hi, Currently we are using jboss-3.2.3.tar for our project requirement, but we lost the package for some reasons . We need to install the same package and try to deploy our project again. can anyboy help in this regard. send me the url where I can downlaod the reqd package. thanks

[JBoss-user] [Security & JAAS/JBoss] - Correction: [LdapLoginModule] Problem when principalDNSuffix

2004-08-27 Thread joedev42
Forget the afterthought about the uidAttributeId's value which must be set to the user's full DN. This is of cource only true if matchOnUserDN is set to true. Still I wonder why authorization fails. Regards, Olaf Bergner View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Security & JAAS/JBoss] - [LdapLoginModule] Problem when principalDNSuffix = rolesCtxD

2004-08-27 Thread joedev42
I have to authenticate and authorize users against the following LDAP schema: | o=myCorp,c=DE --- | | | ---> ou=Users,... --- | | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Durable Topic Question

2004-08-27 Thread shartvig
Hi there I'm currently working on a notification framework for healthcare systems, which means that every single workstation in combination with a user, shall have a DurableTopic listener. This means a whole lot DurableTopics subscribers with unique names. I'm currently thinking about the arc

[JBoss-user] [Installation & Configuration] - isolate war deployment

2004-08-27 Thread metadjer
I would like to isolate my war deployment respecting to the classic servlet 2.3 class loading model (load the classes from the child scope first: WEB-INF/class + WEB-INF/lib first, then load the classes from the parent scope). Here is my jboss-web.xml: app.TracerTrac:loader=Trac

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-27 Thread bela
Yes, you can make this asynchronous, depending on what you use. E.g. in HTTP session clustering you can switch from "instant" replication to "interval" replication. For the TCP-based config, check out jgroups.org -> User's Guide for an example Bela View the original post : http://www.jboss.org

[JBoss-user] [Persistence & CMP/JBoss] - Serializable Finder parameter

2004-08-27 Thread espencer
I'm using JBoss 3.2.5. I have an entity bean with 3 cmp fields: - Long id - Serializable value - String description And one of the finders methods signature is: java.util.Collection findByIdAndValue(Long anId, Serializable aValue) throws javax.ejb.FinderException,java.rmi.RemoteException; defi

[JBoss-user] [Installation & Configuration] - Re: NullPointerException in PreparedStatementCache.ageOut

2004-08-27 Thread Rudi Vankeirsbilck
Forgot to mention the platform: Mac OS X 10.3.5 running on dual 2 GHz G5 with 1.5 GB RAM Collegues of mine are running on Windows XP (SP1) and are not having this problem. The db is mysql 4.0.16 and is running on the same machine. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - Re: NullPointerException in PreparedStatementCache.ageOut

2004-08-27 Thread Rudi Vankeirsbilck
I am experiencing this problem to. My app is using 40 entity beans of which 38 are using entity caching strategy A, the others are using B. The ones that are using the A-caching strategy also have read-only attributes for their getters. The NullPointerException occurs randomly for any of the 38

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-27 Thread Ragnhild
I have the same problem, have you forund a solution? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846395#3846395 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846395

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-27 Thread guix
"[EMAIL PROTECTED]" wrote : I do agree it is impossible to help somebody that doesn't give ANY | useful information. This usually shows a lack of a understanding of the problem. See... this is what I am saying... not only jboss is slow "by default" but support always gives grumpy answers... wh

[JBoss-user] [Beginners Corner] - Trouble with War archives and client class paths

2004-08-27 Thread johny_ald
I am having trouble with deploying my applet in a war files. And getting the client to recieve the necessary classes for my interface. And stop these class not found exceptions. I can get the applet html page to locate a single class file if they are located in the root directory in the war file

[JBoss-user] [Installation & Configuration] - Re: Slow startup

2004-08-27 Thread alessandro_rizzi
For example: 1) I've started JBoss 2) I've recompiled and rebuild a Jar (let's call it A.jar): I've seen JBoss re-deploing A.jar, correctly. 3) I've start my application: I get this error: 09:41:07,437 ERROR [LogInterceptor] Unexpected Error: java.lang.IllegalAccessError: tried to access class A

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Differences between 3.2.4 and 3.2.6RC1

2004-08-27 Thread triathlon98
Thanks. There was a fault in my web.xml file. Apparently 3.2.4 was less strict about that. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846392#3846392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846392

[JBoss-user] [Beginners Corner] - The value for the useBean class attribute org.dom4j.Document

2004-08-27 Thread jama
Running JBoss2.3.5 I get this error from useBean in a JSP. The dom4j.jar file has been deployed in my WAR file and is in both: ~/jboss/jboss-3.2.5/server/default/lib and ~/jboss/jboss3.2.5/server/default/tmp/deploy/tmp14084OrgLoad.war/WEB-INF/lib Any ideas? View the original post : http://ww