Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cmoulliard
Created September 24, 2013 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmoulliard/6682851 to your computer and use it in GitHub Desktop.
Save cmoulliard/6682851 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
<bean id="plainAndSimple" class="org.jboss.fuse.training.jar.PlainAndSimple"
init-method="afterPropertiesSet" destroy-method="destroy">
<property name="simpleMessage" value="Hello CGI-SG Students"/>
</bean>
</blueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment