I'm trying to figure out how to access resource files. In the SeaBreeze files I find "bgcolor=${theme:BGCOLOR1}" that references an entry in the Resource.properties file. I've set up the exact same structure in my jar files (after some work) and I can load images, CSS files but the way that Resource.properties is loaded is different? Here's the line from the jboss-service file
test/portal/themes/MyTheme
I know this may be a bit late, but I found a workaround is to create a languages folder for the theme and place the Resource.properties file in that. That is how the modules do it, and it does work.