java - What version of CXF should I use? -
i have been updating of example cxf programs. thought best approach selecting correct version check cxf out apache , build on machine. found latest versions of cxf (2.7.4, 2.7.5), run permgen out-of-memory errors during build process. expect that framework build cleanly without tuning maven settings? sorry rant, waisted time cxf upgrade codegen options changed significantly.
sorry stomping on open source developer efforts this. hope understand.
thanks efforts.
have tried build additional memory setting? issue documented work around/solution
export maven_opts="-xmx512m -xx:maxpermsize=128m" you try larger value.
Comments
Post a Comment