Re: ERXExtensions have not been initialized persists

2012-09-04 Thread Ângelo Andrade Cirino
Hi John, I had an insight. Since the ERXApplication class is in the ERXExtensions framework, I changed the the frameworks order in the build path, putting it just below the JDK and now I am able to run my applications again, but for how long? This isn't the first time I have problems with the b

Re: ERXExtensions have not been initialized persists

2012-09-04 Thread John Huss
Try putting a breakpoint in the ERXApplication.Loader class, or commenting parts of it out. This checking is not essential. Also, the newest wonder has a debug setting for this code that would probably tell you why it isn't working. John On Tue, Sep 4, 2012 at 9:24 PM, Ângelo Andrade Cirino wro

ERXExtensions have not been initialized persists

2012-09-04 Thread Ângelo Andrade Cirino
Hi all, I sang victory too soon. After shutting down and restarting Eclipse (installed with Golipse) the problem raised again. The console output is this: [2012-9-4 23:21:50 BRT] Creating LifebeatThread now with: HelloWorld -1 localhost/127.0.0.1 1085 3 [2012-9-4 23:21:50 BRT] A fatal exc

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi G, I used Golipse to reinstall Eclipse. Regarding the UTF-8 setting, I had already set it up long ago and when I put a UTF-8 in a project file name for the first time Eclipse started crashing and trashing my workspace. I had no problem before using UTF-8 in file names for classes and resourc

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi All, I trashed everything Eclipse, WOLips, Wonder and WO and reinstalled all. This way I managed to get things working again, but only after messing with newly created workspaces and setting up the build paths again. Now I can create and run new projects again, provided the project doesn't n

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Theodore Petrosky
there was a comment about rebuilding your frameworks. I had a similar problem. I kept rebuilding the frameworks and it didn't help until I manually threw away the frameworks from /Library/Frameworks. After that, the newly built frameworks began functioning. Ted --- On Tue, 9/4/12, Ângelo Andra

Re: adding a component to a D2W page

2012-09-04 Thread Theodore Petrosky
this is what I was assuming I would have to do. However, I have no experience subclassing a page. Is there an example that shows this? I saw Ramsey's answer about using the aboveDisplayKeys (or something like that) that looked promising. I will keep plugging, but hopefully I will find an examp

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Chuck Hill
On 2012-09-04, at 11:35 AM, Tim Worman wrote: > Ângelo: > > I know someone suggested enabling bundles. Try disabling "Generate Bundles." > I have had it work both ways. My entire workspace is set to not generate > bundles and works great. However, I have found the Moo Tools examples require >

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Tim Worman
Ângelo: I know someone suggested enabling bundles. Try disabling "Generate Bundles." I have had it work both ways. My entire workspace is set to not generate bundles and works great. However, I have found the Moo Tools examples require it to be checked in order to not have this problem at launc

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi Chuck, Cleaning and rebuilding was one of my first attempts in solving the problem. I am guessing I will need to remove everything, from my copy of Wonder to Eclipse and everything related to it and then reinstall everything again. I had already looked at the ERExtension class initialization

Re: adding a component to a D2W page

2012-09-04 Thread Ramsey Gurley
Hi Ted, In all my page templates, I have an aboveDisplayPropertyKeys and a belowDisplayPropertyKeys. I know ERNeutral had them. I don't think Modern does, though it would be easy to add. They're useful for stuff like this :-) With a custom D2W component, you could insert some localized boilerpl

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Jesse Tayler
I hear ya. my suggestion is to solve the golipse troubles - authors are on this list and experts can help. whichever it is, either 1) a trouble that golipse should address or 2) a trouble with your configuration, you'll find it there, in golipse On Sep 4, 2012, at 1:52 PM,

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Chuck Hill
I can't guess what is wrong for you. Have you tried completely cleaning and re-building that framework? And removing any installed copies? If that does not work, I think you will need to step through the Wonder initialization code and see what the problem is. Chuck On 2012-09-04, at 10:55

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi Chuck, The project and the model where working properly until Eclipse damaged my workspace and I had to create a new one. Prior to the problem with Eclipse I was able to use migrations, ERAttachment and to setup my production database flawlessly. But now I am stuck. Angelo Em 04/09/2012, à

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi Jesse, I tried golipse and gave up after about four hours of watching debug info and no installation. I tried to install Eclipse 4.2 but then I had a problem with the installation of the WOLips plugin and this error: Missing requirement: WOLips 3.7.20120723.28 (org.objectstyle.wolips.featur

Re: I try again

2012-09-04 Thread Amedeo Mantica
Hello Jesse, Would be cool, but there are still people posting on wonder-disc Amedeo On 04/set/2012, at 15:53, Jesse Tayler wrote: > I think since the apple list won't go away - we had decided that the one list > would be apple. > > but I think the old list was never migrated? > > anyone? >

RE: com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression failed

2012-09-04 Thread Oscar González
Hi all,Thanks Chuck, I was wrong. This is my mistake I put "t8=id_cosecha= 1" instead of "t8.id_cosecha=1". It doesn't work in sqlplus.I don't know what I was thinking.Sorry. Ah! the "X" is just an alias for the subquery. Saludos,Oscar. > Subject: Re: com.webobjects.jdbcadaptor.JDBCAdaptorExcep

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi James, Generate Bundles is checked. Angelo Em 04/09/2012, às 13:45, James Cicenia escreveu: > Is your Eclipse --> Preferences-->Wolips-->Generate Bundles checked? It > helped me once. > > > > On Tue, Sep 4, 2012 at 11:27 AM, Ângelo Andrade Cirino > wrote: > Hi all, > > Eclipse caused

Re: Problem with nextPageDelegate

2012-09-04 Thread Jesse Tayler
someone else would likely offer a better response - but I typically set the nextPageDelegate in code not rules, your error, as you know is because you're not returning a page object but rather just a string with a name in it. seems I'm using methods that cover navigation calls, so there's code

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Chuck Hill
On 2012-09-04, at 9:27 AM, Ângelo Andrade Cirino wrote: > Hi all, > > Eclipse caused me a lot of trouble and made me lose a whole day of work and > now I am getting the ERXExtensions have not been initialized in all my > projects. This is the story: I created a new project and Eclipse started

Re: com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression failed

2012-09-04 Thread Chuck Hill
On 2012-09-04, at 9:44 AM, Oscar González wrote: > Hi all, > I'm having this error in a oracle query with rawrows. > But if I do the same query using sqlplus, It works perfect. > > com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression failed: > x.bloqueinterfaceid,x.lote,x.seccio

Re: Problem with nextPageDelegate

2012-09-04 Thread Ramsey Gurley
Hi Antoine, You almost had it. Use the entire class path and use the ERDDelayedObjectCreationAssignment instead of Assignment. That will generate the object using the default constructor. Be aware though... if you are working with embedded D2W pages with a bound action binding, you can't se

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Jesse Tayler
well, what are you using to setup your eclipse workspace? the downside of eclipse is, of course, it sucks - but the upside is you can pretty well always hack another dev folder a'new and try again. so, be certain to use golipse and whatever is on the wiki and try again. of course, your code _I

Re: I try again

2012-09-04 Thread Ramsey Gurley
On Sep 4, 2012, at 2:06 AM, Amedeo Mantica wrote: > Can we have a single mailing list ? I think I can handle this question... No :-) What happens when the Apple list goes down (again) and the wonder list is "retired"? Single point of failure. > When I have to start a topic I don't know whe

Problem with nextPageDelegate

2012-09-04 Thread Antoine Berry
Hello everybody, I'm working on a D2W application, and I'm trying to override most of the nextPage default behavior. I've created a delegate which reorient the user on an inspect page of his object after its creation (for exemple), and first i've set it in the code (through the navigationContr

Re: adding a component to a D2W page

2012-09-04 Thread Jesse Tayler
hi ted - is this something you can add to your page wrapper? if maybe that's not a great solution, in the past, when I have designed complex D2W apps, I end up subclassing pages and often make container elements like a 'panel' to handle arrangement of property level components and also to re

Re: Problem: ERXExtensions have not been initialized.

2012-09-04 Thread James Cicenia
Is your Eclipse --> Preferences-->Wolips-->Generate Bundles checked? It helped me once. On Tue, Sep 4, 2012 at 11:27 AM, Ângelo Andrade Cirino wrote: > Hi all, > > Eclipse caused me a lot of trouble and made me lose a whole day of work > and now I am getting the ERXExtensions have not been init

com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression failed

2012-09-04 Thread Oscar González
Hi all,I'm having this error in a oracle query with rawrows.But if I do the same query using sqlplus, It works perfect. com.webobjects.jdbcadaptor.JDBCAdaptorException: EvaluateExpression failed: = t8.fecha_promedio_siembra) or (t8=id_cosecha= 2 and t0.fecha_cosecha >= t8.fecha_establecimiento_

adding a component to a D2W page

2012-09-04 Thread Theodore Petrosky
I have a D2w app. they want to add some instructional text to the top of the page (under the Menubar). Obviously, the text will change for each tab that is selected. How do I add this markup in? or How do I create the hook so a component can fly in here as needed? Ted

Problem: ERXExtensions have not been initialized.

2012-09-04 Thread Ângelo Andrade Cirino
Hi all, Eclipse caused me a lot of trouble and made me lose a whole day of work and now I am getting the ERXExtensions have not been initialized in all my projects. This is the story: I created a new project and Eclipse started to crash with this new project, probably due to a UTF-8 character i

Re: I try again

2012-09-04 Thread Jesse Tayler
I think since the apple list won't go away - we had decided that the one list would be apple. but I think the old list was never migrated? anyone? On Sep 4, 2012, at 5:06 AM, Amedeo Mantica wrote: > Can we have a single mailing list ? > > When I have to start a topic I don't know where to

Re: WO community repository: where are the jars?

2012-09-04 Thread G Brown
Well, I got the repository jars to download, but the index does not work properly. (Rebuild/repair?) There are many warning about the meta data not being right. (Re-generate meta data?) FrontBasePlugin vs FrontBasePlugIn? both are used, but all new jars are under the latter. G Brown gsbr...@u

Re: PostgresqlPlugIn useBundledJdbcInfo

2012-09-04 Thread Johann Werner
You should make a pull request :-) Am 04.09.2012 um 11:10 schrieb Benoit Havret : > Hi! > > I'm using Postgres, recently I started using ERXModelGroup to set connections > dictionaries for my eomodels. Looking at the connections in Postgres I > noticed several IDDLE IN TRANSACTION connections

I try again

2012-09-04 Thread Amedeo Mantica
Can we have a single mailing list ? When I have to start a topic I don't know where to post. What is the sense of webobject-dev on apple or wonder-disc on sourceforge ? We are a very limited number of people, I think merging mailing lists would only be a benefit Thanks Amedeo _

PostgresqlPlugIn useBundledJdbcInfo

2012-09-04 Thread Benoit Havret
Hi! I'm using Postgres, recently I started using ERXModelGroup to set connections dictionaries for my eomodels. Looking at the connections in Postgres I noticed several IDDLE IN TRANSACTION connections while I had specified useBundledJdbcInfo=true in dbConnectURLGLOBAL My dbConnectURLGLOBAL lo

Re: Question about ERPDFWrapper

2012-09-04 Thread Antoine Berry
Thank you Ted, I'll check it out. Maybe not on this one because a lot of work has been done, but for future work. Antoine Le 31/08/12 19:04, Theodore Petrosky a écrit : Antoine, did you check out Jasper reports? the pdfs it creates are fantastic. Albeit, it think more work thanERPDFWrapper