Sergi Baila
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Sergi Baila created a post, Problem using JPA console
I'm having problems runing the JPA console. I have a simple Java EE project and wanted to try this but all I got is this message:jpa-ql> select c.id from Cliente cjava.lang.RuntimeException: javax.... -
Sergi Baila commented, -
Sergi Baila created a post, How can I make IDEA generate a build number automatically for my project?
So, that's the question. I want to just throw a build number somewhere in a file which is updated automatically by IDEA. I've thought of using the "pre-process" or "post-process" tabs on the artifa... -
Sergi Baila commented, -
-
-
Sergi Baila created a post, JSF, Facelets and HTML 5 mix support on IDEA 10
Hi.I'm developing a Java EE 6 web app using JSF 2 with facelets templating. During development I needed to use custom attributes so I went with the HTML 5 standard:<div data-nota="#{nota}" data-al...