[jboss-user] [Installation, Configuration Deployment] - Re: Changing startup order so quartz can find my datasource

2009-11-23 Thread jganoff
In your Quartz Service mbean configuration (possibly at /deploy/quartzservice.sar/META-INF/jboss-service.xml) you can add a dependency on the data source. Something like: jboss:service=Hypersonic,database=localDB should do the trick. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Changing startup order so quartz can find my datasource

2009-11-23 Thread jganoff
Full code: dependsjboss:service=Hypersonic,database=localDB/depends View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267189#4267189 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267189

[jboss-user] [Installation, Configuration Deployment] - Re: changing java options for jboss

2009-11-10 Thread PeterJ
Which version of JBoss AS? In 5.1 the JAVA_OPTS are in run.conf.bat. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4264926#4264926 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4264926

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Changing startup order so quartz can find my datasource

2009-02-18 Thread mrfixit440
OK, I have my application running in JBoss 4.2.3.GA now. I still get the quartz resource adapter startup error in my previous message about my datasource not bound( i have a -ds.xml file in default/deploy folder). You can see in the trace that all the datasource bindings happen correctly right

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: changing sar, ear, war deployment order

2008-08-18 Thread PeterJ
Probably the easiest way to get your sar deployed after your ear is to create a deploy.last directory (within the deploy directory) and place your sar file there. The sar will then be deployed last. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171081#4171081

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Changing the

2008-08-01 Thread am2605
Thank you! That's just what I was looking for. I can't believe I didn't find that as it was only posted a few days ago! I did search, first, honest! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168084#4168084 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Changing the

2008-07-31 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopict=139394 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168083#4168083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168083

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
sorry, the xml snippet is not visible above. imagine this in black lines: appender-ref ref=hibernate/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060386#4060386 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060391#4060391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060391 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread advaittrivedi
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060398#4060398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060398 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: changing hibernate logging level in conf/log4j.xml

2007-07-04 Thread jaikiran
Enclose the contents of your log4.xml in a code block while posting. Use the Code button on the editor window while posting. Example: appender-ref ref=hibernate/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060566#4060566 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Changing Port Value in jboss-service.xml file

2007-04-04 Thread areplogle
I don't think this would cause any ill effects but you could play it safe and use the bindings.xml method even if its for a single server setup. Specified in: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine Andrew View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Changing from localhost to IP address

2006-09-06 Thread creative77
Actually, I am thinking this is a firewall issue. Resolves correctly at 0.0.0.0 without firewall. I am reviewing the wiki RunningBehindAFirewall. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969743#3969743 Reply to the post :