[Design of POJO Server] - First real SARDeployer porting issue
by scott.stark@jboss.org
The SARDeployer is getting deployed in the MC and the legacy jmx kernel is setup for the mbeans, and the SARDeployer is attempting to deploy the *-service.xml mbeans. This is currently failing due to a change in how the deployment class loader is handled
In jboss-4.0.x some deployers have a classpath notion, others do not. For the current failing deployment (jboss-aop-jdk50.deployer, ignoring this needs to be ported to the new VDF) , there are nested jars that are not getting added to the deployment classpath. In jboss-4.0.x this would be done by the nested jars falling through the JARDeployer, which added any jars not looking like deployments to the classpath.
In the new VDF, the deployment classpath is managed by the ClassLoadingDeployer, and it operates on classpath metadata from the deployment (META-INF/Class-Path, jars a deployer says should be on the classpath (ear/lib, war/lib), custom classloading.xml descriptor, etc.). A JARDeployer does not really fit into the VDF scheme because every deployer sees every deployment. One way to handle this and maintain backward compatibility with implicit classpath jars nested in a deployment would be to add a notion to the AspectDeployer interface regarding whether deployment content that is not accepted by a deployer should be added to the containing deployment classpath. For the SARDeployer this would be, for the EARDeployer, WARDeployer it would be false.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964433#3964433
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964433
19 years, 8 months
[Design of JBoss jBPM] - Re: JPDL Eclipse Graphical Editor - problem building.
by falazar
Ok, we have built and installed the Site GPD a couple times now, but it appears that when we create a new process, I can add all the node types, but cannot use the transition connection tool. It allows me to click the start point, and tries to draw the line, but will not attach to the end point. (Eclipse 3.2.0)
Is it working for or only for 3.1 versions still or?
Also, what is the technical difference between the site and the feature installations that are built?
We have been using the Site installation always.
Can we get a small readme.html file in the upper directory there just to briefly say what the two directories represent. That would go a long way towards clearing that up for newer users.
Also in the site readme, it says:
anonymous wrote :
| <h4>If you extracted the archive :</h4>
| On the next page, press the 'New Archived Site...' button. Navigate to the archive
| containing this file, select it and press the 'Open' button.
|
| <h4>If you did not extract the archive or if you are using the starters kit :</h4>
|
| On the next page, press the 'New Local Site...' button. Navigate to the folder containing this file, select it and press the 'Open' button.
|
I assume, and tried to see, from looking, that it should be reversed shouldnt it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964402#3964402
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964402
19 years, 8 months