[
https://jira.jboss.org/jira/browse/JBESB-2702?page=com.atlassian.jira.plu...
]
David Ward commented on JBESB-2702:
-----------------------------------
All listed quickstarts run fine in as4.
On as5, helloworld_ftp_action, hello_world_topic_notifier and helloworld_tx_sql_action all
run fine.
However, hello_sql_action fail to deploy with:
02:49:30,375 ERROR [AbstractKernelController] Error installing to Start:
name=jboss:service=HelloworldSqlDB state=Create mode=Manual requiredState=Installed
java.lang.NoClassDefFoundError: org/jboss/system/server/ServerConfig
at
org.jboss.internal.soa.esb.dependencies.HypersonicDatabase.getDataDir(HypersonicDatabase.java:823)
at
org.jboss.internal.soa.esb.dependencies.HypersonicDatabase.startRemoteDatabase(HypersonicDatabase.java:662)
at
org.jboss.internal.soa.esb.dependencies.HypersonicDatabase.startService(HypersonicDatabase.java:580)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
I think the big difference between hello_sql_action and helloworld_tx_sql_action is that
the first one uses HypersonicDatabase.java (which fails 'cause it uses the as4
ServerConfig class which isn't in as5), and the second one doesn't. Just look at
startRemoteDatabase() in both, and you'll see the hypersonic one call getDataDir(),
which uses as4's ServerConfig.
helloworld_hibernate_action failes with the same exact problem as hello_sql_action.
There's a couple different options to fix this. I'll think about it and kick out
a thread later.
Verify quickstarts helloworld_ftp_action ->
helloworld_tx_sql_action
--------------------------------------------------------------------
Key: JBESB-2702
URL:
https://jira.jboss.org/jira/browse/JBESB-2702
Project: JBoss ESB
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.5
Reporter: Kevin Conner
Assignee: David Ward
Fix For: 4.6
helloworld_ftp_action
helloworld_hibernate_action
helloworld_sql_action
helloworld_topic_notifier
helloworld_tx_sql_action
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira