[JBoss Tools (users)] - Re: Error Creating Seam Portlet
by andhdo
If you use: Ganymede + Seam 2.1.1 GA + jbos-portal bundle (2.7.1), you can solve this doing the following:
| * BUG-01 Remove jboss-seam.jar declaration of META-INF/manifest.mf file, and add again âÂÂjboss-seam.jarâ as library of the ejb project.
| * Bug-02: file pages.xml, comment log-level=âÂÂtraceâ sentence
|
|
| | The project creates duplicate entries of libraries in the project, specifically it loads richfaces-*.jar and richfaces-*-3.3.0-beta4.jar libraries, and this could alter the classloading; to solve this, you need to remove the old library stuff, and let the new (3.3.0 beta 4 libraries).
| | You need to do this for the web project, and you need to replace the rich-faces-api.jar lib in the ear project for the new one rich-faces-api-3.3.0-beta4.jar lib, and reference it in your ejb3 project
| |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204589#4204589
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204589
17 years, 2 months
[Clustering/JBoss] - Re: round robin on Jboss 5
by yairogen
"bstansberry(a)jboss.com" wrote : 1) What AS release?
The AS version is: jboss-5.0.0.GA
"bstansberry(a)jboss.com" wrote : 2) Please confirm that the nodes form a cluster after you restart. You can see the view (i.e. group membership) in the jboss:service=DefaultPartition mbean in the jmx-console. It's also logged in server.log.
Yes. I clearly see in the server logs that there are 2 members in the group.
"bstansberry(a)jboss.com" wrote : 3) If you have a proper two-node view, then I'll need more details on how your app works, preferably code showing how the client looks up the bean in JNDI, what it does with the naming Context reference, what it does with the bean reference, plus info on how many threads, etc.
I am using a Spring injection for my client. This may be the problem? I am using the "org.springframework.jndi.JndiObjectFactoryBean" object. I heard that there is something called: "Cluster Aware" Spring proxy that JBoss can offer. Is this true? Can you point me to this object?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204565#4204565
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204565
17 years, 2 months