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


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