Hello, sorry for my English. I am new to ServiceMix, and I have assembled for the first time a service, and what connected to a service assembly. I've also generated the certificates to connect and have linked secure.xml file. The configuration file is:
xmlns:sm="http://servicemix.apache.org/config/1.0"> <beans <! - Authentication service -> id="authenticationService" <sm:authenticationService /> <! - KeyStore manager -> id="keystoreManager"> <sm:keystoreManager <sm:keystores> <Sm: keystore name = "default" path = "classpath: keystore.jks" keystorePassword = "passwd" keyPasswords = "smx = passwd" /> </ Sm: keystores> </ Sm: keystoreManager> <! - Authorization ServiceMix map -> id="authorizationMap"> <sm:authorizationMap <sm:authorizationEntries> service="*:*" <sm:authorizationEntry roles="*" /> </ Sm: authorizationEntries> </ Sm: authorizationMap> </ Beans> I've also added the user to smx user-credentials.properties = CN = smx smx and user-password.properties smx = passwd My problem is I can not get connected. Refused conection. A greeting and thanks. -- View this message in context: http://old.nabble.com/Problems-connection-to-ServiceMix-tp28287962p28287962.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
