Tagged Questions
The aegis tag has no wiki summary.
6
votes
9answers
266 views
Which version control programs can enforce running & passing of tests before integration of changes?
At my work we currently use Aegis version control/SCM. The way we have it configured, we have a bunch of tests, and it forces the following things to be true before a change can be integrated:
The ...
4
votes
3answers
1k views
Within CXF, why use any other binding than JAXB? (MTOM attachments, Aegis, XMLBeans,…)
I have been playing around with Apache CXF, in particular the various data bindings it supports: JAXB (the default), MTOM, Aegis and XMLBeans. Since all of these are supported, I suppose each has its ...
3
votes
0answers
116 views
SOAP response wrongly deserializing as null in CXF + Simple frontend + Aegis databinding
I'm writting a client for a SOAP Web Service.
I'm using the library CXF.
With the Simple frontend.
And the Aegis databinding.
The server is providing a Java interface (named MediaService) for the web ...
1
vote
0answers
51 views
Qt Meego Bluetooth Segmentation Fault
I have created a game that runs fine on Symbian but won't run on the Meego/Harmattan emulator. It gives me a lot of No AEGIS_HASH_FDS environment errors and a Segmentation fault. I think it may have ...
1
vote
1answer
298 views
Bean-To-XML annotations: how to process nested structure
For bean->xml convertion in webservices we use Aegis from CXF (it is jaxb-compatible, as I understand).
This is my type:
class C{
private int a;
private int b;
private T t;
...
}
class T{
private ...
0
votes
0answers
25 views
Meego Bluetooth Aegis Manifest
I am new to Meego and Aegis manifests so I can't figure out what would be the equivalent Aegis manifest for Meego is to "TARGET.CAPABILITY = NetworkServices ReadUserData WriteUserData LocalServices" ...
0
votes
0answers
137 views
Serialize JAVA to XML using AEGIS [databinding]
How do i serialize a JAVA class into XML using AEGIS?
I have this class:
public class Employee
{
private String name;
private String title;
public String getName() { return name; }
public ...
0
votes
2answers
167 views
convert Java to XML using AEGIS
How to convert a class into xml with AEGIS?
Can“t find tutorials on the web, only random code.
0
votes
0answers
241 views
CXF having issues with returning a list
Am using Aegis for data binding but it throws an exception when returning a list to the clients. am using CXF 2.2.3. the exception is as below. Where could I be going wrong?
Exception:
Apr 18, 2011 ...
0
votes
1answer
614 views
CXF: Set minOccurs=0 for elements of the arrays
We use CXF framework with aegis mapper for java server and .NET client.
By default we have minOccurs=0 for all variables in classes in WSDL.
We use such setting in CXF config to prevent it:
...
0
votes
1answer
80 views
Change attributes of change-set from command line
I tried using aegis -change_attributes to change the brief_description of my current change set but it didn't work.
aegis -change_attributes description="test"
What should I do to make this work?
...