[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1000) Deploy driver jars to jboss as

Max Andersen (JIRA) jira-events at lists.jboss.org
Thu Oct 11 03:25:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1000?page=comments#action_12381601 ] 
            
Max Andersen commented on JBIDE-1000:
-------------------------------------

1) this does not handle the WAR case

2) Did you test if that work for EAR's ? seam-gen does not do it like that. Just use seam-gen's build.xml on how to do things.

This is what is done during setup of the project (no matter if it's EAR or WAR)

<echo message="Installing JDBC driver jar to JBoss server"/>
    	<copy file="${driver.jar.new}" todir="${jboss.home.new}/server/default/lib"/>

We need to somehow support it going to the right server/{chosenjbossasconfig}/lib

And I don't see any other ${driver.jar} references in the rest of seam-gen packaging.

> Deploy driver jars to jboss as
> ------------------------------
>
>                 Key: JBIDE-1000
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1000
>             Project: JBoss Tools
>          Issue Type: Feature Request
>          Components: JBossAS
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Max Andersen
>             Fix For: 2.0.0.CR1
>
>
> seam-gen actually copies the jdbc driver jar to jboss as server.
> We should provide similar functionallity.
> This might be something we should do more isolated than just in the seam wizard.
> Something that allow you to right click on a DTP connection and create a -ds.xml representing this  and then make it copy this to the server together with driver jars.

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

        



More information about the jbosstools-issues mailing list