[JBoss Seam] - Re: seam-gen and type specific controls
by max.andersen@jboss.com
"zeljko_t" wrote : I'm digging through tools to add support for parametrized types. With some luck I'll be able to generate enums.
|
| Idea:
| * create type for enums
| |
are you talking enums somehow detected via reverse engineering?
anonymous wrote :
| * feed enum type with values using strategy
|
? do not understand.
anonymous wrote :
| * detect enum type in hbm2java and generate enums
|
ok
anonymous wrote :
| JDBCBinder should ask for Type instead of typeName String.
|
huh ? What difference would that make ?
anonymous wrote :
| I already solved yes_no enums with specialized strategy. This covers like 90% of my enums.
|
please show code - much easier to understand what you are doing then ;)
anonymous wrote :
| When I started with seam-gen I was able to convert less than 10 tables, now I have more than 60. Composite keys are blocking point for the rest.
what stopped the 10-50 tables ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002828#4002828
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002828
19 years, 3 months
[JBossWS] - ClassLoader not available in meta data
by kc7bfi
I'm trying to deploy a web service in JBoss 4.0.4GA. When I start up JBoss, I get the following error:
org.jboss.ws.WSException: ClassLoader not available in meta data
| at org.jboss.ws.metadata.ServiceMetaData.eagerInitialize(ServiceMetaData.java:370)
| at org.jboss.ws.metadata.UnifiedMetaData.eagerInitialize(UnifiedMetaData.java:147)
| at org.jboss.ws.server.ServiceEndpoint.start(ServiceEndpoint.java:106)
| at org.jboss.ws.server.ServiceEndpointManager.startServiceEndpoint(ServiceEndpointManager.java:529)
| at org.jboss.ws.deployment.ServiceEndpointDeployer.start(ServiceEndpointDeployer.java:144)
| at org.jboss.ws.integration.jboss.DeployerInterceptor.start(DeployerInterceptor.java:104)
|
Any idea what the problem might be? I have deployed other web services with out any problem. Thanks in advance,
David Robison
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002823#4002823
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002823
19 years, 3 months