Hi friends,
im trying to work a sample ejb3 on my jboss 4.0.4, but when i deploy i get the following error. Can any one help me
=============================================================...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Q_22119937.ht...
Can mobile devices running J2ME connect to EJB3 containers?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_22490793.html
Zones:
EJB,
Ja...Date Answered: 05/02/2007 Rating: 7.8 Views: 0
Hi,
i need help for struts with ejb3.How call ejb from struts ?
please help me..
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Frameworks/Struts/Q_235311...
Zones:
Struts,
JNDI,
EJBDate Answered: 08/27/2008 Rating: 6.8 Views: 0
Dear fellow Java developers:
I am having problems running a very basic EJB3 application to run. The code is actually the source code from the Manning book, "EJB3 in Action" http://manning.com/...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_24368169.html
Hi everybody,
I've recently heard about ejb3, and it interest me for a project:
I will have a main site(an admin platform), who will use hibernate.
The problem, is that I would to access t...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_24473157.html
Zones:
EJB,
J2EE,
JavaDate Answered: 06/20/2009 Rating: 7.7 Views: 0
How to call Session bean's method at application startup in EJB3? I am using EJB 3 and Websphere 7.0. I do not want to use web components like servlet etc.
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_24428013.html
Zones:
EJBDate Answered: 10/06/2009 Rating: 7.4 Views: 81
1. What's the difference between EJB3 and the Spring framework?
2. Can distributed applications be created using Spring?
Thanks
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Q_224907...
What are the advantages and disadvantages of using EJB3 in not-too-big projects?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_22490800.html
Zones:
EJB,
J2EEDate Answered: 05/02/2007 Rating: 8.0 Views: 5
Hi all,
I've got an entity which defines a column as CLOB (Oracle 9i, EJB 3), e.g.
@Lob
@Column(name="FullText")
private String fullText;
Now when I try to set this from my application ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/EJB/Q_23460619.html
Zones:
EJBDate Answered: 06/23/2008 Rating: 8.1 Views: 16
If II annotate my session bean like that:
@Stateless ( name="UserFacadeBean", mappedName="UserFacadeRemote/remote")
public class UserFacadeBean implements UserFacadeLocal, UserFacadeRemote {
}...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_23793062.html