[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-03-01 Thread parag.goyal
Hi Mladen, Thanks for the solution Replacing REM Add bin/native to the PATH if present if exist "%JBOSS_HOME%\bin\native" set PATH=%JBOSS_HOME%\bin\native;%PATH% with(As you suggested work well , Hence JBoss is able to start as a service) REM Add bin/native to the PATH if present if exist "

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread parag.goyal
You are right, In our development evoirnment we are working like this way only as you are suggesting .we are just removing the trailing slash.This is also true it is affecting JAVA_OPTS. But how is breaking command line i still could't understand. Main problem is in our production envoirment wh

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Starting JBoss as a Service on Windows XP has an issue

2009-02-27 Thread parag.goyal
Hi All, I have installed JBoss4.2.2 as a service on Windows XP . So that we can start or stop JBoss AS as a window service. I faced problem that whenever trailing backslash ("\") appears at the end of value of PATH (PATH in "system variables" not in "user variables") For e.g. PATH =%SystemR

[jboss-user] [EJB/JBoss] - Index is not being created on Table

2008-01-17 Thread parag.goyal
Hi All, we are using JBoss-4.2.2 .GA that contains hibernate 3.2 jar Postgre SQL 8.2 We are using specification of EJB 3.0 Applying @org.hibernate.annotations.Index (name = " fk", columnNames = "coloum Name of Related table") on relationship object eg:- we have a class de