From: <dim...@jb...> - 2005-05-06 08:33:56
|
"sco...@jb..." wrote : | ... | Instead, I'm thinking that if the SARDeployer just accepted a dependency graph in terms of the service names, that could be used instead in a less intrusive fashion. I don't see any reason why this should not work, and it might have some benefit to users as well. | What the SARDeployer would do with this ObjectName dependency graph? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876729#3876729 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876729 |
From: <sco...@jb...> - 2005-05-06 14:55:40
|
It would just populate a mapping of service to service name dependencies that would be joined with any explicit dependencies that are declared by the service when its deployment descriptor is processed. In looking more at the IzPack architecture, it may already have all I need to do the install time depends statement injection because it has a callback mechanism and a dependency graph that may allow for obtaining the list of service object names the service being installed depends on. I'll look at this after I verify that I can setup a jboss configuration with every service component can be broken out as hot deployable into a seperate deployment with dependencies. I have already run into one problem with dependency injection of a typed proxy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876781#3876781 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876781 |
From: <sco...@jb...> - 2005-05-06 17:50:13
|
So I have a default config starting up correctly using a conf/jboss-service.xml that only includes the Log4jService and URLDeploymentScanner. There were many missing dependency statements on the naming service, but with those added everything deploys in the correct order. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876826#3876826 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876826 |
From: <dim...@jb...> - 2005-05-06 18:08:12
|
Maybe ServiceBindingManager should be there, too. (?) I remember somebody wanted to override the Log4Service and it only worked with it appearing first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876827#3876827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876827 |
From: <sco...@jb...> - 2005-05-06 18:37:53
|
This is an issue I'll deal with latter because the problem is that the ServiceBindingManager is an optional service, that if enabled needs to be first, but its not really a functional dependency. Really its just a configuration change to the service layer handling of attributes. More properly this should just be an interceptor+configuration of the SARDeployer, not an independent service as it would not even work without the code level integration inside of the ServiceConfigurator. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876832#3876832 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876832 |
From: aows <nu...@jb...> - 2005-05-25 02:52:06
|
where could i find the source for your installer module? (not the izpack sources, but the xml and scripts you used to create it and that perform any installation actions)... Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878993#3878993 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878993 |
From: <sco...@jb...> - 2005-05-25 10:46:01
|
It does not exist in cvs yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879021#3879021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879021 |
From: aows <nu...@jb...> - 2005-05-26 01:01:09
|
i don't have a windows box, but, does it install jboss as a service in windows? We have a product we are distributing with jboss... On my spare time i'm building an installer with izpack and the plan is to install jboss as a service... If your installer does it, i would like to see how, and if it doesn't well, i'll get around it and may be able to contribute that... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879115#3879115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879115 |