1. How to specify a file for a JndiObjectFactoryBean? forum.springsource.orgNewbie (and JNDI dodo) question I've got a bean as shown below. |
2. StepScope in JndiObjectFactoryBean forum.springsource.orgStepScope in JndiObjectFactoryBean Hello, I want to pass the Name of the InputQueue as a JobParameter to the Job. When I declare this: Code: |
3. JndiObjectFactoryBean configuration error forum.springsource.orgNov 22nd, 2005, 07:47 PM #1 fanglin View Profile View Forum Posts Private Message Junior Member Join Date Nov 2005 Location Seattle, USA Posts 7 JndiObjectFactoryBean configuration error We use the ... |
4. using PropertyPlaceholderConfigurer with JndiObjectFactoryBean forum.springsource.orgWhen using org.springframework.beans.factory.config.PropertyP laceholderConfigurer together with org.springframework.jndi.JndiObjectFactoryBean, it seems that the JNDI name is validated before the substitution takes place. Is there a way to get around this using some combination ... |
5. JndiObjectFactoryBean lookupOnStartup not working forum.springsource.orgJndiObjectFactoryBean lookupOnStartup not working Hi, I'm having problems with getting lookupOnStart to work. I'm not sure if my understanding of what it's supposed to do is correct or not. I want ... |
6. JndiObjectFactoryBean - how to configure? forum.springsource.orgin pre-spring code i wrote this to access a factory via jndi and then to create an object with the help of this factory. Code: javax.naming.Context ctx = new javax.naming.InitialContext(); sessionPoolServiceHome ... |
7. JndiObjectFactoryBean forum.springsource.orgFeb 26th, 2007, 11:26 AM #1 leesider View Profile View Forum Posts Private Message Junior Member Join Date Nov 2006 Posts 18 JndiObjectFactoryBean I am new to Spring and have some ... |
8. injecting objects created by JndiObjectFactoryBean forum.springsource.orginjecting objects created by JndiObjectFactoryBean Hi, I have a service bean that is retrieved from JNDI by a JndiObjectFactoryBean. Code: |
9. IllegalArgumentException Using JndiObjectFactoryBean forum.springsource.orgIllegalArgumentException Using JndiObjectFactoryBean Everything was going fine until I reorganized the project into Maven2 format and excluded XML libraries that OC4J (10.1.2) didn't get along with. Then everything went wrong. My ... |
10. Problem(s) trying to create "JndiObjectFactoryBean" instance forum.springsource.orgApr 3rd, 2008, 06:28 AM #1 Rene View Profile View Forum Posts Private Message Junior Member Join Date Nov 2007 Location Arnhem, the Netherlands Posts 12 Problem(s) trying to create "JndiObjectFactoryBean" ... |
11. How to inject JndiObjectFactoryBean? forum.springsource.orgHow to inject JndiObjectFactoryBean? I have this in my context: |
12. Proxy for JndiObjectFactoryBean forum.springsource.orghello, Im just trying to set some oracle NLS parameters through overwriting the getConnection method... my issue is that use a JDBC Datasource over a JNDI Lookup on Websphere. Therefore i ... |
13. How are these different? (JndiObjectFactoryBean) forum.springsource.orgHow are these different? (JndiObjectFactoryBean) I recently had a problem using the spring-jee.xsd. (For whatever reason, on certain environments the xsd could not be found during execution.) So, I switched out ... |
14. Dynamic JndiObjectFactoryBean forum.springsource.orgDynamic JndiObjectFactoryBean I'm writing an application, which will make various queries to various databases. It will get query and DB information from own DB. Depending on these results, application will query ... |
15. JndiObjectFactoryBean - StaleConnectionException: No more data to read from socket forum.springsource.orgJndiObjectFactoryBean - StaleConnectionException: No more data to read from socket Hi, been having a problem with my application on Websphere and using spring to connect to the database. I have created ... |
16. Hoeller, How JndiObjectFactoryBean avoid ClassCastException? forum.springsource.orgHey Hoeller: I binded a custom service(a pojo) to the JNDI context in one Web Application. Then I get the reference to the service from the JNDI context from the other ... |
17. How to acces a JndiObjectFactoryBean object through @Autowired? forum.springsource.org |