Archive for the ‘ hibernate ’ Category
edit the pom.xml file: change the spring version to 2.5.5. this is below <!– Framework dependency versions –> delete the dependency with the artifactId ‘xfire-java5′ and ‘xfire-spring’ insert the cxf dependencies: <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-api</artifactId> <version>2.1.3</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>2.1.3</version> <exclusions> <!-- [ READ MORE ]
well its not that spectacular but for me it couldn’t be better: In my Application which i’m developing over a year now i need to access the radius database for user modifications. say simple: in my app i want to control who can access the internet. I opend the database port 3306 by uncommenting the bindto=127.0.0.1 in [ READ MORE ]