Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000074 [Resin] minor always 03-01-05 00:00 05-11-05 00:00
Reporter sam View Status public  
Assigned To
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.13 Product Version
  Product Build
Summary 0000074: 3.0.s050328
Description RSN-65
If a getter but no setter is defined in an EJB3 bean:

  @OneToMany (
    targetEntity = "example.Contact",
    cascade = CascadeType.ALL
    )
  @JoinColumn(name = "entry")
  public Set<Contact> getContacts()
  {
    return _contacts;
  }

/**
  public void setContacts(Set<Contact> contacts)
  {
    _contacts = contacts;
  }
*/

The error message is obscure:

[20:04:33.318] WEB-INF/web.xml:40: 'javax.ejb.OneToMany' is not a valid annotation for getContacts(). Only persistent property getters and fields may have property annotations.

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0000076)
ferg
03-01-05 00:00

ejb/0g0a
 

- Issue History
Date Modified Username Field Change
03-01-05 00:00 sam New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.13


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker