Hi 

This is my --> mvn help:effective-pom repository setting.

    <repositories>
      <repository>
        <id>java.net</id>
        http://download.java.net/maven/1
        <layout>legacy</layout>
      </repository>
      <repository>
        <releases>
          <enabled>false</enabled>
        </releases>
        <id>apache.snapshots</id>
        <name>Apache Snapshot Repository</name>
        http://people.apache.org/repo/m2-snapshot-repository
      </repository>
      <repository>
        <snapshots>
          <enabled>false</enabled>
        </snapshots>
        <id>central</id>
        <name>Maven Repository Switchboard</name>
        http://repo1.maven.org/maven2
      </repository>
    </repositories>





________________________________
From: Matthias Wessendorf <[email protected]>
To: [email protected]
Sent: Thursday, May 14, 2009 7:54:08 PM
Subject: Re: Sample Application with OWB + JSF + JPA

where to find this guy ?


[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans :: Geronimo integration
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] snapshot org.apache.geronimo.specs:specs:1.1-SNAPSHOT: checking
for updates from snapshots-corporate
Downloading: 
http://stacy27.us.oracle.com/maven2-snapshots/org/apache/geronimo/specs/specs/1.1-SNAPSHOT/specs-1.1-SNAPSHOT.pom
Downloading: 
http://adfui.us.oracle.com/maven/org.apache.geronimo.specs/poms/specs-1.1-SNAPSHOT.pom
Downloading: 
http://www.ibiblio.org/maven/org/apache/geronimo/specs/specs/1.1-SNAPSHOT/specs-1.1-SNAPSHOT.pom
Downloading: 
http://repo1.maven.org/maven2/org/apache/geronimo/specs/specs/1.1-SNAPSHOT/specs-1.1-SNAPSHOT.pom
Downloading: 
http://download.java.net/maven/1/org.apache.geronimo.specs/poms/specs-1.1-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/specs/specs/1.1-SNAPSHOT/specs-1.1-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/geronimo/specs/specs/1.1-SNAPSHOT/specs-1.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:geronimo-jms_1.1_spec:jar:1.0

Reason: Cannot find parent: org.apache.geronimo.specs:specs for
project: null:geronimo-jms_1.1_spec:jar:1.0 for project
null:geronimo-jms_1.1_spec:jar:1.0


On Thu, May 14, 2009 at 6:38 PM, Matthias Wessendorf <[email protected]> wrote:
> awesome!
>
> just passed that along to the MyFaces community
>
> On Thu, May 14, 2009 at 12:37 PM, Mohammad Nour El-Din
> <[email protected]> wrote:
>> Great :), I will check it during the weekend.
>>
>> On Thu, May 14, 2009 at 1:07 AM, Mark Struberg <[email protected]> wrote:
>>>
>>> cool!
>>>
>>> will check this out tomorrow!
>>>
>>> LieGrue,
>>> strub
>>>
>>>
>>>
>>> ----- Ursprüngliche Mail ----
>>>> Von: Gurkan Erdogdu <[email protected]>
>>>> An: [email protected]; 
>>>> [email protected]
>>>> Gesendet: Mittwoch, den 13. Mai 2009, 23:27:26 Uhr
>>>> Betreff: Sample Application with OWB + JSF + JPA
>>>>
>>>> Hi guys;
>>>>
>>>> I have finally finished the real sample application written with JSF + JPA 
>>>> +
>>>> OWB. It is called "Hotel Reservation Application". You can create Admin and
>>>> Normal user accounts. Admin is responsible for defining hotels etc, and 
>>>> user
>>>> creates a hotel reservation.
>>>>
>>>> Altough it is a simple application, it uses and shows most of the 
>>>> functionality
>>>> that are defined in the JSR-299, including Scope and Contexts, 
>>>> Interceptors,
>>>> Decorators, Events and Observers etc.
>>>>
>>>> STEPS TO RUN
>>>> -------------------------------
>>>> It is located in the trunk/samples/reservation directory. In this directory
>>>>
>>>> >> mvn clean install -Pjetty --> to compile and install
>>>> >> mvn jetty:run -Pjetty  --> to run the jetty container
>>>>
>>>> Then, http://localhost:8080/reservation
>>>>
>>>> Voila, enjoys it!
>>>>
>>>> Thanks;
>>>>
>>>> Gurkan
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>> --
>> ----
>> Thanks
>> - Mohammad Nour
>> - LinkedIn: http://www.linkedin.com/in/mnour
>> ----
>> "Life is like riding a bicycle. To keep your balance you must keep moving"
>> - Albert Einstein
>>
>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>



-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf



      

Reply via email to