Expand my Community achievements bar.

mohitaem
mohitaem
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Team, I am trying to connect with Oracle database 19c. I have given JDBC configuration and used the below code. But in the below code, I am getting datasource pool as "No data source found with name 'AppCloudDB' (after asking 0 providers)".    Can you please help me to find where I am doing a mis...

    Type

    Questions

    Views

    715

    Likes

    0

    Replies

    1
  • Hi Team, We are working on upgrading our aem version from 6.3 to 6.5. Because of our internal platform team restriction we are not able to update our dispatcher apache version and we are currently using 2.2. We are not able to do dispatcher flush, we are getting 200 response when doing the dispatche...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
    6.5
  • Shekhar is trying to access "src/main/resources" folder from the java code. He want to create, write, read and delete the file in the resources folder. Since we install the java project as bundle its not possible to hardcode the path so he is finding it difficult to read the path of "src/main/resour...

    Type

    Discussions

    Views

    6.4K

    Likes

    0

    Replies

    3
  • Hi Team,We followed this 2 articles for using relational Database in AEM:Adobe Experience Manager Help | Injecting a DataSourcePool Service into an Adobe Experience Manager OSGi bundleAdobe Experience Manager Help | Querying and Persisting Adobe Experience Manager data into MySQLAs per the article g...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    3
  • Thanks so much for the quick response smacdonald2008The stackoverflow post was really useful to find the right solution. This is the code for loading the inputStream from the file which is inside the resources folder in bundle jar. Thanks,Mohit

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Hi Team,We are trying to load "geodb.mmdb" which is present in resources folder in our AEM bundle code. Maxmind uses this mmdb file. Code for loading the file:File database = new File(classLoader.getResource("geodb.mmdb").getFile());dbReader = new DatabaseReader.Builder(database).build();We are pret...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • HiStill, we are not able to load the file which is present in the resources folder. Name of the file geodb.mmdb. Code for loading the file:We are trying to load the file for adding Maxmind geoip2 solution.AEM version : 6.3Java version : 1.8

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0