Hi Jean-Louis,
I wiped my local Maven repository clean, and built a test project that
depended on openejb-jee, version 3.2-SNAPSHOT:
<repositories>
<repository>
<id>apache-m2-snapshot</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.openejb</groupId>
<artifactId>openejb-jee</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1</version>
<scope>test</scope>
</dependency>
</dependencies>
and I was able to see the new methods, getSharedCacheMode() and
getValidationMode().
Is this different to what you are seeing?
Jon
On Mon, May 31, 2010 at 3:08 PM, Jonathan Gallimore <
[email protected]> wrote:
> Hi Jean-Louis,
>
> Apologies for any problems caused - I'll check it out now.
>
> Jon
>
>
> On Mon, May 31, 2010 at 10:19 AM, Jean-Louis MONTEIRO <
> [email protected]> wrote:
>
>>
>> Hey Jon,
>>
>> It seems to me recently uploaded snapshots are not correct.
>> I mean, the openejb-jee artifact is not up to date.
>>
>> Could you please have a look?
>>
>> For example:
>>
>> /container/openejb-jee/src/main/java/org/apache/openejb/jee/jpa/unit/PersistenceUnit.java
>> Changes of revision #940445 not available.
>>
>> Thanks in advance.
>> JLouis
>>
>>
>>
>> Jonathan Gallimore-2 wrote:
>> >
>> > Thanks Kevan. A few things had uploaded, so I have done a clean
>> > deployment.
>> >
>> > Jon
>> >
>> > On Tue, May 25, 2010 at 4:20 PM, Kevan Miller
>> > <[email protected]>wrote:
>> >
>> >>
>> >> On May 25, 2010, at 8:24 AM, Jonathan Gallimore wrote:
>> >>
>> >> > I've accidentally typed mvn deploy instead of mvn install here - I
>> >> killed
>> >> it
>> >> > as soon as I realised what I had done. Is it likely that something
>> >> might
>> >> now
>> >> > be inconsistent in our snapshot repository? Is there any way to
>> check?
>> >>
>> >> What version of OpenEJB? Did maven start uploading artifacts? If so,
>> then
>> >> probably would be cleanest to deploy a consistent version.
>> >>
>> >> You can browse snapshot artifacts here --
>> >>
>> https://repository.apache.org/content/groups/snapshots-group/org/apache/openejb/
>> >>
>> >> --kevan
>> >
>> >
>>
>> --
>> View this message in context:
>> http://openejb.979440.n4.nabble.com/Snapshots-tp2229896p2237064.html
>> Sent from the OpenEJB Dev mailing list archive at Nabble.com.
>>
>
>