[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

2005-08-21 Thread [EMAIL PROTECTED]
Okay, fixed the problem. This was due to me not catching a ClassNotFoundException. Thanks for the catch ! Check out the src code again and let me know whether it works now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890984#3890984 Reply to the post : ht

[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

2005-08-21 Thread [EMAIL PROTECTED]
Oops, even get the same problem on JDK 5... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890983#3890983 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890983 --- S

[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

2005-08-21 Thread [EMAIL PROTECTED]
You can find out the right version by calling: java -jar jgroups.jar: Version:2.2.9 alpha CVS:$Id: Version.java,v 1.22 2005/07/17 11:38:05 chrislott Exp $ History:(see doc/history.txt for details) Can you try with JDK 5? I'll quickly try with JDK 1.4.2 on my end here...

[JBoss-user] [Security & JAAS/JBoss] - I have a problem with run as role in jboss-web.xml

2005-08-21 Thread ram0206
I have a problem with role assign in jboss-web.xml, managers< adminuser and added security role in web.xml managers with the above role i am able to access the defined resource could you help me on this View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Performance Tuning] - Performance degradation JBoss 4.0.2 +Specj 2002 + MySQL

2005-08-21 Thread prakashbabu
Hello all, I tried testing the performance of JBoss 4.0.2 with Specj2002 on HPUX with Mysql 4.x as the backend. The TOPS value reduces as the injection rate(txRate) increases. TOPS=1.7 * txRate txRate TOPSExpected Value 40 57.68 69.2

[JBoss-user] [JBoss Portal] - Re: Using Firebird 1.5

2005-08-21 Thread jfrosch
Sorry for the sentence fragment: >> Just point me to where all the It should have been deleted before I posted my message. I was going to say, just point me to where all the table creation activity is supposed to take place and I will investigate why Firebird isn't doing so. jack View the o

[JBoss-user] [JBoss Portal] - Using Firebird 1.5

2005-08-21 Thread jfrosch
I'm an absolute newbie to JBoss Portal, but I thought I'd like to get Portal 2.0 working with the Firebird 1.5 database and jboss-4.0.3RC2. (jboss-4.0.3RC2 seemed to be working okay without the Portal stuff, so I felt it was stable enough for configuring the Portal services.) I was optimistic w

[JBoss-user] [JBossWS] - Re: Deserialization loses data when HTML looking data is pas

2005-08-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-362 lists guidelines on passing HTML tags within a string. Basically xsd:String cannot be used. You will have to use xsd:any for this. As the String basic schema type forbids nested tags. Look at the aforementioned JIRA issue. View the original post :

[JBoss-user] [Clustering/JBoss] - Clustering EJB3 Tutorial Not Working

2005-08-21 Thread aho
I have installed in my Win XP PC with jboss-4.0.3RC1-installer.jar with selection deploy type ejb3. My testing with most ejb3 (without @Clustered annotation) works fine. I tried to test clustering using the example in the tutorial download from JBoss site and follow the steps accordingly. On pe

[JBoss-user] [Installation, Configuration & Deployment] - populate database after deployment

2005-08-21 Thread javatwo
Hello, I need to populate database after deployment before users can access any pages. What is the best way to do this? 1. can populating database be part of deployment? like call back? 2. accessing a JSP that does the job immediately after deployment 3. how to keep database tables when undeployin

[JBoss-user] [JBoss Portal] - SpringFramework Example

2005-08-21 Thread rgjawanda
I got the spring framework example working. I don't really understand it. I read the docs about spring framework and it applies to jboss but I just can't figure it out. Does anyone have an example where you enter data on a form and show the results on the next page. ie: the example is somewhat f

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SocketTimeoutException:Read timed out after client conne

2005-08-21 Thread gozen
Here is the client log DEBUG: 2005-08-22 09:36:25,437 [JMSManager] establish the connection... DEBUG: 2005-08-22 09:36:28,421 [SpyConnectionFactoryObjectFactory] Extracting SpyConnectionFactory from reference DEBUG: 2005-08-22 09:36:29,031 [SpyConnectionFactoryObjectFactory] The GenericConnectio

[JBoss-user] [Javassist user questions] - static block?

2005-08-21 Thread RLN
I'm implementing a string dumper in a program i'm developping, and im wondering if there is any component that would make finding and analyzing code within a static block such as the static block found in most zkm cryptions. I may not have looked hard enough for a component like this, any sugges

[JBoss-user] [JBoss Portal] - browser instances and sessions

2005-08-21 Thread matw
Hi, I am having a problem where separate browser instances share the same session ID, ive figured it is because they use the same cookie to validate the session with the server. I would like to use URL rewriting (append the session to the url) but this requires the browser to have cookies turned

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS socketchannel

2005-08-21 Thread amousavizadegan
Where can I find instruction and an example on how to use socket channel MBean to setup a triggered MBean or a container managed bean ? I am modeling a process which I thing I will be able to do this within JBOSS application server, I am doing this in CICS via "C" code and IBM TCP/IP socket a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS XA - Am I doing something wrong?

2005-08-21 Thread javajedi
package org.jboss.mq.il.ha.examples; | | import java.util.Properties; | | import javax.jms.ExceptionListener; | import javax.jms.JMSException; | import javax.jms.Message; | import javax.jms.MessageListener; | import javax.jms.Queue; | import javax.jms.QueueConnection; | import

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS XA - Am I doing something wrong?

2005-08-21 Thread javajedi
I modified HAJMSClient.java from the JBoss examples to use JmsXA and JTA transactions to more clearly demonstrate what doesn't seem to be working. I'm attaching the code. I deploy this MBean and invoke the following operations: connect() | startTransaction() | sendMessageToQueue() | ***

[JBoss-user] [Messaging, JMS & JBossMQ] - IBM WebSphere MQ (WMQ) with JBOSS/JMS

2005-08-21 Thread amousavizadegan
Does anyone know how to setup IBM WMQ with JBOSS, an example of sample MDB will be good ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890962#3890962 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890962 -

[JBoss-user] [Beginners Corner] - Re: SocketTimeoutException with TopicConnectionFactory and Q

2005-08-21 Thread jrfurman
I have the have issue :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890957#3890957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890957 --- SF.Net email is Spo

[JBoss-user] [Performance Tuning] - Re: Bad, bad JBOSS - too many threads

2005-08-21 Thread rleeuk
I noticed that JBossAS-4.0.3RC2 included a fix of this, could someone please confirm this for me? Many thanks, Ryan (I'm asking because I'm now experimenting with RC2 and at first it seems that the number of threads still grow with out bound, but I could be wrong, I'll post more details when I

[JBoss-user] [Security & JAAS/JBoss] - Security issue with action commands....

2005-08-21 Thread [EMAIL PROTECTED]
Hi I have a webapplication that under its context has two diffenent maps, one is admin and the other one is user. I use an ActionRouter and has actions like list-clients.do. The admin map is restricted area described in web.xml. You have to be in AdminRole to get access. My problem is that if I l

[JBoss-user] [Security & JAAS/JBoss] - Re: Support for multiple LDAP Servers?

2005-08-21 Thread Neelixx
Also, I've heard LDAPExtLoginModule doesn't support referrals, which is absolutely critical to my app that I'm starting to build. We have 4 unique LDAP servers (AD Domains), each having a redundant backup but each knowing the others. (Active Directory) Am I correct in thinking that? Thanks!

[JBoss-user] [Security & JAAS/JBoss] - Support for multiple LDAP Servers?

2005-08-21 Thread Neelixx
Does LDAPLoginModule support multiple/redundant ldap servers, or should I extend this class into my own, and manually try to bind? For example: | | | | | ldap://host1.jboss.org:3268/ | ldap://host2.jboss.org:3268/ |

[JBoss-user] [JBoss Portal] - Kosmos 0.1.0RC2 released

2005-08-21 Thread aron.gombas
This version offers: - improved JSR-168 compatibility - deploy scripts and detailed step-by-step deployment guides for popular portlet containers like Gridsphere, JBoss Portal, Liferay and Pluto - several smaller bugfixes, cosmetic changes Learn more here: http://labs.jboss.com/projects/kosmos Yo

[JBoss-user] [Management, JMX/JBoss] - web server server port using JMX

2005-08-21 Thread dhill
How can I get the port using jmx or is there another way besides reading from a xml file on disk. Thanks Don View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890948#3890948 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Security & JAAS/JBoss] - JBOSS basic auth login popped even after using only Custom L

2005-08-21 Thread juserp
Hello, I have implemented a Custom loginModule that sets the Subject with Principal and roles. In config file, for the security domain used by the application I have set only this Login Module and it's set to REQUIRED. However, after returning from my Login module I do not get direct access to

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.1sp1 JBossDukesBank EJB spec violation

2005-08-21 Thread [EMAIL PROTECTED]
If you read the getting started guide, you will see that it is written against update 4 of the tutorial not version 5. In the past I tried to update the getting started guide with each Sun release, but since we can't bundle the sun examples this causes endless confusion. 90% of the issues here

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem running Web Service Client

2005-08-21 Thread ddossot
Duh! I was using the old JaxRPC-Mapping format (DTD poniting to IBM), as generated by XDoclet, instead of the new format (Schema point to Sun)... with the new format, it runs perfectly! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890945#3890945 Reply to t

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem running Web Service Client

2005-08-21 Thread ddossot
Any suggestion on solving this when running on 1.5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890944#3890944 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890944 -

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot deploy dukes bank application

2005-08-21 Thread sboddula
I am facing same issue . I am using j2ee-1_4-doc-tutorial_5.zip , Jboss-4.0.2, IBM Java 1.4.2 . Can anybody tell me how you solved this problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890940#3890940 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.1sp1 JBossDukesBank EJB spec violation

2005-08-21 Thread sboddula
I am also facing same problem . I am using Jboss-4.0.2, j2ee-1_4-doc-tutorial_5 , IBM Java 1.4.2 and ant-1.6 . Anybody help me on this . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890939#3890939 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank with HSQL

2005-08-21 Thread sboddula
You will get this problem when you didn't modify the hsqldb-ds.xml file properly View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890938#3890938 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890938

[JBoss-user] [JBoss Getting Started Documentation] - HSQLDB with Duke bank on Jboss-4.0.2

2005-08-21 Thread sboddula
Hi, I just want to know is HSQLDB is by default coming with Duke bank application ? . Because , i thought that we need to load HSQLDB separately . But , When i started HSQLDB separately , it is listening on the port number 9001 . But , if we look at the file hsqldb-ds.xml file , we will observ

[JBoss-user] [JBoss Getting Started Documentation] - Duke bank on Jboss-4.0.2

2005-08-21 Thread sboddula
Hi, When i am deploying JbossDukeBank.ear file , i am getting the following error . Please anybody tell me what is the cause for this problem. 17:32:22,299 INFO [EARDeployer] Init J2EE application: file:/root/SuSE-Document ation/Jboss/Jboss-Working-4.0.2/jboss-4.0.2/server/all/deploy/JBossDu

[JBoss-user] Jboss startup guide - Duke bank on Jboss-4.0.2

2005-08-21 Thread Shashi Kanth Boddula
Hi, I am trying Duke bank application on Jboss-4.0.2 . When i am deploying the  JBossDukesBank.ear  (#ant -f  jboss-build.xml deploy) , i am getting the following error on the server console . Please anybody tell me what is the cau

[JBoss-user] [JBoss Portal] - How to deploy?

2005-08-21 Thread svaret
Hi, In the users guide I found a lot of info on how to administrate portals. But how do I do to view my site created in JBoss portal outside the portal admin. I mean where I don't see the JBoss Portal at top. I am sure this is a dumb question but would very much appreciate any help. Is there a

[JBoss-user] [JBoss.NET] - Problem with Document Literal/Multiple Operations

2005-08-21 Thread shlomit
Hello All, We are working with JBoss 3.2.5 that uses Axis 1.1. We are having a problem exposing our service as a Document Literal-Service. The WSDL that is generated by JBoss.net creates (probably using java2wsdl) a schema that defines the soap elements that will be used in each soap message