add these two jars it will work
jackson-core-asl-1.7.2.jar
and
jackson-mapper-asl-1.7.2.jar
Type: Posts; User: 42rohan; Keyword(s):
add these two jars it will work
jackson-core-asl-1.7.2.jar
and
jackson-mapper-asl-1.7.2.jar
The above code deployed and works properly in jboss4.2, but there is problem deploying it in jboss 5.1. few of them have suggested to use the below tag to work. but its ain't working
<property...
using jboss5.1 + spring + jpa.,
i have done the following set up
In persistence.xml
<persistence-unit name="THEATRE" transaction-type="RESOURCE_LOCAL">
In application-context.xml
...