• 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: Theodore Petrosky via Webobjects-dev <email@hidden>
  • Date: Mon, 10 Feb 2025 05:23:38 -0500

It’s working!!!!😀

Thank you. Now I have to understand this folder layout. eogenerator puts stuff
in a weird folder hierarchy.I need to understand what is important.

Thanks again!!!!

> On Feb 9, 2025, at 5:27 PM, Ramsey Gurley <email@hidden> wrote:
>
> 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
>
>     public WOComponent defaultPage() {
>       if (isAssistantCheckboxVisible()) {
>               D2W.factory().setWebAssistantEnabled(wantsWebAssistant);
>       }
>         WOComponent page = D2W.factory().defaultPage(session());
>         ERMODQueryEntitiesPage p = (ERMODQueryEntitiesPage) page;
>         String look = (String)p.d2wContext().valueForKey("look");
>         return page;
>     }
>
> 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>
>>> <mailto: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

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>)
 >Re: JDBC and Maven (From: Ramsey Gurley via Webobjects-dev <email@hidden>)

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