|
byron
Forum Admin
| Joined: 07 Mar 2004 |
| Posts: 160 |
| Location: Newark, DE, USA |
|
 |
Posted: Fri Apr 02, 2004 10:48 pm |
|
 |
 |
 |
 |
Discovered a problem the hard way with components. If you are attempting to call a method in a component that is in a sub folder with a Java reserve word, you will have problems.
service.public.library is a cfc we have and I wanted to access a method as a web service, when CF went to compile the service it had problems because the package name in the .java file was services.public;
Just something to keep in mind.
|
|
|