Search in aa
Search in fr
Search in en
Search in de
Search in es
Search in it
Search in ru
Search in pl
 
253 709 news providers
21 165 348 news indexes
1 666 433 multimedia files
"web" : 254 results during the last 30 days
Your search in 0.187 s

09 Jan
18 : 25
Multiple Web Interfaces on different ports?
Hi Everyone, I have par which provides two web interfaces (in different bundles). The DM Server is currently configured to use port 8080 for them all (i.e. the default configuration). Can anyone tell me if the following configuration is possible? DM Server Admin Console on port 8080 My Web UI 'A'...
Source : Spring Community Forums   5 hours ago

09 Jan
18 : 00
Build a web service
Hi! I've to make a web service in Spring with this requirements: -WebShpere 6.1 -Axis Can tell me how I can or suggest any links where I can find suggestion or step by step guide (I'd be very happy if the guide says how to do it using IBM RSA). Bye bye!
Source : Spring Community Forums   5 hours ago

09 Jan
12 : 33
Simultaneous access of a table using spring batch and web service abends.
I have a spring batch which is running fine. In between a web service is called which is accessing the same table as the batch. Then the batch abends. Can anyone help in this regard. Are there any specific configurations that needs to be done.
Source : Spring Community Forums   10 hours ago

09 Jan
19 : 19
how to integrate ExtJS SpringWeb?
I am working on a project and using ExtJS for UI & Spring Web Controllers to process the requests in the server side. I came up with an integration between them. I use the ServletRequestDataBinder to convert the request params to the Java Object, I take advantage of the spring input editors and the...
Source : Spring Community Forums   4 hours ago

09 Jan
19 : 01
Handling multiple flows effectively
Hi, I have a situation where I need to invoke new flows when a user selects a menu. Each page will have several menus which will let the user launch new flows as they wish. However once a flow ends, it is required to resume the last flow that was created. Is there any way I can do that in Spring...
Source : Spring Community Forums   4 hours ago

09 Jan
18 : 33
System.out disappearing from MultiActionController
Hi, I've been battling with a logging problem for some time and it's very bizarre. I've got a Spring WebMVC app (2.5.6) deployed in Tomcat 5.5.27. I've made no modifications to Tomcat - it's out of the box. So I started with a MultiActionController that did this: log.info("Hello"); And...
Source : Spring Community Forums   4 hours ago

08 Jan
17 : 31
osgi + web + extensible web applications
I have been looking for a solution for this use case. I have a web application with 20 dependencies that we write in house. Those 20 dependencies each add new functionality to the web application. For example. Lets say the web application is a zoo, and the 20 dependencies are 5 exhibits and 15...
Source : Spring Community Forums   29 hours ago

08 Jan
07 : 37
Inbound HTTP Web Service adapter?
Is there an existing HTTP Web Service adapter, or a way to easily construct one with the current Spring-WS and Spring-Integration tools? We're evaluating Spring-Integration and here's two scenarios we need: Synchronous case: external HTTP Web Service client -> our HTTP Web Service Endpoint (myWS) ->...
Source : Spring Community Forums   39 hours ago

09 Jan
16 : 26
flowExecutionKey expiring
Hi If the user is not performing any operation in the application (Using Spring Web flow v.1.0.5) and then clicks on a link it results in an exception, related to expiry of the flow execution key. Is there any way to increase the time duration or some way to avoid this. Regards Easwar.
Source : Spring Community Forums   7 hours ago

09 Jan
16 : 09
Spring, Ajax, File Uploads and page refresh
Hi everyone, I've looked everywhere for a nice concise solution to the problem of page refreshes after submitting a form to upload a file using Spring. I am able to upload files using a custom Ajax solution with a Controller backend. My form definition looks like so, with my custom JSON...
Source : Spring Community Forums   7 hours ago

09 Jan
13 : 56
GWT / RPC / No Hibernate Session bound to thread
Hello, I'm currently integrating a gwt application which uses an rpc server with spring and hibernate. I'm almost done, but I have a little trouble setting up my transaction management. On the line below I receive an exception: Transaction transaction = getHibernateTemplate() ...
Source : Spring Community Forums   9 hours ago

09 Jan
13 : 46
Authentication and PHP
Hi, I'm using SpringWS to implement some web services that my customer need to consume using PHP and default SOAP extension. I'm using digest passwords and SimplePasswordValidationCallbackHandler. I have the following configuration: Code:                                  ...
Source : Spring Community Forums   9 hours ago

09 Jan
13 : 03
run/migrate apache roller weblogger on springsource dm server
Hello I want to integrate apache roller weblogger in my intranet, which is based on spring dm for OSGi and running on Spring dm server. For this I want to deploy Apache Roller Weblogger on Spring dm server, I started by moving to a web module valid For the moment I do not want to outsource...
Source : Spring Community Forums   10 hours ago

09 Jan
11 : 09
Transfering Authentication Over Several Containers
Hi, We have a requirement to have a spring web component deployed on a separate container(Tomcat). As we redirect the user to that application, we need to retain his authentication (and if possible) session. Can this be done with spring? Infact, can we have a full-scale clustering solution with...
Source : Spring Community Forums   12 hours ago

05 Jan
16 : 33
Ok to use ThreadPoolTaskExecutor and TimerTask in web app?
Is it ok to use ThreadPoolTaskExecutor and TimerTask in web app, or does it defy the mandate that one must not create their own threads in a web app? Many thanks in advance, Chris
Source : Spring Community Forums  

05 Jan
13 : 02
Intigrating alfresco content management with exhisting spring-hibernate web...
Hi, I have a web application developed in spring - hibernate,aceige security,maven ,Jpa annotations ,my sql etc in eclipse IDE. I want to intigrate alfresco content management for this application. Please guide me to do this. If you have sample project of spring web application with...
Source : Spring Community Forums  

04 Jan
19 : 55
Share object between web application contexts
I am wondering if there is a way to share an object between web application contexts. I am using Tomcat and have: Code: crossContext="true" The object I am trying to share is: Code: org.springframework.security.context.SecurityContext In more detail, I have a SecurityContextImpl in one...
Source : Spring Community Forums  

04 Jan
03 : 05
TimerTask needing to write web accessible image files
I have TimerTasks specified in my spring servlet XML configuration using org.springframework.scheduling.timer.TimerFactoryB ean and org.springframework.scheduling.timer.ScheduledTime rTask beans. Everything works perfect. But now I have a TimerTask that needs to create images that will be...
Source : Spring Community Forums  

08 Jan
22 : 54
Spring/Struts integration
I'm having a problem integrating Spring 2.5 and Struts 1.3. The application was written in Struts and has many, many actions defined. I am trying to bring Spring into the picture. I have not seen this particular posting in the Spring forum, either. I have followed, carefully, the directions to...
Source : Spring Community Forums   24 hours ago

08 Jan
22 : 21
DefaultBeanValidator error
I've been using the DefaultBeanValidator successfully for several months. Suddenly I am getting the following exception: Code: java.lang.IllegalArgumentException: Validator [class org.springmodules.validation.commons.DefaultBeanValidator] does not support [class...
Source : Spring Community Forums   25 hours ago

03 Jan
16 : 42
Reusing existing controller from web flow
Hello, I am new to all things green... spring, spring mvc and spring web flow, so apologies in advance if this sounds like a stupid question. So here I am implementing a flow using SWF 2.0.5. I realized I need to use an existing MultiActionController (call it ExistingController) in my project,...
Source : Spring Community Forums  

08 Jan
20 : 31
Oracle TIMESTAMP(6) WITH LOCAL TIME ZONE Problems
I am relatively new to spring data access and am struggling with time zone fields in oracle. I've spent many hours searching this forum and the web for solutions and I cannot find seem to find anything that works AND I understand..Hopefully someone can help. I only have 1 simple config.xml file...
Source : Spring Community Forums   26 hours ago

08 Jan
19 : 26
Cannot find persistence.xml in Websphere 6.1
My current configuration is Websphere 6.1 with EJB3 Feature Pack, Spring 2.5.6, EclipseLink 1.0.2 My EAR file has the JPA files in a utility jar file that the Web applications will be using. Currently my Web App gives me this error - [1/8/09 12:13:07:171 CST] 00000068 ContextLoader E...
Source : Spring Community Forums   28 hours ago

08 Jan
19 : 05
when is commit called with transaction annotation
My application has openview session filter and enabled spring aop transactions. I am assuming openview session filter opens a session for every request puts it in threadlocal and closes after the responses is rendered. Now for processing request web layer calls service class which is...
Source : Spring Community Forums   28 hours ago

08 Jan
18 : 19
log4j:ERROR Could not read configuration file
Hello, I have a problem with Spring 2.5.5 and log4j 1.2.14. Basically, sometimes I have the following exception which disappear when I restart Tomcat: Code: log4j:ERROR Ignoring configuration file [jar:file:/C:/Documents%20and%20Settings...]. log4j:ERROR Could not read configuration file from...
Source : Spring Community Forums   29 hours ago

02 Jan
13 : 26
Velocity Web Application example
Hi, I am absolutely new to J2ee Can anyone give an example or a link to an example of how velocity can be used in simple web application... i mean it can take input from a jsp and through a class map it to a .vm file? Thanks Poonam
Source : Spring Community Forums  

08 Jan
15 : 49
Interceptor called twice
I have configured an interceptor to fire when my flows are invoked, and the preHandle, postHandle and afterCompletion methods are each executed twice. Any direction would be appreciated. class="org.springframework.web.servlet.handler.Sim pleUrlHandlerMapping"> ...
Source : Spring Community Forums   31 hours ago

08 Jan
13 : 14
[SS 2.0.4] Digest Authentication Problem with custom Auth Provider
I have a problem with DIGEST after I change from using the spring user/roles which are hard coded in XML. This configure works: Code:                                   When I comment out above and point to my own UserDetailsService (which I done in the past) it fails to...
Source : Spring Community Forums   34 hours ago

31 Dec
14 : 49
CRUD Operation with web flow 2.0.5
Hi I am new to Web Flow. My project is created by AppFuse 2 (JSF/Facelet version) and I added Web Flow 2.0.5 to it for managing CRUD operation and other complex operations that there were. It works good but when I want to use tomahawk tags like and the problem come to the picture because I can’t...
Source : Spring Community Forums  

08 Jan
07 : 56
Help in designing a data access using AJAX
Hi All. I am developing a calendaring application in which I need to give the functionality to users to associate their contacts as the members of the events. For this I am designing a AJAX based data access to fetch the core information of the contacts like their name, group and email address. I...
Source : Spring Community Forums   39 hours ago

29 Dec
20 : 00
Consuming secure web services
Hi all, We have developed a web application that consumes an https web service, first we tested it with the http service, things worked smoothly, but when tested with the secure one we started getting the famous: "sun.security.validator.ValidatorException: PKIX path building failed: ...... " ...
Source : Spring Community Forums  

08 Jan
00 : 19
JaxRpcPortProxyFactoryBean and Axis2 : load-balanced client cookie...
Hi I am using the JaxRpcPortProxyFactoryBean to setup a client bean for an Axis2 web service. The JaxRpcPortProxyFactoryBean is currently using a setMaintainSession(true) to reuse cookies emitted by the remote server. The remote server owner recently notified us that the server will now send us...
Source : Spring Community Forums   47 hours ago

07 Jan
21 : 27
Help with Spring BlazeDS configuration
In the examples from Jeremy on this config setup I see this: web-application-config.xml file. Is this file taking the place of the applicationContext.xml? I'm not really sure what the purpose of this file is; as there is no real explanation on it in the docs. I have setup my Spring app. to use...
Source : Spring Community Forums  

07 Jan
20 : 34
Does any one know where this class lives, I cant find it in...
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListe ner org.springframework.beans.factory.CannotLoadBeanCl assException: Cannot find class [org.springframework.security.expression.support.De ...
Source : Spring Community Forums  

28 Dec
00 : 47
Migrating from Seam to Web Flow/JSF
Hi there I'm wondering if there's anyone on here who's done this before. Maybe seam's too new of a technology for this to have happened, but I'm looking to migrate my existing application from seam to web flow/spring. I'd like to keep my existing persistence and view providers (Hibernate and...
Source : Spring Community Forums  

07 Jan
18 : 20
Error in configuration file
Hello to all. I have the following error when execute the web application: Context initialization failed org.springframework.beans.factory.xml.XmlBeanDefin itionStoreException: Line 23 in XML document from ServletContext resource [/WEB-INF/applicationContext-security.xml] is invalid; nested...
Source : Spring Community Forums  

26 Dec
22 : 29
Web session mixup
When a user logs in to our website it sometimes grabs another user's session: e.g. can see other user's address, change password etc. This happens seemingly totally randomly 1 out of thousands of successful logins. Since the website has 30K+ users this is a serious liability issue for us. We are...
Source : Spring Community Forums  

07 Jan
13 : 12
How to show custom login error messages
Hey guys! I'm using ACEGI for authentication on a system and I'd like to know how can I show diferent error messages for different login errors like user not found, wrong password, invalid username, etc... Here is my configuration: HTML Code: "1.0" encoding="UTF-8"?>...
Source : Spring Community Forums  

25 Dec
13 : 08
how to load applicationContext loaded from Web.Xml
hi all, I'm new to Spring n i'm curruntly accessing applicationContext file in Class say "allSource.java" which contains ClassPathXmlApplicationContext.. And this AllSource i'm extending in my all servlets so that i can access any dao/bean defined in ApplicationContext.xml; Above was the procedure...
Source : Spring Community Forums  

24 Dec
11 : 30
Web service classpath error
I'm trying to test a Spring web service and I'm getting the stack trace below. Does anyone have a Maven pom or an ivy file that lists what dependencies are needed for run time ? Code: java.lang.NoClassDefFoundError: com.sun.org.apache.xerces.internal.dom.DocumentImpl         at...
Source : Spring Community Forums  

07 Jan
03 : 21
JSF Incorrect Form Action
I posted this in the JSF Forums, but they passed the buck and told me to post it here. I am using Spring MVC 2.5 with JSF, and I'm running into a weird issue with the action attribute on the form tag. My application has a URL structure similar to http://webadress.com/org/user/edit. This is setup...
Source : Spring Community Forums  

23 Dec
00 : 19
Strange (to me anyway) ViewResolving in Web Flow
I'm having trouble understanding how the viewResolving in WebFlow works. If I just use my ResourceBundleViewResolver: My ViewResolver: PHP Code:     bean id="viewResolver"        class="org.springframework.web.servlet.view.Res...
Source : Spring Community Forums  

06 Jan
22 : 20
Different URL pattern for controllers
Hi, I would like my web app to have urls like this: www.example.com/home www.example.com/contacts www.example.com/register Bu t if I put this in web.xml to be able to do that: Code:         spring-servlet         /* my application cannot load resources like images, styles and scripts...
Source : Spring Community Forums  

06 Jan
17 : 42
Autowiring session-scoped bean
I'm having difficulties with a new session-scoped bean I've created, userPreferences. I get the following lengthy exception when I try to autowire it one of my Controllers: Quote: org.springframework.beans.factory.Bean CreationExce ption: Error creating bean with name...
Source : Spring Community Forums  

21 Dec
00 : 26
Web services over SSL
Hello, I have two applications that are going to be hosted on the same Tomcat server, and I need to communicate between them using SOAP web services over SSL. The only problem is, I keep getting various exceptions related to the SSL handshake : Code: javax.net.ssl.SSLHandshakeException:...
Source : Spring Community Forums  

06 Jan
15 : 21
UnexpectedRollbackException when running JUnit
Hi All, I'm getting the following exception when running a JUNIT test case: org.springframework.transaction.UnexpectedRollback Exception: Transaction rolled back because it has been marked as rollback-only The flow goes like this: Code:         try{         createAgency(null);    ...
Source : Spring Community Forums  

06 Jan
13 : 22
spring-webflow sample application
Hi, Can anyone please paste a link how to start with spring web flow,with jsf. Thanks Ravikiran
Source : Spring Community Forums  

19 Dec
11 : 43
problems viewing video content on web pages
Hi I cannot access some parts and video content on web pages. I did not have this problem when I used IE7; I am not sure - but I think this problem has arisen ever since I dowloaded and started using IE8-Beta. Could someone advise me as to how I could fix this problem, please?
Source : Spring Community Forums  

06 Jan
10 : 29
Struts2 Aceigi Integration
How can I integrate Struts2 application with Acegi Spring Security. What filters do I need to add in web.xml and struts.xml
Source : Spring Community Forums  

06 Jan
01 : 43
addJobListener in Spring Quartz Configuration
Does anyone have information on how to add a JobListener (non-global) to org.springframework.scheduling.quartz.SchedulerFac toryBean in xml. I've wired in the JobListener, but cannot figure out the syntax to add it to the JobDetailBean's JobListenerNames (its expecting a String[]) highlighted in...
Source : Spring Community Forums