Hi
Could someone please help me with a problem I'm having? I'm trying to copy the MySQL library from one project (apdev-american) to another (apdev-american-ws). When I do that, it does appear in the Package Explorer under Referenced Libraries for the apdev-american-ws project. However, I can't find the configuration at all in the Global Mule Configuration Elements. Does anyone know what I need to to do make it appear there so I can test it?
I'm also unable to proceed with my homework without this.
Thank you.
George,
Copying the libary from one project to the other only copies the library, it doesn't copy the connection configuration along with it. So, to copy the database connection information, open your project that contains DB connection configuration (i.e project-1) and select the Configuration XML tab, and look for line that defines database connection. It starts with `<db:mysql-config`. Copy that entire line and paste it in project-2. That should fix it. Let us know how it goes.
-gopal