Yes it would be helpfull.
In fact, the behavior that I'm trying to achieve is the same that you have when you configure a bean in Spring framework. If you don't set name, the name becomes the same as the package+class name.
I think that the best way to do this is to have the same notion that exists with Hibernate for naming stategies.
What can we do? Raise a JIRA issue?
Regards
Sebastian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976651#3976651
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976651
thanks Thomas!
I guess that's what I get for blindly following the instructions under
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalFromScratch
it works now ;) ... almost.
Now I get
| configure:
| Overriding previous definition of reference to apache.ant.classpath
|
| _default:compile-classes:
| [mkdir] Created dir: C:\work\jboss\jboss-portal-2.6\test\output\classes
| [mkdir] Created dir: C:\work\jboss\jboss-portal-2.6\test\output\gen\classes
| [javac] Compiling 44 source files to C:\work\jboss\jboss-portal-2.6\test\output\classes
|
| BUILD FAILED
| C:\work\jboss\jboss-portal-2.6\tools\etc\buildfragments\buildmagic.ent:249: The following error occu
| rred while executing this line:
| C:\work\jboss\jboss-portal-2.6\tools\etc\buildfragments\buildmagic.ent:357: Reference apache.directo
| ry.classpath not found.
|
[/url]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976649#3976649
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976649