-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GST with StaticPublication #31
Comments
If you are using the GSF Navigation JSP tags, that might explain it. Those If it is, you could try to use your own NavigationService that doesn't Regards, [image: Function1] http://www.function1.com/Tony Field | Vice President [image: Call Me] [image: VCard] On Tue, Jul 22, 2014 at 4:36 AM, GerardoRodriguezVisus <
|
Hello again, Condition c = null; ses = SessionFactory.getSession(ics); c = cf.createCondition(attName, OpTypeEnum.EQUALS, value); }I think it is not a problem with GSF but, do you think it is possible that we are introducing an unknown dependency with this code? Do you know how to solve it? Thanks a lot for any help. |
There is a query property that you can set that sets the resultant list as Regards, [image: Function1] http://www.function1.com/Tony Field | Vice President [image: Call Me] [image: VCard] On Tue, Jul 22, 2014 at 11:18 AM, GerardoRodriguezVisus <
|
Hello, |
Hmm, this is an interesting one. Static publishing is deprecated now so Try creating a page that doesn't use GSF - it could just be some sort of Once we know this we can start looking at the dependencies that are causing Regards, [image: Function1] http://www.function1.com/Tony Field | Vice President [image: Call Me] [image: VCard] On Wed, Jul 23, 2014 at 5:12 AM, GerardoRodriguezVisus <
|
Hello, query = new SimpleQuery("LanguageMapping", null, c, Arrays.asList("languages", "tarscode", "lgaccor", "lgiso2")); It works perfectly. AssetSearcherImpl asr = new AssetSearcherImpl(ics); And it works for basic assets, but I have the following error when I execute with flex assets. [2014-07-24 09:55:10,699 BST] [ERROR] [TP-Processor3] [gst.controller.facade.AssetDataManagerFacade] com.fatwire.assetapi.common.AssetAccessException: com.fatwire.assetapi.common.AssetAccessException: Searching on flex attribute is not currently supported on flex asset types Any idea of how to execute a query over flex assets without mgr.read(squery) ? Thanks a lot for your support, |
Hello, |
…th-modules Replace reports in uber site with modules
Hello,
We are using GST 11.6.1 with WCSites 11.1.1.8 patch4
We are rendering the pages collecting the attributes and everything works fine.
We have the problem in the Static Publication.
We have a starting point to list all the pages we want to publish and we have in the starting point template an unkown dependency with pages in order to detect a new page and republish the starting point and the page.
It worked perfectly before we introduce GST. Now, with GST, we see in the static publication queue all the pages all the time... so we generate the whole site each publication, instead of just the pages with changes (or nothing if there are no changes).
We cannot find the reason and we guess that maybe GST has some incompatibility with Static Publication.
Do you know if we can use GST and Static Publication?
Thank you for any help or advice.
Gerardo
The text was updated successfully, but these errors were encountered: