Questions tagged [aviarc]

Aviarc is a high productivity application development platform designed to deliver user-centric applications effectively and efficiently.

Aviarc is a platform upon which multiple business-specific applications are developed and deployed. The focus of the Aviarc platform is to provide a productive environment to enable high collaboration between application developers and end users. Its primary goal is to allow applications to be developed and maintained in a cost effective manner and to ensure that a common understanding is established between the end users and the development team.

At the core of Aviarc is a patent-pending execution engine that supports easy suspension and resumption of executing processes. The properties of the engine make Aviarc ideal for building browser-based applications, by removing the issues associated with the stateless nature of the web. The nature of the execution engine also gives important benefits in the areas of user feedback and error tracking.

Aviarc includes a rich set of components covering areas such as server side processing, user interface, data access and business rules that provide a capable framework for rapid creation of applications built using user-centric agile methods. All areas of engine components can be extended by application developers using Java APIs in order to meet whatever specific needs an application has.

37 questions
3
votes
1 answer

Aviarc - Validate an email?

I have researched documentation (toronto and cuba) and it did not help me understand data rules at all, has anyone had to have email validation. Can you give me an example? Thanks, Rob
3
votes
1 answer

RegistryItemLoader.LoaderException when adding aviarc widget namespace

I've been working on a new application with it's own new widgets but when I pulled a widget namespace (condition) over from a previous application the compiler started giving me an…
Jim
  • 166
  • 6
2
votes
1 answer

inserting line breaks in plain text emails

I need to send out emails. I iterate through a dataset to obtain the email addresses and other information which is included in the email body. I prefer the emails to be plain text. My issue is that I can't figure out how to insert line feeds, so…
fenix
  • 68
  • 1
  • 7
2
votes
1 answer

Widget accessibility in all applications

How do I copy a widget to a place where it will be available for all projects in an installation?
savs
  • 202
  • 1
  • 8
2
votes
2 answers

Changing the colour of the submit buttons

I'm trying to change the color of the default green on the submit buttons. I'm trying to change the green edges when the mouse is hovering over the button and the green background when clicked on to blue instead. Thanks.
Daniel
  • 21
  • 1
2
votes
0 answers

Aviarc workflows not executing

I have an Aviarc application with a MySQL database. The main functions of the system are accessed via a main screen with buttons which call different workflows. I added a login form which checks credentials against an authority. This was working.…
fenix
  • 68
  • 1
  • 7
2
votes
2 answers

In an aviarc workflow, how do I delete rows from from a dataset after they have been removed from the database?

Here's the workflow flow I'm using. So basically, after…
Jim
  • 166
  • 6
2
votes
2 answers

Aviarc screen timeout with file upload

When submitting a screen to process an uploaded file, I've been having trouble with larger files. Eventually when submitting I get this error: An error occurred during the server request: Timeout reached during screen submit background request.…
Jim
  • 166
  • 6
2
votes
1 answer

Aviarc Debug command not working?

I've been trying to send some strings out to a file somewhere to help with testing, by doing something like: But I can't find where it outputs to. I've been looking in the aviarc-server.[date].log file, not sure…
Jim
  • 166
  • 6
2
votes
1 answer

XSL Transform error for an Aviarc REST Databroker

Getting the following error in an XSL transform for a REST databroker: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. Here's the XSL:
savs
  • 202
  • 1
  • 8
2
votes
1 answer

show-csv returning no results in Aviarc

I'm using show-csv to serve the results of a report to the user. When I run this query directly against the database, it returns the correct results: SELECT * FROM ticket WHERE date_raised >= '2011-01-01' AND date_raised <= '2011-06-30' AND severity…
savs
  • 202
  • 1
  • 8
2
votes
1 answer

Default/failover value for aviarc.engine.aviarcData in Aviarc

In most Java EE servlet containers, there seems to be a different method for setting deployment-specific variables. (And it is a pain to learn it or re-learn it for each container type ... Tomcat 'Catalina config', Weblogic DeployPlan.xml variables,…
savs
  • 202
  • 1
  • 8
1
vote
0 answers

Does Aviarc support Jasper chart themes?

I have a Jasper report i want to use in Aviarc and it has a chart theme. I have created it in iReport and it works fine after creating the .jar file. When i try to use it in Aviarc it can't find the theme .jar - i have placed it in both the reports…
Tim
  • 39
  • 4
1
vote
1 answer

Aviarc: access logged in user during error screens

When trying to create different looking global error screen for an application, is it possible to add the logged in user to the error screen? The authentication dataset seems to be blank inside the system/error.xml scope, even if you were logged in…
Jim
  • 166
  • 6
1
vote
0 answers

submit search on enter key (not text-edit)

Is there an event i can use to find out if a user has pressed the enter key while on a screen? I want to submit search paramters from wherever the user is on the screen when they hit enter. I realise i can do this if the focus is on a text-edit but…
Tim
  • 39
  • 4
1
2 3