Hi,
 
I am trying to build a JSR-208 compliant component.
Unfortunaly, there is really few documentation on this beoyond the spencs and an outdated article (http://java.sun.com/integration/reference/techart/DevelopingAServiceEngineComponent-1-2.pdf ).
 
I am trying to "clone" from logger-component-1.0-jbi-installer.zip and from quartz-component-1.0-jbi-installer.zip (both in servicemix-2.0.2-src\core\src\test\components).
 
The problems are:
 
- Are the sources of these components available ? I could not find them in 2.0.2.
  I looked for:

LoggerComponent.java
LoggerLifecycle.java
LoggerReciever.java
LoggerServiceUnit.java
LoggerServiceUnitManager.java

DefaultQuartzMarshaler.java
QuartzComponent.java
QuartzJob.java
QuartzLifeCycle.java
QuartzServiceUnit.java
QuartzServiceUnitManager.java

- Can i interact components deployed JSR 208 (jbi.xml) and POJO (servicemix.xml) ? How ? Could i use the servicemix client API to access JSR 208 components ?

Thanx

Reply via email to