[jboss-user] [Datasource Configuration] - Datasource settings help for clustered jboss with RAC Oracle

2009-09-08 Thread mikeike
Hi, I need some help in setting-up and testing a datasource as I am pretty new to JBoss. We have a clustered jboss environment that connects to a RAC Oracle Database. Wanted to find out how do I configure my Datasource and what is the best approach and where exactly do I need to make changes.

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-08 Thread guenther.her...@softcon.de
To day I tried a more seam like way: /** * */ package de.softcon.ivory.invserver.action.report; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import javax.faces.context.ExternalContext; import javax.faces.context.FacesContext; import

[jboss-user] [Installation, Configuration Deployment] - jboss console log rotation

2009-09-08 Thread kejoseph
Hi, Is it possible to use log4j to rotate the console log on a daily basis ? I use a separate utility called cronolog. What wondering how others perform this task. -Kevin. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4254040#4254040 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Execute TimerService().createTimer() exactly once in a clust

2009-09-08 Thread pgib
Hello. First off, I've read the article at: http://www.jboss.org/community/wiki/DeployingEJB3TimersInCluster I now have a SLSB with an @Timeout which is deployed with: dependsjboss.ha:service=HASingletonDeployer,type=Barrier/depends The problem is, unlike the article linked above, I will

[jboss-user] [Clustering] - Hot deply new version of a webapp

2009-09-08 Thread jdcmember
JBoss configuration: * JBoss/Tomcat with a web app, clustered using ehcache (not JBoss caching -- but that's not important). 5 JBoss instances in the cluster. * Apache mod_jk-based loadbalancing with sticky sessions The problem: How to deply a new version of the webapp *without bringing down

[jboss-user] [Installation, Configuration Deployment] - Re: jboss console log rotation

2009-09-08 Thread PeterJ
Sorry, but there is no rolling console appender in Log4J. After all, it logs to the console, not to a file. Besides, in a production environment you should turn off the console log and change the server log to log at either the WARN or INFO level. View the original post :

[jboss-user] [Clustering] - JBoss 4.2.3 with JBossMQ and SQL Server

2009-09-08 Thread vadi2007
15:03:15,118 WARN [JDBCStateManager] Error initialising state manager db org.jboss.mq.SpyJMSException: Could not commit/rollback a transaction with the transaction manager.; - nested throwable: (javax.transaction.RollbackException:

[jboss-user] [Clustering] - Re: JBoss 4.2.3 with JBossMQ and SQL Server

2009-09-08 Thread vadi2007
the problem seems to be in deploy-hasingleton\jms\hsqldb-jdbc-state-service.xml Once the db is created with the tables. You can make this false. CREATE_TABLES_ON_STARTUP = FALSE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4254048#4254048 Reply to the post :

[jboss-user] [jBPM Users] - jBPM4 Sample Application

2009-09-08 Thread petitgitan
Hello everyone, An un-original question, but the answer escapes me nonetheless: is there a sample application that demonstrates the new paradigms in jBPM4? The examples that come with the distribution illustrate the usage of individual pieces. I couldn't find documentation or sample code

[jboss-user] [JBoss Tools Users] - Installation Jboss Tool by Manual

2009-09-08 Thread khoapkl
Hi All, I using Eclipse Gaydame 3.4 and downded JBossTools-ALL-win32-3.0.1.GA-R200905070146-H18. I extracted that file into eclipse but when i open eclipse and create new file-Choose Other...I don't see any component that setup (Seam, Hibernate, Struts..). Why? Can you help me! Thanks View

[jboss-user] [Beginner's Corner] - Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
Hi, I'd like to try and deploy some of my apps to directories which aren't until the JBOSS_HOME, but I'm not really sure how to do it, and/or if it is possible to do what I want. I found this wiki page: http://www.jboss.org/community/wiki/HowtodeploymyapplicationinanexternaldirectoryinJBoss-5

[jboss-user] [JBoss Tools Users] - Re: Installation Jboss Tool by Manual

2009-09-08 Thread nickboldt
See https://www.jboss.org/tools/download/installation.html Also, make sure you're using a 5.0 or later JDK. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4254072#4254072 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread jaikiran
Please (re)post your configuration file change that you did and also post the entire exception stacktrace that you see after this change. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the

[jboss-user] [JCA] - Datasource Failover Notification

2009-09-08 Thread mayankmit2002
my Environment 2 Postgres Servers v 8.3.1 1 JBoss AS 4.2.3 Setup -- In my postgress-ds.xml, I've configured the datasource as HA-XA-datasource to use both servers. Problem - Now I want to get notified when one data base is down to intimate the clients that

[jboss-user] [Beginner's Corner] - Re: Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
As requested: C:\jboss\jboss-5.1.0.GA\server\railo\conf\bootstrap\profile.xml: ?xml version=1.0 encoding=UTF-8? | | !-- |The profile service |$Id: profile.xml 89131 2009-05-19 20:18:52Z scott.st...@jboss.org $ | -- | deployment xmlns=urn:jboss:bean-deployer:2.0 | |

[jboss-user] [JMX] - SNMP configuration in JBoss

2009-09-08 Thread arjunpnair
Hi All, Iam trying to configure SNMP in my Jboss Application. I have enabled the SNMP for default server. I have one mbean for jboss messaging. I wanted to configure the traps for this particular mbean. mbean code=org.jboss.jms.server.destination.QueueService |

[jboss-user] [Beginner's Corner] - RESOLVED - Re: Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
Just found the answer in another thread. In profile.xml Rather than |valueC:/www/railo-deploy/value | I need |valuefile:///C:/www/railo-deploy/value | All working as expected now. View the original post :