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
1
vote
1 answer

ServiceMix + Spring + CXF + Aegis = NullPointerException

I'm trying to create a web service in ServiceMix, based on Spring and CXF with Aegis databinding. This service run as war in Tomcat without problems, but when i deploy it in ServiceMix i get a NullPointerException. Caused by:…
harley
  • 354
  • 3
  • 9
0
votes
0 answers

TOTP 2FA codes for login to GitHub are not working anymore since Daylight Saving Time occurred

I'm using this mobile app on Android: https://getaegis.app/ which is using TOTP for connecting to, e.g. GitHub and some other web apps (e.g. a self hosted Django one for example). Since this morning, nothing is working anymore. I'm not able to log…
swiss_knight
  • 5,787
  • 8
  • 50
  • 92
0
votes
3 answers

How to get Pojo name referenced Json object when we Jackson data-binding

I am generating Rest Services using Jackson. I am able to get JSON response like [{"userName":"scott","userId":7},{"userName":"toe","userId":101}] but i am expecting response with Pojo name pointing to the response like below…
usm426
  • 15
  • 5
0
votes
1 answer

Returning Single Result, But Multiple Types From Web Service? In Java?

I need to return a multiple values from a web service as... Object GetResults(){} Object can be several different types. How do I add these known types to the web service contract? Is there an annotation that I can decorate my interface…
Richard Crane
  • 1,110
  • 3
  • 9
  • 17
0
votes
1 answer

Turn off CXF Aegis Inheritance support / Use Inheritance with DataContractSerializer?

I use Apache CXF with Aegis data binding to provide a Java web service to a C# client. This works in principle very well. On the C# side, I would like to use the more limited DataContractSerializer, because it allows for collections instead of…
Matthias Wuttke
  • 1,982
  • 2
  • 21
  • 38
0
votes
1 answer

Is there tool similar to CXF wsdl2java can generate client code for aegis?

CXF wsdl2java tool can generate client code which databinding is jaxb. It seems wsdl2java can not generate aegis code. Is there a similar tool can generate client code for aegis?
Joe Wu
  • 727
  • 1
  • 8
  • 14
-1
votes
1 answer

Optimizing CXF Webservice

I have a CXF web service which processes requests containing base64 strings. Some of the requests take long time which exceeds our requirements. I want the processing to complete by 3 seconds but most requests are taking 12 seconds. When i trace the…
Kuppusamy
  • 65
  • 1
  • 6
-1
votes
1 answer

Aegis Implicit Mail AIM AlternateView in MimeMailMessage

I am using AIM Aegis Implicit Mail to send Implicit ssl mails. When using subject and body in a mail message all is fine, however when I use alternate views my mai lhas an empty body. This alternate view setup works with mailmessage and has html and…
Worst
  • 61
  • 1
  • 7
1
2