Re: Apache FOP integration

2022-01-27 Thread Ilya Obshadko
ng at using Apache FOP for that. > > Has anyone integrated FOP in their Tapestry webapp and perhaps a Tapestry > module to share? > > Suggestions for other approaches are also welcome. > > Cheers, > > Volker > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: Accessing RequestGlobals from Atmosphere handlers

2020-09-15 Thread Ilya Obshadko
After some digging I found why this is happening: Atmosphere is asynchronous, and perthreadManager.cleanup() call happens before Atmosphere handler invocation. I'm sort of confused - is there any way around this? Any suggestions? On Mon, Sep 14, 2020 at 7:43 PM Ilya Obshadko wrote:

Accessing RequestGlobals from Atmosphere handlers

2020-09-14 Thread Ilya Obshadko
phere point me in the right direction? Filter implementation & HttpServletRequestHandler contribution: https://gist.github.com/xfyre/dd84087929b1bb4627bcf3fe6df9a6cb Sincerely, -- Ilya Obshadko

Re: partial upgrade to the latest release

2020-03-05 Thread Ilya Obshadko
Hi Thiago! On Tue, Mar 3, 2020 at 6:37 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hello! > > On Sat, Feb 29, 2020 at 6:31 AM Ilya Obshadko wrote: > > > My application still runs on 5.4-beta-6 due to various breaking component > > change

partial upgrade to the latest release

2020-02-29 Thread Ilya Obshadko
omponents) as a completely separate artifact? This would make the maintenance a ton easier for edge cases like mine (when updating to the latest components has a prohibitive cost). Sincerely, -- Ilya Obshadko

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-02-25 Thread Ilya Obshadko
vily used? On Tue, Feb 25, 2020 at 11:08 AM Ilya Obshadko wrote: > I think I found the reason: when *events.formfragment.changeVisibility* > is triggered, all 'input' descendants of the fragment are indiscriminately > updated, including t:formdata fields which may belong

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-02-25 Thread Ilya Obshadko
dio][name=fieldName]').change fieldChange > > fieldChange() > > > > If I remember correctly, it wasn't easily fixable "from the outside", so > > we're using this workaround instead. > > > > – Ben > > > > > >

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-06 Thread Ilya Obshadko
r correctly, it wasn't easily fixable "from the outside", so > we're using this workaround instead. > > – Ben > > > On Mon, Jan 6, 2020 at 2:46 AM Ilya Obshadko wrote: > > > Also: nested FormFragment support appears broken. Page initialization > &g

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-05 Thread Ilya Obshadko
version in the past, are likely gone. On Sat, Jan 4, 2020 at 11:44 AM Ilya Obshadko wrote: > I found the place where the old behavior was possibly broken: > https://issues.apache.org/jira/browse/TAP5-2308 > Did anyone else encounter this problem as well? > > On Fri, Jan 3, 2020 a

Re: TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-03 Thread Ilya Obshadko
I found the place where the old behavior was possibly broken: https://issues.apache.org/jira/browse/TAP5-2308 Did anyone else encounter this problem as well? On Fri, Jan 3, 2020 at 10:04 PM Ilya Obshadko wrote: > Disclaimer: I'm doing a 'long overdue' upgrade from 5.4-beta

TriggerFragment/FormFragment not working properly in 5.4.5

2020-01-03 Thread Ilya Obshadko
lready null at this point, so it's just re-initialized with an incorrect value Apparently the culprit here is the *clientId* field re-initialization; any ideas what might be causing this? The setup itself seems to be fairly obvious. -- Ilya Obshadko

Re: Event to trigger zone refresh

2018-12-14 Thread Ilya Obshadko
; bubbles up from the filter pane's internal form, as with beaneditform, but > this isn't an ideal or elegant approach in all situations. > > Regards, > > Chris. > > > ----- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: fullcalendar integration

2018-11-10 Thread Ilya Obshadko
w JavaScriptModuleConfiguration(momentJs)); configuration.add("fullcalendar", new JavaScriptModuleConfiguration(fullCalendarJs).dependsOn("moment").exports("fullcalendar")); } On Sat, Nov 10, 2018 at 8:53 AM Ilya Obshadko wrote: > Anyone tried using fullcalend

fullcalendar integration

2018-11-09 Thread Ilya Obshadko
dn't quite help. Any help would be appreciated. -- Ilya Obshadko

Re: requirejs question

2018-03-24 Thread Ilya Obshadko
be used together in one appliaction, or am I wrong? > > I would appreciate, if you can give me an example how to make old scripst > work again under Tapestry 5.4.3 > > Thanks for your support! > > Regards, Erich > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: PDF rendering in background blocks other requests

2018-03-18 Thread Ilya Obshadko
unday, March 18, 2018, Ilya Obshadko wrote: > > > Hi everyone, > > > > I’m struggling to understand the cause of the following issue: > > > > - my Tapestry application generates certain PDF files using Apache FOP > and > > Saxon > > - when PDF genera

Re: PDF rendering in background blocks other requests

2018-03-18 Thread Ilya Obshadko
? Was it made this way for a reason? (I’m on 5.4-beta6 for several reasons). On Sun, Mar 18, 2018 at 2:30 PM, Ilya Obshadko wrote: > Hi everyone, > > I’m struggling to understand the cause of the following issue: > > - my Tapestry application generates certain PDF files using

PDF rendering in background blocks other requests

2018-03-18 Thread Ilya Obshadko
thread using ParallelExecutor.invoke() doesn’t seem to affect anything Any ideas why? I had a hypothesis that FOP processing actually blocks the whole thing because of AWT usage, but couldn’t find any confirmations yet. -- Ilya Obshadko

Re: tapestry background jobs in a clustered environment

2017-06-28 Thread Ilya Obshadko
LIMIT 1 > FOR UPDATE) > RETURNING id > > This is a simplified version of what's actually happening, but illustrates > the idea: different coordinators don't lock each other. > > > On Wed, Jun 28, 2017 at 11:05 PM, Ilya Obshadko > wrote: > >

Re: tapestry background jobs in a clustered environment

2017-06-28 Thread Ilya Obshadko
u could create a job > in transaction. > > When running in a cluster every JVM has its own coordinator -- this it how > the jobs get distributed. > > But you're saying that row-level locking doesn't work for some of your > use-cases, can you be more concrete

tapestry background jobs in a clustered environment

2017-06-27 Thread Ilya Obshadko
doesn’t work for every use case I have. Are there any suggestions about this? I’d prefer not to have a dedicated process running background tasks. Ideally, I want to dynamically distribute background jobs between hosts in cluster, based on current load status. -- Ilya Obshadko

Re: Replacing default type coercer

2017-06-05 Thread Ilya Obshadko
5.Asset --> org.apache.tapestry5.ioc.Resource > String --> org.apache.tapestry5.corelib.ClientValidation > org.apache.tapestry5.services.ComponentClassTransformWorker --> > org.apache.tapestry5.services.transform.ComponentClassTransformWorker2 > org.apache.tapestry5.ValueEncoder --> org.apache.tapestry5.services. > ValueEncoderFactory > org.apache.tapestry5.services.InjectionProvider --> > org.apache.tapestry5.services.transform.InjectionProvider2 > java.util.Collection --> org.apache.tapestry5.grid.GridDataSource > > As seen here it seems that my custom coercer does not replace the existing > one. > > How can I replace the existing type coercer with my own? > -- Ilya Obshadko

LinkImpl serialization exception

2017-05-29 Thread Ilya Obshadko
ached.transcoders.BaseSerializingTranscoder.serialize(BaseSerializingTranscoder.java:91) ... 39 more Any ideas which part of Tapestry is causing this? I can’t figure out where exactly this is happening. -- Ilya Obshadko

Re: Tapestry w Scala

2016-12-22 Thread Ilya Obshadko
[_]], coercion)) } On Fri, Dec 16, 2016 at 4:53 PM, Qbyte Consulting wrote: > Hi, > > Has anyone implemented a T5.4 site with Scala, or are there any kickstart > type Scala projects out there for T5.4 please? I'd like to see how it's > done. > > John > -- Ilya Obshadko

Re: Deploying webapp on busy public server failing hard

2016-07-13 Thread Ilya Obshadko
ver. We never make changes > to files inside the WAR file directly. Has anyone been able to achieve > this? > > Kind regards, > Peter > -- Ilya Obshadko

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2016-06-15 Thread Ilya Obshadko
, >@Autobuild > final CalendarioEventsTriggerer > triggerer) { > > public CalendarioEventsTriggerer(..., Logger log) { > > This is working perfectly in 5.3. > > Regards, > Manuel. > -- Ilya Obshadko

Re: child component lookup

2016-04-15 Thread Ilya Obshadko
Solved - I had to use @MixinAfter. Thanks everyone! On Sat, Apr 16, 2016 at 9:14 AM, Ilya Obshadko wrote: > Well, this is actually quite straightforward approach. However I have > encountered a problem that looks weird. This is my mixin code: > > *public* *class* Moda

Re: child component lookup

2016-04-15 Thread Ilya Obshadko
gt;> > > Tapestry mixins may not be easy to understand at first, but when you do, > you realize how powerful they are, specially when combined with a class > transformation when you need to apply them to several component instances > at once. :) > > > >> On Friday, A

Re: child component lookup

2016-04-15 Thread Ilya Obshadko
ame in modal component. > So, after clicking button form submits. > Onsuccess i invoke hideModal function(via hidemodal event). > OnFailure i do nothing except updating formzone to show messages/errors > e.t.c. > If you want i can send you some examples. > > > On 15 April

Re: child component lookup

2016-04-15 Thread Ilya Obshadko
a worker. > > On Friday, April 15, 2016, Ilya Obshadko wrote: > > > Is there any way to search for specific component down the component > > hierarchy? > > > > Consider the following use case: > > > > - I have a component responsible for rendering Boots

child component lookup

2016-04-15 Thread Ilya Obshadko
vice can't help either, because modal is a form's parent and at the time of modal rendering FormSupport is not yet available. -- Ilya Obshadko

Re: integrating Facebook JS SDK

2016-04-09 Thread Ilya Obshadko
7; : { exports: 'geolib' } } }); define(["jquery", "ymaps", > "geolib","./lodash.min","./graham_scan.min"], function ($, ymaps,geolib) { > code... }); > > Pavel Chernyak > -- Ilya Obshadko

Re: integrating Facebook JS SDK

2016-04-09 Thread Ilya Obshadko
acebookSdk ) { configuration.add ( "facebook", *new* JavaScriptModuleConfiguration ( facebookSdk ).exports ( "FB" ) ); } However that doesn't look like an elegant solution either. Are there any other options? On Sat, Apr 9, 2016 at 3:05 PM, Ilya Obshadko

integrating Facebook JS SDK

2016-04-09 Thread Ilya Obshadko
Facebook recommends the following method to integrate FB SDK using AMD approach: https://developers.facebook.com/docs/javascript/howto/requirejs/v2.5 However I can't find any obvious way to configure RequireJS paths in Tapestry. Is there any way to do it? -- Ilya Obshadko

Re: Tapestry is a sinking Ship

2016-02-13 Thread Ilya Obshadko
go H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
rt frameworks. Tapestry is meant for POCs and prototypes that > you plan to throw away. Even Howard doesn't use Tapestry anymore. He uses > Wicket. Tapestry is just a joke. > > Cheers > > On Thu, Feb 11, 2016 at 4:29 PM, Ilya Obshadko > wrote: > > > FormF

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
rd/usingformfragments/$N/$N > > Geoff > > > On 11 Feb 2016, at 10:55 PM, Ilya Obshadko > wrote: > > > > Just found another issue: it throws validation errors for a form fragment > > that's hidden during form submission: > > https://monosnap.com/file

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
laces. On Thu, Feb 11, 2016 at 4:13 PM, Ilya Obshadko wrote: > I'll try to gather more evidence. > > From the first glance, validation messages don't show up at all without > setting *simpleIds=true* (as per TAP-2391). Setting *simpleIds=true* > helps to fix this for simpl

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
t to the problem there? > > Also, in a production site I’m running its last predecessor, 5.4-beta-35, > with AJAX Forms and Zones throughout without a problem. > > Can you be more specific? > > Geoff > > > On 11 Feb 2016, at 4:42 PM, Ilya Obshadko > wrote: > > &g

Re: [ANNOUNCE] Apache Tapestry 5.4

2016-02-11 Thread Ilya Obshadko
t; https://blogs.apache.org/foundation/search?q=tapestry > > regards, > Basile > -- Ilya Obshadko

Re: Exceptions with ParallelExecutor

2015-11-20 Thread Ilya Obshadko
// --> is outputted to >> console >> log.debug("LOG TEST"); // --> is outputted to console >> throw new RuntimeException("EXCEPTION TEST"); // --> is >> NOT outputted to console >> } >> >> } >>

Re: Exceptions with ParallelExecutor

2015-11-20 Thread Ilya Obshadko
) { > throw new RuntimeException("TEST EXCEPTION"); > } > }); > } > > } > > > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: HibernateSessionManager and background threads

2015-11-07 Thread Ilya Obshadko
Thanks a lot, that seemed to finally help - instance is now running for 5 days without OOM. On Sun, Nov 1, 2015 at 8:16 PM, Lance Java wrote: > You'll need to @Inject the PerThreadManager and call cleanupThread() in the > finally block of the task(s). > On 1 Nov 2015 14:58,

HibernateSessionManager and background threads

2015-11-01 Thread Ilya Obshadko
round processes (i.e. via PeriodicExecutor)? Any suggestions appreciated. -- Ilya Obshadko

Re: coercion from Scala types

2015-10-03 Thread Ilya Obshadko
rable[_]], coercion)) } On Sat, Oct 3, 2015 at 12:17 AM, Ilya Obshadko wrote: > Just checking - did anyone ever try to create general-purpose type coercer > for Scala types? > It seems to be very natural solution to avoid calling .asJava on every > return type I happen

coercion from Scala types

2015-10-02 Thread Ilya Obshadko
Just checking - did anyone ever try to create general-purpose type coercer for Scala types? It seems to be very natural solution to avoid calling .asJava on every return type I happen to use from Scala. -- Ilya Obshadko

Re: decoupling business logic and frontend

2015-07-25 Thread Ilya Obshadko
t; General advise here may be that one deployable unit should have one > dedicated team of developers > who are responsible for that unit. > > Unless this is a really simple service that once developed & deployed stays > untouched, > otherwise I don't think you'll h

Re: decoupling business logic and frontend

2015-07-25 Thread Ilya Obshadko
ere is the link about demo to integrate angularjs into tapestry + restful > web service: https://github.com/ffacon/tapestry5-angular-demo > > Hopefully it can help. > > Duy > > > On Sat, Jul 25, 2015 at 7:16 PM, Ilya Obshadko > wrote: > > > At this moment, my o

decoupling business logic and frontend

2015-07-25 Thread Ilya Obshadko
r logic to JS on the frontend and to REST handlers on the backend. This way pages/components are becoming just "stubs" that initialize required HTML/JS. Any other thoughts maybe? -- Ilya Obshadko

Re: how to access client id of the component rendered later than the current one

2015-05-23 Thread Ilya Obshadko
Inside a zone this id gets overridden by an automatically generated one. On Thu, May 21, 2015 at 7:45 PM, Lance Java wrote: > If you're solving it by explicitly setting a data attribute, why can't you > just explicitly set the id? > -- Ilya Obshadko

Re: how to access client id of the component rendered later than the current one

2015-05-20 Thread Ilya Obshadko
you need to know the clientId? If it's for a javascript selector can > you use a data- attribute instead? > -- Ilya Obshadko

Re: how to access client id of the component rendered later than the current one

2015-05-20 Thread Ilya Obshadko
use case, you might need a container component to invoke > a method on a child at some later stage. Take a look at parallel / > parallelContainer for inspiration > > http://t5stitch-lazan.rhcloud.com/paralleldemo > -- Ilya Obshadko

Re: how to access client id of the component rendered later than the current one

2015-05-19 Thread Ilya Obshadko
after(Loop.java:430) at org.apache.tapestry5.corelib.components.Loop.afterRender(Loop.java) Although HeartbeatDeferred is involved, it doesn't quite help. On Tue, May 19, 2015 at 12:36 PM, Ilya Obshadko wrote: > Ah, thanks! That's what I was looking for, just forgot the name of > a

Re: how to access client id of the component rendered later than the current one

2015-05-19 Thread Ilya Obshadko
Ah, thanks! That's what I was looking for, just forgot the name of annotation. On Tue, May 19, 2015 at 10:39 AM, Lance Java wrote: > Take a look at the Label component which uses @HeartbeatDeferred > -- Ilya Obshadko

how to access client id of the component rendered later than the current one

2015-05-18 Thread Ilya Obshadko
Is there any convenient way to do that? -- Ilya Obshadko

Re: Passing hibernate session from one page to the next in a wizard form

2015-03-29 Thread Ilya Obshadko
o detach > > the object from the first session and reattach the object to the second > > session. I've written about the subject at > > http://tynamo.org/tapestry-conversations+guide. > > > > Kalle > > > > > > -- > George Christman > CEO > www.CarDaddy.com > P.O. Box 735 > Johnstown, New York > -- Ilya Obshadko

Re: [5.4-beta-22] field-bound form validation messages

2015-03-14 Thread Ilya Obshadko
And I can confirm that in case of any validation error form values inside AjaxFormLoop are completely messed up (text fields are cleared, checkboxes are checked etc etc). This is actually very major :( On Sat, Mar 14, 2015 at 1:39 PM, Ilya Obshadko wrote: > Yes, this is it. Any options besi

Re: [5.4-beta-22] field-bound form validation messages

2015-03-14 Thread Ilya Obshadko
t's been partially fixed in 5.4-beta-26, but there's still an issue. > > https://issues.apache.org/jira/browse/TAP5-2391 > > Geoff > > On 13 Mar 2015, at 1:41 am, Ilya Obshadko wrote: > > > I've found out that at some point (not sure, but probab

[5.4-beta-22] field-bound form validation messages

2015-03-12 Thread Ilya Obshadko
xed in 5.4-beta-26? -- Ilya Obshadko

Re: Custom exception report for AJAX requests

2015-01-25 Thread Ilya Obshadko
Ended up with something like this: https://gist.github.com/xfyre/12612d45bccf16422050 Kind of a brutal approach, but works OK On Sun, Jan 25, 2015 at 2:26 PM, Ilya Obshadko wrote: > I have looked into source and seems like we can't do much. AJAX exception > reporting is hard-coded i

Re: Getting a page context in a embedded component

2015-01-25 Thread Ilya Obshadko
f possible. > > I could use the Request to get the full URL and then parse it, but was > wondering if there was any other way? > > Thanks > -- Ilya Obshadko

Re: Custom exception report for AJAX requests

2015-01-25 Thread Ilya Obshadko
an use the tapestry-exceptionpage package from tynamo I > believe for same behaviour. > > sry for vagueness, haven't touched t5 for a cpl months and am on a boat > taking a break from doing work at the top of the mast (bit light headed) > > chris > On 05/01/2015 5:57 am, &qu

Re: Grid data source, BeanModel and nested properties

2015-01-06 Thread Ilya Obshadko
able to click on 86000 and go to a listing that doesn't > bring down the application. > > Let me know if you find an adequate solution. I see your other post > about code that looks far from elegant - if that is it, I would be > curious to know how you handled the project

Re: Grid data source, BeanModel and nested properties

2015-01-05 Thread Ilya Obshadko
1:39 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 02 Jan 2015 06:45:30 -0200, Ilya Obshadko > wrote: > > I'm trying to implement a Grid data source optimized for database >> retrievals (with paging support). Basically it's deri

Custom exception report for AJAX requests

2015-01-04 Thread Ilya Obshadko
dable description of the error in production mode). Any suggestions are welcome. -- Ilya Obshadko

Re: Grid data source, BeanModel and nested properties

2015-01-03 Thread Ilya Obshadko
ng the Projections.rowCount(). > > On Fri, Jan 2, 2015 at 3:45 AM, Ilya Obshadko > wrote: > > I'm trying to implement a Grid data source optimized for database > > retrievals (with paging support). Basically it's derived from > > HibernateGridDataSource from Ta

Re: FineUploader implementation?

2015-01-02 Thread Ilya Obshadko
;s blobs and its RESTful leanings. > > Geoff > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Grid data source, BeanModel and nested properties

2015-01-02 Thread Ilya Obshadko
at, besides manually providing all required mappings between Grid property names and database property names? -- Ilya Obshadko

Re: Tapestry and Clojure

2014-12-31 Thread Ilya Obshadko
entation. > > More info here http://tapestry.apache.org/injection-in-detail.html > On 28 Dec 2014 11:16, "Ilya Obshadko" wrote: > > > On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo < > > thiag...@gmail.com> wrote: > > > > > On T

Re: Tapestry and Clojure

2014-12-28 Thread Ilya Obshadko
On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 18 Dec 2014 20:01:11 -0200, Ilya Obshadko > wrote: > > One more question regarding ObjectLocator. >> Turns out it cannot resolve services like Logger, complaining that

Re: Tapestry and Clojure

2014-12-26 Thread Ilya Obshadko
ccess to Tapestry services from Clojure runtime. > On Mon, Dec 22, 2014 at 10:51 AM, Ilya Obshadko > wrote: > > > No, I didn't try getObject() yet. That means the code for injection would > > be a little bit more complex, but I'll explain using "simple"

Re: Tapestry and Clojure

2014-12-22 Thread Ilya Obshadko
tService() calls, and then during let binding (syntax unquote on line 15) those services are finally bound to variables for the later use. Lines 19-23 is an example of using this macro. On Sun, Dec 21, 2014 at 10:22 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On T

Re: Tapestry and Clojure

2014-12-18 Thread Ilya Obshadko
One more question regarding ObjectLocator. Turns out it cannot resolve services like Logger, complaining that no service implements its interface. Could you suggest how to solve it? On Thu, Dec 18, 2014 at 11:20 PM, Ilya Obshadko wrote: > So, my solution for this is actually quite sim

Re: Tapestry and Clojure

2014-12-18 Thread Ilya Obshadko
tion to Tapestry service interface and call it during startup phase. There might be better approaches probably. On Thu, Dec 18, 2014 at 6:49 PM, Ilya Obshadko wrote: > Thanks Howard, that's making a lot of sense. > > However my initial though was about injecting Clojure globals

Re: Tapestry and Clojure

2014-12-18 Thread Ilya Obshadko
han the Java API to Datomic, which is decidedly second class. > > On Tue, Dec 16, 2014 at 5:24 AM, Thiago H de Paula Figueiredo < > thiag...@gmail.com> wrote: > > > > On Mon, 15 Dec 2014 18:29:22 -0200, Ilya Obshadko < > ilya.obsha...@gmail.com> > > wrote: > &

Re: Tapestry and Clojure

2014-12-15 Thread Ilya Obshadko
On Mon, Dec 15, 2014 at 10:12 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 15 Dec 2014 17:34:10 -0200, Ilya Obshadko > wrote: > > ServiceBuilder's buildService() receives a ServiceResources instance as a >>> parameter. ServiceRe

Re: Tapestry and Clojure

2014-12-15 Thread Ilya Obshadko
On Sun, Dec 14, 2014 at 9:17 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 13 Dec 2014 17:48:09 -0200, Ilya Obshadko > wrote: > > I have a question regarding potential Clojure integration in my >> application >> service layer. As of now,

Re: Tapestry and Clojure

2014-12-13 Thread Ilya Obshadko
o > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: overriding built-in AJAX error reporting

2014-10-06 Thread Ilya Obshadko
does look like an ugly hack). Are there any other suggestions? On Mon, Oct 6, 2014 at 1:33 PM, Ilya Obshadko wrote: > Could anybody suggest how do I override internal error reporting for AJAX > request errors? > This is not immediately clear for me how to proceed. > > I have

overriding built-in AJAX error reporting

2014-10-05 Thread Ilya Obshadko
and provide required JS handling for the case when request.isXHR() is true? -- Ilya Obshadko

Re: injecting symbols in QA mode

2014-08-12 Thread Ilya Obshadko
The situation is even more weird: are not supported by surefire plugin, while are not supported by jetty plugin. Maybe this is going to be useful for someone else - I spent a lot of time to figure it out. On Thu, Aug 7, 2014 at 9:51 PM, Ilya Obshadko wrote: > I finally found the ans

Re: injecting symbols in QA mode

2014-08-07 Thread Ilya Obshadko
I finally found the answer. In fact, deprecated maven tag is not just deprecated, it's now ignored. When I've changed that to everything started to work as expected. On Fri, Aug 8, 2014 at 2:00 AM, Ilya Obshadko wrote: > I don't have any problems with module classes (ye

Re: injecting symbols in QA mode

2014-08-07 Thread Ilya Obshadko
gt; > Please ignore my earlier comments regarding pom.xml. I was assuming you > were talking about the jar manifest when you were discussing maven surefire > properties. > > It's best to keep your test config out of maven IMHO. This way it's easier > to run tests in your ide. > -- Ilya Obshadko

Re: injecting symbols in QA mode

2014-08-06 Thread Ilya Obshadko
Unfortunately that didn't work either. Probably I'm missing something important. QaModule doesn't even seem to be loaded on startup. On Wed, Aug 6, 2014 at 9:44 PM, Ilya Obshadko wrote: > I'm running the test using 'mvn test'. That's why I expect all sy

Re: injecting symbols in QA mode

2014-08-06 Thread Ilya Obshadko
onstructor where you > explicitly pass an array of Module classes rather than relying on the jar > manifest / web.xml. You could create an extra TestModule for your symbols > (or use System properties). > On 6 Aug 2014 05:45, "Ilya Obshadko" wrote: > > > I'm

injecting symbols in QA mode

2014-08-05 Thread Ilya Obshadko
ymbol is defined in both web.xml (as context parameter) and pom.xml (as a system property in maven-surefire-plugin configuration). Thanks for any suggestions. -- Ilya Obshadko

Re: Upgrading typeahead to the latest version.

2014-07-14 Thread Ilya Obshadko
ance we could upgrade the > typeahead.js to the latest version? It seems as if we are a little more > than a year out of date. > > https://github.com/twitter/typeahead.js/blob/master/CHANGELOG.md > > Thanks, > > -- > George Christman > www.CarDaddy.com > P.O. Box 735 > Johnstown, New York > -- Ilya Obshadko

Re: [T5.4] helper components and mixins module: tapestry5-xtensions

2014-07-12 Thread Ilya Obshadko
lem (with setting readonly attribute). For some reason (don't remember exactly) it didn't quite work. Probably I will recheck that in a few days and drop the unnecessary mixin, if you're right. > On 10 Jul 2014 20:09, "Ilya Obshadko" wrote: > > > While I

[T5.4] helper components and mixins module: tapestry5-xtensions

2014-07-10 Thread Ilya Obshadko
pleased to provide it as an Open Source https://github.com/xfyre/tapestry5-xtensions Hopefully it could be useful to someone else. Note that currently it has very little to no documentation; it's to be completed yet. -- Ilya Obshadko

Re: [T5.4] split Tapestry application into separate modules

2014-07-10 Thread Ilya Obshadko
mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Ilya Obshadko

Re: [T5.4] split Tapestry application into separate modules

2014-07-10 Thread Ilya Obshadko
ceive build error "[WARNING] The POM for my.package:module-name:jar:0.0.1-SNAPSHOT is missing, no dependency information available" I suppose it has something to do with external Maven installation that I'm using instead of embedded one, but I'm not sure. > On Wed, Jul 9

Re: [T5.4] split Tapestry application into separate modules

2014-07-10 Thread Ilya Obshadko
4 at 12:05 AM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 09 Jul 2014 17:38:04 -0300, Ilya Obshadko > wrote: > > - component that was moved into separate module can't be loaded by main >> application using standard namespace; is there any wa

[T5.4] split Tapestry application into separate modules

2014-07-09 Thread Ilya Obshadko
thout having to install 'module' project into local repository? Thanks in advance. -- Ilya Obshadko

Re: [T5.4] context isn't passed to enclosing page during form submit

2014-07-03 Thread Ilya Obshadko
vationContext instead. > > > On 3 July 2014 06:11, Ilya Obshadko wrote: > > > Oops my bad. I always try to forget about onPassivate () > > That should fix it, thanks! > > > > > > On Thu, Jul 3, 2014 at 1:46 PM, Geoff Callender < > > geoff.callender

Re: [T5.4] context isn't passed to enclosing page during form submit

2014-07-02 Thread Ilya Obshadko
return id; > > } > > > > I'm guessing your page doesn't do that. Before clicking submit, the page > URL would look like this... > > > > http://localhost:8080/application/page/12345 > > > > ...and, on submit, the For

[T5.4] context isn't passed to enclosing page during form submit

2014-07-02 Thread Ilya Obshadko
? I'm using 5.4-beta6 -- Ilya Obshadko

Re: Multiple file uploads

2014-07-01 Thread Ilya Obshadko
> > > > From what I've seen on the official Tapestry site, They're only talking > > > about one file about uploading. > > > I have a project with Tapestry 5 and I need to upload multiple files > (an > > > amount not fixed), How can I do multiple files uploading with Tapestry > 5 > > ? > > > > > > Thanks. > > > > > > -- Ilya Obshadko

Re: service implementation reloading and background processes

2014-06-27 Thread Ilya Obshadko
Thanks! Exactly what I was looking for. On Fri, Jun 27, 2014 at 6:30 PM, Dmitry Gusev wrote: > > http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/ReloadAware.html > > On Friday, June 27, 2014, Ilya Obshadko wrote: > > > I have a couple of services which us

service implementation reloading and background processes

2014-06-27 Thread Ilya Obshadko
s and continues to run. What could you recommend to solve this problem? Is there any explicit way to signal particular implementation that it's about to be reloaded? Thanks in advance. -- Ilya Obshadko

Re: Multi file upload

2014-06-14 Thread Ilya Obshadko
; > Not sure if it is still compatible and if it will work - will give it shot > tomorrow. > > > Thank you for your help. > > > Sanket > -- Ilya Obshadko

  1   2   3   >