Search:

Type: Posts; User: dewanto; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks for your fast response! This would...

    Thanks for your fast response!



    This would be not a problem if you want to create the expression manually by hand. My problem is that I generate the whole XML file with a generator...
  2. Spring Context (XML): Transaction Advice with Method Parameters possible?

    Hi All,

    I cannot find a way to configure Spring context XML doing declarative transactions just like what you can do in EJB deployment descriptors like this:



    <assembly-descriptor>
    ...
  3. Hi Costin, thanks a lot for your reply. Sorry...

    Hi Costin,

    thanks a lot for your reply. Sorry for the late answer...



    This is weird since I checked it before and I can easily import the whole things and run the examples easily within...
  4. Hi Costin Sorry for the late answer. It was...

    Hi Costin

    Sorry for the late answer. It was carneval time here in Cologne, Germany ;-)

    You can download the pure OSGi example just here:...
  5. Hi Costin, thanks a lot for your fast answer!...

    Hi Costin,

    thanks a lot for your fast answer!

    You need to do following to be able to run my example:

    1. Import the whole projects as a new workspace. Just use springdm-example as your...
  6. Hi Costin I uploaded an example to this...

    Hi Costin

    I uploaded an example to this problem:
    http://lofidewanto.googlepages.com/springdm-example.zip

    Just unzip the file and you'll find the examples as I described in the discussion forum...
  7. Hi Costin, thanks for your reply. If you want...

    Hi Costin,

    thanks for your reply. If you want I can upload my example somewhere... Anyway I want to upload the whole example after finishing it... I'm doing this example to show that by using...
  8. It's a pitty actually, since my problem is quite...

    It's a pitty actually, since my problem is quite straight forward... Until now I still cannot find a solution of my problem...

    Cheers
    Lofi.
  9. Did you try to use 2 XML config files (1 for...

    Did you try to use 2 XML config files (1 for standard SpringBean and 1 for OSGi)? Like this:



    META-INF/spring/simple.xml
    META-INF/spring/simple-osgi.xml


    Check out this good article from...
  10. Adding "uses" directive in Pricing 1.0.0 and...

    Adding "uses" directive in Pricing 1.0.0 and Solution 1.0.0 like below:

    Pricing 1.0.0:



    Manifest-Version: 1.0
    Bundle-ManifestVersion: 2
    Bundle-Name: Pricing
    Bundle-SymbolicName:...
  11. After looking around a bit further I found...

    After looking around a bit further I found following things:

    1. I get better error messages if I use "Import-Package" instead of "Require-Bundle":



    ERROR: Post refresh error...
  12. Loader constraint violation in bundles with different versions

    Hi All

    I have following simple bundles:

    1. Solution 1.0.0
    2. Pricing 1.0.0
    3. Udm 1.0.0
    4. Udm 1.1.0 (Same with the bundle number 3, only different version)

    Following dependencies:
  13. I always edit the MANIFEST.MF file within Eclipse...

    I always edit the MANIFEST.MF file within Eclipse and using Maven2 to build the JAR fille. This works for me.

    Cheers,
    Lofi.
  14. Replies
    20
    Views
    7,728

    I meant, just don't use those *suffixes* at...

    I meant, just don't use those *suffixes* at all...
    - No CustomerDTO at all... no CustomerService or CustomerFacade at all
    - Instead use "real business name" something like CustomerVisualization or...
  15. AndroMDA

    I would take a look at AndroMDA:

    Here is an intro article (all about layers, very easy to understand):
    http://galaxy.andromda.org/docs/getting-started/java/index.html

    Also (more about layers,...
  16. Replies
    20
    Views
    7,728

    Additional Naming Convention...

    I would add this point to your design:

    Don't use that "DTO" word as the suffix of your POJO. Use something meaningful. Instead of "CustomerDTO" you can use something like "CustomerVisualization"...
Results 1 to 16 of 16