[JBoss-user] [HTTPD, Servlets & JSP] - Unable to compile class for JSP with File Not Found exceptio

2005-04-13 Thread ivylimps
Hi, My applications was running fine. But, the next day(not sure whether it's tiem dependant), the app failed to even show the login screen. It has the following exceptions: - org.apache.jasper.JasperException: Unable to compile class for JSP | at org.apache.jasper.JspCompilationContext.

[JBoss-user] [Persistence & CMP/JBoss] - LIKE and non-ASCII encoding

2005-04-13 Thread ebu
Hi. As far as i can see the only way to use LIKE construct with dynamic queries is to assemble pattern like in a string: String query = "SELECT OBJECT(x) AS x FROM Xxx WHERE x.name LIKE '"+pattern+"'"; ... It works fine while searching in english text but fails to deal with non-ASCII enco

[JBoss-user] [Security & JAAS/JBoss] - Re: problems securing jmx-console

2005-04-13 Thread pilhuhn
Why did you change the username in Step2? Set the password for "admin". E.g.: admin=b1g-s3cr3t View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873867#3873867 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873867

[JBoss-user] [Security & JAAS/JBoss] - problems securing jmx-console

2005-04-13 Thread wilbury1
Hi all outa there! Following the documentation's steps on http://www.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole I tried to secure the jmx-console vainly. The console stays reachable for anyone. Even if I force a hot deployment by touching the application's web.xml while JBoss is running,

[JBoss-user] [JBossCache] - Re: Help !! Simple JDBCCacheloader code not working

2005-04-13 Thread [EMAIL PROTECTED]
getChildrenNames() returns null (see javadoc), as expected. Why do you access the cache loader directly ? * @return Set A list of child names (as Objects). Must not be modified because this would * modify the underlying node directly (will throw an exception if modification is attempted). R

[JBoss-user] [JBossCache] - Re: Use of

2005-04-13 Thread [EMAIL PROTECTED]
Okay, I see what you want. However, this doesn't work with eviction, e.g. node-a evicted some elements, node-b comes up, fetches the in-memory state of node-a and persists it into its own CacheLoader, and you have inconsistent states. Wjy don't you create a JIRA feature request with this thread

[JBoss-user] [Clustering/JBoss] - Re: 4.0.1sp1 cluster-service.xml versus tc5-cluster.xml

2005-04-13 Thread [EMAIL PROTECTED]
I believe in the release note for 4.0, it does mention of the file. tc5-cluster-service.xml is needed in addition to the existing cluster-service.xml to configure the http session replication. This is because since 3.2.6 and up, the Tomcat http session replication has been implemented using JBo

[JBoss-user] [Clustering/JBoss] - New to JBoss Clustering?

2005-04-13 Thread [EMAIL PROTECTED]
If you are new to JBoss Clustering, please check out this Wiki page first: http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA It is not totally up to date, but I will keep an effort to update it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873862#3873862 Repl

[JBoss-user] [JBossWS] - Unable to access classes and files in subfolders

2005-04-13 Thread msiv
I am upgrading from JBoss 3.0.8 to 4.0.2 Web Server. The project consists of jsp's and ejb's and servlets organized in subfolders within the WAR file. In the old version, I could access my login page as: http://localhost:8080/myapp It would display the login.jsp as specified in web.xml as the

[JBoss-user] [Clustering/JBoss] - Re: error on jboss start: b ad argument for IP_MULTICAST_IF:

2005-04-13 Thread [EMAIL PROTECTED]
Odd, seems that JGroups is working, but the HA-JNDI service doesn't work (uses its own mcast socket). Can you try to run 2 instances of JGroups first to see whether this is a JGroups problem ? You'll need jgroups.jar, commons-logging.jar and concurrent.jar in your CLASSPATH. java org.jgroups.dem

[JBoss-user] [JCA/JBoss] - Re: Failing to deploy a jar inside the rar

2005-04-13 Thread rossmason
The reason this is happening is because my mule-ra.jar inside the mule-ra.rar has a copy of the ra.xml in the META-INF, causing JBoss to get confused about how to deploy the jar. removing the file fixes the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Beginners Corner] - Re: Dukes Bank Example JBoss 4

2005-04-13 Thread roycliu
Hi [EMAIL PROTECTED], I really appreciate your help! I had been searching Google for hours for the solution, but found only many people were asking without anyone replying to their posts. Finally I found your simple crystal clear reply. My problem resolved. Thanks a bunch!! View the original p

[JBoss-user] [EJB/JBoss] - Can you please give me a sample Entity Bean Source code to d

2005-04-13 Thread br_merugu
I am trying to deploy one sample Entity bean in the JBOSS server but not able to configure it I tried to use the Bank application but not able to do it. Can any one please let me know any sample source code and the steps to deploy and access it. Thanks View the original post : http://www.jboss

[JBoss-user] [Beginners Corner] - corba tcp connection remains after destoying the orb and und

2005-04-13 Thread SunFire
Hi all, I have written a ejb3 service that connects to a remote corba server and other EJBs use it to communnicate via XML with the remote server(this part is working nicely). I don't know if this is the way a ORB/CORBA setup is supposed to be done. So if you have any suggestions please let me k

[JBoss-user] [JBossCache] - JBossCache 1.2.2 released

2005-04-13 Thread [EMAIL PROTECTED]
This is a minor release from 1.2.1 to address integration with Hibernate3.0 and one major bug fix that is needed in Http session replication in AS release 4.0.2 and 3.2.8. See the change log for details. You can download the latest from: http://sourceforge.net/project/showfiles.php?group_id=2286

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

2005-04-13 Thread peterkronenberg
I understand that it's not a full-fledged compiler, but how do you normally suggest people do their development? Perhaps we need an option to dump the generated class in text format to a .java file, so we can compile it normally, for those hard-to-find bugs. View the original post : http://ww

[JBoss-user] [Clustering/JBoss] - 4.0.1sp1 cluster-service.xml versus tc5-cluster.xml

2005-04-13 Thread john.mendonca
Hi, I'm trying to understand the various JBoss clustering options and I'm having difficulty userstanding why I would need tc5-cluster.xml under the server/all/deploy directory. It seems that cluster-service.xml enables clustering, so that I can tune on ejb clustering in conf/jboss.xml, and make

[JBoss-user] [Messaging, JMS & JBossMQ] - Clustered Singleton Message Driven Bean

2005-04-13 Thread dfisher
The wiki says: anonymous wrote : | If you want a clustered singleton MDB you need to deploy your mdb in deploy-hasingleton or create your own clustered singleton deployment. | Are there any instructions for doing this? I copied my mdb to the deploy-hasingleton directory, but the bean wasn't

[JBoss-user] [JBossCache] - Help !! Simple JDBCCacheloader code not working

2005-04-13 Thread rskhanuja
Hi, I am trying to test JDBCCacheLoader.But my simple program also is not working. Here is the code import java.util.Set; import org.jboss.cache.Fqn; import org.jboss.cache.PropertyConfigurator; import org.jboss.cache.aop.TreeCacheAop; import org.jboss.cache.loader.JDBCCacheLoader; public

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

2005-04-13 Thread troeng
Hi, I have a problem which I have tried to solve for a couple of days now with now success. I have deployed an ordinary Entity CMP Bean which name is Customer. This bean has 2 fields, an id field and a customername field. I use DB2 where the table is named customer and the fields are named as t

[JBoss-user] [JBossWS] - Re: The soap response does not respect minOccurs=0 and seque

2005-04-13 Thread gag_72
Thanks Thomas. Actually 4.0.1 took care of the first issue and ws4ee-deployment descriptor is not required any more. But there is another issue that I'm facing in this response, if elementFormDefault="qualified" is set then this response is not valid. Even more while inheriting if I try using a

[JBoss-user] [Installation & Configuration] - How to set log level at runtime

2005-04-13 Thread yangju
We have exposed several background processors as jboss standard mbean service. We would like to be able to set each service's log level dynamically. This way, if we have an issue in prodution, we could just turn on the debugging level logging and search for many detailed info. After we are done,

[JBoss-user] [Persistence & CMP/JBoss] - Re: What is wrong with this xdoclet EQL finder tags??

2005-04-13 Thread lafr
Is the name of the CMP field written totally identical ? What is the data type of this field ? Show us the definitions from ejb-jar.xml and jbosscmp-jdbc.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873833#3873833 Reply to the post : http://www.jboss

[JBoss-user] [Testimonials] - Re: Petstore implemented on JBOSS and MYSQL

2005-04-13 Thread sahumx
Yes, I have.. I will be moving it to the certified version. I will be posting on the site soon.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873831#3873831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873831 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.naming.NameNotFoundException: UIL2ConnectionFactor

2005-04-13 Thread darranl
If you have a look at http://localhost:8080/jmx-console/ you will find an MBean called 'JNDI View' which has a list method you can invoke to show you what is bound to JNDI. This should be checked first to see if the expected item is bound, anyone that posts a question with a 'javax.naming.NameN

[JBoss-user] [JBossCache] - Re: Use of

2005-04-13 Thread jiwils
"[EMAIL PROTECTED]" wrote : I'm not sure I see the use case, because a CacheLoader usually sits on a large persistent store, so unless those (unshared) stores would be in-sync, I don't see the point of this. This is exactly the use case I have (I think). My cache is not used to cache datastore

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote ConnectionFactory/Queue reconnection

2005-04-13 Thread [EMAIL PROTECTED]
JNDI has two parts: 1) Deployment - binding jms admin objects into jndi - suitable for this forum because JBossMQ does that work. But nobody ever reports a problem on that side since JBossMQ knows what it is doing. Except the infamous XAConnectionFactory not bound problem FAQ (AKA I have broken

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to Remove a message from the DLQ

2005-04-13 Thread [EMAIL PROTECTED]
A wiki page was created sometime ago that addresses this: http://www.jboss.org/wiki/Wiki.jsp?page=DeadLetterQueues View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873823#3873823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to Remove a message from the DLQ

2005-04-13 Thread [EMAIL PROTECTED]
Go to the queue example on the wiki and point the example to the DLQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873820#3873820 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873820 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote ConnectionFactory/Queue reconnection

2005-04-13 Thread bensonfungjava
Hi Adrian, I really don't understand your answer. You always say this is not a suitable place to develop JNDI things, if that is the case, where is the suitable place to discuss. We know that JBOSSMQ configuration is very closely related to JNDI configuration. If the setup of the JNDI is inc

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.naming.NameNotFoundException: UIL2ConnectionFactor

2005-04-13 Thread bensonfungjava
Would you suggest which FAQ we should read? THanks Benson View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873817#3873817 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873817 -

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException

2005-04-13 Thread bensonfungjava
Adrian, would you provide an example? Your explaination is not so clear. It seems no one understand your solutions. Thanks Benson View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873818#3873818 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to Remove a message from the DLQ

2005-04-13 Thread bjordan
That does not help at all. The way you get a message from any other queue is to create an MDB and register as a listener for that queue. I'm making a thread that starts up every hour and takes all the messages off the DLQ and tries to deliver them back to their original destination queue. I can'

[JBoss-user] [Clustering/JBoss] - Re: error on jboss start: b ad argument for IP_MULTICAST_IF:

2005-04-13 Thread awclemen
I also get this error on a Suse 9.1 enterprise linux box running jboss 4.0 with tomcat 5.0 my routing table is the same as above (well, at least the multicast address). Do I need to recompile the kernel to add multicast? Which address needs to be bound the interface?... I noticed that th

[JBoss-user] [Installation & Configuration] - Re: MBean for Hibernate3 with Jboss ... solved !

2005-04-13 Thread patrickdalla
Where can I find jboss-hibernate3.jar? can you send-me via email? [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873814#3873814 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873814

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

2005-04-13 Thread [EMAIL PROTECTED]
You mean cache-A without CacheLoader and cache-B with CacheLoader ? Yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873812#3873812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873812 -

[JBoss-user] [JBossCache] - Re: Use of

2005-04-13 Thread [EMAIL PROTECTED]
I'm not sure I see the use case, because a CacheLoader usually sits on a large persistent store, so unless those (unshared) stores would be in-sync, I don't see the point of this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873813#3873813 Reply to the pos

[JBoss-user] [Beginners Corner] - Re: Jboss + JAVA Mail API

2005-04-13 Thread [EMAIL PROTECTED]
You can use deploy/mail-service.xml to configure an MBean that provides JavaMail sessions for use inside of the JBoss server. If you want to actually use JBoss as an SMTP server then check out: http://www.jboss.org/wiki/Wiki.jsp?page=MailServicesForJBoss View the original post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: Integration JOTM with JBoss

2005-04-13 Thread japaz
I've implemented the necessary classes to use Jotm as TransactionManager for Jboss, but with the following restrictions: It doesn't implement context propagation, I'm working on it. It works OK in 3.2.x For 4.x I have implemented a simple JBossXATerminator, but I have not tested all JCA functiona

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

2005-04-13 Thread dannyb23
Hi Can jboss cache work with a primary memory cache and a secondary file storage cache? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873805#3873805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873805 ---

[JBoss-user] [Javassist user questions] - Re: Is there a way to add a static block into the class.

2005-04-13 Thread chiba
You can use CtClass#makeClassInitializer() and CtField#make(). Please look at javadoc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873804#3873804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873804 -

[JBoss-user] [Beginners Corner] - Re: Pass parameters to jvm?

2005-04-13 Thread [EMAIL PROTECTED]
You can add a line like this to your run.conf JAVA_OPTS="$JAVA_OPTS -Dmyparam1=myvalue1 -Dmyparam2=myvalue2" OR you can add parameters to [server config]/deploy/properties-service.xml either way in your application code you would retrieve the value via: System.getProperty("myparam1"); View

[JBoss-user] [JCA/JBoss] - Re: How to enlist an external JDBC Connection to the current

2005-04-13 Thread ebdr
very constructive! thanks :-/... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873799#3873799 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873799 --- SF email is

[JBoss-user] [Javassist user questions] - Re: Use JavAssist to obtain class annotation-list

2005-04-13 Thread chiba
Yes, you can. Please take a look at javassist.bytecode.MethodInfo and javassist.bytecode.AnnotationsAttribute. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873800#3873800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [EJB/JBoss] - Re: Jboss4 to Jboss3 connection problem

2005-04-13 Thread [EMAIL PROTECTED]
These versions have incompatible client jars/apis. The first versions that will have been tested for cross version interop will be 4.0.2 and 3.2.8. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873798#3873798 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [JBoss Portal] - READ ME BEFORE POSTING!

2005-04-13 Thread [EMAIL PROTECTED]
This is a USER FORUM, for DEVELOPER ISSUES go here: http://www.jboss.org/index.html?module=bb&op=viewforum&f=205 Here is the way to ask for help the good way: 1) describe your environment: -> What JBoss version are you using -> What JBoss Portal version are you using (and if it's from CVS, s

[JBoss-user] [EJB/JBoss] - Jboss4 to Jboss3 connection problem

2005-04-13 Thread zajaczeq
I have a big problem. I am connecting from EJB located on Jboss 4.0.1SP1 to EJB located on Jboss 3.2.3. But when I invoke method context.lookup I am getting exception java.io.InvalidClassException. I know that problem is with objects serializaion and diferent versions of class org.jboss.util.i

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

2005-04-13 Thread chiba
No, there is no way since Javassist uses its own small (quick) compiler. It is not supposed to be used as a regular compiler. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873795#3873795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JNDI/Naming/Network] - Jboss4 to Jboss3 connection problem

2005-04-13 Thread zajaczeq
I have a big problem. I am connecting from EJB located on Jboss 4.0.1SP1 to EJB located on Jboss 3.2.3. But when I invoke method context.lookup I am getting exception java.io.InvalidClassException. I know that problem is with objects serializaion and diferent versions of class org.jboss.util.i

[JBoss-user] [Security & JAAS/JBoss] - Re: jaas_howto: isUserInRole() doesn't work?

2005-04-13 Thread [EMAIL PROTECTED]
I just updated the howto and tried in on 4.0.1sp1 and it works as expected: | EJBServlet Accessed | | You have accessed this servlet as user: caller_java | isUserInRole('Echo'): true | The SecuredEJB.echo('Hello') returned: Hello | Browse the release notes for fixes on caller role

[JBoss-user] [EJB/JBoss] - Re: Configuring dataSource For BMP EntityBeans

2005-04-13 Thread milowe
1. Define and deploy the Oracle DS (oracle-ds.xml). 2. Grab a connection for the BMP bean from that DS using its jndi-name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873790#3873790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Clustering/JBoss] - Re: Problem with HttpSession

2005-04-13 Thread [EMAIL PROTECTED]
Not sure if this is node A or B, but 14:01:30,637 INFO [TreeCache] state could not be retrieved (must be first member in group) indicates that you only have one node in the cluster. If both A and B join, you should see the correct membership view. -Ben View the original post : http://www.jbos

[JBoss-user] [Security & JAAS/JBoss] - Re: Prolem with custom login module

2005-04-13 Thread d_schulze
... forgot to mention that the origianl LdapLoginModule at least connects to the ldap server and prints some output to the logifles. It doesn't work though (because of some strange strctures in the ldap server) but that is another thing. View the original post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Prolem with custom login module

2005-04-13 Thread d_schulze
For some reasons I have to create my own login module. Since I didn't do this before I decided to play with what already exists: the LdapLoginModule. I copied the source to a new java class which resides in one of my own packages, created a .jar and put it to the server/default/lib directory.

[JBoss-user] [Security & JAAS/JBoss] - Re: jaas_howto: isUserInRole() doesn't work?

2005-04-13 Thread Legga
OK, I'll refrase the question: the secured JSP page calls the secured EJB. Both are inside the same EAR and both are secured in the same security domain. Both the security constraints allow access only to users with "role1" role. JSP has this scriptlet: <% out.println(request.isUserInRole("role

[JBoss-user] [Clustering/JBoss] - Re: Session do not timeout when webapp is marked distributab

2005-04-13 Thread [EMAIL PROTECTED]
It will timeout in 30 minutes as the default. This is a known issue but with low priority. See http://jira.jboss.com/jira/browse/JBAS-1679 -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873785#3873785 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Clustering/JBoss] - Re: Failing to load session out of the clustered store

2005-04-13 Thread 911AS
I have the same problem. Can someone help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873784#3873784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873784 --- SF

[JBoss-user] [JCA/JBoss] - Problem with hot deployment of datasource.

2005-04-13 Thread tbech
I have problem with hot deployment of datasource. I just touch file - no content change. Datasource is redeployed. Trying to make a query and exteption is frown: javax.ejb.FinderException: Find failed: org.jboss.util.NestedSQLException: You are trying to use a connection factory that has been shut

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Help! Log4j properties in .war???

2005-04-13 Thread mortsahl
The problem ended up being comons-logging. Can't have the jar in my war if I'm using scoped classloading of log4j. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873782#3873782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [EJB/JBoss] - Re: Howto extend GeneralPurposeDatabasePersistencePlugin

2005-04-13 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] bin]$ jar -tf ../server/default/lib/jboss.jar | grep GeneralPurposeDatabasePersistencePlugin org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.class View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873781#3873781 Reply to the post

[JBoss-user] [Persistence & CMP/JBoss] - What is wrong with this xdoclet EQL finder tags??

2005-04-13 Thread askesis
What is wrong with this xdoclet EQL finder tags (which deploys OK without the wher clause): | @ejb.finder | signature = "nl.wifi4all.interfaces.ClientAntenna findByCustomer(java.lang.String customerObjectId)" | query = "SELECT OBJECT(c) FROM ClientAntenna AS c WHERE c.custom

[JBoss-user] [JCA/JBoss] - Re: JBOSS 4.0 does not load all classes in thje RAR file

2005-04-13 Thread [EMAIL PROTECTED]
Showing requires trace level logging as described here: http://www.jboss.org/wiki/Wiki.jsp?page=EnableClassloaderLogging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873777#3873777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SpyMapMessage: java.lang.ClassCastException: java.util.H

2005-04-13 Thread perendengue
sweet, that was it..thanks a ton I thought I was going insane there, I should have doublechecked where those had come from. thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873778#3873778 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Performance Tuning] - Re: Performance Question

2005-04-13 Thread radl01
1 - 10 clients is OK. If your SQL queries would not be slow your clients achieve the time response. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873776#3873776 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38737

[JBoss-user] [JBossCache] - Re: Use of

2005-04-13 Thread jiwils
"[EMAIL PROTECTED]" wrote : Yes, it will *not* persist anything, unless you | (a) enable CacheLoaderFetchPersistentState and | (b) have a CacheLoader. | | We're talking pure in-memory state transfer So would an enhancement that allowed a cache with a unshared cache loader to persist tran

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS 1.02b / 1.1 VerifyError?

2005-04-13 Thread [EMAIL PROTECTED]
Post a bug report with an example so someone can look at. http://jira.jboss.com/jira/browse/JBAS Include the full jdk info and javac options used to compile. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873764#3873764 Reply to the post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Re: User Principal not getting replicated in cluster

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

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set user session to null after restart the server

2005-04-13 Thread ikarpov
I was just browsing through these posts - if you are still looking for how to do this, check out http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50847: basically, you need to create a file called context.xml in your WEB-INF directory and put the following XML in that file: | |

[JBoss-user] [Security & JAAS/JBoss] - Re: Owner role

2005-04-13 Thread sacoNNi
thanks scott... so... is not posible to avoid using security proxies in this situation? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873766#3873766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873766 -

[JBoss-user] [Beginners Corner] - different deployed war files are conflicting with each other

2005-04-13 Thread yashar233
Hi I am trying to deploy multiple instances of an application on jboss in war form. some resource bundles are used to configure this app. the problem is the properties in diffrent bundles in diffrent apps are conflicting with each other like they are running on one application. I have the same

[JBoss-user] [Installation & Configuration] - Re: JBOSS Deployment Issue with JRE 1.5

2005-04-13 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873770#3873770 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot create a consumer for a temporary destination fro

2005-04-13 Thread lkhusid
Adrian, Thank you very much for replying to my post and filing an official bug report. So where do I go from here? Do you expect this to be fixed in some near time? If so, what would be the easiest way for me to obtain the fix? I do not mean to sound like I am pressing the issue, yet I ne

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot create a consumer for a temporary destination from a

2005-04-13 Thread lkhusid
Hi, I just migrated our app from JBoss 2.4.x to JBoss 3.2.7 and ran into this probplem/exception: "javax.jms.JMSException: Cannot create a consumer for a temporary destination from a different session. TOPIC.JMS_TT4" Our remote java client creates a temporary topic and then later on tries to

[JBoss-user] [Installation & Configuration] - Re: JSTL not working properly on JBOSS 4.0

2005-04-13 Thread errant01
Sounds like you need to change the schema definition reference at the top of your web xml. Here's the snippet from mine, but google 'JSTL j2ee 2.4' or something like that if you need more info. http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[JBoss-user] [JCA/JBoss] - Re: How to enlinst an external JDBC Connection to the curren

2005-04-13 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873652#3873652 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873652 --- SF email is sponsored by - The

[JBoss-user] [Performance Tuning] - Re: Performance Question

2005-04-13 Thread pure
Hi! Its about 1-10 clients.. the clients are actually other servers that has user clients connected to them. RAM: 2 Gb on the Jboss server and 6Gb on the db.. Dont know about the timing on the sql queries. /Per View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JCA/JBoss] - Re: JBoss + SQLBase + EntityBeans

2005-04-13 Thread [EMAIL PROTECTED]
Moderated: Post CMP questions in the CMP forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873656#3873656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873656 -

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

2005-04-13 Thread jobor
Hello, I'm using JBoss 4.0.1sp1 and JDK 1.4.2_07. I.m calling an external web service from SLSB. I'm not using stubs. One method is written with dynamic proxy, the second one is written with DII. When I call the web service over http both methods return good results. But when I change the url i

[JBoss-user] [JBossWS] - Re: Error while trying to consume Amazon Webservice

2005-04-13 Thread [EMAIL PROTECTED]
Have a look at the generated WSDD in ${jboss.server.data.dir}/wsdl. It will probably contain a number of commented out type mappings, which were derived from the jaxrpc-mapping.xml and other sources. At deployment time the type mapping could not be validated, so it was commented out. Also, th

[JBoss-user] [Messaging, JMS & JBossMQ] - SpyMapMessage: java.lang.ClassCastException: java.util.HashM

2005-04-13 Thread perendengue
annot create a ConnectionReceiver; - nested throwable: (java.lang.ClassCastException: java.util.HashMap) ERROR [UIL2.SocketManager.ReadTask#27] (SocketManager.java:389) - Exiting on unexpected error in read task java.lang.ClassCastException: java.util.HashMap at org.jboss.mq.SpyMapMessage

[JBoss-user] [Beginners Corner] - invalid console appender config detected, console stream is

2005-04-13 Thread robr
I am trying to run a war file called cdmanagersample.war. It is a war file that was created for use while reading through a book called "The Struts Framework". I move the cdmanagersample.war file to the deploy folder and start JBOSS. JBOSS hangs with this error message in the console. inval

[JBoss-user] [Persistence & CMP/JBoss] - Unable to passivate due to ctx lock

2005-04-13 Thread cbradbury
Hi, We are having a problem using commit option D in that the thread that periodically flushes the cache seems to be leaving us with unpopulated entities if an entity is being updated at the time of the flush. Unfortunately I posted on the wrong topic, but the link to all the info I posted so

[JBoss-user] [Beginners Corner] - application need to b deployed

2005-04-13 Thread ritusharma07
there is some problem with my tomcat !!when i try to see some jsp and servlet examples then it works fine and it also displays result of my servlet programs but when i am tring to use tomcat on my struts application its giving me problem although the same application which i made is running fin

[JBoss-user] [JBossWS] - Re: The soap response does not respect minOccurs=0 and seque

2005-04-13 Thread [EMAIL PROTECTED]
1. Can be worked arround with ws4ee-deployment.xml, where you can explicitly name the element order 2. Two is a bug http://jira.jboss.com/jira/browse/JBWS-168 Thanks, good post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873744#3873744 Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS 1.02b / 1.1 VerifyError?

2005-04-13 Thread haussd
Running Jboss 3.2.6. I recently had to convert my code to JMS 1.02b from JMS 1.1... I have a simple Queue that I am using to send messages. When the following line is executed: session.createReceiver(queue).setMessageListener(new MySenderMessageListener("Listener ONE", this)); .. I get a Ver

[JBoss-user] [JBossWS] - SessionBeans as webservices questions

2005-04-13 Thread pure
Hi! (jboss 4.0.1SP1 - JBossWS) I am deploying stateless session beans as webservices and i have a few questions. I have started out by using java2wsdl to generate wsdl files and then i have made a tool to generate ws4ee-deployment descriptors with type mappings and a jaxrpc-mapping.xml with names

[JBoss-user] [JCA/JBoss] - Re: Failing to register MDB (jca.name='null')

2005-04-13 Thread rossmason
Fair point :) I've attached the jboss.xml below and the the full deployment output below that. Thanks for your help. Ross http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> mule-ra-SNAPSHOT.rar:name=jbossTest SenderEJB mule/connectionFactory

[JBoss-user] [Installation & Configuration] - Re: Problem deploying a MBean

2005-04-13 Thread nperidont
Hi, Your MBean interface name must be implementation class name + "MBean" So you have to rename your MBean impl class to Device Regards, Nicolas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873544#3873544 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Security & JAAS/JBoss] - Error trying to enable JAAS in a struts webapp

2005-04-13 Thread Markymarc
I have tryed to follow this howto: http://www.javaworld.com/javaforums/showthreaded.php?Cat=&Board=JavaSecurity&Number=2500&page=&view=&sb=5&o= But all I get is this error: ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files And thats because it can not find me propeties file

[JBoss-user] [Performance Tuning] - Performance Question

2005-04-13 Thread pure
Hi! We are deploying an application on Jboss using JBossWS and an oracle db as a database. Hardware: DB: dual intel 3.0 GHz HT JBoss: dual intel 3.0 GHz HT Jboss version 4.0.1 jdk 1.5 We are aiming at achieving 300 requests/second. Is this possible? we are thinking about clustering th

[JBoss-user] [Clustering/JBoss] - Session do not timeout when webapp is marked distributable

2005-04-13 Thread ttankx
Hi all, We are currently using Jboss-3.2.6 with tomcat 5.0. We got a strange behaviour that the httpsession never timeout when the web.xml is marked . We had defined the session timeout attribute in the web.xml also. It works when the webapp is NOT marked . Can anyone give me some hints? Thank

[JBoss-user] [Management, JMX/JBoss] - Re: how to sort attributes in jmx console in order

2005-04-13 Thread pilhuhn
In full consequence: yes. Many people use the JMX-console and you can give it a hint by using XMbean-Descirptors. I think it is a good idea to always have the defaultAttributes and defaultOperations at the same position within the sorting. View the original post : http://www.jboss.org/index.htm

[JBoss-user] [JCA/JBoss] - Re: JBOSS 4.0 does not load all classes in thje RAR file

2005-04-13 Thread copperman
what explicitly are you looking for? (I described what was happening and not what I think was happening) Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873760#3873760 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

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

2005-04-13 Thread jobor
Hello, I forgot to tell that all things are happening on my Windows laptop and I do have Ethereal. I'm testing JBoss 4 to see if we can replace the Jboss 3 (production) server. The JBoss 3 server now uses SLSB's and Axis 1.1 client stubs to access the HTTPS webservice. Also I did the wscompile

[JBoss-user] [Management, JMX/JBoss] - Re: MainDeployer getting absolute path of deployed package

2005-04-13 Thread Phantom
You try in such way: URL url = ((UnifiedClassLoader)this.getClass().getClassLoader()).getURL(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873758#3873758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873758 --

[JBoss-user] [JCA/JBoss] - Re: Using JBoss jms-ra.rar in another application server

2005-04-13 Thread [EMAIL PROTECTED]
Moderated: You should ask your application server provider. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873657#3873657 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873657 -

[JBoss-user] [Installation & Configuration] - why the in xxx-ds.xml does not work in J

2005-04-13 Thread nimrod
I configured my mssql-ds.xml in jboss4.0.2 like the following: MSSQLDS false . . but the element did not work, I could not find the jndi 'MSSQLDS' on my client, however the same mssql-ds.xml did work in jboss4.0.0. Does the Jboss4.0.2 does not support the any m

[JBoss-user] [JBossWS] - Re: cannot load wsdl files

2005-04-13 Thread princeofjboss
Hi, Thanks for the response. But yours test results says that it could not reproduce the bug. I have solved all the issues related to porting the application to jboss except one. I gave a wsdl override, set the serializers-deserializers and the like. But it now gives an error while it tries to

[JBoss-user] [Beginners Corner] - cannot access ear from remote computer running jboss

2005-04-13 Thread davidwaf
hi, am using jboss4.01. i have successfully packaged an ear file that is running fine from localhost. but when i try to access with http://212.49.82.54:8080/example i cant. i have checked the connection is fine as am able to access virtual sites from apache View the original post : http://www.

[JBoss-user] [Beginners Corner] - Re: Migration from websphere to JBoss

2005-04-13 Thread sreenivasulu
can you provide the list of jar files and where we can download that jar files View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873568#3873568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873568 --

  1   2   >