[JBoss Seam] - Seam breaks with Groovy
by trouby
Hi,
I have an annoying issue,
I'm trying to pack Seam (jboss-seam.jar/thirdparty-all.jar) plus Groovy scripting language (http://groovy.codehaus.org/)
As it seems, Seam uses ASM package (by Objectweb) while Groovy do the same.
Problem is that Groovy comes with asm ver 2.2 while I'm not sure which Asm version Seam requires, but both doesnt work together.
So if I dont include any ASM jars except what comes with thirdparty-all.jar I get an exception that some classes are missing such as:
| [#|2007-03-01T13:06:45.080+0200|INFO|sun-appserver9.1|javax.enterprise.system.container.ejb|_ThreadID=20;_ThreadName=httpSSLWorkerThread-8181-0;|
| javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean: java.lang.NoClassDefFoundError: org/objectweb/asm/Opcodes
| at com.sun.ejb.containers.BaseContainer.checkExceptionClientTx(BaseContainer.java:3675)
| ...
|
If I include the asm-2.2.jar file which comes with Groovy, then Groovy complains with errors such as:
| org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V|#]
|
Any solution here? I assume both Groovy/Seam make a use of different ASM versions.... :-/
Thanks guys,
Asaf.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024504#4024504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024504
17Â years, 10Â months
[Installation, Configuration & Deployment] - Re: Upgrading Server, SQL Server, JBoss, Java, JDBC for Larg
by genman
Well, it's a big project, and I doubt you'll get much help on every detail of it here.
With regards to migration, the easiest thing is to simply throw your code on to the new JBoss and see what breaks. Now, the great thing about JBoss is that it is fairly backwards compatible. The trouble areas are classloading and the areas which do change are the server configurations and security configurations.
It's better to jump in and post questions if you are stuck, than expect us to anticipate every possible problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024503#4024503
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024503
17Â years, 10Â months
[JBoss jBPM] - jBPM Process Image Quirks
by julian_k
Hi,
I am using jBPM 3.0.x and the process image tag doesn't seem to position the table with the red border properly over the current node. It appears to work on certain nodes, but not others. I have tried to recreate the process image, but that makes no difference. The value in GPD.xml can't be altered b/c it adversely affects the ability to edit the process in the GPD. The values that are printing into the HTML are similar to the ones in GPD.xml, but the overlay doesn't line up (similar meaning the values are close, but have some differences due to border calculations in the tag's java file). Is it possible that the x,y,height, and width coordinates in gpd.xml don't correlate to a web browser with 100% fidelity? I am trying this on IE7 and have seen it in IE6. Also, I have taken the HTML output from the ProcessImagTag.java in a standalone HTML file (no other tags in the body) and it still doesn't line up. Any suggestions are appreciated.
Thanks,
Julian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024498#4024498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024498
17Â years, 10Â months