Skip to content

Instantly share code, notes, and snippets.

@honghuac
Created July 19, 2016 14:02
Show Gist options
  • Save honghuac/2216a682eb103f574a5787f28acc2613 to your computer and use it in GitHub Desktop.
Save honghuac/2216a682eb103f574a5787f28acc2613 to your computer and use it in GitHub Desktop.
QUESTIONBANKCODE|QUESTIONCODE|QUESTIONTYPE|QUESTIONTEXT|QUESTIONTEXTFORMAT|QUESTIONFEEDBACK|OPTION|RIGHTOPTION|OPTIONFEEDBACK|ISCORRECT|OPTIONWEIGHT|ISCASESENSITIVE|RANDOMIZEOPTIONS|STATUS
FUSEEAP|FUSEEAP0401|1|LAB: How do you change the name of the default CamelContext bean?|||Use the @Startup annotation and import the Java package "javax.ejb.Startup" as part of the bean implementation|||0|0|||
FUSEEAP|FUSEEAP0401|1|LAB: How do you change the name of the default CamelContext bean?|||Use the @PersistenceContext annotation and import the Java package "javax.persistence.PersistenceContext" as part of the bean implementation|||0|0|||
FUSEEAP|FUSEEAP0401|1|LAB: How do you change the name of the default CamelContext bean?|||Use the @ContextName("NAME-OF-THE-CAMEL-CONTEXT") annotation and import the Java package "org.apache.camel.cdi.ContextName" as part of the bean implementation|||1|100|||
FUSEEAP|FUSEEAP0401|1|LAB: How do you change the name of the default CamelContext bean?|||Use the @ApplicationScoped annotation and import the Java package "javax.enterprise.context.ApplicationScoped" as part of the bean implementation|||0|0|||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment