Search the web
Sign In
New User? Sign Up
graniteds · Granite Data Services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1627 - 1657 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1627
I talked to the enterprise Architect at my company, he is responsible for monitoring the servers and making sure they have enough memory. He offered these...
ingramcameron
Offline Send Email
Jul 1, 2008
1:46 pm
1628
Hi, I have following hierarchy in my application, SearchRequest extends BaseRequest Both these classes have 2 properties with same name, viz: __hashCodeCalc...
vdb_19
Offline Send Email
Jul 1, 2008
8:29 pm
1629
I was hitting some knotty issues with AMF traffic getting messy (my June 30th "Question on severity..." post)... ...so, I updated to the GDS-SEAM-196 version...
rlgoldman
Offline Send Email
Jul 1, 2008
8:46 pm
1630
Sorry... cut-and-paste oversight... the "trace("onFault: " + event.toString());" message in my onResult handler should read "... onResult: ..." ... ...
rlgoldman
Offline Send Email
Jul 1, 2008
8:58 pm
1631
Excellent, I will take a look into this. Thank you both for your help, Scotty...
Scotty Scott
fwscott
Online Now Send Email
Jul 1, 2008
11:24 pm
1632
I have a problem I encountered, plus a workaround. I get the following error when using Tide to return a List of POJOs from Seam (I have implemented...
adampwells28
Offline Send Email
Jul 2, 2008
12:05 am
1633
Hi, If I don't wrap a class with an externalizer in granite-config.xml then Serialization works but on De-serialization I get ClassCast Exception. E.g. ...
vdb_19
Offline Send Email
Jul 2, 2008
12:54 am
1635
Hi I'm wondering if the code in my previous post should work or is this not supported in tide. Regards Ralph ... click="onClickEndButton(event)" />...
Ralph Schaer
ralphschaer
Offline Send Email
Jul 2, 2008
6:17 am
1636
Hi, You have basically 3 options: 1. Do NOT implement IExternalizable (as3) AND Externalizable (java) in your beans: you should not use any externalizer for...
fwolff999
Offline Send Email
Jul 2, 2008
10:29 am
1637
Hi Frank, Thanks for the quick response. For option 3, can't the DefaultExternalizer be really default, meaning, if a bean does not implement Externalizable...
vdb_19
Offline Send Email
Jul 2, 2008
6:10 pm
1638
You need to add a name annotation to your customer entity. Then refer to it by that name, your code will then work as expected. i.e. @Name("customer") @Entity ...
ingramcameron
Offline Send Email
Jul 2, 2008
7:21 pm
1639
I am working on Https enabling of my Application. I started with below changes to various files in our application Changed the Services-config.xml to add...
amit_gandhe
Offline Send Email
Jul 2, 2008
7:42 pm
1640
You have to enable https security in your web.xml (security-constraint with transport-guarantee confidential) and configure a https connector in your servlet...
williamdrai
Offline Send Email
Jul 3, 2008
2:31 pm
1641
Hi Franck! How area you? First i need to say, that you did nice work at GraniteDS, and i really appreciate your work. So.. i have found a little bug, but i...
Pedro Gonçalves
pefgoncalves
Offline Send Email
Jul 4, 2008
3:15 am
1642
Hi Pedro, Thanks for the hints! It's now commited in the trunk (with few modifications), please update and tell me if it works. Regards, Franck. ... it's a ......
fwolff999
Offline Send Email
Jul 4, 2008
10:51 am
1643
Thanks for your help. Unfortunately this does not solve the problem. I still have the problem that in the end method i have a customer with name "Jimi". It...
Ralph Schaer
ralphschaer
Offline Send Email
Jul 4, 2008
1:05 pm
1644
Hi Franck... Great Job! Works fine now! Thank you! On Fri, Jul 4, 2008 at 7:51 AM, fwolff999 <franck.wolff@...> ... -- Pedro Gonçalves 031-8415 5423...
Pedro Gonçalves
pefgoncalves
Offline Send Email
Jul 4, 2008
1:18 pm
1645
Hi Ralph, The problem is that your Customer entity has not been generated with the Tide template, which contains the necessary code to enable 'Managed...
williamdrai
Offline Send Email
Jul 5, 2008
5:55 pm
1646
You can see the GraniteDS Webcompiler in action in the Igenko backoffice (Widget tab) : http://igenko.org/igenko-bo/Index.swf The webcompiler is called via a...
bouiaw
Offline Send Email
Jul 6, 2008
1:49 pm
1647
What is the default charset policy in Granite DS? How can I force UTF-8 anywhere ?...
jsbret69
Offline Send Email
Jul 7, 2008
12:04 pm
1648
Hi, Default encoding is already UTF-8... If you experience encoding problems, make sure your database and web servers are started with UTF-8 support. Regards, ...
fwolff999
Offline Send Email
Jul 7, 2008
12:50 pm
1649
Hi All, Playing around with GraniteDS ejb3 version I got the following issues when I try to call a service "getAllObject(Abstract ob)". 2008-07-07 13:56:25,053...
bertrandbertrand19
bertrandbert...
Offline Send Email
Jul 7, 2008
1:08 pm
1650
It seems that you are trying to send an as3 instance of AbstractEntity to the server, which is possible in as3 because there are no abstract classes. In Java...
williamdrai
Offline Send Email
Jul 7, 2008
1:54 pm
1651
Yes course.... Thanks for that one :) ... ...
bertrandbertrand19
bertrandbert...
Offline Send Email
Jul 7, 2008
2:08 pm
1652
It seems that while using GDS to access our stateful ejb3 session beans, the beans are being used as if they are stateless. I put a println inside the...
barondodd
Offline Send Email
Jul 7, 2008
3:35 pm
1653
Hi, <scope>...</scope> is only used for pojo services so it won't change anything with ejbs. Normally, for each ejb destination, there should be only one jndi ...
fwolff999
Offline Send Email
Jul 7, 2008
4:17 pm
1654
The introduction of the scope xml attribute was just a test, this is our normal config (with some names removed): <service id="ContainerBrowser-service" ...
barondodd
Offline Send Email
Jul 7, 2008
4:52 pm
1655
Hi (again), I didn't read carefully your mail so my first reply wasn't appropriate... The problem certainly comes from the cache used for this handle (ie: ...
fwolff999
Offline Send Email
Jul 7, 2008
5:01 pm
1656
... Hi, I have following hierarchy in my application, SearchRequest extends BaseRequest Both these classes have 2 properties with same name, viz:...
vdb_19
Offline Send Email
Jul 7, 2008
7:43 pm
1657
Ok thank you Will this change have any adverse effects on the stateless beans we are using? I am a bit reluctant to check out all the source and begin building...
barondodd
Offline Send Email
Jul 8, 2008
8:19 am
Messages 1627 - 1657 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help