1. getting runtime error org.springframework.core.convert.support.PropertyT ypeDescriptor forum.springsource.orgI have integrated SWF 2.2.1,Primefaces 2.2.1,JSF 2,Spring Security 3,Spring 3.1.0M1I and EhCache. I am able to get the first page of my application but on submitting the page getting following weird ... |
2. Load and start a Flow at Runtime forum.springsource.orgLoad and start a Flow at Runtime Hi, What is the way, if any, to load a flow configuration and then start it without having to restart the server. So the ... |
3. Runtime reconfiguration forum.springsource.orgRuntime reconfiguration Hello, I am wondering if it's possible to alter an ApplicationContext at runtime. I see that some ApplicationContexts are "reloadable," and that they can have a "properties configurer." Does ... |
4. Runtime Req. for Spring 1.2.1 forum.springsource.orgI downloaded the current production version 1.2.1 with dependencies. The Release Info states that: The Spring Framework requires J2SE 1.3 and J2EE 1.3 (Servlet 2.3, JSP 1.2, JTA 1.0, EJB 2.0). ... |
5. Passing in ECIConnectionSpec during runtime forum.springsource.orgPassing in ECIConnectionSpec during runtime Hello all, I am using Spring JCA CCI to connect to mainframe. I would like to pass in username and password when making call to mainframe ... |
6. Does Spring Framework support runtime component updates? forum.springsource.orgDoes Spring Framework support runtime component updates? At my company we have to make a decision for a framework for a standalone Java server during the next days. We seem to ... |
7. runtime performance forum.springsource.orghi, I've build a web app on the Jpox-Spring petclinic base. At runtime it's really slow, more than one minute from web page to web page....the persistence Manager is close and ... |
8. How to replace factories that take runtime arguments forum.springsource.orgHow to replace factories that take runtime arguments I have been using Spring for a few months now. The large application I'm working on has a number of factories which I ... |
9. Runtime size. forum.springsource.orgThis is spring-richlient, not the spring framework. The size of pure spring-richclient, without it's dependencies is the total of the module jars (or the size the full jar). With it's non-optional ... |
10. Implementing URI Interception that can change during runtime forum.springsource.orgImplementing URI Interception that can change during runtime Has anyone tried implementing URI interception that can change at runtime? Basically I have a UI that allows configuration of who can access ... |
11. Runtime Determination of Concrete Class forum.springsource.orgRuntime Determination of Concrete Class Does anyone have a suggestion on the best approach to accomplish the following: In an application consolidation project, 2 databases are being used. The application layer ... |
12. Help with runtime errors forum.springsource.orgHelp with runtime errors How do people deal with runtime errors that would normally be caught at compile time when not using Spring? For example, if I define a bean in ... |
13. Check some Spring potential errors on buildtime, not only on runtime forum.springsource.orgI like Spring but I can't check some errors on buildtime. For example : I write sommething like Datasource datasource = (Datasource) factory.getBean("datasource"); If datasource doesn't exist in applicationContext.xml or the ... |
14. Change command class in runtime! good or bad? forum.springsource.orgHi all, I'm implementing a search functionality. Here the search functionality is called with a search type in url. Code: eg: http://localhost/myapp/search.html?recType="employee" I'm using a SimpleFormController for this. Depending on the ... |
15. HessianProxyFactoryBean, serviceUrl and runtime forum.springsource.org |
16. How to change the values in the combo-box at runtime forum.springsource.orgHi, In my form I've a combobox binding as follows: Code: Binding binding = bf.createBoundComboBox("option", createInitialValueModel()); formBuilder.add(binding); ... ... private Object createInitialValueModel() { return new ValueHolder(new String[] { "OptionA", "OptionB", "OptionC"}); ... |
17. Spring Runtime error forum.springsource.orgSpring Runtime error I have created an WAR that uses the spring MVC. The WAR file runs fine in JBoss, but when I try to deploy it to our ATG Dynamo ... |
18. Setting MesageSelector value to in runtime to SimpleMessageListenerContainer forum.springsource.orgSetting MesageSelector value to in runtime to SimpleMessageListenerContainer Hi, I am using MessageListenerAdapter for my Message Driven Pojo to listen to a queue and grab messages selectively. The MessageListenerAdapter is working ... |
19. Create datasourece at runtime forum.springsource.orgI use Spring to manage connection pool and database work. It works. Now I have a requirement to make the data source constructed at runtime using the user Id and password ... |
20. is it possible to configure TaskExecutor at runtime forum.springsource.orgis it possible to configure TaskExecutor at runtime Hi all, I have the following configuration in a applicationContext-services.xml file : |
21. Adding a MessageEndPoint on runtime forum.springsource.orgI would like to add a annotation message end point to the message bus on runtime. I am not sure how to utilize the Publisher/Subscriber AnnotationPostProcessor. Is there a easier way ... |
22. Set retryLimit during runtime, and how to delay forum.springsource.orgSet retryLimit during runtime, and how to delay Two questions. Q1: Using org.springframework.batch.core.step.item.SkipLimit StepFactoryBean, I can set the retryLimit in simpleJob bean |
23. Determining Version of Spring being used at Runtime forum.springsource.orgDetermining Version of Spring being used at Runtime I'm new to Spring and have just inherited a project. The project is built on a Java, Struts, Spring, Hibernate framework and uses ... |
24. Determining Version of Spring being used at Runtime forum.springsource.orgDetermining Version of Spring being used at Runtime I'm new to Spring and have just inherited a project. The project is built on a Java, Struts, Spring, Hibernate framework and uses ... |
25. Switch XSL in XsltViewResolver at runtime forum.springsource.orgSwitch XSL in XsltViewResolver at runtime I'm want to use XsltVewResolver to be able to generate one of two different outputs, based on examining the input URL at run time. In ... |
26. Changing UrlMapping @ runtime forum.springsource.orgChanging UrlMapping @ runtime hi, is there a way to change urlmappings for SimpleUrlHandlerMapping (dispatcher-servlet.xml) dynamically. what i'd like to do : 1. have a service read in my setup (an ... |
27. Best practice for runtime created Prototypes forum.springsource.orgBest practice for runtime created Prototypes I have an application where I need to create Prototypes based on user input at runtime. These prototypes have dependencies that I would like Spring ... |
28. Finders not found at runtime forum.springsource.orgFinders not found at runtime Hi, I have generated finders: the .aj are generated ok, the @org.springframework.roo.addon.entity.RooEntity(fi nders = {.... is generated in the domain class, and the menux.jsp correctly modified. ... |