• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBuilder 8 and Web Services: Don't compile

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello:
I am using JBuilder8 Enterprise to create a web service from a EJB. I used Web Services Configuration wizard. This wizard created a set of XML and JSP files. When I compile, I got this message error:


"list.jsp": Error #: 901 : package . stated in source C:\Documents and SettingsrafonsoprojetosentityEJBclassesGenerated Source.jspEntityEJBadminadmin2flist2ejsp.java does not match directory admin


In this JSP file there is not tags <%@ page import="..."%>. In java file generated from JSP page is shown only the imports relatives to JSP files. There is not "import .".
How do I correct this?
Thanks,
[ March 06, 2003: Message edited by: Rafael Afonso ]
 
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i haven't understand your situation completely,but there is one question:if you want your jbuilder works well,put your source code in a shorter and no blank space path!
reply
    Bookmark Topic Watch Topic
  • New Topic