Just I qucik thought. The server dir is really a partitioning of the 
jboss application. ../../deploy would be system level resources 
applcable to all partitions. I would suggest ./app-deploy for the 
applications and ./deploy for the jboss services. What you have will 
work it just a semantic thing.

My 0.02$ .


David Jencks wrote:
> On 2002.03.05 05:25:53 -0500 Alex Loubyansky wrote:
> 
>>  Hello :)
>>
>>  Yes, David you're right. I just created deploy directory in the
>>%jboss_home% directory. And in the jboss-service.xml such attributes are
>>already defined:
>><attribute name="URLs">
>>  ./deploy,
>>  ../../deploy
>></attribute>
>>  It could be the solution: to drop service xml files to ../../deploy (or
>>rename it accordingly) and application files to ./deploy. Or are there
>>some
>>hidden nuances I don't see?
>>
> 
> If there are, I don't see them either;-)
> 
> david jencks
> 
>>alex
>>
>>
>>
>>>-----Original Message-----
>>>From: [EMAIL PROTECTED]
>>>[mailto:[EMAIL PROTECTED]]On Behalf Of
>>>David Jencks
>>>Sent: Monday, March 04, 2002 10:23 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: Re: [JBoss-user] ejb jar deploys earlier the datasource is
>>>bounded
>>>
>>>
>>>This is a problem I'm thinking about.  Right now there is no
>>>way to have an
>>>ejb or an ejb module depend on any other mbeans.  There is
>>>also no way at
>>>all to have anything wait for something to be bound into jndi.  I was
>>>thinking that there might be a way to set up automatic
>>>dependencies for
>>>mbeans that bind into jndi, but this idea has not gone over
>>>too well with
>>>other developers.
>>>
>>>you might be able to add another deploy directory for your
>>>application that
>>>would get scanned after the main deploy dir.
>>>
>>>david jencks
>>>
>>>On 2002.03.04 14:00:16 -0500 Alex Loubyansky wrote:
>>>
>>>>  Hello,
>>>>
>>>>  I use Jboss-3.0.0beta2. I have an ejb jar file with beans
>>>>
>>>that access
>>>
>>>>datasource. When I start Jboss and after deploy my jar file
>>>>
>>>everything
>>>
>>>>works
>>>>fine. But if my ejb jar file remains in the deployed
>>>>
>>>directory, after
>>>
>>>>restart ejb jar is deployed earlier then datasource is
>>>>
>>>bounded. Should I
>>>
>>>>use
>>>>some dependecies? I am not familiar with it. Sorry, if I it
>>>>
>>>was already
>>>
>>>>been
>>>>discussed and I missed it.
>>>>
>>>>  Thank you in advance,
>>>>
>>>>alex
>>>>
>>>>
>>>>_______________________________________________
>>>>JBoss-user mailing list
>>>>[EMAIL PROTECTED]
>>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>>
>>>>
>>>>
>>>_______________________________________________
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>_______________________________________________
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>
>>
>>
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to