Questions tagged [multiple-schema]

23 questions
0
votes
1 answer

Can a user import data from any microservice architecture with multiple schemas while importing data set from a database to HCL OneTest Data?

When a user imports the schema or sample data set from database then what happens when the user wants to import the data from any microservice architecture with multiple schemas?
askdev
  • 15
  • 2
0
votes
2 answers

How to achieve flyway database migrations for multiple schema?

So, in my project I have used application.properties file. I have three questions here. 1) I provided spring datasource properties like below. spring.datasource.driverClassName = com.mysql.jdbc.Driver spring.datasource.url =…
Guest_123
  • 31
  • 1
  • 4
0
votes
0 answers

Mysql forcibly closing connection during large schema operations

I'm involved in a project that requires updating 14k database schemas in Mysql with 46+ new tables. The creation script for these additional tables takes on average 42 seconds to run per schema. When run in single thread fashion, there are no…
TChadwick
  • 868
  • 10
  • 19
0
votes
1 answer

multiple schemas in same .xjb for maven-jaxb21-plugin

I'm trying to use inheritance option using jaxb2-commons and it works fine for one schema specified in the maven plugin. But if I add another schema to same .xjb file, the pom.xml shows error as Unable to parse schemas exception. I suspected that it…
ulab
  • 1,079
  • 3
  • 15
  • 45
0
votes
2 answers

Importing and using external schema using XML Beans

I have a bit of a problem. I wrote an API a long time ago for our production system, and it used Apache XML Beans. The schema was homogeneous (ie no imports, everything was from within the same schema), and everything worked just fine, even if the…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
0
votes
1 answer

Allow only specific translations for different schemes/targets

My issue is, that I have a basic set of Localizable.strings for several languages, but I don't want to allow them in all my build-targets / schemes (some of our clients want only these, others only that languages allowed). Because the set is the…
geo
  • 1,781
  • 1
  • 18
  • 30
0
votes
2 answers

How to handle in Esper if the source is sending xml event files with 2 or more different schemas?

public ParseEvents() { String classpathLocation_plm = "com/esper/Resources/dataPkt.xsd"; String classpathLocation_status = "com/esper/Resources/helloPkt.xsd"; URL schemaURL_plm =…
-2
votes
1 answer

different schemas with different tables refer to identical data file

We have ONE DB which has TWO schemas as follows: Do the Names from both Customer tables refer to the same data file location? If not, is it possible to set them into the same point so in case of changing one the other is changed as well?
sws
  • 39
  • 1
  • 6
1
2