Apologies... Web module is not an OSGi module. Other two App and JPA are OSGi
modules. Web is a traditional Java Web module having webapp folder and all
the configuratiion files.
I tried adding below settings to my web.xml but it gave me deployment error.
contextClass
org.eclipse.vir
These are three OSGi modules. Last Web module uses Tapestry.
JPA has a bean as:
and a service which is exposed to be consumed as:
Web module consumes this service as:
and uses it to create a bean in servlet:
I use this service to call the respective method in Index.java
@Inject
@Service(
Hi,
This appliation has three modules:
1) App
2) JPA
3) Web
I have created a Service in JPA module and using that as a reference in Web
module. The files having these settings are as below:
JPA - T5OSGi-ref\org.example.T5OSGi.jpa\src\main\resources\META-INF\spring
Web - T5OSGi-ref\org.exam
Hi,
I am migrating my application which was based on OSGi framework from DM
Server 1.0.2 to Virgo.
Before it was using Spring 2.5.6.Instrumented library now it is using Spring
3.5 library.
I used to do below setting in my web.xml for Spring DM Server:
tapestry.use-external-spring-context
Hi All, Thanks alot for your suggestions.
I have implemented GridDataSource so I am retrieving only required data from
the back end to be displayed on the grid. (SetMaxResults + Pagination)
But I do have many things associated with the Grid as Error image, Check
boxes with JavaScript validation,
Thanks Thiago for pointing out logger issue. It was really very helpful.
Now, the application takes around 5-6 seconds instead of 12-13 seconds it
was taking before. But still have to figure out why it is taking 5-6 seconds
in Tapestry.
The log says:
[2010-12-28 03:53:51.247] server-tomcat-thre
Thanks for the help.
I have used the same JavaScript + CSS code for synchronization purpose, the
main problem with this is, we are facing many perfomance issues.
I have put SOPs to figure out which part of code is taking huge time and
found out that, it is tapestry which is taking most part of t
Hi,
I have below requirements for Tapestry grid, I am using Tapestry 5.1.0.5:
- Reduce the grid size (Say to display in half of the page) with 50 records
per page
-> I can handle showing records per page but to reduce the grid size, I
could not get any example.
- I have around 50 columns to d
Hi,
I have migrated my application recently from Tapestry 5.0.18 to 5.1.0.5.
I was handling session in my application previously (5.0.18) as:
If (!visitExists) {
sessionState.setSessionExpired(false);
_reqestGlobals.getResponse().sendRedirect(pageName); // start page
}
but this is not work
I tried using above settings... but then I get ClassCast exception. Its
related to Stax TemplateParser issue...
check more about it on:
http://www.mail-archive.com/users@tapestry.apache.org/msg36309.html
Any thoughts?
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Up
I am also facing the same issue... any suggestions?
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Upgrading-from-Tapestry5-0-18-to-5-1-0-5-tp5291773p5301209.html
Sent from the Tapestry Users mailing list archive at Nabble.com.
-
11 matches
Mail list logo