Tagged Questions
4
votes
2answers
1k views
Maven String Replace of Text Web Resources
I have a Maven web application with text files in
src/main/webapp/textfilesdir
As I understand it, during the package phase this textfilesdir directory will be copied into the
...
3
votes
1answer
671 views
Request-scoped beans and datamodel initialization?
UPDATE II:
OK, I managed to narrow it down a little.
I have a page with a datatable with sorting and filtering functionalities, both taking place in the DB. In other words, I do not use the embedded ...
0
votes
1answer
1k views
Axis2 Migration
We had an application using axis2 1.0. We recently migrated to axis2 1.4. After migration we are facing the following error at runtime:
public static org.apache.axis2.context.ConfigurationContext ...