I\'ve been having problems trying to call an EJB\'s method from a Java Application Client. Here is the code.
EJB Remote Interface
package com.test;
impo
I have found something! I think there is a "special way" to add and configure components using NetBeans! I've been reading the netbeans's tutorials from the web pages and apparently I was doing the things wrong! So, this is not a real solution for this problem but maybe if you read one of those http://netbeans.org/kb/trails/java-ee.html you will find your aswers!
Regards