[JBoss-user] [Clustering/JBoss] - Re: Cluster peers not respecting LoadBalancePolicy?

2005-09-22 Thread plindsay
To be clear, Cluster Node A and B are both JBoss App. Server instances (4.0.1sp1) which are members of the same cluster, identical configurations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896540#3896540 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [Clustering/JBoss] - Re: Cluster peers not respecting LoadBalancePolicy?

2005-09-22 Thread plindsay
Configuration is a simple single cluster, two nodes, and SLSB. Cluster node A invokes a SLSB service which requires affinity to cluster node B (Our custom LB policy would redirect to Node B). The LoadBalancePolicy choosetarget is never invoked. The LB policy does get correctly invoked in the c

[JBoss-user] [JBoss Portal] - Re: Lost in the Charset (utf-8) configuration

2005-09-22 Thread tcomtcom
First thanks for your answer. But this isn't helpful for me... I already use the doc type, but it's not located in the portlet but in the layout. My layout start like this: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> | <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>

[JBoss-user] [Beginners Corner] - Network performance question

2005-09-22 Thread still_aimless
What sort of round trip times should I expect from a simple call to a stateless echo style bean? Server | @Stateless | @Remote({Echo.class}) | public class EchoBean implements Echo, Serializable { | public String echo(String value) { | return value; | } | } |

[JBoss-user] [JBossWS] - Re: JSR-181 - beehive/jbossWS on JbossAS4.0.X?

2005-09-22 Thread [EMAIL PROTECTED]
This is so far only available in jboss-head with jboss-5.0.0alpha Once jbossws-1.0 is released there will be a backport to jboss-4.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896535#3896535 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Persistence with Sybase causing SQLExceptions

2005-09-22 Thread Kaizu
I found in [url=https://sourceforge.net/tracker/?func=detail&atid=381174&aid=631825&group_id=22866[/url] the following: anonymous wrote : | 2. For some reason, previous versions of JBoss mapped java.lang | .Object to a JDBC type of JAVA_OBJECT, and then proceeded to | serialize the obje

[JBoss-user] [Installation, Configuration & Deployment] - Running JBoss from a CD

2005-09-22 Thread M.Schlierf
Hi, is there any way to run JBoss from a CD? Does anyone know a HowTo for that? Anyone tried this before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896530#3896530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896

[JBoss-user] [Installation, Configuration & Deployment] - Re: War Classloader Issue

2005-09-22 Thread jaikiran
Have a look at the section: Why is It Different? The Concept of Classloaders at the following link: http://www.onjava.com/pub/a/onjava/2003/04/02/log4j_ejb.html?page=last&x-maxdepth=0 This might help in understanding the concept of classloader. Briefly explaining, your classes are not yet load

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deployment order of .ear file

2005-09-22 Thread toadie
Sorry I haven't. I was hoping someone else would have an idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896528#3896528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896528

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate: 1-to-Many, help!

2005-09-22 Thread andrewi
dave, from what i've been able to suss out is that you don't use merge, Jboss/hibernate is "supposed" to update when you leave the function. I can now add a new "relationship" but if I want to add a new "child" then it either doesn't update of if I use merge it starts to duplicate. Andrew V

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - HTTP error 404 customisation

2005-09-22 Thread thanukshad
I want to catch the HTTP error 404 and redirect to my own error page. Is there any configuration file for that. How can i do this error customisation? Pls help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896526#3896526 Reply to the post : http://www.jb

[JBoss-user] [EJB/JBoss] - Re: 2 session beans having a reference to each other can not

2005-09-22 Thread achetan
Hi Darranl, Please suggest if it is known problem and link to issue recorded on JIRA. Please suggest any workaround. Thanks Chetan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896524#3896524 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossCache] - Re: Command Pattern with JBossCache/JGroups

2005-09-22 Thread [EMAIL PROTECTED]
You are asking for a distributed RPC. Bela and I have discussed about this before. The thing is it really does not belong to JBossCache. Rather, it deserves to be a standalone. The only requirement is it will need to share channel with JBossCache, e.g. This can be done in JGroups2.3 though. -B

[JBoss-user] [JBossCache] - Re: tutorial help

2005-09-22 Thread ric.hard
ben, what specific env info would you like to know? richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896522#3896522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896522 ---

[JBoss-user] [JBossCache] - Re: Multicast not working

2005-09-22 Thread [EMAIL PROTECTED]
Maybe you need to turn off your Window firewall. Best way is use JGroups trouble shooting to determine why mcast doesn't work. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896521#3896521 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossCache] - Re: tutorial help

2005-09-22 Thread ric.hard
hi ben, thanks for the reply. i am runnung the jboss-cache from fedora core 4 just ff the steps in this tutorial http://docs.jboss.org/jbcache/current/tutorial/html/ which testsuite is that? richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896520#3

[JBoss-user] [JBossCache] - Re: TreeCache and State Transfert status

2005-09-22 Thread [EMAIL PROTECTED]
Yes, there is setState. There is also a new partial _getState in 1.2.4beta that grab a sub-tree state. Check it out, -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896519#3896519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBossCache] - Re: tutorial help

2005-09-22 Thread [EMAIL PROTECTED]
Please describe your enviornment that you ran the tutorial. Will you be able to run the testsuite instead? -ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896518#3896518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-22 Thread [EMAIL PROTECTED]
In 1.2.4beta, there is a class called TreeCacheMarshaller that can handle the scoped class loader for you. Idea is for user to register beforehand the application class loader as a region of (fqn, cl) pair. Then, unmarshalling will be done accordingly. -Ben View the original post : http://www

[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-22 Thread incivinci
It works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896514#3896514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896514 --- SF.Net email is sponsored by: Tame

[JBoss-user] [Clustering/JBoss] - Re: Cluster peers not respecting LoadBalancePolicy?

2005-09-22 Thread dcreado
which is the topology of the cluster? is the session deployed in all nodes? from where you are calling it? is in of the servers or another client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896513#3896513 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - Re: how could I integrate helloworld portlet into the defaul

2005-09-22 Thread ScottDawson
Extract helloworld.war to your JBOSS_HOME/.../deploy directory and restart the portal. You will see helloworld in the Page Menu when you go to http://localhost:8080/portal. Scott Dawson Unisys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896512#3896512 Rep

[JBoss-user] [Clustering/JBoss] - Cluster peers not respecting LoadBalancePolicy?

2005-09-22 Thread plindsay
We seem to have a problem where our LoadBalancePolicy isn't being invoked when a cluster node invokes a session bean which has an assigned load balance policy. The cluster nodes are using HA-JNDI (locahost:1100). We have specified a custom bean-load-balance-policy class and RoundRobiin for hom

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote connection to JMS Topic fails (yes, I've searched

2005-09-22 Thread dcreado
try to open a telnet and check if the object that the JNDI is with sending to you has the right number. try this: telnet 172.16.96.179 1099 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896510#3896510 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - Re: Failed to create configuration directory for workspace d

2005-09-22 Thread [EMAIL PROTECTED]
Hi Jacek, Strange. I have not tested on 4.0.3RC2, but will soon. Odd that it creates ${rep.home}/repository ${rep.home} but dies on ${rep.home}/workspaces Can you verify that the /workspaces does not exist alongside the other directories? View the original post : http://www.jboss.com/inde

[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-09-22 Thread dcreado
Hi Tropi, I had a situation just like that, but it works fine to me. I had setup 2 architectures: - one with JMS controlled by the Master node - the JMS controlled by a special machine. each one works very fine. which errors did you got? View the original post : http://www.jboss.com/index.ht

[JBoss-user] [Clustering/JBoss] - Re: Notification types for join cluster and leave cluster

2005-09-22 Thread showlong
Could you tell me more detail about implementing the callback. Where should I implement this callback? Thanks, Showlong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896507#3896507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JNDI/Naming/Network] - Alias to a remote Context creating a loop

2005-09-22 Thread dcreado
Hi there, I had two machines running jboss 4.0.2, one is running the JMS (and other stuff) and the other one has a Message Driven Bean listening to a Queue at the first machine. The second machine was defined to not overload the first server (each message let the MDB to make a huge amount of w

[JBoss-user] [Advanced Documentation] - Jboss + Hibernate

2005-09-22 Thread JBosseur
Hi, We are developping a system using Jboss 4.0.2 and hibernate 3.0.5. And I found that the documentation from JBoss was quit limiting on how to use and configure Hibernate properly. To use Hibernate as an MBean I found 2 options. You either deploy the mapping files with a jboss-service.xml in

[JBoss-user] [JBossWS] - Re: Web Services Beginner

2005-09-22 Thread [EMAIL PROTECTED]
How about the Step by Step tutorials on the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS A good book on WS4EE is J2EE Web Services by Richard Monson-Haefel http://www.amazon.com/exec/obidos/ASIN/0321146182 good luck View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossWS] - Re: Working from WSDL

2005-09-22 Thread [EMAIL PROTECTED]
wscompile does not generate a SLSB. It generates * service endpoint interface (SEI) * associated complex types and exceptions * jaxrpc-mapping.xml You don't need any of the Sun specific artifacts (that have sun imports) The webservices.xml and the implementation of the SEI you have to code you

[JBoss-user] [JBossWS] - Re: jbossws-samples-4.0.3.zip

2005-09-22 Thread [EMAIL PROTECTED]
Why, does jbossws-samples-4.0.2.zip not run on the latest jboss-4.0.3RC Currently jboss-4.0.3 is not yet released. The file you are asking for will be available from the wiki once jboss-4.0.3 is final. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896500#389

[JBoss-user] [JBossWS] - Re: JBossWS doesn't seem to pick up my webservice

2005-09-22 Thread [EMAIL PROTECTED]
I think this is the cause | Caused by: java.lang.IllegalArgumentException: URL cannot be null | at org.jboss.webservice.mycompany.jaxrpcmapping.JavaWsdlMappingFactory.parse(JavaWsdlMapping | Factory.java:55) | Can you point me to the section in the spec where it says that jaxr

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HTTP TLS/SSL

2005-09-22 Thread techatool
you can also trigger renegotiation of client ssl on the same server ssl port (in tomcat) by accessing the attribute org.apache.coyote.request.X509Certificate from the request. The servlet attr javax.servlet.request.X509Certificate should work as well but doesn't seem to in tomcat 5.0.x Also, wi

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-09-22 Thread [EMAIL PROTECTED]
The webservice testsuite also uses tons of application clients. Lets preach this again: Your fat clients or non trivial cmd line apps should run on JBoss. At its bare minimum this buys you nameing/lookup (JNDI) and managment (JMX). These two every non trivial app would need anyway. On top of th

[JBoss-user] [JBossWS] - Re: Minimal ws4ee deployment

2005-09-22 Thread [EMAIL PROTECTED]
jboss-ws4ee.sar has a dependency on the EJBDeployer service defined in ejb-deployer.xml In case you don't use EJB endpoints, you can just comment or remove the ServiceDeployerEJB | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896496#3896496 Re

[JBoss-user] [JBossWS] - Re: JAXP 1.3 in JBoss 4.02 ?

2005-09-22 Thread [EMAIL PROTECTED]
What happens when you remove | -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ | from run.sh, so the jdk1.5 XML parser is used instead the one we endorse View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896493#3896493 Reply to the post : http://www

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-09-22 Thread [EMAIL PROTECTED]
Good post, thanks for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896491#3896491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896491 --- SF.Net email is s

[JBoss-user] [JBossWS] - Re: 4.0.2 attachment problem?

2005-09-22 Thread [EMAIL PROTECTED]
Have you looked at the attachment tests in the testsuite? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896490#3896490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896490 ---

[JBoss-user] [JBossWS] - Re: Getting the HttpSession of a SOAP service?

2005-09-22 Thread sbalmos
Hi Thomas, Thanks for the input. I finally got it hammered through my head how simple it is to implement ServiceLifecycle. I couldn't figure out where exactly the ServletEndpointContext came from until a few moments ago. I'll look into maintaining an SFSB over HttpSession. It makes no material

[JBoss-user] [JBossWS] - Re: Changing the default 60 second socket read timeout in jb

2005-09-22 Thread [EMAIL PROTECTED]
When you use a DII | Call.setTimeout() | For dynamic proxies | Stub.setTimeout() | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896487#3896487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896487 -

[JBoss-user] [JBossWS] - Re: Deployng WS without restarting application

2005-09-22 Thread [EMAIL PROTECTED]
Your application can generate valid WS4EE deployments that then can be deployed via JMX using the MainDeployer.deploy(...) operation. In case you want to redeploy and endpoint you need to touch the deployment specific descriptor i.e ejb-jar.xml or web.xml View the original post : http://www.j

[JBoss-user] [JBossWS] - Re: org.xml.sax.SAXException: Invalid element

2005-09-22 Thread [EMAIL PROTECTED]
You can turn on debug level logging on the categories org.jboss.axis org.jboss.webservice then you see the incomming and outgoing SOAP messages. Do they conform to the abstract contract defined in wsdl + schema? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JCA/JBoss] - Re: Class Cast Exception using Oracle CLOB

2005-09-22 Thread reeser
That didn't work either. I did get it working, but I had to use a java.sql.Clob instead of a Oracle CLOB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896483#3896483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossWS] - Re: Server did not recognize the value of HTTP Header SOAPAc

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

[JBoss-user] [JBossWS] - Re: ignoring invalid namespace mapping?

2005-09-22 Thread [EMAIL PROTECTED]
You need to show us the stacktrace and (if applicable) the abstract contract (wsdl + schema) and the soap message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896482#3896482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossWS] - Re: SOAPConnection Problem

2005-09-22 Thread [EMAIL PROTECTED]
Jonny, you could create a JIRA issue and attach your sample application to it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896480#3896480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896480 ---

[JBoss-user] [Clustering/JBoss] - Re: Notification types for join cluster and leave cluster

2005-09-22 Thread [EMAIL PROTECTED]
Doesn't exist yet, planned for 1.3: http://jira.jboss.com/jira/browse/JGRP-134. However, you could easily implement this yourself by implementing the callback (viewAccepted()). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896479#3896479 Reply to the post :

[JBoss-user] [JBossWS] - Re: Getting the HttpSession of a SOAP service?

2005-09-22 Thread [EMAIL PROTECTED]
You are not forced to use SLSB. If you cllient maintains the session you can get it from the ServletEndpointContext Generally you want to look into the advantages of maintaining client state in SFSB over HttpSession. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-09-22 Thread portuzerus
Hi, We are using Hibernate 3.0.3 with Synchronous replication cache (TreeCache) | REPL_SYNC | we have 2 Servers, in each server, I have a lot of message similar at | 12:03:28,788 ERROR [IdentityLock] write lock for //com/cubika/app/domain/operators/Operator | ee/31 c

[JBoss-user] [Clustering/JBoss] - Notification types for join cluster and leave cluster

2005-09-22 Thread showlong
Hi, I need to setup SNMP agent to file join cluster and leave cluster traps. What's their JMX notification types? How do I find other JMX notification types for existed mBeans in JBoss. Thanks, Showlong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896474#3

[JBoss-user] [Installation, Configuration & Deployment] - War Classloader Issue

2005-09-22 Thread majohnst
I have been around the block about ten thousand times, and my classloader issues just won't go away. (JBoss 4.0.2) I have some common classes that I use, so I put myCommon.jar inside server/lib. I put my webapp classes in webapp/WEB-INF/lib/myApp.jar The classes from my webapp access those com

[JBoss-user] [Installation, Configuration & Deployment] - 3.2.7 Touching sar produces not found in the NonSerializable

2005-09-22 Thread guy_rouillier
If I simply touch a deployed sar, I receive an exception like the following: 2005-09-22 20:40:54,218 ERROR [ActivationServer] javax.naming.NameNotFoundException: com/masergy/nems/activation/ActivationServer was not found in the NonSerializableFactory map I've tried this on muliple platforms, a

[JBoss-user] [Installation, Configuration & Deployment] - Re: oracle with different useres

2005-09-22 Thread lafr
You can put all your datasources into one oracle-ds.xml. The root tag datasources can have an unlimited number of local-tx-datasource children. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896462#3896462 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Installation, Configuration & Deployment] - cant connect to mysql

2005-09-22 Thread mharris
Hi all one of our java beans connects to a mysql db. I can connect with the user from commandline mysql, and can verify the permissions in tne mysql.user table. I get this excetpion when our mdb tries to connect: | 08:23:13,622 WARN [JBossManagedConnectionPool] Throwable while attempting

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2005-09-22 Thread yarongu
Thanks for the detailed and meaningful answer. Yaron G. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896455#3896455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896455

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: No support for @ejb.pk XDoclet Tag??

2005-09-22 Thread jamesohearn
Thanks for straightening me out on that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896454#3896454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896454 --- SF.N

[JBoss-user] [Installation, Configuration & Deployment] - EJB's looking at hypersonic database instead of mysql

2005-09-22 Thread u9707118
This is a very strange problem...I have worked with JBOSS and Oracle many times without problem. However, now I am trying my hand at JBOSS and mySQL with some puzzling results. I have successfully created a Datasource that connects to mySQL and I have a class that performs JDBC queries (this c

[JBoss-user] [Advanced Documentation] - Re: Force war deployment to specific tmp folder

2005-09-22 Thread stathisg
I think I found it: http://www.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment Is this it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896450#3896450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896450 -

[JBoss-user] [Advanced Documentation] - Force war deployment to specific tmp folder

2005-09-22 Thread stathisg
Hello, I was wondering if there is a way to get JBoss to unpack a WAR application in the same tmp folder. The default behavior is to auto-create a tmp folder under the tmp directory with the naming convention "tmp-exp.war". This is fine, but a bit difficult for debugging in a development envir

[JBoss-user] [JBossCache] - Re: tutorial help

2005-09-22 Thread eqwalker
I am seeing the same problem. I run the plain.bsh script and nothing happens in the gui view. Thanks! Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896439#3896439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Security & JAAS/JBoss] - page to go after login?

2005-09-22 Thread javatwo
The current form based login model is to access a protected page, then a login form cut in to authenticate user, and then redirect to that page. I found this is not flexible enough. There is anyway to instruct Security model which page to go after login in. What does it takes to implement Servle

[JBoss-user] [JBoss Portal] - Failed to create configuration directory for workspace defau

2005-09-22 Thread jlaskowski
Hi, What's that? It happens with the latest JBoss Portal 2.2.0-ALPHA build from the sources and deployed onto JBoss AS 4.0.3RC2. 20:26:04,481 INFO [JCRCMS] Starting JCR CMS. 20:26:04,531 INFO [LocalFileSystem] LocalFileSystem initialized at path C:\apps\jboss\server\portal\data\portal\jcr\rep

[JBoss-user] [JBoss Portal] - Portal deployment alternatives

2005-09-22 Thread jlaskowski
Hi, I can't figure out what deployment options are available in JBoss Portal. I work with the sources, so its version is JBoss Portal 2.2.0-ALPHA and JBoss AS is 4.0.3RC2. According to the chapter 2 of JBoss Portal reference guide - http://docs.jboss.com/jbportal/v2.0Final/reference-guide/en/h

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Reading image outside webapp contextpath??

2005-09-22 Thread jrothenberg
Try the following link, it helped me with a similar problem: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896432#3896432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Portal] - Re: how could I integrate helloworld portlet into the defaul

2005-09-22 Thread jlaskowski
Have a look at http://www.jboss.com/products/jbossportal/docs where you can find all the answers. Jacek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896428#3896428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=38964

[JBoss-user] [Installation, Configuration & Deployment] - EAR DEPLOY

2005-09-22 Thread avbranco
Hi! I have deployed and ear application by putting my ear file in the eg.: jboss/server/default/deploy, the deploy was a sucess. But every time I restarted the server, JBoss (4.02) re-deploy the application in a diferent folder. I would like to know how can I do to that every time JBoss re-depl

[JBoss-user] [JBoss Portal] - ADD: two portles using myfaces and navigation

2005-09-22 Thread koko42
Sorry I forgot to mention: I tried it on the jboss-Portal-4.0.2 and jboss-portal-2.0.1RC1-jboss-4.0.2. Also I downloaded the new myfaces-1.1. In each combination the commandlink of the second portlet does not work. The MyFacesGenericPorlet.VIEW_ID in the url always shows the ID of the first port

[JBoss-user] [J2EE Design Patterns] - Re: Multithreading using MDB

2005-09-22 Thread jasperboy
If it's a matter of sending a signal to terminate the MDB - why not get each single-threaded MDB to check periodically another app-wide queue filtered against a pre--agreed ID sent from the original client (normal JMS consumption as opposed to through the OnMessage() interface) to see if it sho

[JBoss-user] [Beginners Corner] - Creating a WS with Eclipse - JBossIDE in J2EE

2005-09-22 Thread stevehnsn
First of all, my JBoss installation works great, and my default Tomcat installation works as well, since I have no problems runnings servlets and JSPs in a J2EE deployment. So, I would like to create a web service in J2EE using my JBoss IDE. I would like to use the default Tomcat server as the

[JBoss-user] [JBoss Portal] - two portles using myfaces and navigation

2005-09-22 Thread koko42
Hello, I enhanced the cardemo portlet using myfaces and added two porlets on the left side. In this additional portles I use the jsf navigation with commandLink and commandButton. Using the commandLink only the first portlet follows the link. The second does not work. Using the the commandButto

[JBoss-user] [Management, JMX/JBoss] - Send mails from MBean

2005-09-22 Thread bnadesan
Hi All, Can someone post a sample as to how to call/send mail from am MBean. I know how to write an MBean. Bascially I struggling with the Mail lookup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896412#3896412 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Management, JMX/JBoss] - Re: MBeans, proper use case?

2005-09-22 Thread [EMAIL PROTECTED]
Both are possible, although I think more common is the case of the mbean acting as a wrapper over the real resource (i.e. the resource doesn't know about mbeans). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896409#3896409 Reply to the post : http://www.j

[JBoss-user] [Beginners Corner] - Re: Developing Web services Using jboss-eclipse ide 3.0 and

2005-09-22 Thread stevehnsn
Why can't I bump posts? I wanted to know more about an answer to this guy's question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896407#3896407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896407 -

[JBoss-user] [JBoss Portal] - how could I integrate helloworld portlet into the default po

2005-09-22 Thread yoriximin
I'm sorry I'm a newbie with jboss portal, I still don't know how to integrate helloworld portlet into the default portal.. Could somebody help me please?? I have helloworld.war, but I don't know in which path I have to save it, and which .xml files I have to modify in the portal core Do I have

[JBoss-user] [JBossCache] - Re: Fail-over when loosing TCP/IP connection.

2005-09-22 Thread pdebelen
Thanks a lot for your prompt answer ! I guess we will handle this case at the application level then :) Thanks, Pierre PS: TreeCache and jgroups are really great products ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896399#3896399 Reply to the post : h

[JBoss-user] [EJB/JBoss] - Increasing EJB pool (newbie)

2005-09-22 Thread spelux
Hi, i'm using httperf to test a site of e-commerce on Jboss/Tomcat 4.0.2. The problem is that i tried to increase the maxThread in server.xml, $JAVA_OPT to 512M and the result is the same. The server can't serve more than 10 req/sec Which is the problem??? I hope i've been clear with my probl

[JBoss-user] [Management, JMX/JBoss] - MBeans, proper use case?

2005-09-22 Thread paper57
I'm trying to insturment a web service using a request handler and an MBean. Currently, I create and register, upon initialization of the handler a custom MBean. Is it more correct to have the MBean contain a reference to my handler to pull the statistics it needs or to have the handler update

[JBoss-user] [Beginners Corner] - Re: Developing Web services Using jboss-eclipse ide 3.0 and

2005-09-22 Thread darranl
DO NOT BUMP POSTS Also upgrade your version of JBoss, you will get little to no help using such an old release candidate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896382#3896382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: No support for @ejb.pk XDoclet Tag??

2005-09-22 Thread darranl
The is specified in the ejb-jar.xml in the definition of the entity. ELEMENT entity (description?, display-name?, small-icon?, | large-icon?, ejb-name, home?, remote?, local-home?, | local?, ejb-class, persistence-type, prim-key-class, | reentrant, cmp-v

[JBoss-user] [Beginners Corner] - Re: Developing Web services Using jboss-eclipse ide 3.0 and

2005-09-22 Thread stevehnsn
bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896379#3896379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896379 --- SF.Net email is sponsored by: Tame your

[JBoss-user] [Installation, Configuration & Deployment] - Re: hibernate 2.1.8 and CacheProvider

2005-09-22 Thread darras77
Hello, I have the same problem. Do you fin the solution to install hibernate 2.1.8 whith jboss (my version is 3.2.6) Thks for your help Franck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896377#3896377 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - No support for @ejb.pk XDoclet Tag??

2005-09-22 Thread jamesohearn
It appears that the DTD for the jbosscmp-jdbc.xml document does not support the use of the @ejb.pk XDoclet tag. Specifically, I cannot get the element to appear in the document because the DTD doesn't mention it. Please correct me if I am wrong. If I'm right, I'd like to know why is not sup

[JBoss-user] [Installation, Configuration & Deployment] - Does log4j QuietMode need to be false?

2005-09-22 Thread lranatunga
The Log4jService (mbean org.jboss.logging.Log4jService in conf/jboss-service.xml) has an attribute named Log4jQuietMode set to true. The comment indicates 'this needs to be set to avoid a possible deadlock on exception', and references bug#696819. Please help me find further information about

[JBoss-user] [Installation, Configuration & Deployment] - Installing OCI for JBoss 4.0.2 in RH AS 3.1

2005-09-22 Thread Jdesto
Hi all! I'm trying to install the OCI drivers from oracle, because the thin ones doesn't support fail-over or load-balancing. The platform is a Jboss 4.0.2 as MQ server, running on RedHat AS 3.1 (64-bit). I've installed the oci drivers (*so) in /lib64/oci, added this path to ld.so.conf and r

[JBoss-user] [JBossWS] - JSR-181 - beehive/jbossWS on JbossAS4.0.X?

2005-09-22 Thread dhartford
Does anyone have any good information/tutorial/example on enabling webservice annotation support with Jboss AS 4.0.X? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896361#3896361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

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

2005-09-22 Thread duane5000
I recall seeing a post yesterday that a fix was forthcoming for 4.0.2 and that many changes have taken place since 4.0.1. From limited experience with 4.0.1, I can see that the java source file names have apparently changed. e.g. - in the src directory, my com\sun\ebank\ejb\tx directory has fil

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

2005-09-22 Thread duane5000
Part of the example app tutorial is how to set up encryption in the security API. If you have properly configured the encryption, then you MUST also have updated the db to reflect the encrypted password. On the flip side, you can skip the configuration of encryption(or undo it), and leave the

[JBoss-user] [EJB/JBoss] - Remote call performance - EJB vs. RMI

2005-09-22 Thread mentiro
My application uses a remoting proxy for remoting all server-side business objects. Thus, it is very easy for us to swap out which remoting technology we use. In the past we have been EJB-based (all remote invocations were done via a Stateless Session EJB), but have recently switched to RMI fo

[JBoss-user] [JBoss Getting Started Documentation] - Web Service with VB6

2005-09-22 Thread duane5000
I also posted this on gotdot.net, where the utility (below) can be downloaded. I am up and running with JBoss 4.0.1 and have the example apps working thru the browser and also the (Ant target) run-ws client interface is operable. I need to know what type of request would be built by VB to invoke

[JBoss-user] [Installation, Configuration & Deployment] - call to JSP allways returns an html page with empty body

2005-09-22 Thread jochenb
Hi, I have a web application which I have deployed to jboss as a packaged war. The webapplications contains several JSPs. If I try to request the JSP with a browser (e.g.: http://localhost:8080/MQWFClient35T/Logon.jsp), JBoss allways returns this HTML with an empty body: | | | If I

[JBoss-user] [Clustering/JBoss] - Re: java.io.StreamCorruptedException under clustering - not

2005-09-22 Thread [EMAIL PROTECTED]
If you google for this string (in double quotes), the first hit is a page to the FAQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClusteringFAQ It is at the bottom of the page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896340#3896340 Reply to the post : h

[JBoss-user] [Clustering/JBoss] - Re: java.io.StreamCorruptedException under clustering - not

2005-09-22 Thread nitesh
Found the problem. I was using jboss-client.jar on the client's classpath. On replacing this with jbossall-client.jar, the problem disappears. This needs to go into JBoss Wiki! Regards, Nitesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896339#3896339 R

[JBoss-user] [JBossCache] - Re: Fail-over when loosing TCP/IP connection.

2005-09-22 Thread [EMAIL PROTECTED]
This is not as simple as suggested, state merging is largely an application responsibility. I have a JIRA issue (http://jira.jboss.com/jira/browse/JBCACHE-8) which tackles this, but it will come down to policy-based state merging. So we call the application, which then needs to handle the state

[JBoss-user] [Clustering/JBoss] - Re: java.io.StreamCorruptedException under clustering

2005-09-22 Thread nitesh
The properties that I use to set up the InitialContext are: p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces") | p.put(Context.PROVIDER_URL, "nvarma-lap:1100"); | Another curious thing tha

[JBoss-user] [Installation, Configuration & Deployment] - jboss+lomboz

2005-09-22 Thread somsahi
I downlaoded build 3.1 RC2 OF lomboz that includes lomboz+eclipse.Now i created a project and tried to delete file from it But it is taking more than half an hour.the message comes like this the user operation is waiting for background work to complete building workspace performing tasks j2ee a.h

[JBoss-user] [Beginners Corner] - Authentication

2005-09-22 Thread imadthegreat
Hi I have following contents in my login-config.xml. Can anyone tell me when these quesries actulally run ? http://www.jboss.org/j2ee/dtd/security_config.dtd";> java:/R911DB SELECT R911User.Password, R911User.userId 'PrincipalID' FROM R911

[JBoss-user] [Installation, Configuration & Deployment] - CommunicationException when stopping jboss

2005-09-22 Thread ckeilitz
I am receiving the following error when trying to stop the jboss server. I am running Fedora 4 with jboss 4.0.2 and using the default, very basic init.d script found at this link http://wiki.jboss.org/wiki/Wiki.jsp...OnBootWithLinux /etc/init.d/jboss stop Stopping jboss... Exception in thread

[JBoss-user] [JBoss Portal] - Re: Lost in the Charset (utf-8) configuration

2005-09-22 Thread scottlholmes
Your web pages need a good doc type: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> and a good encoding in the Head: IE is not going to understand entities the way you hope unless your are using standards - otherwise it's all hit and miss. Here is an enourmously useful presentation on th

[JBoss-user] [JBossCache] - Fail-over when loosing TCP/IP connection.

2005-09-22 Thread pdebelen
Hi All, We're running jboss tree cache 1.2.3 in a 2 computers cluster environment. We configured jgroups in order to have a TCP/IP link between the two machines, Group management behing handelg by TCPPING. When the TCP/IP connection is stoped (for example by a firewall timeout), two subgroups

  1   2   >