[
http://jira.jboss.com/jira/browse/JBIDE-662?page=comments#action_12371187 ]
Viacheslav Kabanovich commented on JBIDE-662:
---------------------------------------------
So, the 'package' must be the part of component name before the last dot?
Will user be discouraged (wizard, validation) to create component names
with no package part (like new class wizard in Eclipse discourages
creating classes in the default package)? If user will follow java conventions
in creating classes, but use unqualified names for components,
then our view will list all user components unseparated to packages.
seam component view seem to use the class package instead of the
component name package
---------------------------------------------------------------------------------------
Key: JBIDE-662
URL:
http://jira.jboss.com/jira/browse/JBIDE-662
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.20070803
Reporter: Max Andersen
Assigned To: Viacheslav Kabanovich
Fix For: 2.0.0.Beta4
if I have a class like:
package org.domain.sss.session;
<imports>
@Name("authenticator")
public class Authenticator
then it shows up as a child under "org.domain.sss.session" even though the
fully qualified component name is just "authenticator".
Class package != Seam "Package"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira