MyEclipse: 4.1m2 hibernate/spring config

werpu - Dec 19, 2005 - 11:23 AM
Post subject: 4.1m2 hibernate/spring config
a) JSF Editor: The panelgrid Tag is not rendered correctly the columns attribute is ignored, thus a table based layout preview is not rendered correctly
Example:
<h:panelGrid columns="2">
<h:inputText></h:inputText>
<h:inputText></h:inputText>
<h:inputText></h:inputText>
<h:inputText></h:inputText>
</h:panelGrid>

results in more than two colums being in one row depending on the screensize

b) xdoclet ejb generators:
No target for Geronimo
Version number for jboss is limited to numbers smaller than 4, the current version number of jboss is around 4.x

c) no expanded deployment is possible in Geronimo, and no on the fly sync
werpu - Dec 19, 2005 - 11:25 AM
Post subject:
additionally to that, add spring capabilities, does not add the needed spring libraries to the web-inf/lib
in a webapp, also if the hibernate mapping already is done, you cannot switch to a spring based one
all which is added is only a link to the hibernate config file.
support-eugene - Dec 20, 2005 - 07:03 AM
Post subject:
I've submitted these bug reports for investigations. Thank you for your help.
Support-Brian - Dec 20, 2005 - 07:11 AM
Post subject:
Werpu,

Just a short note about your hibernate mapping and spring issue.
While we do not convert existing hibernate configs into a spring config, you can configure the project so that all additional mappings generated henceforth are put into the spring configuration instead of the hibernate configuration.
You can do this by Opening up Project properties > MyEclipse - Hibernate and then set the active config file to one of your bean configs; you must specify a bean id for this to work correctly.

Does that solve this issue for you?
Best,
Brian.
werpu - Dec 20, 2005 - 01:41 PM
Post subject:
Not quite the same, but good enough (I had that in mind as fallback option anyway ;-)), see my bugreport as feature request.
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits