Questions tagged [eclipse-scout]

Eclipse Scout is a framework to create business applications.

Eclipse Scout is a framework to create business applications on top of the Eclipse stack.

It is an open-source project (EPL licence) hosted by the Eclipse Foundation.

146 questions
0
votes
1 answer

Eclipse scout performance

Good morning, I'm using Scout Java version framework, with Oracle Java 17 e Tomcat 9.0.70 on Debian 11, when populating tables, TablePage, with many rows, 10,000-50,000 or more, from Postgresql database, cpu usage by Java, exceeds 100% and execution…
0
votes
0 answers

How to connect SCOUT application with Oracle Database

I have the necessity to connect my SCOUT application build with the last version of this framework with my Oracle Database, which is the correct dependency that I need to add in the pom.xml? For the moment I add only the following
Marco
  • 11
  • 1
  • 3
0
votes
0 answers

Eclipse Scout authentication failure - No UserAgent set on calling context

I am using Eclipse Scout 22 and I connect my Scout application to a REST server using a modified credential verifier for user authentication. I just discovered that if I try to login using any other username apart from admin, login fails, and I get…
JDaniel
  • 100
  • 4
  • 9
0
votes
1 answer

Default Abstract Chart for Eclipse Scout

I am trying to display a simple chart using eclipse scout 22 using their default abstract chart and not chart.js for simplicity. However the error I am left with now when loading the form with the chart on it is as follows: …
0
votes
2 answers

CSP Error in Eclipse Scout (One Day Tutorial)?

I'm currently on the one day tutorial of the Eclipse Scout Framework, and I'm stuck at exactly this part. I don't think that my question is Tutorial-specific, which is why I'm asking my question here: Suddenly, when I try to open a menu in my scout…
DevelJoe
  • 856
  • 1
  • 10
  • 24
0
votes
1 answer

Receiving shipping rates from Shippo - Eclipse

After a bit of work I was able to finally get Shippo to connect to my eclipse IDE. However after trying their examples I realized the way you get rates from their code is not the same. After changing getRates to getRateList the return on my rate…
0
votes
1 answer

Eclipse Scout 11 or 22 getting stuck

I have projects running on Scout 10, today I decided I would start to play around with the new Eclipse Scout, so I downloaded the new version here : https://www.eclipse.org/downloads/packages/release/2021-12/r I also updated my node version,…
rilent
  • 659
  • 1
  • 6
  • 22
0
votes
1 answer

Return value from MSSQL stored procedure in Eclipse Scout

what is proper way to call stored procedure using SQL.callStoredProcedure method. Using CallableStatement I am able to get return parameter from MSSQL stored procedure but using SQL Scout wrapper class cannot. I have sample SP called "testproc" with…
sysdba
  • 57
  • 5
0
votes
0 answers

How can i hide different divs, or element chidrens with html2pdf library?

i'm using just javascript in scout framework, to get pdf from dinamic html site, my index.js: function buttonHtml2Pdf() { button = '
0
votes
1 answer

Scout Eclipse Table field column auto increment

I need to do add auto incremented numbers in a table field in Scout Eclipse table field and ItemNo column codeenter image description here: public class ItemDetailsField extends AbstractTableField { public class Table extends…
Pring
  • 1
  • 1
0
votes
1 answer

How can I access the request HttpSession from Scout client side code?

For example, from Scout Form execStore() method, right before executing any server services, i like to get the HttpSession and eventually get custom data from its attributes store.
0
votes
1 answer

servletfilter.security.DataSourceSecurityFilter in scout Mars

in my scout project with version Mars 5.0 I implemented a login with the use of DataSourceSecurityFilter but when launch the RAP client on the browser return an error "HttpException 500 : INTERNAL_SERVER_ERROR" here below are the logs of how much…
Marco
  • 11
  • 1
  • 3
0
votes
1 answer

Summary row in table, SumTableControl

In table field, in bottom left corner there is search icon, also there is option for aggregation icon (saw in Eclipse Scout Demo)..But how to add that control to table, and make it visible from start. I have some columns in table that I need to…
sysdba
  • 57
  • 5
0
votes
0 answers

Get URL parameter from request

how to get URL parameter from HttpServletRequest class, or on another way in FormBasedAccessController? If I have url: http://example.com/&idcompany=13 I want to access idcompany variable in URL. Thanks.
sysdba
  • 57
  • 5
0
votes
1 answer

Change lookup call of field

I have EntityField and UsersField(ListBox). When I change Entity to USERS, I need to pass: UsersLookupCall, when I change Entity to Projects, i need to pass ProjectUsersLookupCall to UsersField. Also if that is possible, how to pass a parameter to…
sysdba
  • 57
  • 5