Ticket #16 (closed Defect: Will not be fixed)

Opened 13 months ago

Last modified 13 months ago

Wrong column name in xcap_xml table

Reported by: sthijs Owned by: Mircea Amarascu
Priority: Major Milestone: OpenXCAP 1.0 stable release
Component: Interoperability Version:
Severity: Non-critical Keywords:
Cc:

Description

We're using openxcap (0.9.7) together with openser (1.2.0). When we installed openser the tables 'subscriber' and 'xcap_xml' were also created in the database. Except for the 'etag' column that needs to be added, there's also a difference in the column name where the xml data gets stored: openser -> xcap openxcap -> doc

We did not add the 'doc' column to the 'xcap_xml' table. This results in the following error: _mysql_exceptions.OperationalError: (1054, "Unknown column 'doc' in 'field list'")

Adding a column named 'doc' to the 'xcap_xml' table will probably solve this error, but if openser fetches the xml documents from another column this isn't the best solution. Can you fix this to also use the column 'xcap'?

Change History

Changed 13 months ago by admin

  • priority changed from Critical to Major
  • status changed from new to closed
  • summary changed from wrong column name in xcap_xml table to Wrong column name in xcap_xml table
  • resolution changed from To be investigated to Will not be fixed
  • milestone set to OpenXCAP stable release

Only OpenSER 1.3 is supported by OpenXCAP.

Note: See TracTickets for help on using tickets.