José Díaz

Results 5 comments of José Díaz

I delete the first line in notification.type.d.ts and passed , but is a poor solution. The problem is when I execute: $ npm run build:prod and it use webpack. `///

I did an upgrade to my angular 2 core and now all is ok. "dependencies": { "@angular/common": "^2.4.6", "@angular/compiler": "^2.4.1", "@angular/core": "^2.4.6", "@angular/forms": "^2.4.6", "@angular/http": "^2.3.1", "@angular/platform-browser": "^2.3.1", "@angular/platform-browser-dynamic": "^2.3.1",...

I used RabbitMQ Certified by Bitnami. The line 4 original appears like {tcp_listeners, [5672]}, it must to be changed to {tcp_listeners, [{"0.0.0.0", 5672}, {"::1", 5672}]}. It worked for me.

Yes. The problem was solved adding a META-INF/beans.xml and a DefaultDataSource (I had to create one datasource with similar JNDI name) in persistence.xml. I will continue testing in weblogic. Jose

In theory, weblogic 12.2.1 has a datasource by default. I downloaded the weblogic 12.2.1 yesterday , I created a new domain with basic wls template and my surprise was that...