[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread praveen.cheedella
Once again Thanks guys!!...

Hi ltexier, 
I will try with the url given by you and let you know..

Hi darranl

I have created the .ear folder in the jboss/server/default/deploy/ 
path. All my working .jar and .war folders are there in .ear folder.
When ever I change any action class in the .jar folder my server needs to 
restart to reflect those changes.

All my action classes are there in the same working folder itself .

Thanks  Regards
Praveen.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855306#3855306

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855306


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread mpalicka
You can use ANT to touch your files.
There is a touch task in ANT.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855312#3855312

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855312


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-16 Thread darranl
Praveen,  Ok this means that the file you need to be touching is the 
application.xml for the ear, when JBoss sees that this file has been updated it 
will redeploy your application.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855314#3855314

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855314


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-15 Thread verycool
Thank you very much , i will test this and inform you, but, one different thing 
that i deploy my ear. so when i touch my ear ... 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855235#3855235

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855235


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-15 Thread darranl
If the archive that you are deploying has been recreated with later classes / 
jars you should not need to touch it as it would already have a later modified 
time anyway.

If your build process is not updating the modified time of the jar / ear it is 
likely that the archive is not being updated with the later classes.

praveen.cheedella, where are you putting the jar that should contain the 
updated classes?  Is it a jar containing ejb components or is it just a jar of 
classes that you are using?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855241#3855241

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855241


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-11 Thread ltexier
Try this tool (I've never used it)
http://www.codeproject.com/tools/touch_win.asp

or install Cygwin
http://www.cygwin.com/

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854746#3854746

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854746


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-10 Thread ltexier
sorry I misread your first post. 

Yes, you can just touch the jar.

$ touch myapp.jar

This will change the timestamp to the current time.

What I was suggesting earlier applies if you deploy an exploded archive.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854569#3854569

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854569


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-10 Thread praveen.cheedella
Hi Guys 

Thanks for your comments.

But I am using the Windows as OS. So Please help me how to do that.

Thanks  Regards
Praveen


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854718#3854718

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854718


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-09 Thread pageld
hmmm interesting.  touch -a filename.jar or something else?  I'm with the 
'verycool' guy on the subject.

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854525#3854525

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854525


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-05 Thread verycool
ltexier wrote : you need to touch the deployment descriptor
  | 
  | http://www.linuxforum.com/man/touch.1.php


Hello,
Can you explain it for me pls ? email [EMAIL PROTECTED]
Your aid is very appreciated

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3854071#3854071

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854071


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Jboss Auto deploy after compile the class files...

2004-11-04 Thread ltexier
you need to touch the deployment descriptor

http://www.linuxforum.com/man/touch.1.php

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3853910#3853910

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853910


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user