[JBoss/Spring Integration] - Re: Problem in spring integration
by astonishingone
alesj thank you for ur reply
I added ejb3 support to my jboss 4.0.5 ,sorry for this silly mistake as i am new to jboss.
Now following error is coming
15:46:28,531 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,
| module=business.ejb3
| java.lang.NoClassDefFoundError: Lorg/jboss/tutorial/spring/WordsCreator;
| at java.lang.Class.getDeclaredFields0(Native Method)
| at java.lang.Class.privateGetDeclaredFields(Class.java:2232)
| at java.lang.Class.getDeclaredFields(Class.java:1715)
Looks like not able to find the spring beans declared in
spring-pojo.spring/
beans classes
META-INF/
jboss-spring.xml
Thanks in advance
I am new to spring and jboss thank you for understanding and I am converting my application to spring + ejb3 + hibernate in jboss as it will be an enterprise application and want to target 20 thousand + concurrent user ,so any suggestions /advice will be highly appreciated
Thanks again for help in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057126#4057126
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057126
18Â years, 10Â months
[JBoss Seam] - Re: Entry Point
by utiba_davidr
Hi,
Should the same technique be used to layer xhtml resources like EJB's can be (using the @Install annotation)? If so, how would you have multiple pages.xml files - and would it conflict?
Say I had a real view: "/product/function.xhtml" and I had customised version of it deployed at a particular site called "/site/product/function.xhtml". Could (or rather should) I use this approach:
<page view-id="/product/function.xhtml">
| <navigation>
| <render view-id="/site/product/function.xhtml"/>
| </navigation>
| </page>
And refer to the view generally as only "/product/function.xhtml", but actually load "/site/product/function.xhtml". Or should I use something like EL at all times and resolve the actual resource via a method call or resource bundle?
What methodology have you used to address this in the past?
Cheers,
David
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057121#4057121
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057121
18Â years, 10Â months