Hello all.
I have tried to deploy plan (attachmet) and I have got and error
Error: Unable to distribute plan1.xml:
java.lang.ArrayIndexOutOfBoundsException: 1
1
Can somebody help please?
Thank you,
Regards,
Martin
<?xml version="1.0" encoding="UTF-8"?>
<configuration
xmlns="http://geronimo.apache.org/xml/ns/deployment"
configId="example1/MyGBean">
<dependency>
<uri>mygbean-0.0.1.jar</uri>
</dependency>
<gbean name="geronimo.example:name=My first simple GBean" class="example1.MyGBean" />
</configuration>