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
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
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...
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
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
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
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
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 :
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
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
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
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
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
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
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
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
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()
| ***
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
-
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
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
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
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!
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/
|
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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
37 matches
Mail list logo