wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Korbinian Bachl - privat
it is supposed to be? ( I read so far that this disables a big part of springs-transaction handling support but didnt see any impacts so far) Has anyone a different aproach/ solution for this using wicket + spring with JPA? Best, Korbinan PS: im on wicket 1.4-m3

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Nino Saturnino Martinez Vazquez Wael
of springs-transaction handling support but didnt see any impacts so far) Has anyone a different aproach/ solution for this using wicket + spring with JPA? Best, Korbinan PS: im on wicket 1.4-m3 - To unsubscribe, e-mail

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Korbinian Bachl - privat
of springs-transaction handling support but didnt see any impacts so far) Has anyone a different aproach/ solution for this using wicket + spring with JPA? Best, Korbinan PS: im on wicket 1.4-m3 - To unsubscribe, e-mail: [EMAIL

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread James Carman
On Mon, Sep 29, 2008 at 7:14 AM, Korbinian Bachl - privat [EMAIL PROTECTED] wrote: However, the OpenSessionInViewFilter will not work with wicket, even if mapped to /* in the web.xml Huh? We use it and it works just fine. By the way, have you tried OpenEntityManagerInViewFilter if you're

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Michael Sparer
if this is the way it is supposed to be? ( I read so far that this disables a big part of springs-transaction handling support but didnt see any impacts so far) Has anyone a different aproach/ solution for this using wicket + spring with JPA? Best, Korbinan PS: im on wicket 1.4-m3

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Korbinian Bachl - privat
really? - I tried it but... would you please be so nice and post the part of the web.xml where it is mapped and the corresponding part of the spring-application.xml ? what wicket version are you on? what runtime (Tomcat 6?)? Best, Korbinian James Carman schrieb: On Mon, Sep 29, 2008 at

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread James Carman
We don't use JPA at work, but we use OSIV (we're using straight hibernate). Anyway, for the JPA configuration, you can look at: https://wicketopia.svn.sourceforge.net/svnroot/wicketopia/trunk/jpa-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml On Mon, Sep 29,

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread Korbinian Bachl - privat
Hmm, I copied it to web.xml, but result is: 2008-09-29 18:07:24,125 ERROR org.hibernate.LazyInitializationException - failed to lazily initialize a collection of role: de.xxx....xxx., no session or session was closed org.hibernate.LazyInitializationException: failed to lazily

Re: wicket + spring + jpa/ hibernate = lazy load exception

2008-09-29 Thread James Carman
Would you be able to create a quickstart that exhibits this behavior? If you want, you can use the JPA archetype in wicketopia (the code I referenced) to set everything up for you automatically. On Mon, Sep 29, 2008 at 12:21 PM, Korbinian Bachl - privat [EMAIL PROTECTED] wrote: Hmm, I copied

wicket, spring and Jtrac

2008-08-29 Thread jayboado
Hi everyone, I am trying to do alittle enhancement with Jtrac(thanks PThomas). I created a mailto properties that will open the default mail application with pre-formatted text. The java class uses setResponsePage to include the ticket id in the url. how can I copy the entire url since i would

Re: wicket + spring + jpa reference example?

2008-08-07 Thread francisco treacy
+flex+blazeds in the works, but it is far from perfect: http://code.google.com/p/wicket-flex-blazeds/ On Wed, Aug 6, 2008 at 5:25 PM, francisco treacy [EMAIL PROTECTED] wrote: hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup, so i tried to build

Re: wicket + spring + jpa reference example?

2008-08-07 Thread shetc
Buy Wicket In Action from Manning Publishers -- it has a useful Wicket + Spring + Hibernate example. Replace Hibernate with the JPA equivalents. -- View this message in context: http://www.nabble.com/wicket-%2B-spring-%2B-jpa-reference-example--tp18859884p18876793.html Sent from the Wicket

Re: wicket + spring + jpa reference example?

2008-08-07 Thread francisco treacy
Wicket + Spring + Hibernate example. Replace Hibernate with the JPA equivalents. -- View this message in context: http://www.nabble.com/wicket-%2B-spring-%2B-jpa-reference-example--tp18859884p18876793.html Sent from the Wicket - User mailing list archive at Nabble.com

wicket + spring + jpa reference example?

2008-08-06 Thread francisco treacy
hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup, so i tried to build it up, not without some trouble. so my question here is: do you know a current good wicket + spring + jpa reference/example? earlier today i checked out qwicket, but there's some

Re: wicket + spring + jpa reference example?

2008-08-06 Thread francisco treacy
it's me again. minutes after the post i found my way out of that applicationContext maze... but thanks anyway! francisco On Wed, Aug 6, 2008 at 11:25 PM, francisco treacy [EMAIL PROTECTED] wrote: hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup

Re: wicket + spring + jpa reference example?

2008-08-06 Thread Ryan Gravener
, 2008 at 5:25 PM, francisco treacy [EMAIL PROTECTED] wrote: hi, i need to develop a project with wicket + spring + jpa. i'm not used lately to this setup, so i tried to build it up, not without some trouble. so my question here is: do you know a current good wicket + spring + jpa reference

wicket-spring-annot 1.4-m1?

2008-04-30 Thread James Carman
Is this gone now that 1.4 is JDK5+? Is this stuff just bundled in with wicket-spring? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicket-spring-annot 1.4-m1?

2008-04-30 Thread Martijn Dashorst
yes On 4/30/08, James Carman [EMAIL PROTECTED] wrote: Is this gone now that 1.4 is JDK5+? Is this stuff just bundled in with wicket-spring? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: wicket-spring-annot 1.4-m1?

2008-04-30 Thread Leszek Gawron
James Carman wrote: Is this gone now that 1.4 is JDK5+? Is this stuff just bundled in with wicket-spring? yes -- Leszek Gawron http://www.mobilebox.pl/krs.html CTO at MobileBox Ltd. - To unsubscribe

Re: wicket-spring-annot 1.4-m1?

2008-04-30 Thread James Carman
ok, thanks. That makes sense. On Wed, Apr 30, 2008 at 10:32 AM, Leszek Gawron [EMAIL PROTECTED] wrote: James Carman wrote: Is this gone now that 1.4 is JDK5+? Is this stuff just bundled in with wicket-spring? yes -- Leszek Gawron http://www.mobilebox.pl

Re: wicket-spring-annot 1.4-m1?

2008-04-30 Thread Gerolf Seitz
: James Carman wrote: Is this gone now that 1.4 is JDK5+? Is this stuff just bundled in with wicket-spring? yes -- Leszek Gawron http://www.mobilebox.pl/krs.html CTO at MobileBox Ltd

Re: wicket-spring dependency in maven repository

2008-04-19 Thread Erik van Oosten
Doug Donohoe wrote: I'm using wicket-spring-annot and ran into a small problem with maven dependencies. The wicket-spring-annot project depends on wicket-spring. This has come up a number of times already. Hopefully not as often in the future as it is now also on the wiki :) http

wicket-spring dependency in maven repository

2008-04-18 Thread Doug Donohoe
I'm using wicket-spring-annot and ran into a small problem with maven dependencies. The wicket-spring-annot project depends on wicket-spring. Wicket-spring in turn depends on the entire monolithic spring.jar instead of the now-preferred spring-core.jar. This caused a problem in my environment

Re: Maven multi module app using wicket spring hibernate

2008-04-07 Thread Korbinian Bachl - privat
addComponentInstantiationListener(new SpringComponentInjector(this)); in your application's init() function Best Korbinian pxk schrieb: Hello all, I trying to configure a maven multi module app which uses wicket spring and hibernate and unfortunately i'm stuck. I know that this may be the wrong forum to post but since

Maven multi module app using wicket spring hibernate

2008-04-07 Thread pxk
Hello all, I trying to configure a maven multi module app which uses wicket spring and hibernate and unfortunately i'm stuck. I know that this may be the wrong forum to post but since the exception is more relative to wicket i thought i should try here. Anyway enough nagging. The web.xml

Re: Maven multi module app using wicket spring hibernate

2008-04-07 Thread Guðmundur Bjarni
is the preferred way in Wicket 1.3. regards, Guðmundur Bjarni -- View this message in context: http://www.nabble.com/Maven-multi-module-app-using-wicket-spring-hibernate-tp16537252p16537448.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: wicket, spring and aop

2008-04-04 Thread Korbinian Bachl - privat
is not managed but i like the wicket framework and it would be great to use integrate it but i don't know if it is possible and what is the correct way of doing it. I've tried to use the SpringWebApplication in the wicket-spring package but i don't know how to use it to integrate

wicket, spring and aop

2008-04-03 Thread [EMAIL PROTECTED]
. The instrumentation isn't executed. I know wicket is not managed but i like the wicket framework and it would be great to use integrate it but i don't know if it is possible and what is the correct way of doing it. I've tried to use the SpringWebApplication in the wicket-spring package but i

about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
Hi, I have a Servlet ViewSurvey.do, it access the Spring Context from wicket Application. MyApplication app = (MyApplication) RequestCycle.get().getApplication(); but there is some thing strange: 1,if I visit the Servlet ViewSurvey.do first, It will cause some error, and all the

RE: about servlet and wicket-spring sequence

2008-02-28 Thread Mead Lai
-nameWicketApplication/servlet-name url-pattern/manage/*.html/url-pattern /servlet-mapping welcome-file-list welcome-file/manage/index.html/welcome-file /welcome-file-list/web-app From: [EMAIL PROTECTED] To: users@wicket.apache.org Subject: about servlet and wicket-spring sequence Date: Fri, 29 Feb 2008 10:10

Re: about servlet and wicket-spring sequence

2008-02-28 Thread James Carman
The context loader listener will put the Spring context into the ServletContext at application startup. You can access it via the org.springframework.web.context.support.WebApplicationContextUtils class. You don't need Wicket at all for this. On 2/28/08, Mead Lai [EMAIL PROTECTED] wrote:

[wicket-spring] Best Practices...

2008-02-18 Thread James Carman
If I want to use wicket-spring, but I want to try to let Spring wire everything together, what is the best way to do so? I realize that there is the SpringWebApplicationFactory class, but that merely looks up the application in the Spring context. The WebApplication class isn't very beany though

Wicket + Spring 2.5

2007-12-15 Thread Korbinian Bachl
to plug wicket + spring 2.5 together? (or a Maven2 Archetype for it?) I mean, where do you stere there? first a spring 2.5 App and then put wicket in? or wicket first and then spring in?... sorry for the noobish question but I never used spring before. Best, Korbinian

Re: Wicket + Spring 2.5

2007-12-15 Thread James Perry
wicket apps started, but somehow I looked at the new spring 2.5 and it seems interesting to me (same possibilities but no big appserver needed)... can anyone post a example app or structure to me where I can see how to plug wicket + spring 2.5 together? (or a Maven2 Archetype for it?) I mean

Re: Wicket + Spring 2.5

2007-12-15 Thread Advanced Technology®
looked at the new spring 2.5 and it seems interesting to me (same possibilities but no big appserver needed)... can anyone post a example app or structure to me where I can see how to plug wicket + spring 2.5 together? (or a Maven2 Archetype for it?) I mean, where do you stere there? first

wicket + spring

2007-12-04 Thread zandile
I have been looking on the internet for a clear example of how wicket works with spring and still not clear. The closest thing I came across was this example: http://www.jroller.com/JonathanLocke/date/20060203 could someone please shed some light on this topic.. thanks -- View this message in

Re: wicket + spring

2007-12-04 Thread Gerolf Seitz
sure, we have a wiki page [0] about it. hth, Gerolf [0] http://cwiki.apache.org/WICKET/spring.html On Dec 4, 2007 8:38 PM, zandile [EMAIL PROTECTED] wrote: I have been looking on the internet for a clear example of how wicket works with spring and still not clear. The closest thing I

Re: Injecting services into Resources using wicket-spring-annotations

2007-11-14 Thread Enrique Rodriguez
On Nov 13, 2007 3:02 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: in the resource's constructor add this line: InjectorHolder.getInjector().inject(this); then you can use that class just like a component -igor Thank you! Of course, this worked perfectly. I was happy to find I could also

Injecting services into Resources using wicket-spring-annotations

2007-11-13 Thread Enrique Rodriguez
Hi, I have a web app where I'm using wicket-spring-annotations to inject services into members of the Component hierarchy. This works great. I now find myself needing access to those services from within DynamicWebResources. IIUC, since Resources aren't part of the Component hierarchy

Re: Injecting services into Resources using wicket-spring-annotations

2007-11-13 Thread Igor Vaynberg
in the resource's constructor add this line: InjectorHolder.getInjector().inject(this); then you can use that class just like a component -igor On Nov 13, 2007 2:15 PM, Enrique Rodriguez [EMAIL PROTECTED] wrote: Hi, I have a web app where I'm using wicket-spring-annotations to inject

Re: How to Jquery, Json, wicket spring?

2007-11-06 Thread Pen
, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-Jquery%2C-Json%2C-wicket-spring--tf4749547.html#a13612834 Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to Jquery, Json, wicket spring?

2007-11-05 Thread Pen
/How-to-Jquery%2C-Json%2C-wicket-spring--tf4749547.html#a13592076 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to Jquery, Json, wicket spring?

2007-11-04 Thread Pen
to integrate Wicket(1.3) with spring using new spring annotations 2.5? thanks Pen -- View this message in context: http://www.nabble.com/How-to-Jquery%2C-Json%2C-wicket-spring--tf4749547.html#a13581144 Sent from the Wicket - User mailing list archive at Nabble.com

Re: How to Jquery, Json, wicket spring?

2007-11-04 Thread David Bernard
Hi, I started the wicketstuff-jquery project, currently there is no doc/wiki, only the [source][1] is available and a demo application ([source][2], [war][3]). For the communication with between client and server, I used the native Wicket API, simpler than trying to write it in JSON (client

Wicket-Spring

2007-08-29 Thread bhupat parmar
Hi i want to integarte my wicket rame work with an existing spring frame work .Can some body tell how to go about it? thanks

Re: Wicket-Spring

2007-08-29 Thread Igor Vaynberg
see spring page on the wiki!! -igor On 8/28/07, bhupat parmar [EMAIL PROTECTED] wrote: Hi i want to integarte my wicket rame work with an existing spring frame work .Can some body tell how to go about it? thanks

Re: Wicket-Spring

2007-08-29 Thread Oliver Henlich
bhupat parmar wrote: Hi i want to integarte my wicket rame work with an existing spring frame work .Can some body tell how to go about it? thanks You really should learn to search just a little bit Quick google search gives you: http://cwiki.apache.org/WICKET/spring.html Oliver

wicket-spring Javadoc

2007-08-06 Thread pokkie
Could somebody please point me to the location of the javadoc/api for the wicket.spring package? -- pokkie -- View this message in context: http://www.nabble.com/wicket-spring-Javadoc-tf4223609.html#a12014729 Sent from the Wicket - User mailing list archive at Nabble.com

Re: wicket-spring Javadoc

2007-08-06 Thread Evan Chooly
Could somebody please point me to the location of the javadoc/api for the wicket.spring package? http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-spring/1.3.0-SNAPSHOT/wicket-spring-1.3.0-SNAPSHOT-javadoc.jar

<    1   2   3   4