Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
Originally posted by Pawe� N/A:
public java.lang.Integer ejbCreate(Integer id, String value) throws javax.ejb.CreateException {
this.setId(new Integer("0"));
this.setValue(value);
System.out.println ("Id is: " + this.getId());
return null;
}
Originally posted by Pawe� N/A:
I think it's OK, but I can't see "CALL IDENTITY()" there :-(.
--<br />Aleksander Adamowski<br /> <a href="http://olo.org.pl" target="_blank" rel="nofollow">http://olo.org.pl</a>
--<br />Aleksander Adamowski<br /> <a href="http://olo.org.pl" target="_blank" rel="nofollow">http://olo.org.pl</a>
After some pecan pie, you might want to cleanse your palatte with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
|