Thank you all for your replies. Siarhei, I like that blog article, very
useful.

The problem in my case was pretty basic, so stupid me: I simply had
another JAR dependency (JBoss) from a sub-project that contained the
same classes but in an older version, so without the methods I needed.
When I put those other JARs on runtime-scope everything compiled fine.

Siarhei Dudzin wrote:
> I have a blog article which uses ws_ant via ant run plugin:
> http://sdudzin.blogspot.com/2007/09/maven-2-and-websphere-automated-build.html
>
> Hope this helps.
>
> Siarhei
>
> On Jan 22, 2008 10:45 PM, David J. M. Karlsen <[EMAIL PROTECTED]>
> wrote:
>
>   
>> Lee Meador wrote:
>>     
>>> Marcus,
>>>
>>> The error seems to indicate a missing jar that the WebSphere J2EE jar
>>> depends on. You can find the right WebSphere jar, update your j2ee.pomand
>>> deploy the missing jar with a dummy pom. I have found that to be a
>>> frustrating way to do it.
>>>
>>>       
>> That's why I prefer launching ws_ant.bat/sh instead - it adds the
>> container stuff to the classpath while generating stubs.
>>
>> --
>> David J. M. Karlsen - +47 90 68 22 43
>> http://www.davidkarlsen.com
>> http://mp3.davidkarlsen.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>     
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to