Hallo,
small mistake:
@Stateless
public class XBean implements XLocal{
//... other business methods
public void processData(Data d){
d.value = 20;
}
}
should be:
@Stateless
public class XBean implements XLocal{
//... other business methods
public void processData(Data d){
d.setValue(20); // use SETer because of private attribute of value in Data
}
}
About Question enthuware.oce-ejbd.v6.2.357 :
Moderators: Site Manager, fjwalraven
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.oce-ejbd.v6.2.357 :
You are right. This has now been fixed.
thank you for your feedback!
thank you for your feedback!
Who is online
Users browsing this forum: No registered users and 2 guests