[JBoss-user] [Security & JAAS/JBoss] - Intercept requests before JAAS kicks in?

2005-04-18 Thread t_kishore
I am using Jboss 4. I have configured to use the DatabaseServerLoginModule(Jboss ogin module) to do the authentication and authorisation. I have written a ServletFilter to intercept all the requests to my webapp. But I have noticed that requests from unauthenticated users to protected resources

[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-18 Thread hb_jan
...I'm sorry: Instead of "When using BeanTA," it should be "When deploying the beans with the JBuilder". This mistake is due to the fact that in former times a different AS, namely BeanTA, was used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874400#387440

[JBoss-user] [JBossCache] - Re: JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-18 Thread RolfZ
How do I upgrade to JBossCache 1.2.2 ? I just updated the jboss-cache.jar form 1.2.2 install package within JBoss 3.2.7 Are there any other files I need to update ? Cheers Rolf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874399#3874399 Reply to the pos

[JBoss-user] [EJB/JBoss] - log4j don't work in mdb

2005-04-18 Thread Buster.Wang
hi,all: Now I'm using jboss4.0.0 with all configure; The log4j in war works mornal; but in message-driven bean, it work invalid, the logger just use root category, not the category I defined. please help me, I wiil be very appreciate with any suggestion from you. View the original post : h

[JBoss-user] [EJB/JBoss] - concurrent access - strange behaviour

2005-04-18 Thread tiennd
Hi everybody, I need your help in this situation: - I have two stateful session beans (DocumentSessionBean, WorkflowSessionBean) and two entity beans (DocumentEntityBean, WorkflowEntityBean). - The usecase is: User fill in a form, the data then is stored in DocumentEntityBean through DocumentSes

[JBoss-user] [Beginners Corner] - Re: jboss and MySql

2005-04-18 Thread firasath
http://docs.jboss.org/jbossas/getting_started/startguide40/db.html chapter 8 of the manual talks about this View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874394#3874394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Performance Tuning] - Re: Strange behavior: slow JDBC queries

2005-04-18 Thread [EMAIL PROTECTED]
How did you fix it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874392#3874392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874392 --- This SF.Net email is spon

[JBoss-user] [J2EE Design Patterns] - Half Synch/Half Asynch implementation

2005-04-18 Thread ssbawa
I have to do a half synch/half asynch implementation where the asynch portion can take some what long time to process. I have been wondering about using a stateful bean to do the synch half of the processing, then using MDBs to do the asynch work, followed by some type of result aggregation in

[JBoss-user] [JNDI/Naming/Network] - Problem with java:/comp/env

2005-04-18 Thread acoulson
For some reason, java:/comp/env is not defined from within my web-app. I get a NameNotFoundException "env not bound" trying to look it up. This is hampering my effort to define a context-specific jndi value via my web.xml file, as shown below. ANyone have any ideas? H

[JBoss-user] [JBoss Portal] - Re: how can make jboss-portal internationalization

2005-04-18 Thread caigao
"zjwpw" wrote : I want to make jboss-portal support internationalization, | for example,I want to support china ,how can I do | I only create a new Resource_zh.properties file, | when I run the application,I can not get the right infomation, | I should update IE6.0 default encoding,make

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole and non secured pages

2005-04-18 Thread lhoriman
"[EMAIL PROTECTED]" wrote : Create a feature request: | http://jira.jboss.com/jira/browse/JBAS Done: http://jira.jboss.com/jira/browse/JBWEB-19 Thanks, Jeff View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874384#3874384 Reply to the post : http://www.jbos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-04-18 Thread disrael
Are you using connection pooling? It seems like you are not and are running out of ability to create new tcp sockets. Would be interested if your test still fails if you use only one connection for all messaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Security & JAAS/JBoss] - Re: Packaging login-config.xml in a SAR?

2005-04-18 Thread lhoriman
Thanks, that explains it... and after some more fuss I have it working. I spent a bit of time being confused by the wiki example so I changed the example to reference META-INF/login-config.xml instead if just login-config.xml. I also added this note: anonymous wrote : | Caution: If you spe

[JBoss-user] [EJB/JBoss] - Re: DeploymentException: Generation only supported with sing

2005-04-18 Thread ousie
I managed to get this fixed. Evidently I had a table with multiple primary keys on it, the error that Jboss printed didn't show on the correct table though. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874378#3874378 Reply to the post : http://www.jboss.

[JBoss-user] [EJB/JBoss] - JBoss 3.2.7 + ValidateDTDs=true => EJB Deployment Failure

2005-04-18 Thread edge-pds
If I set ValidateDTDs to true in server/default/conf/jboss-service.xml and attempt to deploy an EAR that contains an EJB, the deployment fails with the following error messages: 2005-04-18 14:32:29,127 ERROR [XmlFileLoader] - XmlFileLoader: File file:/C:/home/edge/app/jboss/server/cs/conf/stan

[JBoss-user] [Performance Tuning] - Re: Strange behavior: slow JDBC queries

2005-04-18 Thread rafcio
fixed! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874375#3874375 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874375 --- This SF.Net email is sponsored by: New

[JBoss-user] [Beginners Corner] - does jboss run without installing j2ee1.4?

2005-04-18 Thread firasath
does jboss only need the standard java1.4 sdk? Is the j2ee1.4 an altogether another applilcation server? Sorry for the newbie questions... Any help would be appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874374#3874374 Reply to the post : ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: subscribe to WebLogic Topic

2005-04-18 Thread narasigr
please find entries from the jboss-ds.xml and standardjboss.xml files -- Jms-ds.xml CPRWebLogicJMSProvider org.jboss.jms.jndi.JNDIProviderAdapter java:/XAConnectionFactory java:/XAConnectionFactory java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory

[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-18 Thread [EMAIL PROTECTED]
I am not sure if this is related to the order the BindingManager appears in conf/jboss-service.xml, i.e. after Log4jService. Try to put it first. Another thing you can try is to use a JVM property, e.g. ./run -Dmy.log4j.config= and then | |${my.log4j.config} |... |

[JBoss-user] [Clustering/JBoss] - Re: How to bind specific network layers to a specific interf

2005-04-18 Thread achech
"aguillevicK" wrote : Hello, | | I will make some further tests with a second GossipServer and I will let know. | | THank you, best regards. Hi aguillevicK, I'm new in here and try to learn how to make a two node cluster, please forgive me if I ask some stupid questions... ;-) Just

[JBoss-user] [EJB/JBoss] - session bean deployment failed with org.jboss.deployment.Dep

2005-04-18 Thread sarika_agrawal
At the time of deployment my Session bean .jar archieve is throwing InvocationTargetException. | Caused by: java.lang.IllegalArgumentException: Invalid actions in servlet mapping | | 16:57:27,940 ERROR [ContextConfig] Parse error in application web.xml | 16:57:27,960 ERROR [ContextC

[JBoss-user] [Management, JMX/JBoss] - Service Binding Manager and Log4jService

2005-04-18 Thread anguyen
This may sound wierd, but I want to use the ServiceBindingManager to modify the log4j.xml used by the Log4jService. I've enabled the SBM and modified my bindings.xml file to include an XSLTFileDelegate for jboss.system:type=Log4jService,service=Logging. This delegate probably won't work for t

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-18 Thread [EMAIL PROTECTED]
JMX by spec hides the actual reference to the actual object. You cannot get the object referenece via the JMX API (the MBeanServer won't give you access to it). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874366#3874366 Reply to the post : http://www.jb

[JBoss-user] [Management, JMX/JBoss] - How to lookup a MBean from MBeanServer?

2005-04-18 Thread chetansanghi
Hi I can register a MBean with MBeanServer using an objectname. But how do I get the same MBean from MBeanServer back using the same objectname? The API mentions "getObjectInstance(String objectName)" which returns an ObjectInstance. My problem is I can not cast ObjectInstance to my MBean class

[JBoss-user] [Security & JAAS/JBoss] - encoding Password

2005-04-18 Thread soussou
Hi how password-crypter into the Jboss config files (xml) ? When I created a datasource via the admin console, the password to access to the database is not crypted (its clear). regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874364#3874364

[JBoss-user] [Installation & Configuration] - Re: jboss-4.0.1sp1.zip startup errors

2005-04-18 Thread cehjohnson
Possibly needless to say, but forget it thanks folks - it was because of no log4j in the classpath View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874363#3874363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874363 -

[JBoss-user] [JBoss Getting Started Documentation] - Could not find jboss-build.properties under j2ee tutorial

2005-04-18 Thread kinnerak
Hi, I am trying to compile j2ee tutorial using "ant -f jboss-build.xml compile" as mentioned in JBoss As documentation Chapter:4. It says "Before we can build, you'll need to edit the jboss-build.properties file in the j2eetutorial14 to point to your JBoss install directory." I extracted files f

[JBoss-user] [EJB/JBoss] - Re: java.lang.IllegalStateException: Failed to find method f

2005-04-18 Thread balteo
Thanks a lot for the reply. J. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874356#3874356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874356 --- SF email is sp

[JBoss-user] [Beginners Corner] - jboss and MySql

2005-04-18 Thread jonghun95
Instead of default HS DB, I want to use MySql for DB. What's the step to replace it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874353#3874353 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874353 ---

[JBoss-user] [Installation & Configuration] - Re: JBoss Deployment order within ear

2005-04-18 Thread mentiro
Any JBoss developers have any idea about this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874352#3874352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874352 --

[JBoss-user] [JNDI/Naming/Network] - spaces in client install path

2005-04-18 Thread kcochrane
Hello everyone, We are currently adopting JBoss in our organisation and have encountered an issue. Some of our applications are swing clients, which we hope to configure to use an instance of the business interface (the business interface is exposed as an ejb running in Jboss). The client ther

[JBoss-user] [EJB/JBoss] - Re: ejb client - Failed to find method for hash etc

2005-04-18 Thread n2
hello, i had the same error and found another topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=53821 Check your server and client jars/classes. is there an old jar or class in the classpath? You can get this error if server and client uses different class files. Good luck! dan

[JBoss-user] [EJB/JBoss] - Re: java.lang.IllegalStateException: Failed to find method f

2005-04-18 Thread n2
hello, i had the same error and found another topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=53821 check your server and client jars/classes. is there an old jar or class in the classpath ? you can get this error if server and client uses different class files. goo luck! dan

[JBoss-user] [JBossCache] - Failed to aspectize class org.jboss.cache.TreeCache

2005-04-18 Thread junli10
I'm getting this error when I try to run demo in tutorial. Can anyone point out what the problem is ? Thanks. ** m:~/jboss-cache$ sh runShellDemo.sh BeanShell 1.3.0 - by Pat Niemeyer ([EMAIL PROTECTED]) bsh % sourceRelative("plain.bsh"); [error] Failed to aspectize class org.jboss.cache.TreeCach

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate Performance using webservices

2005-04-18 Thread pure
Hi! What we have: Stateless session beans exposed as webservices on jboss 4.0.1SP1 . We are going to deploy in a clustered environment with high performance requirements. The questions: Should we use hibernate with full relational mapping or just mapp single classes to tables without re

[JBoss-user] [Persistence & CMP/JBoss] - CMR beans don't get updated

2005-04-18 Thread Czernay
I have built three simple beans Author (1:1) Image (1:n) ImageVariant that are connected via CMR with each other: Author.getImage() fetches the author's image-bean and Image.getVariants() fetches all available variants of the given image. This all works pretty well during initial creation, but

[JBoss-user] [JBoss Getting Started Documentation] - Re: Missing required file

2005-04-18 Thread glowe
Hi James. I was wondering if you ever got an answer to this. I didn't see any replies, but just thought I would check, as I'm having the same problem. Thanks. grant "Charley420" wrote : Dr. Experts, | | I ran the below commands and the error message said it's missing a file but it's not

[JBoss-user] [EJB/JBoss] - ejbStore doesn't seem to be called in BMP Bean

2005-04-18 Thread hb_jan
Hello all, I'm right new to JBoss so I still have the hope that there is a simple answer for my problem. I use an EntityBean 'ObjectNumberBean' for counting up diverse IDs. It is a BMP bean. I use this bean e.g. for a new user-account to provide a User-ID. A call looks something like 'objNum.ge

[JBoss-user] [JBossCache] - XMIL_LIST is empty error

2005-04-18 Thread kbisla
Hi, I'm encountering xmit_list is empty error while running jboss-3.2.2 with jbosscache 1.1.1. The cache is counfigured to use a gossip host. This error occurs countinously and finally results in an Out of Memory Exception. Not sure if they are related but it definitely looks suspicious. I have t

[JBoss-user] [Installation & Configuration] - Re: jboss 3.2.6 on Solaris using 64 bits JVM

2005-04-18 Thread [EMAIL PROTECTED]
Adding "-d64" seems to be cleaner way to use the 64 bit jvm instead of the procedure that I applied but it didn't solve my "Caused by: java.lang.NoClassDefFoundError" exception. The problem was solved after increasing the value for -XX:PermSize View the original post : http://www.jboss.org/ind

[JBoss-user] [Performance Tuning] - Re: Jboss on Solaris with 64 bits JVM

2005-04-18 Thread [EMAIL PROTECTED]
Adding "-d64" seems to be cleaner way to use the 64 bit jvm instead of the procedure that I applied but it didn't solve my "Caused by: java.lang.NoClassDefFoundError" exception. The problem was solved after increasing the value for -XX:PermSize View the original post : http://www.jboss.org/ind

[JBoss-user] [News & Announcements] - Re: 4.0.2RC1 Release Available

2005-04-18 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ProjectRoadmaps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874328#3874328 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874328 -

[JBoss-user] [Beginners Corner] - General Question

2005-04-18 Thread saugeil
Hi I need clients to login into my network (using Java, XML RPC). The server has to authenticate the clients and they get a single key, which authorizes them to access various other clients in the network. I've never used JBoss, or any other application server before, but JBoss seems to be exac

[JBoss-user] [News & Announcements] - Re: 4.0.2RC1 Release Available

2005-04-18 Thread zambak
"[EMAIL PROTECTED]" wrote : The 4.0.2RC1 release is available from sourceforge here: | http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=312621 | | The release notes are available here: | |Changes between Changes between 4.0.1 and 4.0.2RC1 |

[JBoss-user] [Installation & Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-18 Thread [EMAIL PROTECTED]
Such a deployment shown no such exception in 4.0.1sp1. A bug report with an example, version details of jboss, jdk would help. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874324#3874324 Reply to the post : http://w

[JBoss-user] [Javassist user questions] - Re: How to get compiler errors

2005-04-18 Thread chiba
I agree that we need better help. However, dumping a generated class in text format is not a simple thing since *true* bytecode decompilation is hard work. By the way, have you checked the compiler-limitations page of the Javassist tutorial? View the original post : http://www.jboss.org/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ERROR [NamingService] Naming accept handler stopping jav

2005-04-18 Thread [EMAIL PROTECTED]
You need to track down what is leaking file/socket descriptors or tune the process defaults higher. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874321#3874321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874321

[JBoss-user] [Security & JAAS/JBoss] - Re: Logging login and logout events in 3.2.3

2005-04-18 Thread [EMAIL PROTECTED]
There is no flushOnSessionInvalidation in 3.2.3. You need 3.2.7 for this feature. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874320#3874320 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874320 -

[JBoss-user] [JBossWS] - Re: HTTPS : java.net.SocketTimeoutException: Read timed out

2005-04-18 Thread jobor
Hello, Is there a possibility that a reader in JBoss can have a time out because it sees no end due to bad characters while using https! Johan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874319#3874319 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JBossCache] - Re: overriding LRUAlgorithm

2005-04-18 Thread kkalmbach
Everything looks great. Thanks for doing that. You do anything but "drop the ball". This is probably the most responsive forum I have ever run across. Quick, correct answers, super fast code fixes etc. You guys are the best. Thanks again. -Kevin View the original post : http://www.jboss.o

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and existing web applications

2005-04-18 Thread [EMAIL PROTECTED]
It is possible, but it will require work to modify your application in to a portlet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874317#3874317 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874317 --

[JBoss-user] [JBossWS] - Re: Custom exception containing an array

2005-04-18 Thread [EMAIL PROTECTED]
This has been assigned to http://jira.jboss.com/jira/browse/JBWS-181 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874316#3874316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874316 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: subscribe to WebLogic Topic

2005-04-18 Thread cookserr
Additional Information - error at startup 09:08:56,027 ERROR [DLQHandler] Initialization failed DLQHandler javax.naming.InvalidNameException: Couldn't resolve initial reference: NameServic e [Root exception is org.omg.CORBA.ORBPackage.InvalidName] at weblogic.corba.j2ee.naming.Utils.wrapN

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
Just to complete the topic for others that want to do the same thing as me, here's the basic code in my Servlet. It looks for usernames first as a sub-domain, then in the path, so the following URLs will all be handled properly. http://username.domain.name/ http://domain.name/username http://u

[JBoss-user] [Performance Tuning] - Re: Severe (almost unbelievable) caching performance problem

2005-04-18 Thread kpaliy
As I understood, the only possible way for BMP (except developing our own cache) is to remove read-only attribute. The only thing I'm not sure is if we'll get additional locks in this case. My understanding is that synchronization in instance-per-transaction bean will be done via instance inval

[JBoss-user] [JBossWS] - Custom exception containing an array

2005-04-18 Thread dannox02
Hi all, I am trying to get custom exceptions to work. I have succeeded in getting a simple custom exception to work, that I can catch on the client and get the error etc. I am using: - JBoss 4.0.2RC1 - Document literal service For example, the following works fine: | public class CustomExce

[JBoss-user] [Clustering/JBoss] - Re: jboss clustering can`t work in linux

2005-04-18 Thread liushiboy
my linux has three nic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874311#3874311 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874311 --- SF email is sponsore

[JBoss-user] [JBoss Portal] - JBoss Portal and existing web applications

2005-04-18 Thread sovattha
I would like to know what are the possibilities to migrate an existing web application into a portlet applicated deployed in JBoss Portal ? The web application is an ear package which works good on JBoss AS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38743

[JBoss-user] [JBoss Portal] - Re: HelloWorld Example problem

2005-04-18 Thread sovattha
For now, the problem is still there. So I posted my solution at : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874301#3874301 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874307#3874307 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-18 Thread [EMAIL PROTECTED]
The CTS checks for that use case and AFAIK there should not be a problem with nested beans. After all this is quite common with doc style WS. Please create a JIRA issue with a sample deployment if you have found an issue View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
Even more interesting... Earlier I placed the JSF libraries in the jboss-4.0.1/server/default/lib/ folder, but still got the same deployment error after restarting the JBoss service. I just removed the two JSF libraries from my web-app's WEB-INF/lib/ folder, expecting the deployment to fail b

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-18 Thread dannox02
Good question, especially since my final product will have to do just that ;-) I'll give it a try and see what happens. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874302#3874302 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
Lets try that again... formatting removed some of the content | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> |

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-04-18 Thread [EMAIL PROTECTED]
I would assume that this workarround is not valid, as it breaks the structural contract between the WS client/server. The structure of the complex type should be defined in xml schema and referenced from the wsdl. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
Yes... http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> Parses a URL and passes control to relavant servlet Traffic

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread darranl
Does your application contain a web.xml of its own? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874294#3874294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874294 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
The web.xml is about 39KB so I've linked to a copy of it to save posting reams of text. jboss-4.0.1\server\default\deploy\jbossweb-tomcat50.sar\conf\web.xml http://tjworld.net/help/kb/web.xml.txt View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874292#387429

[JBoss-user] [JBossWS] - Re: Server custom exception not comming through to client

2005-04-18 Thread md5georg
Hello, I re-tested this error in the JBoss 4.0.2 RC1 and the exception handling now works for me. We can now see that the soap response below contains a correct namespace instead of a class path name. Why it now works is a mystery but I am happy... | | http://schemas.xmlsoap.org/soa

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread darranl
What does your web.xml look like? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874290#3874290 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874290 --- SF email is

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
I appear to have fixed my issue simply by including jsf-api.jar jsf-impl.jar in my web-app's WEB-INF/lib/ folder. Deployment is now successful and a URL such as: http://somethingHere.domain.name/somethingHereToo is handled by my web-app. This still doesn't explain WHY the JSF libraries are

[JBoss-user] [Security & JAAS/JBoss] - Re: Logging login and logout events in 3.2.3

2005-04-18 Thread khkachn
Just one additional point, I can capture the login and manual logouts in the Struts action servlets, it is the timed out log offs I am having trouble with. I was hoping for a common method for recording both the manual and automatic log offs. Ken View the original post : http://www.jboss.org/in

[JBoss-user] [Beginners Corner] - Re: Help: Deploying CMP Entity Bean on Jboss (DB2)

2005-04-18 Thread sjerrystephen
hey I was jus facing the same problem in mysql not sure it wud help any way FYI in standardjbosscmp-jdbc.xml file have made the changes java:/MySqlDS mySQL -->This line I had left commented :-( after uncommenting thinghs are better than before good luck! Stephen View the origi

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-04-18 Thread Teej
I've also tried putting localhost in jboss-web.xml but the same ClassNotFoundException is thrown as when there is no virtual-host definition. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874285#3874285 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-18 Thread roberto
ok. I have tre machine: "HostA" : Load balance base on Apache 2.0 with mod_jk 1.2.x with sticky session "ClusterB" : Jboss AS 4.0.1 sp1 with my ear with war and ejb modules "ClusterC" : Jboss AS 4.0.1 sp1 with my ear the same than in ClusterB in my ear i have also a jndi.properties to use HA

[JBoss-user] [Messaging, JMS & JBossMQ] - ERROR [NamingService] Naming accept handler stopping java.ne

2005-04-18 Thread prince
Hi All, We have launched our application that uses jboss mq for messaging.Our production server configuration are given below. SERVER: HP DL server 32 bit intel xeon Operating System: SUSE LINUX Enterprise Server 9 (i586) - Kernel 2.6.5-7.97-bigsmp (1). RAM:4GB JDK/JVM:BEA jrockit-jdk1.5.0

[JBoss-user] [JBossWS] - jax-rpc lacks in wsee xdoclet

2005-04-18 Thread golubec
Hi, i try to deploy web service with wsee xdoclet as it's described in http://www.jboss.org/wiki/Wiki.jsp?page=JBossWSandXdoclet But i can't get valid jaxrpc-mapping.xml file, there are always such comments with mandatory tags : Does it mean that wsee xdoclet doesn't support ja

[JBoss-user] [JCA/JBoss] - Datasource configuration for Cloudscape

2005-04-18 Thread pashp
Hi Folks, I need to create datasource for Cloudscape 10.0 in JBOSS 3.2.7. I followed the procedure mentioned in JBOSS doc. Like, created derby-ds.xml and tried to access it from simple Java program. All efforts were fruitless. Any inputs on this regard are really appreciated. Thanks and bes

[JBoss-user] [Beginners Corner] - sample program for entiy bean to retrieve data from oracle d

2005-04-18 Thread sgowri
hi, i am new to ejb and jboss. i can't found a sample program connecting to oracle database, remote database. i need it. i am using jboss3.2.0 as application server. oracle8i as database. any one pls send me a sample full program along with setps to be done to deploy the program and run it

[JBoss-user] [Clustering/JBoss] - jboss clustering can`t work in linux

2005-04-18 Thread liushiboy
i have configured jboss referred to the jboss 3.x clustering,they can work well in two MS windows machines.but when run it in linux,it can`t find any member.i have attempted to alter the bind_address in cluster-service.xml,but failed too. View the original post : http://www.jboss.org/index.html

[JBoss-user] [Performance Tuning] - Re: extends memory of jvm

2005-04-18 Thread darranl
Please don't cross post. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874270 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874274#3874274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874274 --

[JBoss-user] [Installation & Configuration] - Re: modify memory quota of jvm

2005-04-18 Thread darranl
How are you starting the JBoss server? It is at that point that the arguments should be passed to the JVM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874273#3874273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossCache] - Re: jboss cache memory and files

2005-04-18 Thread [EMAIL PROTECTED]
If the files are large, and cannot be broken down the tree further, yes, every change will trigger a replication message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874272#3874272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Performance Tuning] - extends memory of jvm

2005-04-18 Thread zhebincong
hello following command can extend the jvm memory: java -Xmx512m but if my app run on jboss server,and i don't start it from command line,how can i extend the jvm memory quota?i guess there should be a config file in jboss server.but i don't know how? who can help me? thank you Vi

[JBoss-user] [Installation & Configuration] - modify memory quota of jvm

2005-04-18 Thread zhebincong
hello following command can extend the jvm memory: java -Xmx512m but if my app run on jboss server,and i don't start it from command line,how can i extend the jvm memory quota?i guess there should be a config file in jboss server.but i don't know how? who can help me? thank you View the

[JBoss-user] [Installation & Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-18 Thread mikesg
up View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874269#3874269 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874269 --- SF email is sponsored by - The IT Product

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Deployment Problem - Oracle Database

2005-04-18 Thread sgowri
hi, i have tried to work out with the sample application exappendixa. which to connecting to oracle database. i have changed the name of the database. because i need to connect to my remote database. my database is in ip 10.119.53.61 port is 1521 sid: japanqa.mak.com i have changed the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Client connection via Proxy Server

2005-04-18 Thread andrev
Does no reply means - "No it is not possible" ? thx andre View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874265#3874265 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874265 -

[JBoss-user] [Beginners Corner] - Re: Help: Deploying CMP Entity Bean on Jboss (DB2)

2005-04-18 Thread troeng
Is it anyone that have at least an idea of what IÂm doing wrong? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874264#3874264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874264

[JBoss-user] [JBoss Portal] - how can make jboss-portal internationalization

2005-04-18 Thread zjwpw
I want to make jboss-portal support internationalization, for example,I want to support china ,how can I do I only create a new Resource_zh.properties file, when I run the application,I can not get the right infomation, I should update IE6.0 default encoding,make it gb2312, then application can

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-18 Thread [EMAIL PROTECTED]
Roberto, I have tried to follow your description but I am still a little lost. Can you re-prhase your scenario? For example, what's the browser to do with HA-JNDI? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874258#3874258 Reply to the post : htt