jboss 5.1.0 integration with jdk6 and spring2.5.1 compatible? - spring-mvc

is jbos5.1.0 compatible with jdk6 and spring2.5.X.
I am also integraion acegi security and not spring security 3.0 as i am using spring 2.5.0?
IS jboss 5.1.0 comaptible with spribng3.0 andjdk6 ?

A few months ago, I've tried JBoss 5 with Spring 2.5.6 and couldn't deploy my application, because of this bug. The comments on the issue, mention the problem only happens with EJB, but my application didn't make use of EJB and it was packed as a war.
According to the JIRA, this was fixed in spring 3.0RC1, but I haven't tried it (for now, I gave up updating to a new version of JBoss).

Related

Getting 'java.lang.ClassNotFoundException: org.springframework.core.log.LogAccessor' when updating spring-kafka to 2.4.0.RELEASE

We are using spring boot 2.1.7.RELEASE and spring-kafka 2.2.7.RELEASE. Now, we are planning to update the spring-kafka version to 2.4.0.RELEASE and getting below error on app startup
java.lang.ClassNotFoundException: org.springframework.core.log.LogAccessor
Can you please suggest what am i missing here?
Yeah... For that feature you also need to upgrade a spring-core to 5.2.x version. But with that it would be better to move your project fully to Spring Boot 2.2. Otherwise it is going to be a lot of incompatibility. We never advertised that the latest Spring for Apache Kafka is going to work with that old Spring Boot.

Spring 4 MVC Project without Maven

Does anyone have working project template with the following:
Spring 4.x MVC
Spring Security 4.x
Spring Data JPA 1.8.x
Hibernate 4.3.x
Unfortunately, I cannot use Maven currently and it is a pain to track down all of the dependencies.
I was eventually able to get maven finally working. I had to delete the entire repository several times before it finally started working

What is the effect of commenting out async-supported in web.xml of a grails 2.4 project?

I am trying to deploy a grails 2.4.4 war file to a weblogic 10.3.6 application server. One of the errors I encountered is that I had to downgrade to the servlet 2.5 xsd from servlet 3.0.
The downgrade meant that the async-supported tag was no longer supported.
Will this adversely affect my grails application from performing correctly?
I learned what it does from this question but would like to know how it would affect my grails project.
Unless your Grails application makes specific use of Servlet 3.0 features then you won't see any adverse effects. Put simply, this won't effect the base behavior of Grails itself.

Converting Play Framework Application to Spring MVC

We have done a quick proof of concept web application using PlayFramework1.2 and now we would like to proceed for production release however one of the concern is that Play Framework not enterprise compatible and wanted the application to be ported over to Spring.
Any tools or guidelines for porting over playframework project to spring MVC ?
Note: I'm saying not enterprise compatible because it seems Play1.x development been abandoned and no any new Play 1.x release recently. Also current Play framework 2.0 more focus on Scala rather than Java.
As above posters mentioned Play 1.x was an initial draft. I was in your shoes contemplating whether to rebuild the app in Spring but I gave Play 2.x a chance and now I don't think I want to go for Spring at all. With every release Play is becoming more and more feature rich. I think before migrating to Spring you should give Play 2.1 a chance. Moreover if you need Spring for DI then you can actually mix Spring with Play 2.1 as well. See this demo app:
https://github.com/guillaumebort/play20-spring-demo
Hope that helps.

Will jboss seam 1.1 work with JSF 1.2?

We have a legacy app which uses seam 1.1. Its deployed on websphere 7 which has JSF 1.2. So will it cause any problems? Are seam 1.1 and JSF 1.2 compatible?
Or do i need to upgrade the version of jboss seam which is compatible with jsf 1.2?
EDIT 1:-
The reason I am asking this question is that suddenly we are getting following erros
application E JSF1007: Duplicate component ID listForm:j_id_jsp_768167483_47:templateItems:j_id_jsp_768167483_77 found in view.
Another team has said that its because of the version mismatch of JSF being used in app and the JSf version supported by websphere 7 which is 1.2.
Yes, They both are compatible and will cause no problems.

Resources