• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Moving Classes into a package
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Moving Classes into a package


  • Subject: Moving Classes into a package
  • From: Don Lindsay <email@hidden>
  • Date: Mon, 11 Sep 2006 20:13:12 -0400

Hello All;

I have an application that needs to be published on Tomcat.  When I installed it, in the log, there was a recommendation that the Application was not in a package and this might cause issues.  So I decided to package the classes.

Application Description:
WebObjects Version: 5.3
Frameworks (Custom): JavaWOSecurity.Framewor

Changes Made to Package the Application:
Added package name com.psgs.dwtm to the top of all java files.
Modified all EO descriptions to fully qualify the classes.  (Example: com.psgs.dwtm.Person)
Modified the dwtm build to specify the full classpath of the application.

Issue:
 When I run the Application in XCode, the Application The LoginPage comes up.  I enter username and password and submit the form and the page refreshes but never validates the user.  There are no errors or stack traces in the logs.  Debugging does not reveal anything strange.  

Questions:
1.  When calling pageWithName do I have to fully qualify the page name?
(Example pageWithName("com.psgs.dwtm.WelcomePage") as opposed to pageWithName("WelcomePage")
2.  Why has the application quit functioning?  Has anyone experienced anything like this before?

Don

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Moving Classes into a package
      • From: John Larson <email@hidden>
References: 
 >Xcode : copy web component (From: benoit cantin <email@hidden>)
 >Re: Xcode : copy web component (From: John Larson <email@hidden>)
 >Re: Xcode : copy web component (From: Paul Lynch <email@hidden>)

  • Prev by Date: Re: Session timeout and memory
  • Next by Date: Re: WO to go openSource?
  • Previous by thread: Re: Xcode : copy web component
  • Next by thread: Re: Moving Classes into a package
  • Index(es):
    • Date
    • Thread