Search in aa
Search in fr
Search in en
Search in de
Search in es
Search in it
Search in ru
Search in pl
 
254 236 news providers
19 804 616 news indexes
1 666 676 multimedia files
"start" : 95 results during the last 30 days
Your search in 0.323 s

07 Jan
16 : 54
org.osgi.framework.BundleException. Unable to start spring-osgi-extender
Hi, I'm finding a strange problem when getting going with Spring OSGi 1.1.2 in Apache Felix 1.4.1. The bare bones bundles load and start fine until I get to spring-osgi-extender which I need to detect my springified service in the osgi container. I'm using Apache Felix : 1.4.1 Spring OSGi 1.1.2 ...
Source : Spring Community Forums  

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   13 hours ago

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   27 hours ago

08 Jan
17 : 15
No suitable driver after multiple calls - Spring 2.5.5 and DB2
I have read through most of the posts on the "No suitable driver" issue, but mine is much weirder. I am getting this error only after several unit test iterations. Here is my scenario: I have a bunch of unit test suites that I am calling with Ant. I use a JdbcTemplate with a...
Source : Spring Community Forums   33 hours ago

31 Dec
21 : 03
Cannot shutdown when start up with specified jmx port
Sorry for double postings, but I think this forum has more traffic. :cool: I start up my dm server using: ./startup.sh -clean -jmxport 6969, and the server start up fine and works well. But I can't shut down the server using: ./shutdown.sh, the only error message I got is "The Server could not be...
Source : Spring Community Forums  

31 Dec
20 : 07
Cannot shutdown when start up with specified jmxport
I start up my dm server using: ./startup.sh -clean -jmxport 6969, and the server start up fine and works well. But I can't shut down the server using: ./shutdown.sh, the only error message I got is "The Server could not be reached, it may already be stopped." in the shutdown.log file. But the server...
Source : Spring Community Forums  

08 Jan
13 : 22
ACL database schema creation
Hello, I want to create those 4 tables for acl jbbc based authorization in case they are not in db. It's a web application that makes use of acl module. There are annotated classes that make up db schema and the schema is get updated on application start if any changes are made to those classes or...
Source : Spring Community Forums   36 hours ago

08 Jan
10 : 33
Tutorial introducing How to create, design a simple SOA solution using...
Hi, After a few weeks of investigation about OSGI, I have decided to start to write a tutorial showing How we can design/create a Service Oriented Architecture using Camel in combination with OSGI. The first part of this tutorial has been published and next part will come soon. Through this...
Source : Spring Community Forums   39 hours ago

08 Jan
09 : 22
jobparameters are not getting set using Commandlinejobrunner
Hi , i am doing the following and unable to set jobparameters and getting the following hibernate job failing resulting in nullpointexception exception INFO [main] (SimpleJobLauncher.java:85) Job: [SimpleJob: [name=hibernateJob]] launched with the following parameters:...
Source : Spring Community Forums   40 hours ago

08 Jan
04 : 02
SWF + RichFaces + subflow in popup
I'd like to start a subflow in a modal popup window using SWF 2.0.3, JSF 1.2 and RichFaces 3.2.2. The main flow calls the subflow like this: Code:             ...                 ...                 ...     The subflow is defined as follows: Code:        ...
Source : Spring Community Forums   46 hours ago

07 Jan
21 : 52
HibernateAwarItemWriter commit=1 after failure
Hi, I have problem with HibernateAwareItemWriter (1.1.3-A). When hibernate batch fails (on flush) then it restart batch from last known position but according to log file it does not commit after each item processed. I though that it was problem with item object identity (I created itemKeyGenerator...
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  

07 Jan
14 : 31
Dynamically exporting services using HTTP Invoker
Hello Team, I'm currently exposing some services using Spring's HTTP Invoker Service Exporter.. I have a few situations where the service may not be available at start but subsequently, based on several availability criteria, the service becomes available. How can I export the service when the...
Source : Spring Community Forums  

23 Dec
11 : 23
How to enable logging like transaction started roll back start etc
how can i see the debug messages like Transaction Started ,Rolling back etc on my console help in this regard is highly appreciable please write down the complete steps to enable that i am using log4j for logging.
Source : Spring Community Forums  

06 Jan
19 : 19
Spring Transaction Management for Websphere
Hey guys!! Happy New Year! I am facing a strange behavior with spring tx management, maybe any of you has faced the same problem. Here's the scenario: I have 4 boxes with a Websphere 5.1 Instance hosting some web applications, and I am using Spring to manage the transactions the following way: ...
Source : Spring Community Forums  

06 Jan
17 : 51
ways to integrate struts and webflow w/o exposing flowexecutionkey?
Dear Web-flow gurus, wishing you all a happy new yr! I have a unique issue at hand and hope someone can give me some pointers on the following. Have a Webflow appA and Struts appB. appA has start-view-action actionA1 actionA2 actionA3 appB has start-struts-actions actionB1 ... actionBn ...
Source : Spring Community Forums  

06 Jan
14 : 25
Using Spring DM integration tests with Felix 1.4.1
Hi all, I need to write integration tests with Felix 1.4.1 and would like to use the Spring-DM integration testing framework for that. I can get it working with Felix 1.2.2 but not with 1.4.1. With Felix 1.4.1 it simply prints out: Code: Running org.blah.test.impl.BeanOsgiIntegrationTest No...
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  

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  

16 Dec
10 : 18
start dm server as service on windows server 2003
How can I start the dm Server as a service on a windows server 2003? Thanks for your inputs Regards Pascal
Source : Spring Community Forums  

05 Jan
16 : 34
RememberMe on Login page
Hi All, This is my first post so let me start off with my introduction. I am software Engg. In my current project which is based on Springs and ACEGI i needed to implement "RememberMe" option on the login page. For this i have created a .js file with javascript functions to save,delete and get...
Source : Spring Community Forums  

05 Jan
07 : 32
newbie Question on getting beans
I was going through the spring documentation and read this paragraph "indeed, your application code should have no calls to the getBean(String) method at all, and thus no dependency on Spring APIs at all." Now I am just new to springs and whatever examples i have seen of basic sprong tutorials,...
Source : Spring Community Forums  

04 Jan
18 : 47
Cannot deploy Hibernate Annotations on DM Server
I am taking the gist of the discussion that has been going on here: http://forum.springframework.org/sho...427#post220427 I have tried pretty much everything possible getting Hibernate Annotations to be deployed on DM Server without any luck. Can someone who has managed to get this working post a...
Source : Spring Community Forums  

09 Dec
22 : 32
Best IDE for Spring and tutorials - quick start
Hi, I'm completely new to Spring, but I have strong motivation to learn this technology as quickly as it's possible... unfortunately in general on web isn't much tutorials :( best for me would be some kind of working sample - for example in the form of NetBeans or Eclipse project. So I could run it...
Source : Spring Community Forums  

31 Dec
17 : 15
reference problem between singleton beans
Hey, I have the following definition in my application context: Code: I've put breakpoints on the setters of the data source in both Dal classes, and another breakpoint on the setter of organizationalUnitDal inside the resourceBundleDal. When I start the server, the...
Source : Spring Community Forums  

30 Dec
05 : 32
JBoss, BlazeDS and Spring integration
How would you start launching Spring BlazeDS Integration on JBoss? I was supposing that this integration project is based on deploying over Tomcat. I am still new to JBoss and I just couldn't find a way to get started.
Source : Spring Community Forums  

29 Dec
13 : 02
Spring 2.5 + JPA with EclipseLink / Toplink table generation
Hi, I'm new to Spring and trying to evaluate a JPA-based data access setup with not much success. The goal is to create a simple Spring 2.5.x configuration with JPA using Eclipselink as the implementation. The setup should be deployable to Tomcat (or any web container, Glassfish and Tomcat are the...
Source : Spring Community Forums  

29 Dec
10 : 38
Spring AOP not working
I want to apply logging on start/end of each method calls in application. I have applied AOP in following ways, but the Pointcut is called only on spring controller handlerequest() method, It is not called any other methods called from controller. Am I using AOP in correct way? Inside getTest now ...
Source : Spring Community Forums  

27 Dec
07 : 18
Basic Spring Security Configuration
Hi, I'm newbie, and just start using Spring Security. I have downloaded acegisecurity-1.0.7 I'm have try to learn from acegi-security-samples-contacts-1.0.7.war but, there are many configuration, this may include a lot of unused bean. Can anyone please advise for basic tutorial or simplest tutorial...
Source : Spring Community Forums  

23 Dec
17 : 51
DefaultMessageListenerContainer lifecycle method semantics
I need to use the Lifecycle methods of the DefaultMessageListenerContainer (actually inherited from AbstractJmsListeningContainer) like start and stop. Now I"m running into a situation that I cannot decipher. I'm starting up the container and at a certain point, stopping it. In some cases (like...
Source : Spring Community Forums  

22 Dec
10 : 51
How to config the bootdelegation in config.ini?
Now I find another problem, and the exception message is shown as below: Caused by: java.lang.NoClassDefFoundError: javax/naming/directory/Attributes at org.jivesoftware.smack.ConnectionConfiguration.(ConnectionConfiguration.java:81) at org.jivesoftware.smack.XMPPConnection.(XMPPC ...
Source : Spring Community Forums  

21 Dec
06 : 08
booking-faces in eclipse
Hi all, I tried running the booking-faces sample bundled in the new release on Tomcat 6.0.18 by following the instructions in the readme and get this error "INFO: Starting Servlet Engine: Apache Tomcat/6.0.16 Dec 20, 2008 11:50:30 PM org.apache.catalina.core.StandardContext addApplicationListener...
Source : Spring Community Forums  

17 Dec
05 : 49
switching to juel
Due to a library I need that requires juel at the moment, I'm trying to get juel to work with Spring Web Flow. I'm aware its technically unsupported, but in theory it should work (I'm also willing to document it if I can get it to work). I've added the following to my Web Flow configuration: ...
Source : Spring Community Forums  

15 Dec
00 : 46
context initialization failed passing params via url to mysql
I'm trying to pass a few parameters to mysql via like this: Code:                                 but I get this parse exception even if I add the semicolon like it wants. Code: Context initialization failed...
Source : Spring Community Forums  

09 Dec
01 : 34
spring-osgi fails with NoClassDefFoundError when loading spring config from...
Folks, I'm pulling my hair out over this one. I wonder if it rings a bell with anyone. Basically I have an application bundle that contains a spring config defining a bean, for which another bundle provides custom parsing. This is acheived via the second bundle's META-INF/spring.handlers which...
Source : Spring Community Forums