Questions tagged [aegis]

Aegis is one of the data-binding standards supported by Apache CXF web service framework. tag Aegis can be used for programming related problems of configuring and development of Apache CXF framework.

Wiki:

The tag is designed primarily for problems related to Databinding standards supported by Apache CXF web service framework, however users can also use tag for problems related to following topics.

Usage:

  • Aegis (change management software), a change management system used for software development
  • Aegis SecureConnect, a network authentication system popular in IEEE 802.1X networks
  • Aegis (operating system), the original Apollo Computer operating system
  • Aegis (Ragnarok Online), the software used to run the official servers for the Ragnarok Online computer game
  • Aegis (window manager), a window manager for the X Window System

Read more:

23 questions
15
votes
1 answer

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 methods, and I import that interface in the…
Sebien
  • 821
  • 8
  • 11
7
votes
9 answers

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 full set of tests must have been run. All tests…
pfctdayelise
  • 5,115
  • 3
  • 32
  • 52
7
votes
2 answers

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 merits. I came up with these: Obviously, MTOM is…
László van den Hoek
  • 3,955
  • 1
  • 23
  • 28
2
votes
0 answers

aegis-dss-tools and aegis-manifest-dev : where?

I'm trying to write a little python application, and to start i simply drop the .py into the device and execute from there. Now I am at the point where i probably need some credentials for accessing the tracker. I dont want to create an aegis…
Pa_
  • 641
  • 1
  • 5
  • 17
2
votes
0 answers

Using Apache CXF with Aegis databinding and JAX-WS front-end

I'm new to the web services. Trying to learn something related to Apache CXF. Can anyone please give me an example (along with configuration, so that it can run on any application server say Tomcat) that uses Aegis data binding with JAX-WS as…
Honey
  • 21
  • 2
1
vote
0 answers

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 something to do with QBluetooth because I have a…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
1
vote
1 answer

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? EDIT: The command I was looking for was aegis…
Gayan
  • 1,697
  • 7
  • 26
  • 35
1
vote
0 answers

How should we configure response object with out using @XMLRootElement

I am Generating Rest services using CXF Aegis data binding here, I don't want to use @XMLRootElement annotations. for that, I am using @Path, @PathParam annotations but here for the Response object What should use I don't have clarity please help to…
usm426
  • 15
  • 5
1
vote
2 answers

How to 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.
bruno
  • 2,154
  • 5
  • 39
  • 64
1
vote
0 answers

How to customize CXF+Aegis to generate xsd:string type?

After upgrading my service from CXF 2.4.10 to CXF 3.2.1 my client throws an exception when trying to process SOAP response because CXF+Aegis generates different type for string values. I cannot change the client. Currently generated type…
isobretatel
  • 3,812
  • 7
  • 34
  • 49
1
vote
1 answer

No SchemaFactory that implements the schema language specified by: http://www.w3.org/2001/XMLSchema could be loaded

When trying to expose a Service with Aegis databinding in CXF DOSGi I get this error in Java 8. In java 7 it works fine. Caused by: java.lang.IllegalArgumentException: No SchemaFactory that implements the schema language specified by:…
Christian Schneider
  • 19,420
  • 2
  • 39
  • 64
1
vote
1 answer

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:
dbf
  • 415
  • 2
  • 10
  • 18
1
vote
1 answer

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 int t1; private int t2; } I need t.t1 field to be…
dbf
  • 415
  • 2
  • 10
  • 18
1
vote
1 answer

Unable to proceed integration and commit the change

I have a change which is in awaiting integration stage. When I issue aeib command, the output says, couple of file are altered. I tried reverting the changes and make both w,D file and the current file same. Still no luck. I am also unable to undo…
suj
  • 507
  • 1
  • 8
  • 22
1
vote
0 answers

Qt Harmattan N9 Aegis Manifest File in deb archive

I have made an aegis manifest file following way, but it does not seem to be working. My application still complains about unprivileged access to tracker when I try to read/write. What I am doing wrong here? The deb file content are following _aegis…
ckain
  • 383
  • 5
  • 13
1
2