[EJB 3.0] - How do I get EJB 3 and legacy EJB 2.x beans to live in harmo
by JohnCurley
Hi, All:
Searching Google, JBoss docs, everywhere trying to find an answer.
I am running
JBoss 4.0.5.GA that was installed with the JEMS installer and the ejb3-cluster selection
I created an EJB3 compliant bean and a persistence.xml and persistence unit. This is my first EJB3 bean.
The problem is that now that I deploy my new ear file, the EJB 3 bean deploys but the previously valid EJB 2.x beans don't. They are now in the FAILED state as revealed by the jmx-console.
Here is the printout of one of my EJB 2.1 bean console errors
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:ear=benefficiencyEnterprise-6.1.ear,jar=benefficiency-business-tier-6.1.jar,name=DistributionCalendar,service=EJB3
State: FAILED
Reason: java.lang.RuntimeException: An exception occurred initialising interceptors for class com.talavara.viper.business.session.ejb.DistributionCalendarSession.getEJBLocalHome
How do I get my legacy EJB beans work now that I have added an EJB 3 bean?
Thank you in advance for your help,
John Curley
jcurley(a)talavara.com
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041507#4041507
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041507
18 years, 11 months
[JBoss Portal] - Floating footer in wrong location
by PeterJ
I know this is a really minor nit, but I wonder if anyone else is seeing this. In 2.4.1, Renaissance theme, using Firefox, the footer text "Powered by JBoss Portal" appears to float on top of the portlet in the right column. For example, on the "default" page, the text appears in the "Project Information" block. On the "Admin" page, with the "root" entry in the tree view of the Management Portlet not expanded, the text appears pasted over the Name, Type and Created column entries for the "default" folder in the CMS Admin portlet window.
In Internet Explorer, on the other hand, the "Powered by JBoss Portal" text properly floats to the bottom of the page.
I have looked at the style sheet definition of 'footer-container', and based on what I know about the style "clear: both", it should work. But in Firefox it is not clearing either column (I can't figure out which divs Firefox even thinks that the text is clearing). To view something interesting, using the Web Developer plug-in for Firefox, turn on "Outline Current Element" and hover over the "Powered by JBoss Portal" text and note that the div outline spans the entire page, though behind the portlet windows. It is obviously not clearing the divs that
I'm not sure whose problem this even is. Could it be that Firefox is handling the styles incorrectly? Or is IE doing one of its "I think I know what you meant, so I'll do that instead of what I'm supposed to do" things that it does all the time? What happens on other browsers?
Like I said, not an earth-shattering issue, but definitely a puzzlement.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041498#4041498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041498
18 years, 11 months