aspose file tools
The moose likes Beginning Java and the fly likes custom event Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "custom event" Watch "custom event" New topic
Author

custom event

Hiep Nguyen
Ranch Hand

Joined: Oct 26, 2001
Posts: 46
i write some my event then i post it into EventQueue, but when i run my program it throw some system errors:
unable to dispatch event:
[error]
sunyard.sax.event.StartEntityEvent[] on <AAA ></AAA>
unable to dispatch event: sunyard.sax.event.ValueEntityEvent[] on <AAA > aaa</AAA>
unable to dispatch event: sunyard.sax.event.EndEntityEvent[] on </AAA ><//AAA>
[/error]
what's my problem ?
thank you !
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: custom event
 
Similar Threads
Need Help with XSLT
Problem with tag libraries
synchronization in a loop
events
What's wrong with my deployment descriptor?