[
http://jira.codehaus.org/browse/MWEBLOGIC-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249722#action_249722
]
v fries commented on MWEBLOGIC-15:
----------------------------------
The problem is releated to this :
[http://forums.oracle.com/forums/thread.jspa?threadID=1109004&tstart=75].
By referencing the weblogic lib directly it works.
{code:xml}
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>weblogic-maven-plugin</artifactId>
<version>2.9.1</version>
<configuration>
....
</configuration>
<executions>
...
</executions>
<dependencies>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
<dependency>
<groupId>weblogic</groupId>
<artifactId>weblogic</artifactId>
<version>${maven.weblogic.version}</version>
<scope>system</scope>
<systemPath>C:/bea923/weblogic92/server/lib/weblogic.jar</systemPath>
</dependency>
...
</plugin>
{code}
> Weblogic-maven-plugin ignore SSL customs flags
> ----------------------------------------------
>
> Key: MWEBLOGIC-15
> URL: http://jira.codehaus.org/browse/MWEBLOGIC-15
> Project: Mojo WebLogic Plugin
> Issue Type: Bug
> Reporter: v fries
> Assignee: David J. M. Karlsen
> Priority: Critical
>
> The system properties *weblogic.security.CustomTrustKeyStoreFileName* and
> *weblogic.security.TrustKeyStore* are ignored by the plugin. There is no way
> to pass then to the weblogic.Deployer application.
> This makes the deployement to fails (as the connection is reject by the
> server).
--
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