Search found 6 matches

by Shailendra
Thu Jul 11, 2013 1:16 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Re: Not able to get device information from WURFLManager

There was some jar conflict issue in our project. We have rectified these conflicts. Now Project is working fine.
by Shailendra
Fri Jul 05, 2013 2:06 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Re: Not able to get device information from WURFLManager

We have done that also but problem is same.
by Shailendra
Thu Jul 04, 2013 4:32 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Re: Not able to get device information from WURFLManager

I have tried with upgraded version of wurfl i.e. wurfl1.4.4.3 and my wurfl.zip is placed in WEB-INF/classes.
But still facing the same problem.Please help
by Shailendra
Thu Jul 04, 2013 2:14 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Re: Not able to get device information from WURFLManager

After doing suggested changes,still getting the same problem.Please sugget.
by Shailendra
Wed Jul 03, 2013 1:02 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Re: Not able to get device information from WURFLManager

WURFLHolder wurfl = (WURFLHolder) getServletContext().getAttribute(WURFLHolder.class.getName()); //line 1 WURFLManager manager = wurfl.getWURFLManager();//line 2 Device device = manager.getDeviceForRequest(request);//line 3 we are calling above code but on line 2 server does not give any response. I...
by Shailendra
Tue Jul 02, 2013 8:19 am
Forum: WURFL XML Structure
Topic: Not able to get device information from WURFLManager
Replies: 10
Views: 149872

Not able to get device information from WURFLManager

We are using java 1.7 and jboss-eap.6.0 web application server. we have integrated wrufl1.4 jar with the web application. We are not getting device information from wruflManager. Any clue what is the reason?