missing OpaqueData class causes build failure

Bug #787018 reported by Ted
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Social-P2P
In Progress
Critical
Ted

Bug Description

Some of the untyped value types that were removed in the transition to Jackson are still present in some of the tests and adapters, causing a build failure:

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/core/Core.java:[20,28] cannot find symbol
symbol : class OpaqueData
location: package gnu.social.agent.data

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/KVAdapter.java:[19,28] cannot find symbol
symbol : class OpaqueData
location: package gnu.social.agent.data

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/KVAdapter.java:[133,65] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.KVAdapter

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/KVAdapter.java:[70,9] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.KVAdapter.QueueEntry

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/experimental/TestDB.java:[18,28] cannot find symbol
symbol : class OpaqueData
location: package gnu.social.agent.data

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/adapters/MongoAdapter.java:[20,28] cannot find symbol
symbol : class OpaqueData
location: package gnu.social.agent.data

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/adapters/MongoAdapter.java:[127,51] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.adapters.MongoAdapter

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/agent/data/Data.java:[10,13] cannot find symbol
symbol: class OpaqueData
 @Type(value=OpaqueData.class, name="opaque"),

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/KVAdapter.java:[136,29] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.KVAdapter

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/core/Core.java:[257,47] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.core.Core

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/experimental/TestDB.java:[40,2] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.experimental.TestDB

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/experimental/TestDB.java:[40,24] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.experimental.TestDB

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/experimental/TestDB.java:[42,2] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.experimental.TestDB

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/experimental/TestDB.java:[42,25] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.experimental.TestDB

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/adapters/MongoAdapter.java:[185,73] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.adapters.MongoAdapter

/home/tedks/Projects/social/core-repo/trunk/src/main/java/gnu/social/db/adapters/MongoAdapter.java:[217,74] cannot find symbol
symbol : class OpaqueData
location: class gnu.social.db.adapters.MongoAdapter.QueueIterator

Revision history for this message
Ted (tedks) wrote :

I'm going to add OpaqueValue back into the tree, since it's the one symbol that's causing errors. I can't commit to rewriting it out of the codebase again, though I might in the future.

Changed in social-p2p:
status: New → In Progress
importance: Undecided → Critical
assignee: nobody → Ted (tedks)
Revision history for this message
Ted (tedks) wrote :

Ooops -- this is what I get for screwing around first thing in the morning.

Revision history for this message
Ted (tedks) wrote :

So, OpaqueData doesn't seem to exist in the trunk, while agent.data.Data does. I'm not sure what's going on, so I'm going to de-assign myself from this bug.

Ted (tedks)
summary: - missing OpaqueValue class causes build failure
+ missing OpaqueData class causes build failure
Revision history for this message
stepson (c-conduche-l) wrote :

works fine when putting back OpaqueData.java file back in the tree (tested wih Miron's file)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.