Questions tagged [provider]

DO NOT USE — this tag is being cleaned up. Use [android-contentprovider], [flutter-provider], [provider-model], or whatever more specific tag is appropriate instead.

DO NOT USE — this tag is being cleaned up. Instead, use:

1714 questions
0
votes
1 answer

Activity not started, unable to resolve Intent { act="android.search.action.GLOBAL_SEARCH" }

I'm facing strange behavior with Google Assistance during execution of adb command that performs a search query on the device: adb shell am start -a “android.search.action.GLOBAL_SEARCH” --es query \“football\” Result is: Activity not started,…
dqvsra
  • 66
  • 1
  • 5
0
votes
1 answer

How to use Service provider Notifications in android?

I m new to android development. I want to develop an application which store all the information given by a service provider. I mean to say, when we complete call/message any service for that matter, our service provider sends us a notification kind…
raju
  • 1
0
votes
0 answers

Angular Static Injector Error - No provider for API

I've created one angular library project that has one component and once api (UserApi) (abstract class). I've another project which consume this library. This project also has a service (UserService implements UserApi) that implements the api of the…
Himal Patel
  • 387
  • 4
  • 19
0
votes
1 answer

java: Using a remote JMS provider

I have a tomcat web application. It uses a couple of remote modules. One of the modules publishes some messages (about it states) into queue. I need to read it. how can I do it? As far as I know I need realization of IninialContext to obtain remote…
Nick
  • 820
  • 2
  • 14
  • 29
0
votes
1 answer

Can not launch JavaFx application from jar file. Class not found exception

I want to launch my java fx application from jar, but I catch the following error: Exception in Application start method java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at…
Denis Makovsky
  • 460
  • 7
  • 22
0
votes
1 answer

PACT Provider verification : Expected an Array but got a Hash

At consumer level test is : describe('Listing first level taxonomies', () => { before(() => { return provider.addInteraction({ given: 'GET call for first level taxonomies', uponReceiving: 'Get object for listing…
Dolly Agarwal
  • 111
  • 1
  • 6
0
votes
0 answers

Android : No Activity found to handle Intent in ContentProvider context

After searching a lot on the web, including stackoverflow, I still cannot resolve my problem : an activity cannot start because it does not find the required information for the intent. Context While searching for songs information in an xml file…
0
votes
0 answers

Can't connect to Oracle from Visual Studio with System.Data.OracleClient

I'm trying to connect to Oracle 12.2.0 from Visual Studio 2017 using System.Data.OracleClient provider and get ORA-12638 error. I can connect to database from sqldeveloper or using Oracle.ManagedDataAccess.Client provider. My connection string…
limatons
  • 15
  • 6
0
votes
1 answer

How to dynamically register a RPC provider?

I'm wondering how can I make dynamic RPC call in DeepStream? For example, when a subscriber call a url http://localhost/myRPCApp/123 , here 123 could be anything. So how can I register a provider method? Eg: client.rpc.make(, {…
Faizan Saiyed
  • 804
  • 3
  • 17
  • 33
0
votes
1 answer

Provider recursion question

So, I have class Bar that should contains factory of Bars. class Bar { Collection children; Bar(BarFactory factory, Foo1 foo, Foo2 foo2){ } addChild(Foo1 foo1){ children.add(factory.create(foo1)); } } class…
Stan Kurilin
  • 15,614
  • 21
  • 81
  • 132
0
votes
0 answers

upload files to hostprovider: empty page

I created a contact form with php and used xampp for this. For mail I used PHPMailer. But when I upload my files to ma host and test the page, it doesn't work. It comes shows a blanke page. here is my mail.php code:
zenubeh
  • 67
  • 1
  • 1
  • 9
0
votes
1 answer

JUnit Testing JPA With Hibernate Provider (java.lang.NoSuchMethodError: javax.persistence.spi.PersistenceUnitInfo...)

I'm trying to write JUnit Tests for an application that uses JPA with a Hibernate provider. The way the JPA Context Beans are instantiated in the application is through JNDI names, that are defined in the Server Resources (Tomcat). I can't have that…
Genku
  • 31
  • 8
0
votes
1 answer

Laravel can't find a provider from module

When I try to start even tinker, I see: Class 'Modules\BookingSystem\Providers\BookingSystemServiceProvider' not found But the class is in the specified place. I try to dump autoload with composer but still I get: > @php artisan…
Zbyszek Kisły
  • 2,110
  • 4
  • 26
  • 48
0
votes
1 answer

Authority for the image content provide

Authority for the image content provider.Where can I find the list of all the Authority provided by the android frame work. vikas bisla
shunty
  • 375
  • 2
  • 7
  • 24
0
votes
1 answer

Provider extending

I need to create provider for session scopes, like ServletScopes.SESSION, but with one extra action after object construction (like add listener). First idea - to extend ServletScopes.SESSION and override some method, but, unfortunately…
Stan Kurilin
  • 15,614
  • 21
  • 81
  • 132