Chris Stokes

Greenhorn
+ Follow
since Aug 28, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chris Stokes

Hi all,
Looking at the entity bean relationships chapter in the head first ejb book I have a question concerning the MovieBean/Director example.
In the MovieBean instead of mapping the directorId db field to an abstract getter/setter it has used a cmr field for director so you can link to the Director bean instead of just the db foreign key id. This is great, but I'm just wondering when you create a new MovieBean (and a new row in the db), the ejbPostCreate method is called (where you call the setDirector with the corresponding Director entity) how the db will know to insert the directorId from the DirectorBean into the newly created Movie db row (giving it the correct fk).
Hope this is clear, not overly sure if its clear in my head to be honest!!
Thanks
Chris
Hi guys,
This is a really stupid question but I can't work out how to turn off atumatic indent on JBuilder 8. Its quite infuriating not being able to use tab!!!
Any help would be appreciated
Chris
Hi,
I'm trying to set up 1.0 release version of Axis but keep getting the following error:
org.apache.axis.InternalException: org.apache.axis.ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: java.lang.Exception: Must
include type attribute for Handler deployment!
java.lang.Exception: Must include type attribute for Handler deployment!
at org.apache.axis.ConfigurationException.<init>(ConfigurationException.java:89)
at org.apache.axis.deployment.wsdd.WSDDException.<init>(WSDDException.java:72)
at org.apache.axis.deployment.wsdd.WSDDHandler.<init>(WSDDHandler.java:90)
at org.apache.axis.deployment.wsdd.WSDDDeployment.<init>(WSDDDeployment.java:225)
at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:107)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:210)
at org.apache.axis.AxisEngine.init(AxisEngine.java:188)
I'm quite stumped at the moment, as I was just trying to test out a simple .jws deployed service.
Any help would be appreciated
Thanks
20 years ago
Hi,
I'm trying to get the currenttime from a Netscape LDAP directory but I'm having quite a few problems. Does anyone have any tips.
Thanks
21 years ago
Hi,
I'm trying to find out a way of using jndi to produce a search that will bring back the attributes of an objectclass, required or otherwise. I can run searches, for example, using peoples surname (pretty basic stuff) but am quite stuck on this point. Anyone got any ideas?
Thanks in advance
Chris Stokes
22 years ago
Hi, I'm also new to this forum. Anybody out there used JDev+?