 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: 4.1m2 hibernate/spring config
Posted: Dec 19, 2005 - 11:23 AM
|
|
Veteran Member

Joined: Jul 02, 2003
Posts: 67
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 19, 2005 - 11:25 AM
|
|
Veteran Member

Joined: Jul 02, 2003
Posts: 67
|
|
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. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 20, 2005 - 07:03 AM
|
|
Moderator


Joined: May 12, 2005
Posts: 283
|
|
| I've submitted these bug reports for investigations. Thank you for your help. |
_________________ Eugene
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 20, 2005 - 07:11 AM
|
|
Moderator


Joined: Aug 21, 2004
Posts: 1319
|
|
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. |
_________________ Brian
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 20, 2005 - 01:41 PM
|
|
Veteran Member

Joined: Jul 02, 2003
Posts: 67
|
|
| Not quite the same, but good enough (I had that in mind as fallback option anyway ;-)), see my bugreport as feature request. |
|
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |