Navigation Menu

Skip to content

Commit

Permalink
disable the creation of the introspector in the json-schema-mbean plu…
Browse files Browse the repository at this point in the history
…gin; instead use it in the dozer plugin (and in fabric we can auto-create the introspector in the fabric-git-hawtio bundle)
  • Loading branch information
jstrachan committed Sep 30, 2013
1 parent a32a24b commit 09d5502
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -21,10 +21,8 @@
<property name="blueprintContainer" ref="blueprintContainer" />
</bean>

<!--
<bean id="introspector" class="io.hawt.introspect.Introspector" init-method="init" destroy-method="destroy">
</bean>
-->

</blueprint>

Expand Up @@ -3,8 +3,5 @@

<bean id="schemaLookup" class="io.hawt.jsonschema.SchemaLookup" init-method="init" destroy-method="destroy" scope="singleton"/>

<bean id="introspector" class="io.hawt.introspect.Introspector" init-method="init" destroy-method="destroy" scope="singleton">
</bean>

</blueprint>

0 comments on commit 09d5502

Please sign in to comment.