[ 
http://jira.codehaus.org/browse/MWAS-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David J. M. Karlsen updated MWAS-22:
------------------------------------

    Remaining Estimate: 0 minutes
     Original Estimate: 0 minutes

This is probably because of missing dependencies in your project.
You'll have to provide the IBM classes by importing them into maven, and 
declare them as dependencies.
No functional code has changed for that part since 1.0.2-alpha-2: 
http://fisheye.codehaus.org/browse/mojo/trunk/mojo/was6-maven-plugin/src/main/java/org/codehaus/mojo/was6/EjbDeployMojo.java.

Could you re-verify that the project in question works with an older 
release-version than 1.0?

> Errors during was6:ejbdeploy when building an ejb-project
> ---------------------------------------------------------
>
>                 Key: MWAS-22
>                 URL: http://jira.codehaus.org/browse/MWAS-22
>             Project: Maven 2.x WebSphere 6 Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: Built with Continuum on a Unix server
>            Reporter: Erik S. Hansen
>            Assignee: David J. M. Karlsen
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> When building an ejb-project I get several error messages during wsEjbDeploy. 
> An example of the output is as follows:
> [INFO] [wsejbdeploy]  [*Error] 
> .../server/func/cmp/ConcreteNokkeltall_39aefe93.java(268): The method 
> createDataCacheEntry() is undefined for the type ConcreteBeanInstanceExtension
> [INFO] [wsejbdeploy]  [*Error] 
> .../server/func/cmp/ConcreteNokkeltall_39aefe93.java(309): The method 
> needValuesOnMarkDirty() is undefined for the type 
> ConcreteBeanInstanceExtension
> These kind of messages happens on every stub that is created and was 
> introduced after I started using v. 1.0. I do not experience any problems 
> when building with v. 1.0-alpha-2. I use v. 1.0 on other ejb-projects without 
> any problems. The difference is that this project includes a mapping between 
> each ejb and database table in an map.xmi-file which amonst other includes 
> <deploymentOptions xmi:id="WASDeploymentOptions_1203946560945"/>.  The plugin 
> is defined as following:
> <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>was6-maven-plugin</artifactId>
>         <version>1.0</version>
>         <executions>
>                 <execution>
>                   <goals>
>                       <goal>clean</goal>
>                               <goal>ejbdeploy</goal>
>                   </goals>
>                 </execution>
>         </executions>
>         <configuration>
>                 <wasHome>${was6home}</wasHome>
>                 <legacyMode>${legacyMode}</legacyMode>
>                 <noValidate>true</noValidate>
>         </configuration>
>               </plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to