As I said, I'd rather focus on improving EL, but that shouldn't stop you from exploring the other possibilities. In working on jboss-el, we discovered that the web servers (tomcat, in specific) are very sensitive to the EL and will try to parse the EL. There's very little you can do there. With some help from facelets, you could probably make xpath work there. Beyond that, you need to look at the integration options provided by whatever technologies you are interested in.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081086#4081086
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081086
Hello,
I started project using Seam-managed persistence context with JPA. Later I needed some of the hibernate feature, so I used the delegation pattern wherever I needed it
| Session session = (Session)entityManager.getDelegate();
| session.persist(myEntity);
|
Now I'm wondering if I should just switch to hibernate, instead of using both.
I'd like to know if there is no need for me to completely switch to hibernate or if this is definitively better than dealing with the 2 persistence contexts.
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081079#4081079
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081079
OK. I set up two servers, JBossAs 4.2.0.GA with JBM 1.4.0.CR2.
I configured a bridge that successfully deployed.
I posted a message to server1 then listed all messaged from server1 jmx-console. No messages listed.
I listed all messages from server2 jmx-console. No messages listed.
I undeployed my bridge ( removed the service xml). Then I listed all messages from server1 jmx-console. My message listed.
I restratesd the bridge and listed the server1 messages. No message listed.
Shut down the bridge. The message listed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081078#4081078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081078