[Design of JBoss Profiler] - Re: Problems displaying results
by ivanneto
Hi Clebert.
Sorry for the delayed answer. I've done some more tests and I think that JBoss Profiler has some problems with Linux/AMD64 environments. I tried the same steps I described in my previous post, but this time I ran JBoss using a 32-bit Sun JVM. Everything went OK.
The config I used before (no success):
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_08-b03, mixed mode)
Linux 2.6.17-2-amd64
JBoss (MX MicroKernel) [5.0.0.Beta (build: CVSTag=HEAD date=200609140344)]
The config I used in a successful test:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
Same kernel, same JBoss version
I just changed the VM from a 64-bit to a 32-bit version and everything went just fine.
Best regards,
Ivan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985415#3985415
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985415
19 years, 5 months
[Design of JBoss jBPM] - improving the build
by tom.baeyens@jboss.com
I'm going to make some slight improvements to the build:
1) add build profiles
2) improve versioned dependencies
1) add build profiles
I'm going to factor out all the library version properties to a separate properties file. Many of these files can go into the profile directory. E.g. for each version of jboss, we can create a set of properties that match these of jboss. Also jbpm internal dependencies will be included in the profile property files.
2) improve versioned dependencies
For each top level subproject, you'll be able to specify wether the sources are used (using version 'snapshot'). Or wether a specific version from the repository is being used.
For each of the third party libs, you'll be able to specify the filename and version in the profile properties files.
Any early feedback comments on this are appreciated. Let me know asap when i should happen to break your build.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985368#3985368
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985368
19 years, 5 months
[Design of JBoss jBPM] - versioning for subprojects (e.g. bpel)
by tom.baeyens@jboss.com
I saw that bpel makes a distinction in versioning for the .jar and for the .war. This probably should be refactored as the idea was that only top level projects would be versioned separately. So this would imply that there is 1 version for the bpel sub project.
I assume that Alex made a small mistake when trying to reverse engineer this strategy. Documentation from my part might have helped :-) sorry! I'm working on stabilizing the build process and then I will try to enhance the docs as well.
Or were there specific reasons why you made a separation between the .war and .jar, Alex ?
Don't worry for now. I'm going to leave the bpel properties as they are and refactor the other projects a bit. Then I can show you how update the bpel properties accordingly. We can have a call to go through it. And if you explain me the bpel build process a bit, i can do that rework of the build properties for bpel as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985361#3985361
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985361
19 years, 5 months