• 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
Re: JDBC and Maven
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JDBC and Maven


  • Subject: Re: JDBC and Maven
  • From: Ramsey Gurley via Webobjects-dev <email@hidden>
  • Date: Mon, 10 Feb 2025 07:27:02 +0900

With more patience this morning I tried to run your project. I had to add to pom.xml

       <pluginRepositories>
                <pluginRepository>
                        <id>wocommunity.releases</id>
                        <name>WOCommunity Releases</name>
                        <releases>
<enabled>true</enabled>
                        </releases>
                        <snapshots>
<enabled>false</enabled>
                        </snapshots>
<url>https://maven.wocommunity.org/content/groups/public/</url>
                </pluginRepository>
        </pluginRepositories>
        <repositories>
                <repository>
                        <id>wocommunity.releases</id>
                        <name>WOCommunity Releases</name>
                        <releases>
<enabled>true</enabled>
                        </releases>
                        <snapshots>
<enabled>false</enabled>
                        </snapshots>
<url>https://maven.wocommunity.org/content/groups/public/</url>
                </repository>
        </repositories>

because my .m2/settings.xml is unmodified/does not exist. That allowed it to build. Then in Main.java, I added

publicWOComponent defaultPage() {

if(isAssistantCheckboxVisible()) {

D2W.factory().setWebAssistantEnabled(wantsWebAssistant);

}

WOComponent page= D2W.factory().defaultPage(session());

ERMODQueryEntitiesPage p= (ERMODQueryEntitiesPage) page;

String look= (String)p.d2wContext().valueForKey("look");

returnpage;

}

Just to see if the look rule was firing and it is. I see it returns ERModernLook. So... it works on my machine?

On 2/10/25 1:09 AM, Theodore Petrosky wrote:
Thank you for taking the time to look at these problems. I will keep my eyes open for any of these updates…



On Feb 9, 2025, at 6:09 AM, Ramsey Gurley <email@hidden> wrote:

I downloaded and tried to File ->Import ->Maven->Maven Project on your FW and app and both sent eclipse into an infinite loop of dialogs. I had to force quit eclipse twice just to see the imported folders.
 _______________________________________________
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: JDBC and Maven
      • From: Theodore Petrosky via Webobjects-dev <email@hidden>
References: 
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Ramsey Gurley via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Ramsey Gurley via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Ramsey Gurley via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: I am in PANIC MODE because of Sequoia network access restrictions
  • Next by Date: Re: JDBC and Maven
  • Previous by thread: Re: JDBC and Maven
  • Next by thread: Re: JDBC and Maven
  • Index(es):
    • Date
    • Thread