Re: [Tomcat] -Classpath ordering issue (Dev WO)

2020-01-31 Thread Faizel Dakri via Webobjects-dev
: Hope it helps, F -- Faizel Dakri list...@dakri.com > On Jan 30, 2020, at 04:13 AM, Dev WO via Webobjects-dev > wrote: &

Re: On the future of WO (here we go again)

2019-03-19 Thread Faizel Dakri
userInfo when generating my parent _EOEntity classes). In any case, it is good to know that the foundations for metadata support is there if needed. Regards, F -- Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> > > > On Mar 19, 2019, at 06:54 AM, Andrus Adamch

Re: On the future of WO (here we go again)

2019-03-19 Thread Faizel Dakri
an avenue that I’m going to start looking into. Regards, F -- Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> On Mar 18, 2019, at 9:11 AM, Maik Musall mailto:m...@selbstdenker.ag>> wrote: > Hi Faizel, > > the EOF model importer wasn't perfect. Quite

Re: On the future of WO (here we go again)

2019-03-17 Thread Faizel Dakri
if anyone else is in a similar position, or has already solved such an issue? Regards, F -- Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> > On Mar 15, 2019, at 10:18 AM, Maik Musall <mailto:m...@selbstdenker.ag>> wrote: > > Hi Mark, > > In 2017

Re: AWS ECS - containerizing WO deployments

2019-03-17 Thread Faizel Dakri
started at boot is another improvement high on my list. I know it can be done, and it may already be capable of doing it, but I haven’t spent any significant energy or time investigating this as I don’t need it at the moment. Hope that helps. F -- Faizel Dakri list...@dakri.com <mailto:l

Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Faizel Dakri
I’ve been using Eclipse 2018-12 for a few weeks now and it appears to be working fine. I haven’t yet run into anything surprising. F -- Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> > On Feb 5, 2019, at 11:59 AM, Morris, Mark <mailto:mark.mor...@experian.com>&g

Re: Going out of the community

2016-10-11 Thread Faizel Dakri
Pascal, Thanks for all of your efforts over the years. I am glad that I was finally able to make it to WOWODC this year and meet you in person. I hope you do take some time and start enjoying life—you deserve it. All the best to you and whatever you embark on next. F -- Faizel Dakri list

Re: Maven migration: last two hurdles

2016-10-11 Thread Faizel Dakri
${basedir}/src/main/components/dashboard ... ... ... Hope that helps. F -- Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> > On 2016-Oct-09,

Re: woframework vs jar packaging in maven

2015-12-10 Thread Faizel Dakri
The woframework packaging creates a jar file with the Resources folder included (probably other WO-related items as well). I don’t think the standard jar packaging includes those. F -- Faizel Dakri list...@dakri.com > On 2015-Dec-08, at 05:03 PM, Ramsey Gurley wrote: > &g

Re: Missing artifact com.google.code:jabsorb:jar:1.2.2

2015-10-10 Thread Faizel Dakri
doing just that to include 1.3.2 of jabsorb in my apps and it has been working out okay. F -- Faizel Dakri list...@dakri.com > On 2015-Oct-09, at 07:16 PM, Ramsey Gurley wrote: > > I’m currently in the process of converting a core framework into a maven > project and I’ve run i

Re: WO Maven getting started

2015-09-11 Thread Faizel Dakri
. Perhaps it has something to do with the version of the wolifecycle plugin that was being referenced. F -- Faizel Dakri list...@dakri.com > On 2015-Sep-11, at 04:19 PM, Ramsey Gurley wrote: > > So I really desperately want to migrate my projects to Maven. I tried back in > May

Re: WO Maven getting started

2015-09-11 Thread Faizel Dakri
http://maven.wocommunity.org/service/local/repositories/releases/content/org/objectstyle/woproject/maven2/archetypes/2.1/archetypes-2.1-catalog.xml Good luck. F Faizel Dakri list...@dakri.com > On 2015-Sep-11, at 04:19 PM, Ramsey Gurley wrote: > > So I really desperately want to migrate

Re: Using WO with modern dependency management

2015-05-06 Thread Faizel Dakri
and dependencies are resolved from the workspace before the local maven repo (there is a setting in a project’s properties where you can toggle this behavior; I believe it defaults to workspace resolution). F -- Faizel Dakri list...@dakri.com > > On May 6, 2015, at 12:47 AM, Fai

Re: Using WO with modern dependency management

2015-05-06 Thread Faizel Dakri
/display/documentation/Maven+Running+or+Debugging+as+WO+Application -- Faizel Dakri list...@dakri.com > On 2015-May-04, at 11:43 AM, Chuck Hill wrote: > > I think that “Maven expert” is the key here. This is not a trivial thing to > setup correctly and maintain. It is triv

Re: Using WO with modern dependency management

2015-05-05 Thread Faizel Dakri
single war file. -- Faizel Dakri list...@dakri.com > On 2015-May-04, at 11:43 AM, Chuck Hill wrote: > > I think that “Maven expert” is the key here. This is not a trivial thing to > setup correctly and maintain. It is trivial to setup and use incorrectly and > I hav

maven.wocommunity.org is down

2015-01-12 Thread Faizel Dakri
Looks like the WOCommunity maven repo is down again. Can someone with access restart it? Thanks, F -- Faizel Dakri list...@dakri.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects

Fix to allow using WOResponse.setContentStream() for servlet deployments

2015-01-07 Thread Faizel Dakri
t already has a dependency on JavaWOJSPServlet. I do see quite a few other WO replacements in there, but I don't see any servlet code there, so I wanted to check beforehand in case there is a better place for it. Thanks. F -- Faizel Dakri list...@dakri.com __

Re: How to automate split installs with maven

2015-01-02 Thread Faizel Dakri
on of the webserver-resources when building the jar packages for each framework and application project, but I haven’t had the time to investigate yet. Thanks again for the help, F -- Faizel Dakri list...@dakri.com > On 2014-Dec-31, at 10:43 AM, John Huss wrote: > > I wouldn

How to automate split installs with maven

2014-12-30 Thread Faizel Dakri
ased builds and when packaging as a woa in maven, but could not find a way when packaging as war in maven. Am I missing something? Thanks for any advice or pointers. F -- Faizel Dakri list...@dakri.com ___ Do not post admin requests to the lis

WOCommunity maven repository down?

2014-11-13 Thread Faizel Dakri
It appears as though the WOCommunity maven repo is down: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. F -- Faizel Dakri list...@dakri.com

Re: framework order??

2014-11-09 Thread Faizel Dakri
the migrations in the Properties file lists MyOtherModel before MyModel. F — Faizel Dakri list...@dakri.com <mailto:list...@dakri.com> > On 2014-Nov-09, at 09:14 AM, Theodore Petrosky <mailto:tedp...@yahoo.com>> wrote: > > I am working on a project that requires

Re: Mavericks clean install set up problem

2013-11-11 Thread Faizel Dakri
-WOHost localhost -WOPort 1085 Mind you, I didn't do a clean install of Mavericks, so this is left over from my Mountain Lion installation, but it still seems to be working. Hope that helps. F -- Faizel Dakri On 2013-Nov-10, at 10:21

Re: WOWODC 13 : Dash

2013-06-28 Thread Faizel Dakri
but it does get you a heck of a lot more than if you were to generate the docset using the default scripts (in my Dash docset, I have 2208 wonder classes and 788 WO classes, which is a lot more than when I generated them without pre-processing the javadoc comments). Hope that

Re: CSS framework

2013-06-20 Thread Faizel Dakri
I still edit my .scss files in either Eclipse or a text editor. But to process them, I rely on the CodeKit[1] app. You set up "projects" in CodeKit, which are just folders that you drag into its main window. You can have multiple projects monitored and you can tweak the settings of individual fi

Re: Creating a WO Maven project

2013-04-18 Thread Faizel Dakri
I believe the Wonder projects have customized pom.xml files that specify the sourceDirectory explicitly. But this is sort of going against the maven standard. There was an old page on the wiki that touched on this: http://wiki.wocommunity.org/display/documentation/Maven+Kicking+the+tyres+without

Re: EOF not setting the PK in INSERT statements

2013-03-03 Thread Faizel Dakri
I don't see a column name for your id attribute in the plist file. Perhaps that is throwing EOF off. F On 2013-Mar-03, at 08:49 PM, David Avendasora wrote: > Hey all, > > I have one entity (out of about 40) that refuses to insert data into my > FrontBase database. It generates the SQL but is

Re: Best way to web 2.0 ?

2013-01-15 Thread Faizel Dakri
in the first book include dealing with multi-column layouts, styling input forms, styling a calendar, and taking advantage of positioning. The second book covers more advanced topics like styling tabs, drop-down menus, list menus, etc. Hope that helps! F -- Faizel Dakri On 2013-Jan-15

Re: Prototypes don't load from ERPrototypes in Entity Modeler when building with maven

2011-11-14 Thread Faizel Dakri
Thanks Henrique, that seemed to do the trick. F -- Faizel Dakri On 2011-Nov-14, at 10:27 AM, Henrique Prange wrote: > Hi Faizel, > > I've seen this problem on multi-module projects. I solved it removing the > parent project from the workspace (without removing the

Prototypes don't load from ERPrototypes in Entity Modeler when building with maven

2011-11-12 Thread Faizel Dakri
Have any maven users out there seen a problem with prototypes not showing up in Entity Modeler? I've got a project with an eomodel that has a dependency on ERPrototypes, but when I open the model in Entity Modeler, all of the prototypes seem to disappear. Searching through the archives revealed

Re: Problem with the WebObjects, WOLips and Wonder Tutorial, Part 1

2011-11-12 Thread Faizel Dakri
= "org.postgresql.Driver"; >password = demo; > plugin = PostgresqlPlugIn; >username = demo; >}; >prototypeEntityName = EOJDBCPostgresqlPrototypes; >}; >}; >}; >

Re: Problem with the WebObjects, WOLips and Wonder Tutorial, Part 1

2011-11-11 Thread Faizel Dakri
The generated classes should be written to the com.sooperseekrit.model package in your project. Check to make sure you're not filtering the _Entity.java files in Eclipse (click on the "Down Triangle" button in the WO Explorer view and select "Filters..." from the menu; make sure that "EOGenerato

Re: AjaxUpdateContainer ?

2011-04-27 Thread Faizel Dakri
If you can't use a batching table, can you maybe split your data set into groups and then wrap each group in a tbody tag, which you can then mark as an update container (or wrap it in an update container). That way you don't have to have one update container per row, but you're also not forcing

Re: A few newbie maven questions

2011-01-10 Thread Faizel Dakri
to access the WOCommunity Repository directly as > soon as I arrive in the office. > > Sent from my iPhone > > On 06/01/2011, at 02:58, Faizel Dakri wrote: > >> Henrique, >> >> On 2011-Jan-05, at 06:01 AM, Henrique Prange wrote: >> >>> On 02/01/2

Re: A few newbie maven questions

2011-01-05 Thread Faizel Dakri
Henrique, On 2011-Jan-05, at 06:01 AM, Henrique Prange wrote: > On 02/01/2011, at 22:51, Faizel Dakri wrote: >> >> #1: When I launch Eclipse, the console always shows errors when trying to >> update the index for the wocommunity repositories: >> >>

A few newbie maven questions

2011-01-02 Thread Faizel Dakri
Hi All, Happy new year to everyone. I've got some newbie questions about WO & Maven. I have what appears to be a working installation currently with the following components: Mac OS X 10.6 + Java 1.6 + WebObjects 5.4.3 + Maven 2.2.1 Eclipse 3.6.1 + WOLips 3.6.6215 + m2Eclipse 0.12.0.20101115

OGNL binding validation problems

2009-12-10 Thread Faizel Dakri
Hi all, I thought that appending a "//VALID" comment to a binding would bypass any validation on that binding. What I'm seeing, however, is that some of my OGNL bindings are flagged as errors. Here's an example: MasterEdits: MPVCheckboxMatrix { list = editTypeList; item = editTypeIterator;

Re: Velocity Template Question

2009-11-21 Thread Faizel Dakri
I'm assuming that the 'code' is an EO attribute of an entity. I think you'll have to iterate over the list of attributes, check the name and set a flag manually. Then you can conditionally generate your template code base on the flag. I may be wrong--and I'd love to find an easier way if I am-

Re: Many to many relationship... some problem

2009-08-03 Thread Faizel Dakri
list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/listfez%40dakri.com This email sent to list...@dakri.com -- Faizel Dakri ___ Do not post admin requests

Re: in NSSelector

2009-06-02 Thread Faizel Dakri
NSSelector selector = new NSSelector("sessionDidExpire", new Class[] { NSNotification.class }); Fez -- Faizel Dakri fai...@dakri.com ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (W

Re: Invoking Subcomponent Action

2009-02-18 Thread Faizel Dakri
On Feb 18, 2009, at 02:33 PM, Henrique Prange wrote: Simple question: Is there a simple/correct way to call subcomponent actions? How can I do that? Here is an example why I need that. I have the following structure in one of my components: I need to clear the state of the componen

Re: wosid != session().sessionID()

2008-10-28 Thread Faizel Dakri
On Oct 28, 2008, at 07:37 PM, Ricardo J. Parada wrote: Anyways, does any body have any advise as to why this is happening? If the original session expired, would then session() return a new session? Yes, I believe the session() method will create a new session if it cannot find the re