The following fails for me with the new build
| ./build.sh release -DJROCKIT_HOME=/Users/kabir/Java/libs/jrockit
| ...
|
| BUILD FAILED
| /Users/kabir/sourcecontrol/jboss-aop/build/build.xml:220: The following error occurred while executing this line:
| /Users/kabir/sourcecontrol/jboss-aop/build/build-release.xml:161: Warning: Could not find file /Users/kabir/sourcecontrol/jboss-aop/aop/output/lib/jrockit-pluggable-instrumentor.jar to copy.
|
| Total time: 1 minute 29 seconds
|
There is no jrockit-pluggable-instrumentor.jar in either the aop or the pluggable-instrumentor modules. I assume that is because my JROCKIT_HOME is being ignored? I tried adding it to a build/local.properties file, but that did not work?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178127#4178127
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178127
I want to create a generic directory under integration where the files that don't have any change will be placed.
/integration/generic
Later, I will need to change the bisocket configuration as the following:
<attribute name="socket.check_connection" isParam="true">false</attribute>
| <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
| <attribute name="serverBindPort">${jbm.bisocket.port:4457}</attribute>
| <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
|
That config would also make the EAP, and that shouldn't cause any config incompatibilities.
Tim, do you see a problem with any of this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178120#4178120
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178120
"clebert.suconic(a)jboss.com" wrote :
| - The JGroups config should be also different. JBoss5 will use the ChannelFactory.
|
Ok, that's a couple of lines difference
anonymous wrote :
| - messaging-service.xml will be totally different on JBoss5. They have a different SecurityMetadataStore.
|
No, it shouldn't be totally different. Just a few lines different on security store config
anonymous wrote :
| - Soon JBossRemoting will be also different as the BindingManager is now based on property-substitution for the ports and not any more on that sausage-like XML.
This is not relevant to the discussion - we are talking about differences in *our source tree* not some other differences in jboss 5 source tree.
So... there should just be a few lines different, but i am seeing 2700 lines diff in the diff.
Most of that is probably whitespace or comments, but it should be merged.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178094#4178094
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178094