Unanswered Questions
545,584 questions with no upvoted or accepted answers
52
votes
1
answer
1k
views
In Websphere Commerce 7, how do I remove the language and store name from an SEO url the correct way?
Currently the client I'm working for is making use of the SEO Friendly urls outlined here:
https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.seositemap.doc/concepts/...
32
votes
1
answer
1k
views
Apache CXF Client for Microsoft WCF service with MTOM returning 400
I have an apache CXF client for a Microsoft WCF service, and I am attempting to send a file via MTOM. However, I keep getting a 400, and the error on the WCF side according to the partner is that ...
32
votes
0
answers
756
views
Error inflating class EmojiPalettesView in LatinIME(AOSP)
I checked out Google LatinIME. Then I imported the java folder into Android Studio.
I ran it, set it up (I chose a keyboard in the phone settings, I chose a language layout)
But during testing (by ...
32
votes
0
answers
3k
views
SkAndroidCodec::NewFromStream returned null
I'm developing an Android App. I'm getting that on Android Monitor all the time while tileprovider tiling wms on map.
D/skia: --- SkAndroidCodec::NewFromStream returned null
D/skia: --- SkAndroidCodec:...
29
votes
0
answers
479
views
New Google Play Services API, Holding connection through activities
I am currently working on adapting an existing android game with the "old google play games" services to the new API, as I updated the library and found all deprecated methods to be erased.
In the ...
27
votes
1
answer
22k
views
Gradle archive contains more than 65535 entries
I am integrating hadoop2.5.0 for running mapreduce job and spring-boot-1.2.7 release and getting error while including this
Archive contains more than 65535 entries.
My gradle jar dependency
jar {
...
26
votes
1
answer
1k
views
smb authentication (74 bytes vs 24?)
I need to implement a virtual filesystem that will be accessed as a Windows share.
It seems Alfresco JLan is doing the job. So far, I have some promising results starting from this answer: How to ...
25
votes
2
answers
21k
views
Gradle compile dependency is not added to classpath
I've added the reflections framework to my android project. However it wasn't added to the classpath. Android Studio suggests that I need to add it manually, however I cannot start my app since gradle ...
24
votes
2
answers
3k
views
Post form via ajax and get a form object in play framework java
I am using play framework 2.3.8 java and using ajax to submit a form but I am not able to get the Form object from that request.My problem is explained below.
I have a Model
@Entity
public class ...
24
votes
1
answer
2k
views
Using Optaplanner to solve VRPTWPD
I'm new to optaplanner, and am hoping to use it to solve the VRPTW problem with pickups and deliveries (VRPTWPD).
I started by taking the VRPTW code from the examples repo. I am trying to add to it ...
23
votes
0
answers
3k
views
Android Support Annotation "should have @Retention(RetentionPolicy.SOURCE)"
I am using the @Retention and @StringDef annotations for some of my methods in a library and I face a strange warning, I want to understand.
In a static class, SIP, I use this annotation:
public ...
23
votes
1
answer
1k
views
Android AnalogClock : setting drawables programmatically
I'm making an analog clock app which has around 15 designs in one app. One way of setting the designs would be to create different widgetconfigs.XML for each design but that'll clutter up devices ...
23
votes
2
answers
3k
views
Unexpected results implementing simple motion blur in Libgdx
In the two attached pictures, the desktop screenshot of libgdx functions as expected. The screenshot from my Galaxy Nexus is unfortunately not as expected. I am attempting to create a simple motion ...
23
votes
4
answers
15k
views
How to add context.xml file to embedded tomcat server
I'm trying to run my application in an embedded tomcat server using Spring-boot. I'm having my JNDI Resources and Environments configured in an XML file, placed under src/main/webapp/META-INF/context....
21
votes
1
answer
6k
views
Excluding .class files from Gradle dependency
I'm trying to import https://github.com/Kickflip/kickflip-android-sdk using gradle into my android build and I'm getting :
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: ...