Re: WAR Deployment Paths

2014-01-07 Thread Ron X
Hi! Help anybody how to solve this problem!!! WebRep Overall rating WebRep Overall rating 2014/1/1 Ron X ron.x.by...@gmail.com actually after that: in deployment mode i have http://localhost:8080/ERROR/NOT_FOUND/app=myapp/filename=CS_logo_big.png and in development mode i have http

Deployment WAR problem

2013-12-27 Thread Ron X
Hello! after deployment I have runtime exception: Problem accessing /ronxapp/WebObjects/ronxapp.woa. Reason: Can't find application bundle. You can either define WOROOT, LOCALROOT and WOAINSTALLROOT as Java system properties (e.g. in your application server's launch script as command line

WAR Deployment Paths

2013-12-26 Thread Ron X
Hello! I need to make WAR-file with out-off-the-box settings. When I set in web.xml deployment I have an error with the paths: my app in Jetty: http://localhost:8080/myapp/WebObjects/myapp.woa/ but no resources was loaded (images, css) firebug shows: no image found at

Re: WAR Deployment Paths

2013-12-26 Thread Ron X
sorry path was: http://localhost:8080/WebObjects/myapp.woa/WebServerResources/images/x.jpg WebRep Overall rating WebRep Overall rating 2013/12/27 Ron X ron.x.by...@gmail.com Hello! I need to make WAR-file with out-off-the-box settings. When I set in web.xml deployment I have an error

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
/archetype-catalog.xml You will see the correct version of archetype-catalog.xml; save that content as archetype-catalog.xml in ~/.m2 I think the wiki documentation is a little old, maybe quite old. I will try to fix it up soon. G Brown gsbr...@umich.edu On Dec 19, 2013, at 1:46 PM, Ron X

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
are forced - [Help 1] WebRep Overall rating WebRep Overall rating 2013/12/20 Ron X ron.x.by...@gmail.com Thanks a lot! How can I see the other properties like WebObjectsVersion, TrueWarSupport, WonderSupport, etc ? Thanks again! WebRep Overall rating WebRep Overall rating 2013/12

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
of wocommunity has elapsed or updates are forced - [Help 1] WebRep Overall rating WebRep Overall rating 2013/12/20 Ron X ron.x.by...@gmail.com Thanks a lot! How can I see the other properties like WebObjectsVersion, TrueWarSupport, WonderSupport, etc ? Thanks again! WebRep

Application Class Error

2013-12-20 Thread Ron X
I have strange error during the build: 2013-12-20 14:22:02.103:INFO::No Transaction manager found - if your webapp requires one, please configure one. java.lang.NoSuchMethodException: com.connexsphere.app.Application.setup([Ljava.lang.String;) at java.lang.Class.getMethod(Class.java:1605) at

Error starting WO-app created from archetype

2013-12-20 Thread Ron X
Hello! I have strange error during the start of application: No loader:

Error at start with KeyValue

2013-12-20 Thread Ron X
Hello! I have 2 projects: 1st - in WO-style structure 2nd - the copy of 1st but in maven structure using archetype 1st prj starts using eclipse-wolips perfectly 2nd got an error Error: com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException message '[com.webobjects.appserver.WOComponent

Re: Maven Archetypes Problem

2013-12-20 Thread Ron X
into eclipse for debugging. On Dec 20, 2013, at 5:16 AM, Ron X wrote: And during the mvn clean install i've got: [INFO] [INFO] BUILD FAILURE [INFO

Re: Maven Archetypes Problem

2013-12-19 Thread Ron X
, which is version 2.1 Maybe your archetypes need updating? I just did it and it worked. On Wed, Dec 18, 2013, at 05:52 AM, Ron X wrote: Hello! I have troubles with maven archetype for erxapp+servlet: [INFO] Scanning for projects... [INFO] [INFO

Maven

2013-12-18 Thread Ron X
Hi to all! I have some problems with maven I could not resolve: [ERROR] Unresolveable build extension: Plugin org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.2.1 or one of its dependencies could not be resolved: Failed to collect dependencies for

Maven Archetypes Problem

2013-12-18 Thread Ron X
Hello! I have troubles with maven archetype for erxapp+servlet: [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Maven Stub Project (No POM) 1 [INFO]

WO + MQ

2013-06-26 Thread Ron X
Hi for all! Does anybody work in WONDER with MQ (for instance ActiveMQ)? Does WONDER provides instruments to work with mq? Thanks! ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Statement running too long

2013-03-27 Thread Ron X
thank u all! it works! (with props of ERXAdaptorChannelDelegate.trace.milliSeconds) WebRep Overall rating WebRep Overall rating 2013/3/26 Chuck Hill ch...@global-village.net See the JavaDocs for ERXAdaptorChannelDelegate On 2013-03-26, at 1:05 AM, Ron X wrote: hi4all! i have

Statement running too long

2013-03-26 Thread Ron X
hi4all! i have a problem: when i execute query in MySQL - everything is good - it performs in ~6s; but when i do it thru EOF i have: java.lang.RuntimeException: Statement running too long at er.extensions.eof. ERXEOAccessUtilities.logExpression(ERXEOAccessUtilities.java:1301)

_dbupdater

2013-02-28 Thread Ron X
Hi, how can i retrieve value of MODELVERSION of _dbupdater without rawSQL? (smth like EOModelGroup.defaultGroup().models().valueForKeyPath(_dbupdater)... but it doesm't work) Thanx. ___ Do not post admin requests to the list. They will be ignored.

MySQL Syntax Error

2013-02-25 Thread Ron X
Hi, i use MySQL 5.1 with MySQL Adaptor (Wonder 5.7.1) and mysql-connector 5.1.22 and during the migration i have an error: MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'null

Comments

2013-02-23 Thread Ron X
Hi, how can i comment code in WO-HTML? Thanx. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Unable to create page 'Main'

2013-02-13 Thread Ron X
Hello everybody, i have an application, but after rebuild it to Tomcat-application with Wonder i have problem: com.webobjects.appserver.WOPageNotFoundException: com.lsx.Application: Unable to create page 'Main'. at

ant problem

2012-12-06 Thread Ron X
hello everybody i have ant build problem under shell starting: org.objectstyle.woproject.ant.WOCompile cannot be found... stack trace but in WOLips when i ran task - everything works fine how can i set up build under console in right way? thanx ___

Re: ant problem

2012-12-06 Thread Ron X
06.12.2012 09:29 schrieb Ron X ron.x.by...@gmail.com: hello everybody i have ant build problem under shell starting: org.objectstyle.woproject.ant.WOCompile cannot be found... stack trace but in WOLips when i ran task - everything works fine how can i set up build under console in right way

Re: Dev/Deploy

2012-12-06 Thread Ron X
i unchecked in WOLips eclipse -WOIDE WOLips than saw in app.launch file: -WOIDElt;gt;WOLipslt;gt;falselt;gt; - everything seemed to be good, but after launch in eclipse i got debug mode(( 2012/12/6 Ron X ron.x.by...@gmail.com i built woa with maven plugin and have debug(( how can i disable

WOServletAdaptor decompile

2012-12-05 Thread Ron X
hello everybody i have some proplem with WOServletAdaptor i have decompiled it and that put it in my own class. than i ran application, which runs good when use WOServletAdaptor. when use own Adaptor which is a decompiled copy of WOServletAdaptor i get: [2012-12-5 14:16:39 FET]

Re: Dev/Deploy

2012-12-05 Thread Ron X
the arg, so debug will be off. On Wednesday, December 5, 2012, Ron X wrote: hi! how can i disable debug mode? i want to disable: Log4J D2W CSS Toggle SQL (off) Clear D2W Cache Page Metrics (off) Created keys Localization WOStats Run Test

Dev/Deploy

2012-12-04 Thread Ron X
hi! how can i disable debug mode? i want to disable: Log4J D2W CSS Toggle SQL (off) Clear D2W Cache Page Metrics (off) Created keys Localization WOStats Run Test down the page i wrote in WebObjects.properties WODebuggingEnabled = false but nothing

er.extensions.jspservlet.ERXServletAdaptor

2012-12-03 Thread Ron X
hello there! i can't find this class-file. i looked up in ERExtensions-5.7.1.jar, but there is no package er.extensions.jspservlet could anybody say me where this class is located? or maybe source of this class thanx ___ Do not post admin requests to

log4j

2012-11-20 Thread Ron X
hello there! tries to set up log4j in tomcat working with WO-app. put log4j.properties into classes directory, and than i have log file with another structure than same in woa-app and it generates only at start. after than in runtime - nothing writes into this file thanx

Tomcat Development/Deployment Mode

2012-11-16 Thread Ron X
hello everybody! maybe someone of you faced with a problem of broken links after war-app deployed in Tomcat? i describe the situation: i set property mode in web.xml as Development: every css/js/jpg loaded, everything is good, but the link to it shows long path to the file location; than i set it

JavaMelody + WebObjects

2012-11-05 Thread Ron X
hello everybody i have successfully deployed war-app with webobjects, but i need to monitor it with javamelody here on their site is simple config for this app - javamelody but i have difficuiltes with configuring web.xml filter filter-namemonitoring/filter-name

Servlet Deployment

2012-10-26 Thread Ron X
hello everybody when i deploy an app i stucked with error: [2012-10-26 13:25:51 FET] localhost-startStop-1 The bundle MailApp has malformed version number: NSProperties.NestedProperties.load(): /Users/esuser/WebObjects.properties java.lang.reflect.InvocationTargetException at

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-10-23 Thread Ron X
the apxs script. I assume there must be a better solution to this problem. Any ideas? On Sep 3, 2012, at 1:13 PM, Ron X ron.x.by...@gmail.com wrote: vm-mlion-01:~ esuser$ gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/**llvmgcc42-2336.11

ERDControllerButton

2012-10-23 Thread Ron X
hi everybody! i have created new d2w wonder app than i created customization.css with: ( http://wiki.wocommunity.org/display/documentation/D2W+Flow+Control) div.ERDControllerButton { display: block; } add 2 rules ( http://wiki.wocommunity.org/display/documentation/D2W+Flow+Control) -

Problems with H2 DB

2012-10-23 Thread Ron X
hi i wanna create simple app to check sending mails using H2 DB in memory so i changed propeties to these: dbConnectURLGLOBAL=jdbc:h2:mem:Messages dbConnectDriverGLOBAL=org.h2.Driver and add H2PlugIn to the workspace but i got this exceptions: can anybody help me? WARN 30.4 MB used/50.66

Mail Bug

2012-10-23 Thread Ron X
when i wrote an app to check mail i found smth probably bug: EOEditingContext ec = ERXEC.newEditingContext(); ERCMailMessage message = ERCMailDelivery.sharedInstance().composeEmail(ERJavaMail.sharedInstance().adminEmail(), new

Re: Mail Trouble

2012-10-22 Thread Ron X
yes, it is: i check Message class - generated body (generateResponce()) 2012/10/17 Pascal Robert prob...@macti.ca And putting JavaMail in debug shows the body or not? Hi everybody in our system we had WebObjects 5.4.3 WONDER 5_0_0 and the same wotaskd and we have mailing delivery

Re: ERMailer

2012-10-17 Thread Ron X
thanx everything is allright 2012/10/15 Flavio Donadio fla...@donadio.com.br Ron, Did you try adding the line below to your project's Properties file (Project - Resources)? er.corebusinesslogic.ERCUseMailFacility=true Cheers, Flavio On 15/10/2012, at 09:01, Ron X wrote: hi4all

Mail Trouble

2012-10-17 Thread Ron X
Hi everybody in our system we had WebObjects 5.4.3 WONDER 5_0_0 and the same wotaskd and we have mailing delivery for users; but than we moved to WONDER 5.6-SNAPSHOT and same wotaskd and we get strange error-bug - we receive mail with the subject, but without body! than we moved to WONDER

ERMailer

2012-10-15 Thread Ron X
hi4all! when i started this app i've got: ERROR 22.26 MB used/58.8 MB free [main] (Application.java:88) - Caught exception: The application doesn't use the ERCUseMailFacility.You can either set er.corebusinesslogic.ERCUseMailFacility in your properties or better check for that property before

jboss deployment first d2w application

2012-09-03 Thread Ron X
i do these steps: * in eclipse i choose file - new - wonder d2w application and call it WARTestApp so during deploy i have:* 13:39:49,492 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting de ployment of WARTestApp.war 13:40:30,815 WARN

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-09-03 Thread Ron X
03.09.2012 um 07:37 schrieb Ron X ron.x.by...@gmail.com: hi! no, have the same problem: vm-mlion-01:~ esuser$ cd Documents/wonder.old/Utilities/Adaptors/ vm-mlion-01:Adaptors esuser$ ls APPLE_LICENSEInstallationInstructions.html AdaptorMakefile Apache

Re: mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-09-02 Thread Ron X
like $ cd $wonder/Utilities/Adaptors $ make ADAPTORS=Apache2.2 OS=MACOS APXS=/usr/sbin/apxs could work. Bastian Am Freitag, den 31.08.2012, 18:02 +0300 schrieb Ron X: hi here is the output: bash-3.2$ make Makefile:52: ../Adaptor/make.postamble: No such file or directory make

mac os x 10.8.1 xcode 4.4 FAILED try to compile Web_Objects.so

2012-08-31 Thread Ron X
hi here is the output: bash-3.2$ make Makefile:52: ../Adaptor/make.postamble: No such file or directory make: *** No rule to make target `../Adaptor/make.postamble'. Stop. bash-3.2$ bash-3.2$ make cd Adaptor ; make rm -f make.preamble make.postamble for file in *.c; do \ echo ${file}:

jboss hello world

2012-08-28 Thread Ron X
hi after deploy war of wonder app - i have: (but tld is in the project!) 14:52:34,894 INFO [org.jboss.as.server. deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of HelloWorld.war 14:52:43,820 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry

war for hello world

2012-08-24 Thread Ron X
hi! i have created a simple app thu eclipse-wolips - hello world - file - new - wonder application so i want to move it to jboss so i need war than i start ant with goal build at first than i want to start with goal war and i have: HelloWorld user$ ant build Buildfile:

Re: Tomcat

2012-08-24 Thread Ron X
hi 14:52:34,894 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of HelloWorld.war 14:52:43,820 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) Class Path entry derbyLocale_cs.jar in /content/HelloWorld.war/WEB-INF/lib/derby.jar does

Re: WOComponent

2012-08-18 Thread Ron X
to debug wocomponent and see what is in it so i need method - how to get plain text of the page from the wocomponent thanx 2012/8/18 Paul Hoadley pa...@logicsquad.net On 17/08/2012, at 6:56 PM, Ron X wrote: i want to see in plain text (like curl utility) what is in the wocomponent (wopage) how can

WOComponent

2012-08-17 Thread Ron X
hi everybody! i want to see in plain text (like curl utility) what is in the wocomponent (wopage) how can i do this? thanx ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

plist path

2012-08-09 Thread Ron X
hi everybody! i build my project with maven, so i have 2 apps and 2 own frameworks, one of them called BusinesLogicFrmwk ^_^ and i have model (and all model plists) here. after build and deploy and start some tasks i have error exception=java.lang.IllegalArgumentException: URI is not hierarchical

Re: rawRows for UPDATE

2012-06-26 Thread Ron X
how can I update _rowid by EOF? :-) 2012/6/26 Johann Werner j...@oyosys.de Have a look at the ERXEOAccessUtilities class. There you have plenty of helper methods if you really want to send raw SQL to the database. Why don't you use EOF? Am 26.06.2012 um 12:15 schrieb Ron X: hi4all can

NSData could not cast to Long

2012-06-25 Thread Ron X
hi4all NSMutableArrayNSData currentArtistID = (NSMutableArrayNSData) validArtistsIDs.valueForKey(CURRENT_ARTIST_ID); byte[] bytes = currentArtistID.get(i).bytes(); there get an exception if i write int concreteCurrentArtistID = new Integer(new String(currentArtistID.get(i).bytes())); i get

@count

2012-06-19 Thread Ron X
hi4all EOEditingContext editingContext = ERXEC.newEditingContext(); NSMutableArrayEOQualifier qualifiers; { qualifiers = new NSMutableArrayEOQualifier(); qualifiers.add(Artist.NAME_WITHOUT_THE_PREFIX.count().gt(1)); } EOQualifier

Re: jdbc error at start up

2012-06-01 Thread Ron X
just a static block: static { ... setting delegate...} 2012/6/1 Lachlan Deck lachlan.d...@gmail.com On 31/05/2012, at 11:31 PM, Ron X wrote: hi, i use maven lo load dependencies and enable Java ERJDBCAdaptor, but at star up i've got: WARN 28.05 MB used/53.01 MB free [main

plist

2012-06-01 Thread Ron X
hi everobody, could you help me - i need some set of classes of java to work with plists in MacOS or WebObjects - what classes should i use? Thanks ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: plist

2012-06-01 Thread Ron X
yes, thanks, i have founded before read email. thanks 2012/6/1 Farrukh Ijaz farrukh.i...@fuegodigitalmedia.com Hi, I don't know what exactly are you intending to do but if you're using WebObjects you can use NSPropertListSerialization class. Farrukh On 2012-06-01, at 3:39 PM, Ron X wrote

jdbc error at start up

2012-05-31 Thread Ron X
hi, i use maven lo load dependencies and enable Java ERJDBCAdaptor, but at star up i've got: WARN 28.05 MB used/53.01 MB free [main] (ERXNSLogLog4jBridge.java:43) - A fatal exception occurred: null [2012-5-31 6:26:9 PDT] main java.lang.ExceptionInInitializerError at

Maven Plugin

2012-05-29 Thread Ron X
hi for all, Maven 3 supports parallel building - -T number_of_threads option. but wolifecycle-plugin is not threadSafe: [WARNING] * [WARNING] * Your build is requesting parallel execution, but project * [WARNING] * contains

wcap

2012-05-25 Thread Ron X
hi, in Jenkins i have log: ** [ERSelenium] executing locally: svn info https://wonder.svn.sourceforge.net/svnroot/wonder/branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder/Frameworks/Misc/ERSelenium -rHEAD ** [ERSelenium] Path: ERSelenium ** [ERSelenium] URL:

Re: wcap

2012-05-25 Thread Ron X
these are legacy settings. i have no time now to move to git hub. we use 5_0_0 svn branch. moving on 5.6 from github - it will be in next iteration. so what about wondercap? 2012/5/25 Pascal Robert prob...@macti.ca Why are you building from the Wonder SVN repository instead of GitHub? hi,

Re: Session awake after shell-script run

2012-05-24 Thread Ron X
if i use ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false, true); than Session.awake invoke too. what cause Session to invoke aeake-method? 2012/5/22 Ron X ron.x.by...@gmail.com hi for all i found strange behaviour: after execution such line Runtime.getRuntime

Re: Session awake after shell-script run

2012-05-24 Thread Ron X
and what for this code? i asked - why the cause of session awake? 2012/5/24 Lachlan Deck lachlan.d...@gmail.com public Session() { super(); LOG.warn(Invoked from, new Exception()); } On 24/05/2012, at 4:34 PM, Ron X wrote: if i use ERXFileUtilities.copyFileToFile

Re: Session awake after shell-script run

2012-05-24 Thread Ron X
no, it is not may be: @Override public void awake() { super.awake(); LOG.warn(Invoked from, new Exception()); } ? 2012/5/24 Mike Schrag msch...@pobox.com That will show why. Sent from my iPhone On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote: and what

Re: Session awake after shell-script run

2012-05-24 Thread Ron X
at com.extensions.LSApplication.dispatchRequest(LSApplication.java:115) ... skipped 3 stack elements 2012/5/24 Mike Schrag msch...@pobox.com oh .. yes, if it's an existing session. if it's a new session, the original will show you where it's created. ms On May 24, 2012, at 9:31 AM, Ron X wrote

Re: ERXJDBCAdaptor

2012-05-23 Thread Ron X
but do i need exclude JavaJDBCAdaptor from the dependencies? 2012/5/23 John Huss johnth...@gmail.com er.extensions.ERXJDBCAdaptor.className = er.extensions.jdbc.ERXJDBCAdaptor ___ Do not post admin requests to the list. They will be ignored.

WONDER on Windows

2012-05-22 Thread Ron X
hi i have some difficuilts with start of app: ERROR (DMEOAccessUtilities.java:332) - prepareExtraEntityForEntityNamed: exception=java.net.URISyntaxException: Illegal character in path at index 162:

Re: WONDER on Windows

2012-05-22 Thread Ron X
method: public synchronized static EOEntity prepareExtraEntityForEntityNamed(EOEditingContext ec, String entityName) { String newEntityName = EXTRA_ENTITY_NAME_PREFIX+entityName; EOEntity result = ERXEOAccessUtilities.entityNamed(ec, newEntityName); if (result==null) {

Re: WONDER on Windows

2012-05-22 Thread Ron X
and than we get :-) : ls.eomodeld/\Album.plist but NSPathUtilities.stringByAppendingPathComponent is Apple NS method - i can not go into it 2012/5/22 Mike Schrag msch...@pobox.com / ___ Do not post admin requests to the list. They will be ignored.

Re: WONDER on Windows

2012-05-22 Thread Ron X
to build a URL. you can also use ERXMutableURL. ms On May 22, 2012, at 9:53 AM, Ron X wrote: and than we get :-) : ls.eomodeld/\Album.plist but NSPathUtilities.stringByAppendingPathComponent is Apple NS method - i can not go into it 2012/5/22 Mike Schrag msch...@pobox.com

Session awake after shell-script run

2012-05-22 Thread Ron X
hi for all i found strange behaviour: after execution such line Runtime.getRuntime().exec(commandLine, args).waitFor(); i have DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397) - Session awake stared... and this operation eat ~ 1 second

JavaMonitor

2012-05-18 Thread Ron X
hi, did anybody build JavaMonitor as .war application? if so - explain please how :-) thanks ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

JavaMonitor or wotaskd

2012-05-15 Thread Ron X
hi for all, how can i control my application by remote commands? for example i have Jenkins with BuildJob, TestJod, DeployJob for several projects which depends of each other. After Build i want to stop current applications, and than start tests. But now the situation is after build i need to go

Percona mysql

2012-05-10 Thread Ron X
hi, on official site of MySQL - jdbc-driver has version 5.1.20. but Percona use MySQL version 5.5.x what driver can i use working with Percona? (there is no 5.5 driver on official site and maven repo) thank you. ___ Do not post admin requests to the

Re: ListPage MySQL OutOfMemory

2012-05-10 Thread Ron X
to prevent all the EOs being pulled into memory. Big to-many relationships tend to cause issues when you addObjectToBothSides anyway. Ramsey On May 4, 2012, at 6:58 AM, Ron X wrote: i have small database - about 50 Mb... code: ListPageInterface listPage = D2W.factory

Re: ListPage MySQL OutOfMemory

2012-05-10 Thread Ron X
ESs-Mac:~ user$ top 5340 java 94.2 01:40.99 42/1 1370 393 487M+ 9124K 525M+ RuntimeException: Statement running too long at er.extensions.eof.ERXEOAccessUtilities.logExpression(ERXEOAccessUtilities.java:1213) at

Re: ListPage MySQL OutOfMemory

2012-05-10 Thread Ron X
: 2012/5/10 Johann Werner j...@oyosys.de Your fetch is taking too long. What is the SQL that is sent to your db? How big is the resultset you are expecting? Perhaps your indexes are broken (you have indexes, don't you)? jw Am 10.05.2012 um 10:37 schrieb Ron X: ESs-Mac:~ user$ top 5340 java

Re: ListPage MySQL OutOfMemory

2012-05-10 Thread Ron X
) at er.extensions.appserver.ERXComponentRequestHandler.handleRequest(ERXComponentRequestHandler.java:374) ... skipped 6 stack elements _ignoredPackages:: ( ) 2012/5/10 Ron X ron.x.by...@gmail.com i use Navicat to see the DB so select * from Song was 0.8 sec. but in code the same query: ERROR 150.87 MB used/359.07 MB free [WorkerThread2

Re: Main or other...

2012-05-04 Thread Ron X
but what is the cause of not-finding base-web-object classes - Main, DirectAction, Session? they are existing in the package! if i fix it with Patcher... then i have the same error with all components, PageWrapper for example: Error:

Re: Main or other...

2012-05-04 Thread Ron X
:09 PM, Ron X wrote: but what is the cause of not-finding base-web-object classes - Main, DirectAction, Session? Historically WO had no concept of java packages. Possibly classpath ordering. You could try it yourself with NS utilities looking up class for name. Lachlan Deck lachlan.d

Re: Main or other...

2012-05-04 Thread Ron X
found for component Main at file:/Users/user/Documents/workspace/LSX/. 2012/5/4 Ron X ron.x.by...@gmail.com but what should i do now? every time when i try to convert project into Maven - 8 of 10 cases i get error of Session class or Main class or just nothing on page (defaultAction executes

Re: Main or other...

2012-05-04 Thread Ron X
JarResourceRequestHandler - what is it? i can not import it 2012/5/4 Lachlan Deck lachlan.d...@gmail.com On 04/05/2012, at 4:38 PM, Ron X wrote: but what should i do now? every time when i try to convert project into Maven - 8 of 10 cases i get error of Session class or Main class or just

JDBC

2012-05-04 Thread Ron X
how can i use JavaERJDBCAdaptor instead of JavaJDBCAdaptor? if i add a dependency of JavaERJDBCAdaptor i've got: WARN 27.64 MB used/53.43 MB free [main] (ERXNSLogLog4jBridge.java:43) - Principal class 'er.coolcomponents.ERCoolComponents' not found in bundle ERCoolComponents WARN 27.87 MB

Re: MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-03 Thread Ron X
MySQL Regards Kieran ___ Sent from my iPad. On May 2, 2012, at 10:46 AM, Ron X ron.x.by...@gmail.com wrote: Did anybody do chain like this - InnoDB (some tables) + MyISAM (other tables)? And what problems I will get when will use this sheme? Thanx

Main or other...

2012-05-03 Thread Ron X
hi for all i wanna to start application using another component - not Main! so i do: @Override public WOActionResults defaultAction() { return pageWithName(Start.class); } but i have again: Error: com.webobjects.appserver.WOPageNotFoundException:

Re: Main or other...

2012-05-03 Thread Ron X
yes, now i do that: public LSXApplication() { setDefaultRequestHandler(new ERXDirectActionRequestHandler()); } but nothing changed :-( 2012/5/3 Paul Hoadley pa...@logicsquad.net Hi Ron, On 03/05/2012, at 5:12 PM, Ron X wrote: hi for all i wanna to start application

Re: Main or other...

2012-05-03 Thread Ron X
and it is very strange - because i have Main component. but i have exception, that i haven't it! 2012/5/3 Ron X ron.x.by...@gmail.com yes, now i do that: public LSXApplication() { setDefaultRequestHandler(new ERXDirectActionRequestHandler()); } but nothing changed

Re: Selenium

2012-05-03 Thread Ron X
yes, thanks. it helps :-) 2012/5/3 Paul Hoadley pa...@logicsquad.net Hi Ron, On 03/05/2012, at 6:43 PM, Ron X wrote: but no tests i've seen: and so i have seen in all my applications - i have selenium test, but they aren't displayed in browser. what is the error? I've seen

MySQL: InnoDB vs MyISAM or InnoDB + MyISAM

2012-05-02 Thread Ron X
Did anybody do chain like this - InnoDB (some tables) + MyISAM (other tables)? And what problems I will get when will use this sheme? Thanx. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Maven

2012-04-26 Thread Ron X
-e -X maven.log Cheers, Henrique On 25/04/2012, at 03:28, Ron X wrote: Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) 23 апреля 2012 г. 19:24 пользователь Henrique Prange hpra...@gmail.comнаписал: Hi Ron, On 21/04/2012, at 06:02, Ron X wrote: [ERROR] Failed to execute

Components Trouble

2012-04-26 Thread Ron X
hi i have some problem with components: @Override public WOActionResults defaultAction() { WOComponent page = pageWithName(Main.class); return page; } DEBUG 42.53 MB used/38.53 MB free [WorkerThread0] (ERXNSLogLog4jBridge.java:46) -

Re: Maven

2012-04-26 Thread Ron X
it. but maven considers it as broken 26 апреля 2012 г. 14:12 пользователь Lachlan Deck lachlan.d...@gmail.comнаписал: On 26/04/2012, at 5:28 PM, Ron X wrote: [INFO] [INFO] BUILD FAILURE [INFO

Re: Components Trouble

2012-04-26 Thread Ron X
* resources.include.patternset* under *woproject* folder. It should be something like this. Looks like the app can't locate the .wo folder. Farrukh On 2012-04-26, at 11:56 AM, Ron X wrote: hi i have some problem with components: @Override public WOActionResults defaultAction

Re: SQL

2012-04-25 Thread Ron X
dependencies. Always add ERExtensions as your first dependency to avoid problems. Cheers, Henrique On 17/04/2012, at 12:30, Ron X wrote: i use maven 17 апреля 2012 г. 17:17 пользователь Johann Werner j...@oyosys.de написал: Am 17.04.2012 um 15:52 schrieb Ron X

Re: SQL

2012-04-25 Thread Ron X
i think it's an error in wonder-mysql-plugin 25 апреля 2012 г. 9:22 пользователь Ron X ron.x.by...@gmail.com написал: i think i use MySQL-plugin checkouted from WONDER-repo. 25 апреля 2012 г. 1:33 пользователь Pascal Robert prob...@macti.caнаписал: You have to use the MySQL plugin from

Re: Maven

2012-04-24 Thread Ron X
[ERROR] Failed to execute goal org.objectstyle.woproject.maven2:maven-wolifecycle-plugin:2.2.1:woapplication (default-cli) on project XMobile: Failed to execute: Executing Ant script: wolifecycle.build.xml [build-woapplication]: Failed to execute. The dependencies.lib property is not set - [Help

Re: SQL

2012-04-24 Thread Ron X
апреля 2012 г. 18:43 пользователь Henrique Prange hpra...@gmail.comнаписал: Hi Ron, The m2e plug-in usually respects the order of your dependencies. Always add ERExtensions as your first dependency to avoid problems. Cheers, Henrique On 17/04/2012, at 12:30, Ron X wrote: i use maven

Re: WOUnit

2012-04-19 Thread Ron X
why didn't you include this dependency in WOUnit? and why should i use 1.2 version instead 1.3-SNAPSHOT? 18 апреля 2012 г. 19:29 пользователь Henrique Prange hpra...@gmail.comнаписал: Hi Ron, On 18/04/2012, at 13:06, Henrique Prange wrote: Hi Ron, On 18/04/2012, at 08:06, Ron X wrote

Maven

2012-04-19 Thread Ron X
hi does anybody know how set up maven for wonder in right way? mvn clean install i have this error: [INFO] Creating output folders [INFO] Defining WO resources [INFO] Defining WO properties [INFO] Defining WO classpath [INFO] Coping WebServerResources [INFO]

Re: Maven

2012-04-19 Thread Ron X
пользователь Ron X ron.x.by...@gmail.com написал: hi does anybody know how set up maven for wonder in right way? mvn clean install i have this error: [INFO] Creating output folders [INFO] Defining WO resources [INFO] Defining WO properties [INFO] Defining WO classpath [INFO] Coping

WOUnit

2012-04-18 Thread Ron X
hi everybody @Spy - not find in classpath dependency groupIdcom.wounit/groupId artifactIdwounit/artifactId version1.3-SNAPSHOT/version /dependency why? ___ Do not post admin requests to the list.

  1   2   >